This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 13, 2024
-
-
Raphael Krut-Landau authored
-
Raphael Krut-Landau authored
* adds a shimmer effect to the skeletons * adds a `natural` prop that makes the skeletons have a random width between 50% and 80% * adds a skeleton to Browse models Closes #44111
-
Braden Shepherdson authored
Fixes #43993.
-
Sloan Sparger authored
-
Nick Fitzpatrick authored
* adding snippets back into getCollection * e2e test --------- Co-authored-by:
Sloan Sparger <sloansparger@gmail.com>
-
Phoomparin Mano authored
-
Noah Moss authored
-
Noah Moss authored
* little bit of refactoring in sso test code * use :once instead of :each
-
Noah Moss authored
-
Noah Moss authored
-
Phoomparin Mano authored
* expose card title settings * Add dashboard test skeleton * add a sample dashcard to the test * dashboard grid should have card title by default * add unit test for card title * remove unused delay in unit test * fix width and height being smaller than min values * flip grid layout condition --------- Co-authored-by:
Oisin Coveney <oisin@metabase.com>
-
Raphael Krut-Landau authored
-
Phoomparin Mano authored
* apply cell background color * add id column overrides * do not add transparency to id column cell when overridden * fix static dashboard theming * update loki reference image * add style resets and regenerate loki snapshots * add style resets and regenerate loki snapshots
-
Aleksandr Lesnenko authored
* fix area step * specs
-
Chris Truter authored
-
Alex Yarosh authored
-
Anton Kulyk authored
* Rework column sync to work with series objects * Reuse previous metrics and dimensions if available * Add repro test
-
- Jun 12, 2024
-
-
Alexander Polyankin authored
-
dpsutton authored
* Handle errors when inferring separator of csv This file ``` "c1","c2" "a,b,c","d" ``` was failing to upload for a silly reason: when we were checking for which separator it used, we had a parse error when using a semi-colon and that blew up the whole pipeline. * Use cal's helpful test suggestions
-
Raphael Krut-Landau authored
-
John Swanson authored
Although a user may have the necessary permissions to delete an item, if we're not going to allow deleting unarchived items, can_delete should be false for them too.
-
Jeff Bruemmer authored
-
Raphael Krut-Landau authored
* Add our first Mantine Skeleton * Sort * Simplify Skeleton.tsx
-
Alexander Polyankin authored
-
Raphael Krut-Landau authored
-
Anton Kulyk authored
* Move `syncColumnSettings` to metabase/visualization * Remove unused `SettingsSyncOptions` * Fix type errors
-
Sloan Sparger authored
-
Jeff Bruemmer authored
-
Alexander Solovyov authored
-
Ryan Laurie authored
* combine and reorganize admin specs * fix import and reorganize more
-
Ryan Laurie authored
-
Ryan Laurie authored
-
Ryan Laurie authored
-
Oisin Coveney authored
-
Alexander Polyankin authored
-
Ngoc Khuat authored
Fix get card query_metadata and dashboard query_metadata throws 500 when users don't have view perms on any tables (#44052)
-
Nemanja Glumac authored
* Fix broken E2E test * Remove linter warning
-
Oisin Coveney authored
-
Uladzimir Havenchyk authored
* Restore icons in the new filter popup * it.each
-
Ivan Križnar authored
* Fix dismissing popup * Undo revert * Merge refs * Update frontend/src/metabase/query_builder/components/expressions/ExpressionEditorTextfield/ExpressionEditorTextfield.tsx Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Update frontend/src/metabase/query_builder/components/expressions/ExpressionEditorSuggestions/ExpressionEditorSuggestions.tsx Co-authored-by:
Romeo Van Snick <romeo@romeovansnick.be> * Update frontend/src/metabase/query_builder/components/expressions/ExpressionEditorSuggestions/ExpressionEditorSuggestions.tsx Co-authored-by:
Romeo Van Snick <romeo@romeovansnick.be> * Use semantically correct HTML * Fix popmenuTarget type --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> Co-authored-by:
Romeo Van Snick <romeo@romeovansnick.be>
-