This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 22, 2023
-
-
Emmad Usmani authored
-
Aleksandr Lesnenko authored
-
Anton Kulyk authored
* Add `aria-label` to the run button * Assert run action button is shown when expected * Hide run button when actions are disabled
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix missing type property on a card breaks frontend UI * Add E2E test
-
Alexander Polyankin authored
-
- Feb 21, 2023
-
-
john-metabase authored
* Improves consistency of substring in MBQL Standard SQL SUBSTRING() uses a 1-based start index, with various drivers handling a 0 start index in different ways. To make the behavior of substring consistent across drivers, we will always convert a 0 start index in MBQL to a 1 in SQL. The ->honeysql implementation of substring has been generalized and drivers can now override just the name of the substring function, or the entire expression if necessary. SQL Server now calls the parent implementation. Resolves #12445 * Fixes substring from 0 in Mongo * Adds arg to substring parent call * Fix docs and helper text for substring() * Adds schema to require positive integer index for substring * WIP, adds frontend validation for substring index arg * Adds frontend test for substring arg validation * Updates substring test to expect exception on index 0 * Update src/metabase/driver/sql/query_processor.clj Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * Use s/if instead of s/conditional * Fix substring call in mysql substring spec * Reverts driver and sql.qp changes for substring index * Reverts changes to dispatch-by-clause-name-or-class * Fixes typeinferencer test substring index * Adds test for canonicalizing substring * Fixes substring canonicalization with extra args * Updates string extracts test to account for substring canonicalization * Rewrites resolver validation application * Adds test case for frontend expression validation errors * Fixes frontend compiler spec for new substring validation --------- Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
Nick Fitzpatrick authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
-
Anton Kulyk authored
-
Cam Saul authored
* Fix #15324 * Update tests
-
Aleksandr Lesnenko authored
-
Nemanja Glumac authored
Resolves #27885
-
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
-
-
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
-
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
-
Alexander Polyankin authored
-
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>
-
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
-
Anton Kulyk authored
* Add `isArchived` method to `Question` class * Show nice not found view when opening archived model
-
Nemanja Glumac authored
-
Anton Kulyk authored
-
Anton Kulyk authored
* Add explanation text to the action editor * Replace link
-
Anton Kulyk authored
* Fix presenting required parameters * Add tests
-
- Feb 18, 2023
-
-
Aleksandr Lesnenko authored
-
Gustavo Saiani authored
-
- Feb 17, 2023
-
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-
john-metabase authored
* Removes :presto driver and tests * Merges :presto-common into :presto-jdbc * Adds migration to update presto databases to presto-jdbc --------- Co-authored-by:
Cam Saul <github@camsaul.com>
-
Ryan Laurie authored
* disable action buttons when actions are disabled on a db * destructure props
-