This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 01, 2023
-
-
metabase-bot[bot] authored
* Register new E2E path alias * Move E2E support files * Move E2E runner files * Move E2E snapshot related files * Move E2E visual regression tests * Move E2E `downloads` scenarios * Move E2E `admin` scenarios * Move E2E `auditing` scenarios * Move E2E `bining` scenarios * Move E2E `ccollections` scenarios * Move E2E `cross-version` scenarios * Move E2E `custom-column` scenarios * Move E2E `dashboard` scenarios * Move E2E `dashboard-filters` scenarios * Move E2E `dashboard` reproductions * Move E2E `embedding` scenarios * Move E2E `filters` scenarios * Move E2E `joins` scenarios * Move E2E `models` scenarios * Move E2E `native-filters` scenarios * Move E2E `native` scenarios * Move E2E `onboarding` scenarios * Move E2E `organization` scenarios * Move E2E `permissions` scenarios * Move E2E `question` scenarios * Move E2E `visualizations` scenarios * Move E2E `sharing` scenarios * Move E2E `docker-compose` * Fix commands imports * Fix helpers imports * Fix downloads reproductions imports * Fix integration imports * Move visual regression tests * Various fixes * Move `validate-e2e-files` script * Add eslint rules for E2E folder * Improve file paths * Move `cross-version` tests into scenarios * Path fixes * Register E2E alias in tsconfig * Fix failing tests after rebase Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
metabase-bot[bot] authored
-
- Feb 28, 2023
-
-
Anton Kulyk authored
* Handle errors when enabling database actions * Use more common error message fallback * Use `Promise<void>` for other `Sidebar` callbacks
-
Alexander Polyankin authored
-
Nick Fitzpatrick authored
* Adding flex grow to card wrapper * Optimize repro * fix height on cards --------- Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com> Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com> Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
Anton Kulyk authored
* Handle archived and not existing actions * Handle model ID mismatch * Migrate to `fetch-mock` * Don't use URL helpers in tests * Fix action editor assertions in model detail tests
-
Cal Herries authored
-
Aleksandr Lesnenko authored
* Revert "Fixing Table isValid check (#28411)" This reverts commit 5e18759f. * Revert "GH 28304 and GH 28311 (#28314)" This reverts commit 47bad0d3. * revert column settings changes * object detail view * adjusting e2e tests --------- Co-authored-by:
Nick Fitzpatrick <nick@metabase.com>
-
Nemanja Glumac authored
[ci skip]
-
- Feb 27, 2023
-
-
Emmad Usmani authored
-
Braden Shepherdson authored
Dev experience: - CLJS now has source maps - Devtools extension renders CLJS data in Chrome (et al) Devtools - Use a debug build of CLJS in the tests - Fixed line numbers and breakpoints being off-by-one in Devtools CLJC infra: - More robust direct approach to JS<->CLJS conversions, powered by Malli transformers. - Powerful `define-getters-and-setters` macro to generate the accessors.
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix ErrorBoundary not working in some cases * Allow users to remove database, even if it contains error * Unskip the repro for #25715
-
Gustavo Saiani authored
* Ensure visible before clicking * Wait for question to load --------- Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com>
-
Mark Bastian authored
Added post-collection retrieval function `remove-other-users-personal-collections` that will filter out any personal collection that doesn't belong to the current user when the `exclude-other-user-collections=true` path param is used. Also added unit tests for both the `api/collection/` and `api/collection/tree` endpoint.
-
Braden Shepherdson authored
Large dashboards, and especially tables, cause a lot of recomputation of number and date formats. There's enough overhead in converting to CLJS data that it causes noticable lag on large dashboards, especially in the editor view. There are paths to avoiding the recomputation, which is pretty wasteful in either language. To be investigated after the 46 cut.
-
Alexander Polyankin authored
-
- Feb 24, 2023
-
-
Aleksandr Lesnenko authored
-
Aleksandr Lesnenko authored
-
Nick Fitzpatrick authored
* open chart settings when clicking active display type * adjusting tendline e2e test
-
Emmad Usmani authored
-
Nick Fitzpatrick authored
-
metamben authored
* Unskip repro e2e test * Fix flaky test --------- Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com>
-
Denis Berezin authored
Add Median aggregation type to query builder aggregation dropdown menu for databases that support "percentile-aggregations" driver feature. Also: Add translation tag for numeric column "Style| dropdown settings
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Limit the number of results for better performance * Wait for all filter results to load * Remove the need for popover
-
Nemanja Glumac authored
* Wait for model to fully load * Open revision history helper * Revert to a point in history helper * Greatly simplify test Do not test things out we're covering elsewhere * Update test title to match the assertions
-
Ryan Laurie authored
* fallback to generating form metadata from parameters * fix actions test * update unit tests * update e2e test strings
-
Nemanja Glumac authored
-
- Feb 23, 2023
-
-
Gustavo Saiani authored
-
Ryan Laurie authored
* add basic implicit action e2e tests * DRY up the actions tests
-
Aleksandr Lesnenko authored
-
Case Nelson authored
-
Ryan Laurie authored
-
Ryan Laurie authored
-
Ryan Laurie authored
-
Alexander Polyankin authored
-
Tim Macdonald authored
* Make LinkViz search test more robust It was flaking on CI due to the race described in the comment * More sensible implementation courtesy of AlexP
-
Alexander Polyankin authored
-
Nemanja Glumac authored
* Limit the number of results for better performance * Set the viewport dimensions in the test config This prevents window resizing and reduces or completely removes the flake, which was Cypress complaining that the icon "pencil" is still animating when it tries to click on it. https://docs.cypress.io/guides/references/error-messages#cy-failed-because-the-element-is-currently-animating * Fix test titles to match the assertion * Remove suprefluous search for a string * Use `editDashboard` helper
-
Tim Macdonald authored
* Add `model_id` to action search results so that URLs can be made [Fixes #28565] * Fix typo in Cypress filename
-