This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 28, 2021
-
-
Pawit Pornkitprasan authored
- `TEXT` in Redshift is equivalent to `VARCHAR(256)`, use `VARCHAR(1024)` instead - Unskip all tests skipped on Redshift due to sample dataset issue - Add explicit `:order-by` to `join-source-queries-with-joins-test` to make it pass in Redshift as Redshift does not preserve order after join (like a lot of other distributed query engines) - Add `VACUUM` and `ANALYZE` call after INSERT to improve performance
-
dpsutton authored
from maz in slack: Should not remove verification: - Moving to another collection - Pinning/unpinning - Adding/removing an alert on the question - Turning sharing on the question on/off Should remove verification: - Editing the query - Editing the visualization or viz settings - Editing the title or description This really just identifies when not to remove verification, otherwise does remove verification. Alerts are not related to questions through the api so no worries there. Everything else is just excluding attributes from the diff calculation. In tests, went perhaps a bit haywire with the macrolet, allowing to define macros inline rather than farther away from the call site. Used twice: - once to optionally add in moderation review into the with-temp. This macro is handy to ensure we always have a fresh state of card and don't have leftover changes or verifications. Has to be a macro since i want to dynamically change whether there are verifications in the with-temp* vector binding - a way to more easily reduce repetition when asserting something is verified, do an action, and assert it is still verified
-
Howon Lee authored
Cache controls all landed but is lacking in the audit capacity wanted for in the notion doc. This PR adds that audit capability and by the by changes the ViewLog model in order to be able to deliver on the question of whether ViewLogs were cache hits or not.
-
-
Alexander Lesnenko authored
* Do not change display on drill down to questions * unskip repro * include displayIsLocked explicitly otherwise it breaks almost the entire app
-
Alexander Lesnenko authored
-
Howon Lee authored
Details page for tools to fix broken questions. Also the PR ran long enough that nemanja found some bugs in the details page. Does not include any loading overlay or anything to indicate that reloads are happening, which is for 41.1 I guess
-
Jeff Bruemmer authored
-
Alexander Polyankin authored
-
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
-