This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 25, 2024
-
-
Nemanja Glumac authored
* Throw on `Pulse.api.delete` * Add boilerplate `subscriptionApi` * Add `unsubscribe` endpoint * Add types * Delete unused `Pulses.objectActions` * Re-wire `Pulses` entity to use RTK Query for `objectActions` * Re-wire `Pulses.api` to use RTK Query under the hood * Add cache invalidation * Fix `setArchived` objectAction * Update DELETE response type * Fix `params`
-
Oisin Coveney authored
-
Alexander Solovyov authored
This reverts commit f5bd6344.
-
- Apr 24, 2024
-
-
Jeff Bruemmer authored
-
John Swanson authored
Pretty much does what it says on the tin.
-
Nick Fitzpatrick authored
* Migrate SMTPConnectionForm to Form Provider * e2e test adjustment * updaing setting mock * PR feedback
-
Tim Macdonald authored
It has a slightly different API shape. We're not using it right this minute, but we're about to and it seemed nice to separate this out into its own PR
-
Denis Berezin authored
* Isolate click actions * Self review fixes * Add global plugin config * Review fixes * Drill with custom view * Review fixes
-
Alexander Solovyov authored
-
Romeo Van Snick authored
* Export Input * Move TextInput overrides to Input * Remove the :not(:only-child) hack the Schedule component * Remove the :not(:only-child) hack from DateInput * Remove the :not(:only-child) hack from FileInput * Remove the :not(:only-child) hack from Select * Remove the :not(:only-child) hack from TextArea * Remove the :not(:only-child) hack from TimeInput * Reproduce pre-hack margin in Schedule component * Undo overzealous refactor
-
Nemanja Glumac authored
* Add persisted info types * Keep exports sorted alphabetically * Add boilerplate `perist` API * Use RTK Query for the `PersistedModels.list` * Throw for unused `PersistedModels` endpoints * Update types * Re-wire PersistedModels `get` requests to use RTK Query * Fix the endpoint * Refresh model cache using RTK Query * Add cache invalidation * Fix `PersistedModels.api.get` endpoint options * Remove stray TODO comment * Explain the difference between the `persisted-info` and the `persisted-model` tags * Invalidate `persisted-info` list upon refreshing a single model
-
Mahatthana (Kelvin) Nomsawadi authored
-
Cal Herries authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
Cal Herries authored
-
Cal Herries authored
-
- Apr 23, 2024
-
-
Emmad Usmani authored
* allow scientific notation (`e`) in `ChartSettingInputNumeric.tsx` * update spec * update comment
-
Sloan Sparger authored
-
Nick Fitzpatrick authored
-
Chris Truter authored
-
Jesse Devaney authored
* fix queries being re-run because parameters were being compared with different sorts * add test to validate and enforce behavior
-
LeAnn authored
-
Ryan Laurie authored
* dont use buildjet for e2e * dont use buildjet for frontend either
-
Romeo Van Snick authored
* Be more consistent with borders and avoid double borders * Mark the aggregation 'Custom Expression' button as an action * Remove color from action headers * Remove bottom border from last child * Remove top border from first child * Make section header classes consistent * Add border to search header * Use correct color for borders * Add props to enable borders in AccordionList * Add borders to column picker elements
-
Mahatthana (Kelvin) Nomsawadi authored
-
Nemanja Glumac authored
-
Nick Fitzpatrick authored
* CopyQuestionForm * CopyDashboardForm * inital values adjustment, e2e tests * FormObserver
-
Alexander Solovyov authored
-
Oisin Coveney authored
-
Cal Herries authored
-
Cal Herries authored
-
adam-james authored
-
Nemanja Glumac authored
* Use proper case for year date format Fixes #40493 * Add regression test for specific filters in different locales * Actually use the locale
-
Mahatthana (Kelvin) Nomsawadi authored
-
Oisin Coveney authored
-
- Apr 22, 2024
-
-
Noah Moss authored
-
adam-james authored
* Dates Binned by Week Export Formatting Matches App Fixes: #41492 Before, the dates binned by week would be formatted as follows in CSV and JSON exports: `Week 1 - 2024` But that doesn't match the App's format of a Date Range: `January 1, 2024 - January 7, 2024` So, now the exports will apply formatting in this same way. Note that a second bug (#41616) exists on the Frontend preventing the column formatting being applied in the app. This is frontend only, and the csv and json exports will match the column formatting settings (eg. abbreviated dates and alternative separators will be used in the export). * add test and change default week style * Week format test change * also fix incorrect :hour formatting
-
A. Marius Rabenarivo authored
* [tech debt] Stop using ms/BooleanString and only use ms/BooleanValue ms/BooleanString will coerce to a string, and we should probably get rid of it and only ever use ms/BooleanValue which will always coerce to a boolean We want the coercion layer to give us values that are helpful, and true is more helpful than "true". So we should remove ms/BooleanString and calls to parseBoolean * Remove ms/BooleanString usage in api/native_query_snippet.clj * Remove test case related to ms/BooleanString * Remove the BooleanString schema def as no longer used
-
Raphael Krut-Landau authored
BaseItemsTable BaseTableItem BulkActions CollectionContentView CollectionCopyEntityModal ItemsTable
-
Oisin Coveney authored
-
bryan authored
-