This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 13, 2023
-
-
Nemanja Glumac authored
-
Aleksandr Lesnenko authored
* fix the question description icon placement in the collection view (#31051) * fix the question description icon placement in the collection view * fix specs * fix specs
-
Alexander Polyankin authored
-
- Jun 09, 2023
-
-
Nemanja Glumac authored
* Move core actions E2E tests to a separate folder * Run new `actions` E2E group in CI Metabase actions deserve their own E2E group, as the test suite around them is expected to grow. This commit introduces `actions` E2E group to the CI.
-
- Jun 08, 2023
-
-
Oisin Coveney authored
-
- Jun 06, 2023
-
-
metabase-bot[bot] authored
-
Kamil Mielnik authored
Manual backport - Fix - Native editor buttons are incorrectly rendering on top of model metadata screen (#31142) (#31348) * Manually backport #31142 - Replace createSampleDatabase with createMockDatabase - Add missing metrics, schemas, and segments attributes in EntitiesState type - EntitiesState type has been heavily refactored in master and that version should be used - Tests will will crash without it these set in state.entities * Fix types
-
- Jun 01, 2023
-
-
Nemanja Glumac authored
* Make custom `button` command chainable * Chain `.button` directly No need to use `.within()` anymore. We can chain the button command directly because it now receives the previously yielded subject. * Fix collections bulk actions test
-
Kamil Mielnik authored
Manual backport - Fix - Cannot run native queries against MongoDB unless explicitly selecting the table (#31111) (#31198) * Update 15946 e2e test - modal() expects ModalContent to be present in DOM, but NativeQuerymodal uses ModalBody directly - add extra check for run button to be enabled * Add `collection` to `NativeQuery` type * Ensure collection is present in dataset query during query conversion * Unskip e2e test for #15946 * Handle string tableId --------- Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
-
- May 31, 2023
-
-
Nemanja Glumac authored
* Make E2E custom icon command chainable * Refactor E2E helpers We can now chain the `.icon()` command on the previous subject. * Chain `.icon()` on prev subject in all tests * Fix moderation-question test
-
metabase-bot[bot] authored
* Repro #23293: Retain filter on drill-through with implicit column (#31187) The underlying issue was fixed, but we are not sure exactly when. This reproduction should prevent future regressions. * Adjust the test for the release branch --------- Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
- May 30, 2023
-
-
Mahatthana (Kelvin) Nomsawadi authored
This is because `source-field` was missing from a field dimension.
-
- May 24, 2023
-
-
Ngoc Khuat authored
* backport 30321 with lots of custom code that take from 47 * rm src/metabase/lib/isa.clj * fix isa_test
-
metabase-bot[bot] authored
* Use display name from card for implicit actions * Remove fields arg from generateFieldSettingsFromParameters * Update implicit action test to include display-name * Tidy * Fix unit tests * Fix e2e test * Only include display-name in the parameters for implicit action types * Use `field.displayName()` * Fix some tests * Attempt to fix test * Fix ActionParametersInputForm unit tests * Only generate field settings from parameters if action.type is implicit * Fix e2e tests * Fix unit tests * Fix tests Co-authored-by:
Cal Herries <39073188+calherries@users.noreply.github.com>
-
- May 23, 2023
-
-
Aleksandr Lesnenko authored
* Remove activity (#29056) * remove activity frontend * remove the activity page code * remove GET api/activity/ route + tests * regen dox for activity routes - Not for GET /api/activity/ which has been removed. * nix more things only used for GET /api/activity/ * pull out more only-used-for-get-api/activity/ code * force namespace to be loaded (?) to be found --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com> Co-authored-by:
Bryan Maass <bryan.maass@gmail.com> Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com> * fix ns requires in api/activity + test * remove most-recently-viewed-dashboard-views-test * linter fix --------- Co-authored-by:
Kyle Doherty <5248953+kdoh@users.noreply.github.com> Co-authored-by:
Bryan Maass <bryan.maass@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com>
-
- May 19, 2023
-
-
metabase-bot[bot] authored
* Fix sample database not appearing in DatabaseBrowser without page refresh - Fixes https://github.com/metabase/metabase/issues/29496 * Add an e2e test for #30871 * Add an extra step in e2e test Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
- May 18, 2023
-
-
metabase-bot[bot] authored
Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com>
-
- May 16, 2023
-
-
Nemanja Glumac authored
[ci skip]
-
Ngoc Khuat authored
* Fix custom mapping doesn't work on dashboard (#30217)
-
- May 15, 2023
-
-
Emmad Usmani authored
* fix selecting pinned items in collections * update e2e test
-
metabase-bot[bot] authored
Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
- May 10, 2023
-
-
Noah Moss authored
* initial fix * unskip repro * use as-admin in more places * macro tweak and unit tests * tweak macro again and add a sandboxing test * fix test
-
- May 08, 2023
-
-
Nemanja Glumac authored
[ci skip]
-
- May 03, 2023
-
-
metabase-bot[bot] authored
Co-authored-by:
Roman Abdulmanov <roman@metabase.com>
-
- May 02, 2023
-
-
metabase-bot[bot] authored
Fix #20911: include subcollections doesn't work Co-authored-by:
Roman Abdulmanov <roman@metabase.com>
-
- Apr 24, 2023
-
-
metabase-bot[bot] authored
Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
- Apr 21, 2023
-
-
metabase-bot[bot] authored
Hide multiple values option when connect dashboard filter with question with template tags (#30270) (#30288) * fix typo * driveby type improvement * Fix not showing single or multiple values options When a parameter is connected to a question with template tags * Review: unit tests instead Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
- Apr 19, 2023
-
-
Nemanja Glumac authored
* [TEMP] Disable the failing Percy spec (#30175) * Increase the request timeout for Percy model editor spec (#30176) * Increase the request timeout for Percy model editor spec * Update e2e/test/visual/models/editor.cy.spec.js Co-authored-by:
Tim Macdonald <tim@metabase.com> --------- Co-authored-by:
Tim Macdonald <tim@metabase.com> * [CI] Remove matrix strategy from the `percy` job (#30153) * Upgrade Percy CLI to `v1.23.0` (#30179) --------- Co-authored-by:
Tim Macdonald <tim@metabase.com>
-
- Apr 14, 2023
-
-
Alexander Polyankin authored
-
metabase-bot[bot] authored
Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
- Apr 11, 2023
-
-
metabase-bot[bot] authored
Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
- Apr 07, 2023
-
-
metabase-bot[bot] authored
-
- Apr 06, 2023
-
-
Alexander Polyankin authored
-
- Apr 05, 2023
-
-
metabase-bot[bot] authored
* Ensure implicit actions are created in a deterministic order * Add missing lint-staged step for JS, TS under `e2e/*` Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
metabase-bot[bot] authored
* Rework repro for 16382 * Merge multiple "connection settings" tests together * Merge multiple "scheduling settings" tests together * Merge tiny test with the main body * Remove redundant tests * Rework the sample database action sidebar * Handle database exceptions in one spec * Move stray database test to exceptions spec * Move Postgres SSL test to external * Group together Google service account JSON tests * Custom caching * Move remaining pieces of add to external * Rename spec to `add-new-database` * Move repro for 20471 to exceptions * Add segments and metrics to the database we want to delete * Add `visitDatabase` helper Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
- Apr 03, 2023
-
-
metabase-bot[bot] authored
Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
- Mar 29, 2023
-
-
metabase-bot[bot] authored
Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
- Mar 28, 2023
-
-
Nemanja Glumac authored
* Updating to cypress 12 * updating deps * Updating Tests. Be Green Plz * removing custom test id from select button * Select Button Tuning Co-authored-by:
Nick Fitzpatrick <nick@metabase.com>
-