This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 26, 2024
-
-
Denis Berezin authored
* Add dashboard question header * Add dashboard data preserve after question drill * Review fixes * Review fixes * Potential fix for e2e * Potential fix for e2e * Add basic unit tests * Fix Dashboard reloading on unmount, fix ad hoc question title in SDK * Move dashboard reset to SDK component * Fix issue with dashboard rerender * Fix one more reported issue with rerender
-
Jesse Devaney authored
* fix map default display type with un-binned coordinates - default to `"map.type"` = "pin" when coordinates are not binned - default to `"map.type"` = "grid" when coordinates are binned * add tests * refactor breakouts usage
-
Alexander Polyankin authored
Allow clicking "Remove all" for the first group in `FieldPanel` and omit removing the first field in the group (#44645)
-
Alexander Polyankin authored
* Fix broken field normalization in metadata * Handle Fields.actionTypes.UPDATE action in tables reducer to keep table's original_fields in sync * Add an e2e test for fields * Format code * Use a different table, since accounts table is not available in e2e tests --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
Jesse Devaney authored
* remove invalid else conditional * fix RowChart firing invalid API request on legend item click * fix clicking on non-breakout legend on dashboards * add E2E test to validate and enforce the desired behavior
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Bump dashboard description max len limit to 1.5K * Extract `DASHBOARD_DESCRIPTION_MAX_LENGTH` const * Handle description max length in dashboard sidebar * Add red border to dashboard description box * Add test
-
Oisin Coveney authored
-
Alexander Solovyov authored
-
Phoomparin Mano authored
-
- Jun 25, 2024
-
-
Sloan Sparger authored
* fixes spacing and color issue of trash icon in archive banner * css var for color --------- Co-authored-by:
Nick Fitzpatrick <nickfitz.582@gmail.com>
-
Emmad Usmani authored
* fix pivot horizontal scroll * fix scroll on dashboard * add e2e test * fix unit tests * fix e2e test
-
Nicolò Pretto authored
* WIP PublicOrCustomEmbedDashboardPage without using dashboard controls * add usePublicDashboardEndpoints instead of WithPublicDashboardEndpoints * fix type error by setting null as default value for hide_parameters and hide_download_button * use usePublicDashboardEndpoints inside WithPublicDashboardEndpoints * also migrate embed * i don't think we need useDashboardNav public/static embed * SetTitle component to use instead of the `title` hoc * wrap setEmbedDashboardEndpoints/setPublicDashboardEndpoints in useEffect as per PR comment * after the fix for metabase#38640 we don't need the public routes in the main app * renamed test file * change tests to use PublicOrEmbeddedDashboardPage * remove PublicOrEmbeddedDashboardControlled and change imports for PublicOrEmbeddedDashboardPage * remove debug prop left by mistake
-
Alexander Polyankin authored
* Pass expressionPosition * Add a test * Update e2e/test/scenarios/question-reproductions/reproductions-3.cy.spec.js Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Rename expressionPosition to expressionIndex --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
Oisin Coveney authored
-
Romeo Van Snick authored
* Add e2e test to verify that step previews only care about the step being previewed * Use getNotebookStep and find preview button using cy.icon * Remove empty line Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> --------- Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
Mahatthana (Kelvin) Nomsawadi authored
* Make the code makes more sense * Fix type error
-
Nemanja Glumac authored
* Move SimpleSpecificDatePicker to the form * Extract `isSpecificValue` helper * Integrate the toggle into `SimpleDateIntervalPicker` * Make DateOperatorPicker do only one thing Separation of concerns - lift SimpleRelativeDatePicker up to the form. * Fix unit tests * Add back the test for the `SimpleSpecificDatePicker` * Keep the rendering logic in the `SimpleDatePicker`
-
Phoomparin Mano authored
* apply css variables injection right under the public component * refactor css variables * fix name changes * apply css variables to global styles * update path * render component wrapper as full-width * move style resets to public component styles wrapper * update unit tests for global styles
-
- Jun 24, 2024
-
-
Alexander Polyankin authored
-
Nemanja Glumac authored
* Get rid of the styled component * Stack date operator on top of actual filter pickers * Use the existing `CurrentDatePicker` * Fix unit test * Conditionally apply padding to the `CurrentDatePicker` * Remove the custom prop
-
Denis Berezin authored
* part 1 * part 1 * part 2 * part 3 * part 4 * Self review * Self review * Fix merge conflicts * Fix e2e * review fixes * review fixes
-
Uladzimir Havenchyk authored
* test: add a test for the edge case in mapping on parameter change * fixup! test: add a test for the edge case in mapping on parameter change
-
Mahatthana (Kelvin) Nomsawadi authored
* Remove `this` reference from the markup * Move functions inline * Introduce a view component making it purer * Introduce question embed view component * Address review: Don't lie about types Co-authored-by:
Nicolò Pretto <info@npretto.com> * Address review: Make code consistent --------- Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Uladzimir Havenchyk authored
* Exrtract 'useResetParameterMapping' * Extract 'DashCardCardParameterMapperButton' * Extract 'DashCardCardParameterMapperContent' * cleanup * Drop if/else * cleanup
-
- Jun 22, 2024
-
-
Uladzimir Havenchyk authored
* refactor: Rework undo to typescript * fixup! refactor: Rework undo to typescript * fixup! fixup! refactor: Rework undo to typescript * Convert UndoListing to ts * fixup! Convert UndoListing to ts * Update frontend/src/metabase/redux/undo.ts Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * address review --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
- Jun 21, 2024
-
-
Nicolò Pretto authored
* convert embed.ts to use createSlice from rtk * only store in the state what we care about for interactive embedding * use DEFAULT_EMBED_OPTIONS keys to filter searchOptions * removed unused hash parameter * adds basic unit test
-
Mahatthana (Kelvin) Nomsawadi authored
* refactor: Simplify code (#44275) * Remove dead code * Remove values same as default options * Simplify hook API: Removing unused argument * review: Remove redundant code * Refactor
-
Anton Kulyk authored
* Skip repro for 10493 * Add repro for 44532 * Remove `ensureMetricsAndDimensions`
-
Kamil Mielnik authored
* Show table's schema name when available * Add a test * Add a test for empty table schema
-
Oisin Coveney authored
-
Oisin Coveney authored
Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
Oisin Coveney authored
-
Nicolò Pretto authored
* file renamed to .ts * fixed ts errors in browser.ts
-
- Jun 20, 2024
-
-
Nick Fitzpatrick authored
* Fix crash on restoring bookmarked items, update bookmarks on restore * adding bookmark assertions to e2e tests * removing unintended createDashboard change
-