This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 19, 2022
-
-
Jeff Bruemmer authored
-
- Aug 04, 2022
-
-
Cam Saul authored
* Fix SSH tunnel leaks when testing connections * Appease kondo =( * Add some more NOTES
-
- Jul 22, 2022
-
-
Aleksandr Lesnenko authored
* fix percy flakiness * run e2e * fix percy flakiness * update docs, remove timeout config that did not help
-
- Jun 29, 2022
-
-
Jeff Bruemmer authored
-
- Jun 21, 2022
-
-
Cal Herries authored
-
- Jun 17, 2022
-
-
Ariya Hidayat authored
-
- Jun 14, 2022
-
-
Jeff Bruemmer authored
-
- Jun 13, 2022
-
-
Jeff Bruemmer authored
-
- May 24, 2022
-
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
- May 10, 2022
-
-
Alexander Lesnenko authored
-
- May 04, 2022
-
-
dpsutton authored
-
- May 02, 2022
-
-
Jeff Bruemmer authored
-
Braden Shepherdson authored
Background: We had two lint configs: lint-config.edn which was enfored by Github Actions, and .clj-kondo/config.edn, the default location used by editors. Problem: Patchy enforcement of the (larger) config in .clj-kondo/config.edn since not everyone uses an editor. Some new lint, like canonical namespace aliases (#21738, #19930) is not enforced automatically and has begun to bit-rot. Solution: Combine both configs, fix any outstanding lint, and update our tooling to use the unified config. Caveats: Anyone who has their local editor configured to use lint-config.edn will have their linting broken by this change.
-
- Apr 29, 2022
-
-
Ngoc Khuat authored
-
- Apr 25, 2022
-
-
Jeff Bruemmer authored
-
- Apr 12, 2022
-
-
Nemanja Glumac authored
* Rename `test-cypress-no-build` to `test-cypress-run` * Rename `test-visual-no-build` to `test-visual-run` * Reorder scripts * Remove yarn (install) from the Cypress run script
-
- Apr 09, 2022
-
-
Nemanja Glumac authored
-
- Apr 07, 2022
-
-
Ariya Hidayat authored
Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
- Mar 21, 2022
-
-
Jeff Bruemmer authored
-
- Mar 17, 2022
-
-
Jeff Bruemmer authored
-
- Feb 24, 2022
-
-
Howon Lee authored
Step 1 towards the long path towards whacking #708. We need an interface for describing the weird thing every RDBMS vendor did where they have their own special way of doing JSON columns, every single one of them
-
- Feb 09, 2022
-
-
Jeff Bruemmer authored
-
- Feb 08, 2022
-
-
Alexander Lesnenko authored
* replace attrs to defaultProps (#20260) * replace attrs to defaultProps * fix replaced attrs * fix className in defaultProps * use emotion (#20265) * replace attrs to defaultProps * fix replaced attrs * use emotion * fix typo in css * eliminate innerRefs * fixes * fixes * fixes * fixes * flakes * specs * specs * docs * specs * fix last spec * remove classNames from defaultProps
-
- Feb 04, 2022
-
-
Alexander Polyankin authored
-
- Feb 02, 2022
-
-
Cam Saul authored
-
- Feb 01, 2022
-
-
frannietrempe authored
-
Cam Saul authored
* MBQL :expressions should use strings for keys * Make some more tests ^:parallel * Update dox * Test fix * Sort namespaces
-
- Jan 28, 2022
-
-
frannietrempe authored
* docs - running development branch instructions * reorganized content into existing pages * Jeff edits Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * remove gh command, minor edits * reorganizing step numbers Co-authored-by:
Jeff Bruemmer <jeff@metabase.com>
-
- Jan 26, 2022
-
-
Alexander Lesnenko authored
* allow disabling eslint * rename env var * actually disable eslint by default * update docs without autoformatting the document
-
- Jan 25, 2022
-
-
Jeff Evans authored
* Apply schema inclusion/exclusion filtering to sql-jdbc drivers Update `sql-jdbc` namespaces to handle schema inclusion/exclusion patterns when filtering schemas Add new generic schema inclusion/exclusion test for sql-jdbc drivers that define the property Update Snowflake and Redshift driver manifests to include schema filtering property Create `db-details->schema-filter-patterns` util fn to turn DB details into the inclusion/exclusion patterns Move schema inclusion/exclusion filtering code to new namespace (since it's not strictly used by `:sql-jdbc` derived drivers) Move existing tests accordingly Add schema inclusion/exclusion check to the new `filtered-syncable-schemas` multimethod (and updating docstring) Change `:redshift` impl of `filtered-syncable-schemas` to call the `:sql-jdbc` version instead Use new multimethod instead for `filtered-syncable-schemas`, and have default impl of `syncable-schemas` call that Mark `syncable-schemas` as deprecated and include notes on the new method (and update driver markdown file accordingly)
-
- Jan 20, 2022
-
-
Cam Saul authored
* Add whats new for driver authors in 0.42.0 [ci skip] * Apply suggestions from code review [ci skip] Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> Co-authored-by:
Jeff Bruemmer <jeff@metabase.com>
-
Noah Moss authored
-
- Jan 10, 2022
-
-
Ariya Hidayat authored
-
- Jan 06, 2022
-
-
Dalton authored
-
- Nov 02, 2021
-
- Oct 15, 2021
-
-
Alexander Lesnenko authored
-
- Oct 08, 2021
-
-
Jeff Bruemmer authored
-
- Sep 15, 2021
-
-
Ariya Hidayat authored
Co-authored-by:
Jeff Bruemmer <jeff@metabase.com>
-
- Sep 13, 2021
-
-
Gustavo Saiani authored
-