This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 19, 2021
-
-
Cam Saul authored
-
Anton Kulyk authored
* Enable #15343 repro test * Rearrange CollectionSidebar methods * Remove comment * Fix sidebar lists archived personal collections * Fix collection expand button is visible Reproduced if collection's children were archived
-
Cam Saul authored
* Change PG app name to version + process uuid e.g. `Metabase v0.39.1-SNAPSHOT [04d518eb-df2d-4781-93b3-8701286fd45e]` * Code cleanup * Test fixes
-
Anton Kulyk authored
* Return "Duplicate" action for read-only dashboards * Remove findEllipsisMenuFor test utility * Test can copy dashboard in read-only collection * Remove test for wrong behavior
-
Anton Kulyk authored
* Fix dashboard edit action visibility Hiding "Change title and description" from users with read-only access to dashboard * Fix dashboard archive action visibility Hiding "Archive" action from users with read-only permission to dashboard * Enable #13229 repro test * Test user with read permissions can't revert question history * Fix user with read-only permissions sees revert buttons
-
Anton Kulyk authored
* Enable test reproducing #14705 * Test can deselect all items using bulk actions * Fix bulk select button in collections footer * Group bulk select tests, use data-testid * Group bulk actions tests into one
-
Nemanja Glumac authored
* Add SMTP server for testing * Try running maildev in the default executor for Cypress * Add first email-based Cypress test * Try different ports * Stop using ENVs for maildev * Use camelCase for `const` Co-authored-by:
Luis Paolini <paoliniluis@gmail.com>
- Apr 17, 2021
-
-
Nemanja Glumac authored
* Add custom command for adding another H2 Sample Dataset * Add repro for #15598 * Expand test coverage for different UIs
-
- Apr 16, 2021
-
-
Alexander Lesnenko authored
fix missing x-axis in Firefox because of wrong positioning of empty svg groups which led to miscalculations (#15661)
-
dpsutton authored
* Watch for munge collisions * Always have to check for munge collisions was thinking only in the case where munging made a difference did we have to check, but if the first one defined is foo? -> foo as the munge, defining foo later will cause a collision * Prettier fix
-
Alexander Lesnenko authored
Co-authored-by:
Natalie Casey <ncasey@faros.ai>
-
- Apr 15, 2021
-
-
Nemanja Glumac authored
-
Dalton authored
-
Cam Saul authored
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
Dalton authored
* revert popover to before react 16 changes * move tether/sizeToFit logic to render callback * set ParameterFieldWidget free * add debounce to maxheight futzing * do popover height calc BEFORE updating tether when attached above target * do height calcs for both top/bottom before tether stuff * ignore tetherOptions prop
-
Nemanja Glumac authored
-
Anton Kulyk authored
* Fix collections without children have expand arrow * Bring back issue reference to Cypress test
-
Dalton authored
* add string parameter to dashboards instead of replacing location/category * merge category and string sections * make location options strings when flag flipped * update strings in cy tests * filter location fields when using text/category parameter * Microcopy tweaks * update more cy strings * replace location switch default with isLocation Co-authored-by:
Maz Ameli <maz@metabase.com>
-
Maz Ameli authored
-
Nemanja Glumac authored
-
- Apr 14, 2021
-
-
Jeff Evans authored
Updated the updateSectionsWithPlugins fn to sort the sections again after reducing by PLUGIN_ADMIN_SETTINGS_UPDATES, because those update functions might change the order of keys Adding explicit order property for the items in SECTIONS to facilitate that re-sorting Fix expected property type for SettingsEditorApp sections (which is truly an object, not an array), and fixed the null case accordingly Incorporate Cypress test written by Nemanja Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
Howon Lee authored
Scrolling gets disabled for the modal and then is supposed to be reenabled when modal is closed. However, SandboxedPortal eats the events that would tell the modal to go and do this. Do it on React lifecycle bits instead.
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Tim Macdonald authored
Bit of context here: https://metaboat.slack.com/archives/C505ZNNH4/p1618417989013200
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Alexander Lesnenko authored
* fix inability to filter by a field of a joined table * fix filtering by columns of other tables in the simple question mode
-
Tim Macdonald authored
* #15080 Repro: Archived items not shown in archive (#15198) * /search returns archived items again [Fixes #15080] Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
Nemanja Glumac authored
* Add repro for #15563 * Fix "post-join filters" flake * Unskip the test (fixed by #15582) * Use explicit assertion
-
- Apr 13, 2021
-
-
Cam Saul authored
* Much simpler impl * Remove unused var * Java 11+ test fixes
-
Howon Lee authored
Does not make it so window scrolling will mutate position of the second popover. However, you will be able to see the actual contents of the second popover.
-
Cam Saul authored
-
Cam Saul authored
-
Ariya Hidayat authored
* Don't add temporal subdimensions to a FieldIDDimension This restores the behavior just like before MBQL field refactoring (back when FieldIDDimension still existed). * Adjust expectation in another test
-