This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jan 05, 2022
-
-
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).
-
Alexander Lesnenko authored
-
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
-
Dalton authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Jan 03, 2022
-
-
Ariya Hidayat authored
-
- Dec 28, 2021
-
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Dec 27, 2021
-
-
Alexander Polyankin authored
-
- Dec 24, 2021
-
-
Alexander Lesnenko authored
* Dashboard and table list filter * fix native question filters tey to render list of values * Fix specs * fix specs
-
Alexander Polyankin authored
-
Dalton authored
-
Dalton authored
* Add DimensionInfoPopover to DataSelector * show popover when there isn't an attached query * e2e test * skip flaky e2e test * use dimension display name as heuristic for showing popover
-
Dalton authored
-
- Dec 23, 2021
-
-
Dalton authored
Add TableInfoPopovers to data selector, query builder header, search, and native query reference sidebar (#19468) * Add TableInfoPopover to DataSelector * handle undefined table prop and improve fetching logic * Add popover to search * add popover to qb header table name * use TableInfo in TablePane * Add a few e2e tests * Make TablePane connected tables change sidebar
-
Dalton authored
-
Gustavo Saiani authored
-
- Dec 22, 2021
-
-
Ariya Hidayat authored
-
Ariya Hidayat authored
-
Alexander Kiselev authored
-
Dalton authored
* Add DimensionInfoPopover to FieldsPicker * add e2e tests * skip e2e tests for now
-
Dalton authored
* Add DimensionInfoPopover to the Filter sidebar dimension list * add e2e test * make e2e test less flaky * skip test for now
-
Dalton authored
* Add DimensionInfoPopover to the Summarize sidebar dimension list * add e2e tests * make e2e tests less flaky * skip tests for now
-
Dalton authored
* Add DimensionInfoPopover to Custom QB Expression Editor * add e2e test * skip flaky test for now
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Kiselev authored
* add should("be.visible") before clicks on Sample Dataset * add should("be.visible") before clicks when selecting a sample dataset * added findByTextEnsureVisible command to Cypress
-
- Dec 21, 2021
-
-
Ariya Hidayat authored
-
Noah Moss authored
-
Noah Moss authored
Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
Alexander Lesnenko authored
-