This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 02, 2022
-
-
Nemanja Glumac authored
* Move support JS files inline with the test * Fix and unskip repro for 12720 * Update syntax in 12985 repro - Removed unnecessary dashboard filter - Simplify repros * Use the existing test to reproduce 13960 * Add repro for #16112 * Remove unnecessary intercepts * Merge 13150, 15689, 15695 and 16103 together * Use the existing test to reproduce 17139 * Move repro for 6660 to date filters file
-
Braden Shepherdson authored
These snippets contain raw `Database`, `Table`, and `Field` IDs, and so are not portable. This PR proves out the concept for `Card.dataset_query`, paving the way for the others in a follow-up PR.
-
Anton Kulyk authored
-
Ryan Laurie authored
* make search visible * update Modal title
-
Nick Fitzpatrick authored
* Fixing null error when value is null and isCustom is true * PR Feedback
-
Ryan Laurie authored
-
Jeff Bruemmer authored
* exception for none and block * add howon's test
-
Aleksandr Lesnenko authored
* open urls with the site-url origin in the same tab * revoew
-
Noah Moss authored
-
Nick Fitzpatrick authored
-
Howon Lee authored
Enforce bigint for all int fields derived from JSON instead of doing more complete refactor (#24494) Pursuant to #22732. Should basically eliminate it with prejudice by saying that any int should fit bigints in our point of view in postgres.
-
Mahatthana (Kelvin) Nomsawadi authored
-
metamben authored
-
Alexander Polyankin authored
-
Aleksandr Lesnenko authored
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Gustavo Saiani authored
-
Ryan Laurie authored
-
Ryan Laurie authored
-
- Aug 01, 2022
-
-
Ryan Laurie authored
-
Reza Lotun authored
-
Alexander Polyankin authored
-
Cam Saul authored
* Bump SSHd lib -> 2.9.0 [master] * Remove old comment
-
Ryan Laurie authored
-
Ngoc Khuat authored
* correct format datetime property for snowplow * some docs and comments
-
Ryan Laurie authored
-
Ryan Laurie authored
* dont tokenize single input values
-
Ryan Laurie authored
-
Ryan Laurie authored
* remove border-dark * update border-dark references
-
- Jul 30, 2022
-
-
Nemanja Glumac authored
* Remove duplicated test We're already testing `between` number dashboard filter in: - frontend/test/metabase/scenarios/dashboard-filters/dashboard-filters-number.cy.spec.js - frontend/test/metabase/scenarios/dashboard-filters/dashboard-filters-sql-number.cy.spec.js * Speed test up using API where possible * Remove another duplicate This flow is already covered in: - frontend/test/metabase/scenarios/dashboard-filters/dashboard-filters-sql-required-field-filter.cy.spec.js - frontend/test/metabase/scenarios/dashboard-filters/dashboard-filters-sql-required-simple-filter.cy.spec.js * Merge three logical units into one test Reference issue #17933 and explicitly mark it as reproduced. * Merge repros for 9299 and 16181 together * Refactor permissions test * Rename and put TODO note for 18113
-
- Jul 29, 2022
-
-
Ryan Laurie authored
-
Nemanja Glumac authored
* Optimize looping logic for GUI and SQL dashboard location filters - This will connect all filter types at once - We're reducing the number of checks for the default filter value to just one
-
Noah Moss authored
-
Nemanja Glumac authored
Ignore documentation, markdown files, e2e files and backend tests.
-
Ryan Laurie authored
* extract TokenFieldItem component * remove unnecessary spread
-
Nemanja Glumac authored
* Optimize looping logic for GUI dashboard text/category filters * Optimize looping logic for SQL dashboard text/category filters - This will connect all filter types at once - We're reducing the number of checks for the default filter value to just one
-
Gustavo Saiani authored
-