This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 28, 2021
-
-
Jeff Evans authored
Fix BigQuery Percentile and Median expressions not using correct backtick quoting Ensure the identifier components are quoted by reifying `ToSql` for the `APPROX_QUANTILES` expression Add test to ensure query is created properly Mark `:percentile-aggregations` as being supported in the new driver
-
Gustavo Saiani authored
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-
Alexander Polyankin authored
This reverts commit 46c76c95.
-
- Sep 27, 2021
-
-
Pawit Pornkitprasan authored
This is a combination of 2 issues: 1) pt got renamed to pt_BR in x.39.x but the old "pt" value may still be stored in the database 2) when making a release, an unclean build directory may be used containing old "pt" resource which gets leaked into the release build 1) is fixed by adding a function to treat "pt" as "pt_BR" to support users who were on "pt" since pre-x.39. (This is done by finding the closest fallback locale) 2) is fixed by emptying the folder before generating locales so any old locales are deleted. Fixes #16690
-
Pawit Pornkitprasan authored
See https://github.com/metabase/metabase/issues/15882#issuecomment-917984049 for detailed explanation. Fixes #15882
-
Pawit Pornkitprasan authored
`query->native` works by having `nativef` throws an exception which causes `mbql->native` to set native query to `nil` which then cause the rest of the execution to be skipped. However, because the existing code skips overriding the native query for queries already native, the execution is not skipped. This causes bad performance for nested native question because `query->native` is called for the sub-query which causes the sub-query to be executed on its own, potentially without any limit or filtering.
-
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
-