This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 10, 2024
-
-
github-automation-metabase authored
Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com> Co-authored-by:
Sloan Sparger <sloansparger@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Raphael Krut-Landau <raphael.kl@gmail.com>
-
github-automation-metabase authored
Messages at INFO level and higher will appear in the browser console. Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
github-automation-metabase authored
* Fix stacked redirects to homepage dashboard crashing the app (#43836) * Add repro test * Move home selectors to `metabase/selectors/app` * Prevent unnecessary redirects to home dashboard * Rename * Handle navbar home link * Fix unit tests * Fix navigating away from an archived dashboard * Handle sub-root Metabase URLs * Fix dashboard state sync --------- Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
-
github-automation-metabase authored
Co-authored-by:
Cal Herries <39073188+calherries@users.noreply.github.com>
-
github-automation-metabase authored
-
github-automation-metabase authored
Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com>
-
github-automation-metabase authored
-
github-automation-metabase authored
* Fix flaky E2E test "sidebar should be resizable" * Remove the `flaky` tag * Remove unused intercept Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
github-automation-metabase authored
-
github-automation-metabase authored
Co-authored-by:
Cal Herries <39073188+calherries@users.noreply.github.com>
-
github-automation-metabase authored
-
github-automation-metabase authored
Co-authored-by:
Raphael Krut-Landau <raphael.kl@gmail.com>
-
github-automation-metabase authored
Co-authored-by:
Raphael Krut-Landau <raphael.kl@gmail.com>
-
github-automation-metabase authored
I'm not sure it's any less hacky in the CLJS but it keeps the TS wrappers thin. Context: - #43799 is the original issue - #43848 added the hack being removed here Co-authored-by:
Braden Shepherdson <braden@metabase.com> Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
github-automation-metabase authored
This PR simplifies a bit of text used in the cache cron schedule component: we can say "spaces" (which is normal English) not "white spaces" (which is developerese) Co-authored-by:
Raphael Krut-Landau <raphael.kl@gmail.com>
-
Nicolò Pretto authored
* PublicDashboard -> PublicOrEmbeddedDashboard * file renames and some fixes for PublicOrEmbeddedDashboard * PublicQuestion -> PublicOrEmbeddedQuestion (file renames) * PublicDashboard -> PublicOrEmbeddedDashboard * isPublic prop -> isPublicOrEmbedded in Dashboard and Dashcard
-
github-automation-metabase authored
Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
github-automation-metabase authored
Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
- Jun 09, 2024
-
-
github-automation-metabase authored
* fix stacked bar chart tooltips when total value is negative * add E2E test Co-authored-by:
Jesse Devaney <22608765+JesseSDevaney@users.noreply.github.com>
-
github-automation-metabase authored
* Initial commit * unit test, always white on active * Run Prettier
* removing yellow color from verified model icon * linter and type fix Co-authored-by:Nick Fitzpatrick <nick@metabase.com>
-
- Jun 08, 2024
-
-
github-automation-metabase authored
Co-authored-by:
Alexander Solovyov <alexander@solovyov.net>
-
- Jun 07, 2024
-
-
github-automation-metabase authored
Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
github-automation-metabase authored
* backported "Fix parameter mapping with models" * Fix auto-wiring --------- Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
Aleksandr Lesnenko authored
* fix data labels under trend/goal lines (#42928) * fix data labels under trend/goal lines * fix fontFamily missing * update specs * fix type errors * snapshots --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com> * Set min bar height for non-zero bars (#43485) * set min bar height for non-zero values * fix y-axis split logic uses transformed dataset instead of actual data * fix timeline events covers series (#43780) * make compact formatting consistent across all series (#43472) * make compact formatting consistent across all series * fix rebase * resolve yarn.lock conflicts * snapshots --------- Co-authored-by:
Emmad Usmani <emmadusmani@berkeley.edu>
-
github-automation-metabase authored
Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Raphael Krut-Landau <raphael.kl@gmail.com>
-
github-automation-metabase authored
Resolves #41511 Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
github-automation-metabase authored
Closes #43251 Co-authored-by:
Raphael Krut-Landau <raphael.kl@gmail.com>
-
Jeff Bruemmer authored
-
github-automation-metabase authored
backported "Move around audit content to make perm checks more consistent + general cleanup" (#43867) Co-authored-by:Noah Moss <noahbmoss@gmail.com>
-
github-automation-metabase authored
* Type `TaskInfo` * Re-write `JobInfoApp` to use RTK Query * Re-write `JobTriggersModal` to use RTK Query * Remove unused `fetchJobInfo` action * Remove `TaskApi` from `services.js` * Remove `JobApp` styled component * Simplify fetching logic Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
github-automation-metabase authored
Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
github-automation-metabase authored
* Add events to measure search performance (#43135) * new_search_query event * Filters in object, search click event * updating event schema * type and event schema adjustments * delete comments BE code * adjusting tests * PR feedback * typos and spacing * removing archived filter --------- Co-authored-by:
John Swanson <john.swanson@metabase.com> Co-authored-by:
Nick Fitzpatrick <nickfitz.582@gmail.com>
-
github-automation-metabase authored
Fixes a small typo Co-authored-by:
Raphael Krut-Landau <raphael.kl@gmail.com>
-
github-automation-metabase authored
Co-authored-by:
Sloan Sparger <sloansparger@users.noreply.github.com>
-
Ryan Laurie authored
-
github-automation-metabase authored
* Move role to url parameters from connection properties * Fix test Co-authored-by:
lbrdnk <lbrdnk@users.noreply.github.com>
-