This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 21, 2023
-
-
Nemanja Glumac authored
* Expand the glob to include TS(X) files * Use console error * Re-order imports * Print the missing files in red * Fix glob pattern * Add script to pre-commit hooks * Remove the check from CI
-
Aleksandr Lesnenko authored
-
Nemanja Glumac authored
Resolves #27885
-
Nemanja Glumac authored
-
Tim Macdonald authored
This'll be revisited as part of v47 [Fixes #28425]
-
Nemanja Glumac authored
-
Anton Kulyk authored
-
Anton Kulyk authored
* Handle no data perms for model detail page * Fix loading metadata * Fix props name
-
Anton Kulyk authored
* Make `modelId` optional in `ActionCreator` * Add `onSubmit` prop to `ActionCreator` * Allow creating actions with "+ New" button * Add `nock.cleanAll()` * Address comments * Use `CollectionItem` type * Use `import type` * Enable loading and error wrapper for loader
-
- Feb 20, 2023
-
-
Case Nelson authored
* Fix linter * Make sure we're inlining num in substitution and sum aggregations * Set hsql version * Fixing tests * Fixing tests after the h2 conversion * Use h2x/extract in h2, fix test differences * Fixing tests for honeysql2 * Only numbers get inlined * More test fixes * Fixing tests * Undo bad commit * Inline Ratio must produce doubles or h2 will do integer division where 1/2 = 0 * Fix bad case statement * We can't run native queries with AS for oracle --------- Co-authored-by:
Cam Saul <github@camsaul.com> Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com>
-
Cam Saul authored
-
Ryan Laurie authored
* use entity loader for db data in actions * update entity network mock
-
Ryan Laurie authored
* add parameter mapping explainer text * update link * use styled component link * update actiondashcardSettings tests
-
Nemanja Glumac authored
-
metamben authored
* Make joins work * Run fuzzy-field-info-test only against H2 * Set driver/*driver* when performing actions * Restrict expressions+joins-test to DBs supporting date arithmetics * Fix ordering of (top level) fields in mongo tables * Explicitly exclude mongo from tests requiring foreign key support * Optimize away $sort stage for implicit order-by.
-
Alexander Polyankin authored
-
Ryan Laurie authored
* add add question button to empty dashboard * more options * allow sidebar toggling * close navbar on nav to new question * more emotion * update tests
-
Anton Kulyk authored
-
Anton Kulyk authored
-
Ryan Laurie authored
* add helpers for actions testing * add basic action execution test * update add action test * add tags and documentation for tags * add tags to model actions spec * update test for new actions adding flow * fix merge conflicts * fix merge conflict again * address review comments * make test more reliable * prettier * prettier
-
Tim Macdonald authored
Especially helpful for work @camsaul is doing: https://github.com/clj-kondo/clj-kondo/issues/1996
-
Alexander Polyankin authored
-
Luis Paolini authored
According to @dpsutton is not used anymore. I wasn’t able to find it on the code as well
-
Cal Herries authored
* Fix action loading and extraction of action type * Remove comment
-
Ryan Laurie authored
* add dashcard testing mocks * improve virtual card overlays * update types * add search entity types * add metabase entity support to link cards * simplify link displays * update types and support collections and tables * use edit button to replace entity * test entity links * fix rebase * update types * address review comments * handle restricted link entities * Hydrate link cards info (#28297) * hydrate link cards info * we need to hydrate collections too * Address Cal's comments: - model use keywrod -> string - use model hydration - comments here and there * Link cards serdes (#28321) --------- Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
Ngoc Khuat authored
-
Anton Kulyk authored
* Allow disabling (deleting) basic actions * Add confirmation modal * Update how `menuItems` are built * Use aria-label instead of a test ID * Tweak confirmation modal copy
-
Nemanja Glumac authored
* Reinforce test by waiting for results to appear
-
Nemanja Glumac authored
[ci skip]
-
Nemanja Glumac authored
-
Anton Kulyk authored
* Add `isArchived` method to `Question` class * Show nice not found view when opening archived model
-
Tim Macdonald authored
(c.f. discussion at https://metaboat.slack.com/archives/C04FG88HL95/p1676649795131089)
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Add path filtering to codenotify workflow * Upgrade action to its latest version (v0.6.4)
-
Anton Kulyk authored
-
Anton Kulyk authored
* Add explanation text to the action editor * Replace link
-
Anton Kulyk authored
* Fix presenting required parameters * Add tests
-
Nemanja Glumac authored
* Upgrade `esbuild` to `0.17.9` * Upgrade `@bahmutov/cypress-esbuild-preprocessor` to `2.2.0`
-
- Feb 18, 2023
-
-
Aleksandr Lesnenko authored
-
Gustavo Saiani authored
-