This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 04, 2022
-
-
Alexander Polyankin authored
-
Dalton authored
-
Dalton authored
-
Dalton authored
* Update hasPermissionsToMap to check for existence of dataset_query * Add check to mapping-options fn, too * Add repro for #24536 * Uncomment and enable the repro Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com>
-
Alexander Polyankin authored
-
- Aug 03, 2022
-
-
Anton Kulyk authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Update the syntax * Rename filters * Add repro for #24500 * Skip the repro * Rename file * Address comment and fix the syntax * Improve the test title
-
Alexander Polyankin authored
-
- Aug 02, 2022
-
-
Ryan Laurie authored
-
Gustavo Saiani authored
-
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
-
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
-
Nick Fitzpatrick authored
-
Mahatthana (Kelvin) Nomsawadi 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
-
Ryan Laurie authored
-
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
-
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
-