This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 27, 2024
-
-
Kamil Mielnik authored
* Update & tag a test * Run tests also on TS files * Update mongo test
-
Alexander Solovyov authored
-
- May 24, 2024
-
-
Cal Herries authored
-
metamben authored
-
metamben authored
-
metamben authored
-
Alexander Polyankin authored
-
Nick Fitzpatrick authored
* add media query to search button * useSmallScreen hook
-
Ryan Laurie authored
-
Ryan Laurie authored
* hide creation buttons on search and recents tabs * update e2e tests
-
Oisin Coveney authored
* Convert DashboardControls to TS hooks * fix types * Modify dashboard url params to ensure that we keep hash options that haven't changed * Fix PublicDashboard and DashboardTabs tests * Use synced dashboard tabs for automatic dashboard, and use normal tabs for those with DashboardControls * reduce hash option location changes to only the ones we can change through the UI * Add comment on state management * Remove console * Attempt to solve more tests * Remove loadDashboardParams as a passed prop * Fix some tests, but will cause unit test to break * Change names to reflect actual usage * Fix lint and type issues * Add simpler url param control, simplify types, and simplify fullscreen hook * Add two way binding with url params to attempt to fix tests * Fix unit test + types * Move folders and fix imports * Use Record<string, unknown> for refresh hook * Remove console.log * Clear query parameters when ParametersList unmounts * Add comment * Revert DisplayTheme changes * Fix weird reloading problem * Fix reducers test * add code comments on selecting the tab once tab data is loaded * add code comments on unsyncing parameters * Fix e2e tests, move url reset to tabs context * Fix e2e tests * Hotfix --------- Co-authored-by:
Uladzimir Havenchyk <uladzimir.dev@gmail.com> Co-authored-by:
Phoomparin Mano <poom@metabase.com> Co-authored-by:
Denis Berezin <denis.berezin@metabase.com>
-
Raphael Krut-Landau authored
* Limit options on OSS Admin/Performance page * simplify * simplify * simplify * divide constants to avoid circular imports * divide constants to avoid circular imports * divide constants to avoid circular imports * simplify * simplify * simp * fix * simplify * simplify * fix test
-
Aleksandr Lesnenko authored
This reverts commit bf6fd9ef.
-
Aleksandr Lesnenko authored
-
Uladzimir Havenchyk authored
[Dashboard] Optimize rendering by reducing the number of props passing down to from the very top (#43114) * Avoid unnecessary re-renderings in dashboard - getEmbeddedParameterVisibility * Avoid unnecessary re-renderings in dashboard - favicon, page title * Exclude isLoadingComplete from passing down * Avoid unnecessary re-renderings in dashboard - metadata * Drop metadata from Public Dashboard * Avoid unnecessary re-renderings in dashboard - dashcardData
-
Nicolò Pretto authored
* minimal support for multiple origins in security middleware * if -> when to be more idiomatic * adds tests for parse-url * if -> when * add missing new line in tests * split the logic of validation in functions * adds tests for the small functions * use namespace in tests instead of :refer
-
Romeo Van Snick authored
-
Romeo Van Snick authored
* Limit the height of the breakout popover * Allow the click action popover to untether to prevent overflowing the screen * Add reproduction for #43075 * Rename breaktrhough to breakout Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Use findAllByTestId Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Remove copy pasted question name Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Remove unused api intercept Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
Romeo Van Snick authored
* Make accordion list item content 100% wide * Remove unused Dot component * Move bucket popover trigger to the end of the item * Revert QueryColumnPicker styles to what they were before adding the info icons * Fix the height of the bucket picker
-
Uladzimir Havenchyk authored
-
- May 23, 2024
-
-
Case Nelson authored
* [Metrics V2] Port Legacy metric tests and fixes Fixes #43093 * Address pr review
-
Alexander Polyankin authored
-
metamben authored
* Stop returning archived metrics in available metrics * Add archived metric test * Migrate legacy metric tests * Delete lib/legacy_metric.cljc
-
metamben authored
-
Emmad Usmani authored
* refactor scatter plot model to separate function * (2/3) refactor scatter plot option to separate function (#43033) * use getScatterPlotOption * use buildEChartsScatterSeries directly * remove hoveredSeriesDataKey from scatter * (3/3) improve chart model types (#43034) * create WaterfallChartModel type * create ScatterPlotModel type * rename BaseCartesianChartModel to CartesianChartModel * simplify chartModel creation in hook
-
Nick Fitzpatrick authored
* modal built * code cleanup, removing unused components * whitespace shame * adjusting unit test * removing px shame
-
Ngoc Khuat authored
-
Chris Truter authored
-
Kamil Mielnik authored
-
Noah Moss authored
-
Alexander Polyankin authored
This reverts commit a0a4a26f.
-
Ryan Laurie authored
-
Tim Macdonald authored
* Support find-and-replace with optional tags [Fixes #42583]
-
Tim Macdonald authored
* Support F&R for snippets [Fixes #42648]
-
Kamil Mielnik authored
-
Alexander Polyankin authored
-
Kamil Mielnik authored
* Generate different shouldShowItem for different pickers * Add repro for #42957 * Update test to use models instead of metrics
-
Uladzimir Havenchyk authored
-
- May 22, 2024
-
-
bryan authored
-
Alexander Polyankin authored
* Split card data and query * Split card data and query * Split card data and query * Fix loading state * Postpone card check * Postpone card check * Postpone field check * Postpone field check * Postpone field check * Postpone field check * Postpone field check * Add await * Add await * Add await * Add await * Fix tests * Fix data loading * Fix data loading * Fix data loading * Fix data loading * Revert "Fix data loading" This reverts commit 2b782b99368f6f8fcdbe0cfa086c8c693d9d3f86. * Fix data loading * Fix test * Fix test * Fix embedding * Fix xrays * Fix xrays
-