This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 02, 2023
-
-
Nemanja Glumac authored
Breaking change was introduced in #32791.
-
- Aug 01, 2023
-
-
Ryan Laurie authored
* when embedded, force showing side nav when top nav is hidden * don't force open navbar on visible paths * update e2e tests * fix types
-
Uladzimir Havenchyk authored
* Allow selecting time on datepicker at dashboard filter * Add e2e test * Rename variable
-
Cam Saul authored
* Prevent malicious H2 connection string properties * Disallow new H2 connections * Fix Kondo lint warning * Test fix
--------- Co-authored-by:dan sutton <dan@dpsutton.com>
-
Alexander Polyankin authored
-
Ryan Laurie authored
-
Nemanja Glumac authored
* Move util functions inside the `visitEmbeddedPage` helper * Clean up `cy.exec` comand * Tighten the scope of `cy.exec` * Use query string to set filters * Construct url hash from page style and hidden filters * Improve JSDoc
-
- Jul 31, 2023
-
-
shaun authored
-
Ryan Laurie authored
* debounce link viz input blur * make blur bouncier
-
Nick Fitzpatrick authored
-
Kyle Doherty authored
* revert dr removal * revert some more code that the data reference needed * Bring back `db_metadata` endpoint reference * model test fixes --------- Co-authored-by:
Ryan Laurie <iethree@gmail.com> Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com>
-
Ryan Laurie authored
-
Alexander Polyankin authored
-
- Jul 29, 2023
-
-
Uladzimir Havenchyk authored
* Rework default exports to named * Fix UX for empty dashboard filter with multiple choices * Update e2e/test/scenarios/dashboard-filters/dashboard-filters-text-category.cy.spec.js Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
- Jul 28, 2023
-
-
Nick Fitzpatrick authored
* SecretKeyWidget accepts confirmation header and dialogs * removing default confirmation values, adding e2e test
-
- Jul 27, 2023
-
-
Nick Fitzpatrick authored
-
Oisin Coveney authored
-
Nemanja Glumac authored
* Customize and style Cypress `log` command This PR will add a background color to the Cypress log command, in order to make it stand out. This should help with reviewing Cypress recorded runs and with the general E2E tests debugging experience. * Remove acii art prefix Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Update the background color Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Apply Kamil's suggetion * Improve performance and readability * Extract id for the custom style element --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
- Jul 26, 2023
-
-
Nemanja Glumac authored
* Adapt and improve embedding smoketests This commit deals with the 'embedding is not yet enabled' section. * Add test ids to embedding page * Adapt and improve embedding smoketests This commit deals with the 'embedding enabled' section. * Expand embedding smoketests - Make sure we can regenerate the token - Make sure the old embedding url doesn't work after that * Run full-app embedding tests only with token * Improve assertions
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix jarring scalar viz font-size change on dashcard * Fix render scalar on dashboard to render the correct size * Improve test readability * Make timeout clear which one we're using * Improve test stability on CI * Fix failed E2E repro
-
- Jul 25, 2023
-
-
Nick Fitzpatrick authored
-
Uladzimir Havenchyk authored
* Show filter mapping options on mobile * Revert "Show filter mapping options on mobile" This reverts commit bb2ad6c517f41ec4a92c0e726932497abb1a0718. * Do not show edit dashboard button on small screens * Update frontend/src/metabase/dashboard/containers/DashboardHeader.styled.tsx Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Update frontend/src/metabase/dashboard/containers/DashboardHeader.styled.tsx Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Rename variable --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
Noah Moss authored
* untangle ldap circular dependency * only try to require ee code when ee is available * LDAP login e2e tests * fix eslint errors * Update e2e/test/scenarios/admin/settings/sso/ldap.cy.spec.js Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> * update command in e2e-ldap-helpers.js --------- Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
- Jul 24, 2023
-
-
Emmad Usmani authored
* fix dashboard empty state logic * address comments
-
Nick Fitzpatrick authored
-
- Jul 21, 2023
-
-
Nick Fitzpatrick authored
* Adding collection_id to search results, handling undefined collection * Adding isPersonalCollectionChild check * e2e test for nested collection scenario * adding e2e test for item serach * more changes
-
shaun authored
* month-year formats (“January, 2023” → “January 2023”) * quarter-year formats (“Q1 - 2023” or “Q1, 2023” → “Q1 2023”)
-
Nick Fitzpatrick authored
* Check can_write() on upload db, e2e test * test change * simplifying e2e test
-
- Jul 20, 2023
-
-
Jesse Devaney authored
* basic unsubscribe functionality * add undo unsubscribe and error display * refactor successful request display * refactor interface name * add tests and helpers for unsubscribing non-users * remove placeholder comment * undo deletion * improve type safety
-
Nick Fitzpatrick authored
* ordering users by first name in API responses * adjusting e2e tests * Adding Normal Personal Collection ID to cypress data
-
- Jul 19, 2023
-
-
Mahatthana (Kelvin) Nomsawadi authored
* WIP remove unnesessary call * Add test to the PUT dashboard unnecssary API call * Prevent calling save dashboard cards when not necessary * Call only necessary API when updating single dashboard attribute * Organize tests * Simplify test assertions * Simplify implementation * Simplify implementation * Rename a function making it closer to what it does * Rename a function making it closer to what it does * Clean up Cypress tests * Fix conflict from master
-
- Jul 18, 2023
-
-
Emmad Usmani authored
* fix error when archiving custom homepage dashboard * add e2e test case * fix type error * update unit test
-
- Jul 17, 2023
-
-
Alexander Polyankin authored
-
Uladzimir Havenchyk authored
* Fix setup alert right after question creation * Provide keys to react elements * Rework class based components to functional
-
- Jul 14, 2023
-
-
Braden Shepherdson authored
Previously this was done by checking if the FE had included `:collection "some_table"` on the native query, but that's been included for SQL queries lately, and broke "Explore Results". Includes new e2e tests: one for this issue itself, and another that the fix doesn't break real Mongo native queries. Fixes #32121.
-
Nick Fitzpatrick authored
* adjusting minimum size for scalar (number) cards * adjusting resize e2e test * simplfying cy intercept * reverting e2e test change
-
Oisin Coveney authored
-
- Jul 13, 2023
-
-
Nick Fitzpatrick authored
* Adding toast when setting custom homepage * PR Feedback
-
Nemanja Glumac authored
* Fix `public-dashboard` E2E flake Closes #32334.
-
- Jul 12, 2023
-
-
Uladzimir Havenchyk authored
* Rework e2e test to make it less flaky * Fixup * Another attempt to improve test
-