This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 14, 2024
-
-
Alex Yarosh authored
-
Phoomparin Mano authored
* replace color-mod with color-mix * update alpha values to round to 5% * add deprecation notice to lighten, darken and alpha * update loki reference image * add alpha value css variables to storybook preview * update loki reference image
-
Abed Habli authored
-
Ryan Laurie authored
-
John Swanson authored
Previously we were just adding this when the item was archived. Instead, always send a value - if the item is not archived, it can't be restored, so it will be `false` in this case. Making this change will make fixing a frontend bug easier, because the frontend will be able to just trust the `can_restore` value coming in from the backend.
-
github-automation-metabase authored
-
Oisin Coveney authored
fix(sdk): Update README to move `Embedding the collection browser` to `Features currently supposed` (#44208)
-
Ryan Laurie authored
* add additional release slack message * trigger slack messages from build * fixes * remove silly var name
-
Ryan Laurie authored
* update release script to trigger ops issue creation * update secret vars
-
Kamil Mielnik authored
-
Ryan Laurie authored
* combine collections e2e specs * obey the linter
-
Raphael Krut-Landau authored
-
Oisin Coveney authored
-
Oisin Coveney authored
-
Nemanja Glumac authored
* Remove "is empty" and "not empty" from time-series chrome * Fix unit test
-
Phoomparin Mano authored
* docs update * add dashboard.backgroundColor
-
Romeo Van Snick authored
* Use MultiAutocomplete in dashboard filters * Handle prefix on MultiAutocomplete * Remove unnecessary tests for empty values * Remove input className * Handle numbers in MultiAutocomplete * Accept number values in MultiAutocomplete * Use MultiAutocomplete in NumberInputWidget * Filter out empty items * Do not expect formatted number in values * Do not allow adding multiple values when multi is false * Handle undefined values * Make value optional * Fix MultiAutocomplete types * Make MultiAutoComplete generic in its value type * Refine MultiAutocomplete type in NumberInputWidget * Refine MultiAutocomplete type in FieldValuesWidget * Fix typo * Fix MultiAutocomplete tests * Add helpers to work with MultiSelect and MultiAutocomplete inputs * Handle MultiAutocomplete input in tests * Fix filter helper * Use multiAutocompleteInput helper * Find the value remove button in test * Fix tests for NumberInputWidget * Fix tests for DefaultPicker * Fix type in NumberInput * Fix dasboard test * Fix embedding test * Add helpers to remove values * Fix chained filter test * Fix nested test * Fix embedding tests * Fix filter tests * Use removeMultiAutocompleteValue * Use removeMultiAutocompleteValue * Remove unused variable * Use multiAutocompleteInput helper * Handle comma's in values * Handle multiselect * Fix filter test * Add filter * Format field value * Fix embedding tests * Allow rendering custom label for item * Use renderValue in FieldValuesWidget * Fix data prop type * Be more explicit about broken types in FieldValuesWidget * Fix default behaviour for label * Fix embedding tests * Force click * Fix sharing test * Use removeMultiAutocompleteValue * Handle multiautocomplete inputs * Force click filter * Close the suggestions menu * Fix email test * Fix sharing filter * Set viewport in test * Fix sharing test * Remove debugging logs * Use removeMultiAutocompleteValue * Close the suggestions menu using blur * Remove commented out code * Remove the unused color prop * Move shared types to types file * Rename ValueType to TValue * Add missing forwardRef * Add tests for filter and renderValue * Use TokenField for single value parameters * Fix single value test * Be more specific about when to select a single input * Fix single value e2e test * Handle undefined parameter * Accept all RowValue types in MultiSelect * Accept all RowValue types in ListField * Accept all RowValue types in SingleSelectListField * Be more precise about the FieldValuesWidget value types * Be more specific about when to render normal input * Remove duplicate import * Remove maxSelectedValues from MultiAutocomplete * Parse values in FieldValuesWidget * Remove parsing complexity from MultiAutocomplete * Be more strict when parsing numbers * Do not use multiselect when arity is 1 * Remove spurious changes * Pass prefix from FieldValuesWidget * Remove number MultiAutocomplete story * Remove renderValue from MultiAutocomplete * Add custom component to MultiAutocomplete * Add missing data prop * Remove spurious changes in MultiAutocomplete * Remove SelectItem reference * Use renderValue in FieldValuesWidget
-
- Jun 13, 2024
-
-
Nick Fitzpatrick authored
-
Raphael Krut-Landau authored
This PR removes: - a warning about missing React keys in the `Schedule` component - a warning about invalid props in the `StrategyFormLauncher` component
-
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.
-