This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jan 08, 2022
-
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Jan 07, 2022
-
-
Dalton authored
* don't try to show number fingerprint for ID fields * add repro
-
Jeff Evans authored
* Allow override of WEEK_START in Snowflake driver Incorporate the following sources of WEEK_START, in decreasing order of precedence: 1) the connection string, a.k.a. additional-options (ex: WEEK_START=N) 2) the Metabase "start-of-week" setting (i.e. day of a week) 3) the default value (7: Sunday) Adding new fn to the driver.common namespace to parse a connection string param out of additional-settings (plus a test for that) Adding Snowflake driver test to ensure that all cases above are covered as expected, by invoking the DAYOFWEEK function on a set of fixed dates Update documentation for start-of-week setting to clarify that it now influences this behavior Swap out parse-additional-options-value for additional-options->map instead (more generic) Update test accordingly
-
Alexander Lesnenko authored
* downgrade cypress to 6.4 * add resolution to cypress 6.4.0
-
Jeff Evans authored
-
Jeff Evans authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
- Jan 06, 2022
-
-
Ariya Hidayat authored
-
Alexander Polyankin authored
-
Dalton authored
-
Nemanja Glumac authored
-
Dalton authored
-
Noah Moss authored
-
ajatamayo authored
-
- Jan 05, 2022
-
-
frannietrempe authored
* docs - qb screenshots * updated screenshot * docs - replaced screenshots
-
Alexander Polyankin authored
-
Ariya Hidayat authored
-
Ariya Hidayat authored
The previous Chevrotain-based parser had a few limitations, which need to be taken account by the expression generator for the fuzzer. With the new recursive parser (PR #19335), these limitations are not necessary anymore: * leading decimal digit, e.g. `.25` * nested negatives, e.g. `-- 3` * nested boolean NOT, e.g. `NOT NOT X`
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Jan 04, 2022
-
-
Ariya Hidayat authored
If the expression is not valid, i.e. there is an error message associated with processing it, do not blindly continue with it, since it leads to a potential rewrite of the expression (the rest of the parser/compiler can tolerate certain brokenness).
-
Jeff Bruemmer authored
-
Alexander Lesnenko authored
-
adam-james authored
* JWT Login URL configured by user may have URL parameters Since params may already exist in the login URL, a check is performed to make sure the generated URL with 'return_to' param formats correctly. If a param already exists, all subsequent params should have an '& character. * Sorted ns to pass linting * added issue number to test string for added context.
-
Alexander Lesnenko authored
* remove old store page * add license pages * add remove webpack cache command * lint * fix specs * remove license widget from the oss version * add missing translation * show loader only for unput when updating token * fix specs * amend the license page * unactivated state fix * add premium embedding page, refactor, fix specs * amend the license page * amend the license page * change license page padding
-
Alexander Polyankin authored
-
Dalton authored
* Only use webpack caching in hot mode * make webpack filesystem caching enabled via flag
-
Alexander Polyankin authored
-
Dalton authored
-
Jeff Bruemmer authored
-
Noah Moss authored
-
Dalton authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Jan 03, 2022
-
-
Ariya Hidayat authored
-