This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 29, 2023
-
-
Denis Berezin authored
* Merge outdated ExpressionPopover and ExpressionWidget (#29050) * Refactor negative filters formatting to make them pass isExpression validation - not-null, not-empty, does-not-contain * Refactored ExpressionEditorTextfield to TS (#29337) * Remove footer divider * Fixed issue with aggregation step in admin data-model metrics section
-
Mahatthana (Kelvin) Nomsawadi authored
-
Jeff Bruemmer authored
-
- Mar 28, 2023
-
-
Case Nelson authored
* [MLv2] Append and drop final stage * Address review * order-bys can return nil * Check exceptions differently in cljs
-
Ryan Laurie authored
* move component tests out of test dir * fix export * update test paths * oops its a regex
-
Natalie authored
-
Natalie authored
-
Ryan Laurie authored
* use read only notebook instead of GUI query editor to view queries * remove edit formatting elements for readOnly variant * add unit tests * add back support for native queries * update tests * fix types
-
Cam Saul authored
* Improved implementation * Amazing code cleanup * Cleanup * More tests
-
Noah Moss authored
Allow sandboxing based on FK even if user doesn't have self-service access to the linked table (#29449) * bypass perm checks for linked tables in a sandbox * clean ns * fix test * add test * uncomment test
-
Kyle Doherty authored
* Add entity menu example to storybook * Update frontend/src/metabase/components/EntityMenu.stories.tsx Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com> * Update frontend/src/metabase/components/EntityMenu.stories.tsx Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com> --------- Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com>
-
Jeff Bruemmer authored
-
Braden Shepherdson authored
This requires a bit of special case handling for namespaces keywords.
-
john-metabase authored
Fixes import of dashboards in the root/default collection
-
Mahatthana (Kelvin) Nomsawadi authored
* Add a reproduction for #22230 * Clean up comments
-
Luiz Arakaki authored
-
Anton Kulyk authored
* Add basic tests to `NotebookStep` * Fix irreversible steps have "remove" button * Use `aria-label` instead of a test ID * Use `IconButtonWrapper`
-
Mahatthana (Kelvin) Nomsawadi authored
Add a reproduction for dashboard sticky filter incorrectly positioned when moving between dashboards (#29497) * Add a repro for #26230 * Move the prep phase to the `beforeEach` * Use `visitDashboard` helper * Wait for the second dashboard to load * You don't have to use `within` here * Add a comment * Add main repro assertion * Greatly simplify creation of the markdown card * Update the test title --------- Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com>
-
Ngoc Khuat authored
* use resolve-model with keyword check * do the same for primary-key and fix a check in serialization
-
metamben authored
-
Ngoc Khuat authored
* db/update-where -> t2/update --------- Co-authored-by:
Cal Herries <39073188+calherries@users.noreply.github.com>
-
metamben authored
-
- Mar 27, 2023
-
-
Noah Moss authored
* api-level changes * use defenterprise when fetching db-level cache_ttl * clarify testing string
-
Cam Saul authored
* Implement MLv2 `orderable-columns` * Revert silly changes * Dox
-
metamben authored
-
Jeff Bruemmer authored
-
metamben authored
* Configure foreign key support for Mongo to allow implicit joins
-
Anton Kulyk authored
* Move `NotebookStep` into its own directory * Convert `NotebookStep` to TypeScript * Extracts steps * Move styled file * Extract `ActionButton` * Clean up * Turn `NotebookStep` into a functional component * Extract `OpenSteps` type
-
Ngoc Khuat authored
* (db/simple-insert! Model opts) -> (t2/insert! (t2/table-name Model) opts) * (db/simple-delete! model opts) => (t2/delete! (t2/table-name) opts) * (db/simple-insert-many! Model opts) => (t2/insert! (t2/table-name Model) opts)
-
Luiz Arakaki authored
-
Anton Kulyk authored
* Remove commented out code * Fix typo * Convert `steps` to TypeScript * Convert `NotebookSteps` to TypeScript * Turn `NotebookSteps` into functional component * Turn `NotebookSteps` into a functional component * Move `NotebookSteps` into its own directory * Extract styled component * Fix type
-
Natalie authored
-
Nemanja Glumac authored
-
john-metabase authored
-
Ryan Laurie authored
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
-
Cal Herries authored
* Try sleep * Use db.setup/migrate! directly * Use v47.00-001 in test description Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com> * Add comment explaining why --------- Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
- Mar 25, 2023
-
-
Nick Fitzpatrick authored
* keep standalone values when collapsing column * adjusting unit test * PR Feedback * adding space * removing only * Adjusting behavior and tests * adjusting data_grid unit tests
-