This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 26, 2022
-
-
Alexander Polyankin authored
-
Dalton authored
-
Dalton authored
-
- Oct 25, 2022
-
-
Cal Herries authored
* Show collection in data reference * Fix type check * Revert "Fix type check" This reverts commit 3eef7cd21c8c6c1677fc427ac72a581cd8580bb4. * Use Collections selector instead of question.card().collection * fetch collection in loadMetadataForCard * Replace getCollectionFromCard with Collections selector and rename question -> card
-
Cal Herries authored
* Add collection to card tag autocomplete results * Remove comment * Tidy test * Remove unused import * Bump width
-
- Oct 24, 2022
-
-
Aleksandr Lesnenko authored
* static pie labels * visual tests * Quick fix to prevent non-temporal labels from datetime formatting * show values pie BE * Text fix
* add specs * renamt show_labels to show_values * Test fix * update spec Co-authored-by:Adam James <adam.vermeer2@gmail.com> Co-authored-by:
Tim Macdonald <tim@tsmacdonald.com>
-
Alexander Polyankin authored
-
Noah Moss authored
Add `saml-configured`, `jwt-configured` and `google-auth-configured` settings, and some general setting refactor (#26045) * general sso configured/enabled setings refactor * fix ts type error and update be tests
-
- Oct 22, 2022
-
-
Gustavo Saiani authored
-
- Oct 21, 2022
-
-
Maz Ameli authored
* update new model copy * add educational button * remove EducationalButtonProps
-
Cal Herries authored
-
- Oct 20, 2022
- Oct 19, 2022
-
-
Cal Herries authored
* Remove CardTagEditor * Remove unused cardTagRegexFromId
-
Cal Herries authored
-
- Oct 18, 2022
-
-
Gustavo Saiani authored
-
Cal Herries authored
* Refactor DataReference * Don't show card tags in the sidebar * Refactor template tag regexes * Add models to DatabaseSchemasPane * Restyle SchemaPane * Anton's suggestions * Rename show to onItemClick * Remove another ternary * Add openDataReferenceAtCard action, but not opening the sidebar yet * Fix useEffect static analysis * Types * Get opening the sidebar at a model working, at the expense of model autocomplete * Change icon of ModelPane if it's a question * Tidy * Refactor DatabasePane * Move onItemClick and back callback logic to redux actions * Add e2e test * Add back autocomplete * Load question tables correctly * Restore autocomplete * Fix card tag autocomplete on the first character of the tag name * Update template tag editor visibility test to not test for card tags * Fix tests for cardIdFromTagName * Tidy tag editor * Typo * Fix undefined error * Tidy NativeQueryEditor.cardTagId * Tidy nextCompleters * Tidy * Update unit tests for tag editor visibility * Tidy * Tidy * Add test for models * Check fields have loaded before displaying table fields * Tidy * Rename ModelPane to QuestionPane * Rename card to question * Remove unused files * Tidy * Fix renaming * Fix renaming * Make variable template tag names non-empty * Fix test flakiness * Tidy * Tidy * Remove is_saved_questions check * Rename * Replace setDataReferenceStack action with selector and fix test * Initialize dataReferenceStack to null as an "uninitialized" state to fix the back button * Update e2e tests * Update e2e tests * Replace long ternaries
-
Anton Kulyk authored
* Remove list and object viz from viz options * Hide apps and actions from new item menu * Remove UI for enabling writeback per-database * Disable app routes * Disable action routes * Disable model detail page * Don't list apps in the navbar * Hardcode dashboard's `isDataApp` to `false` * Remove "page" from custom destination options
-
Dalton authored
* move remapParameterValuesToTemplateTags * Move more parameter value utils to metabase-lib * Fix tests
-
Alexander Polyankin authored
-
- Oct 17, 2022
-
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Aleksandr Lesnenko authored
* untie getColumnKey function from unimportable in static viz environment code * review * spec
-
- Oct 14, 2022
-
-
Gustavo Saiani authored
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
Gustavo Saiani authored
-
Luis Paolini authored
-
Ryan Laurie authored
* remove actionClickDrill and stop using click behavior for actions * close modal on success * fix type
-
Dalton authored
* Move subset of parameter-values utils to metabase-lib * Move parameter mbql utils to metabase-lib * Create some small target utils * Move template tag utils to metabase-lib * Move target/field logic to metabase-lib * Remove eslint-enable
-
- Oct 13, 2022
-
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
Runc2333 authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Oct 12, 2022
-
-
Ryan Laurie authored
* [Apps] Model Actions WIP Adding migration and endpoints for model_action. * WIP model action execution Changing the execution endpoints again, still working on implicit action execution tests. Need to also test the parameters fetch. * Re-add execution route for dashcard action_id until Front End catches up * Add name to model_action GET * Hydrate model-action on dashcards * Rename and combine hydration of model_action to action * Implicit action execution support. Use slug columns as parameter ids * Go through model-action when using GET /action * FE integration fixes * Move action execution to use new parameter shape Now, parameters should be a map of parameter-id to value Parameter-id should be mapped on the FE. So the action parameter-id not the unmapped dashboard parameter-id. * Bring ModelAction into copy code * Generate target of implicit actions to match http actions * Update action test to place action on model * Add unique constraint to model_action for (card_id, slug) * Add missing require * model_action.slug needs to be varchar for mysql constraint * Fix test from unique constraint * Consistent ordering for tests * Addressing Code Reviews and Scaffold changes * Add type: implicit to implicit model actions * Update src/metabase/api/model_action.clj Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * Allow changing card_id with PUT to dashcard for model-actions * Update tests after merge * Fix implicit delete and add better test coverage * Addressing review changes Add PUT test Add schema for dashboard-id and dashcard-id params Fix select ordering in test * save actions in models * list model actions on detail page (#25648) * Link Dashcards to model-based actions (#25770) * Link dashcards to model-based actions * address review comments * Data apps model actions implicit creator (#25807) * Link dashcards to model-based actions * address review comments * Link dashcards to model-based actions * Allow implicit actions to be used like explicit ones * address review comments * update action types * add action sidebar * remove action selection from click behavior sidebar * rework action picker * add shortcut to create an action for a model * update tests * address review comments Co-authored-by:
Case Nelson <case@metabase.com> Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
-