This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 27, 2021
-
-
Jeff Evans authored
Because we can't fully implement all the driver deprecation UX in time for release 41, we will adjust the language to allow flexibility for when to actually start the deprecation clock
-
Jeff Evans authored
Add test for ordering when nils are present Adding test to ensure that we can handle a column containing nils in an ORDER BY clause Adding `format-name` override for `bigquery-cloud-sdk` to convert dash to underscore in test table names Adding comment showing IDs of each row in the daily-bird-counts.edn file Format last column as int to make Oracle happy Add impls for `presto` and `presto-jdbc` `sorts-nil-first?` as false Make the `sorts-nil-first?` multimethod accept a base type in order to return an answer Vertica, at least, has a different answer for different types; see: https://www.vertica.com/docs/9.2.x/HTML/Content/Authoring/AnalyzingData/Optimizations/NULLPlacementByAnalyticFunctions.htm#2 Updating Vertica implementation to consider the `base-type` as per its documentation Updating all invocations of `sorts-nil-first?` in tests to pass the relevant base type
-
Greg Wilson authored
-
Jeff Evans authored
Support query cancellation in new BigQuery driver Remove now unused 60 second timeout Remove a bunch of unneeded code (`with-finished-response`) from the legacy driver Add support for canceling query, which stops pagination of results Add test to confirm pagination stops upon cancellation Add test to confirm that max rows enforcement via middleware prevents unnecessary pages from being fetched
-
Nemanja Glumac authored
#9027 Repro: New questions do not appear in 'Saved Questions' until you refresh the browser (#18076)
-
Nemanja Glumac authored
* Add initial e2e test for erroring questions * Add repro for #18050 * Add repro for #18048 * Add test section with that contains broken questions * Improve test and add another scenario
-
Gustavo Saiani authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
Covers all three scenarios listed in the original issue.
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Enable repro test * Fix personal subcollection in item picker hidden
-
Alexander Lesnenko authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
-
- Sep 24, 2021
-
-
Alexander Kiselev authored
* added check for borderless buttons when setting compact padding * fix my own silly regression * added visual tests for run button regressions * added minWidth to percy snapshot * shoudl have read the docs * Sync VIEWPORT_WIDTH and percy snapshot width
-
Jeff Bruemmer authored
-
Alexander Polyankin authored
-
Noah Moss authored
-
Alexander Lesnenko authored
-
Maz Ameli authored
* grammar and microcopy tweaks * update cypress test * fix another test * update test again
-
Anton Kulyk authored
-
Anton Kulyk authored
* Fix test's describe block * Mention #16845 repro * Assert native query text is displayed in Audit * Enable the repro test * Fix ad-hoc native query not displayed in Audit correctly * Don't display native query sidebar in read-only mode
-
Anton Kulyk authored
-
Anton Kulyk authored
* Add a prop to bubble mouse events on SandboxedPortal * Fix drag-n-drop on dashoboard's viz settings modal * Enable repro test
-
- Sep 23, 2021
-
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-
Alexander Lesnenko authored
* Handle composite PK filters as well as filtering by non unique PK fields * unskip repro * fix * fix * fixes
-
Howon Lee authored
Previous implementation was dog slow. This one is faster
-
Alexander Lesnenko authored
* add PK icon * key -> label
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Jeff Bruemmer authored
* update api doc gen code * update test
-
Dalton authored
Fetch fields before parsing parameter values so we correctly parse values for boolean fields (#17999) * add template tag fields as dependent metadata for native queries * check for a field_id property added by getValueAndFieldIdPopulatedParametersFromCard * Add NativeQuery dependentMetadata unit test * add test for loadMetadataForQuery
-
Nemanja Glumac authored
-
Ariya Hidayat authored
-
Alexander Lesnenko authored
* subscriptions and alerts audit * Add tables * Add tables * Extract to lib * Extract to lib * Add modal * Add modal * Add modal * Fix modals * Fix modals * Add children for displaying modals * Add children for displaying modals * Add children for displaying modals * Add children for displaying modals * Add edit dialogs * Add edit dialogs * Add edit dialogs * Add edit dialogs * Remove deletion * Remove deletion * Add users * Add users * Fix selection issues * Add placeholder * Add placeholder * Add delete button * Fix wrapping issues * F * Small fixes * Add reloading * fixes * cypress specs * fixes * post rebase fixes * rebase fixes * review fixes Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
Nemanja Glumac authored
-
Jeff Bruemmer authored
* restore original file name * links
-