This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 25, 2022
-
-
Case Nelson authored
* [App] Add action_id to dashcard and endpoint for execution With app forms, we will be inlining action execution. So this PR is in preparation for that inlining and removing the need for createing Emitters in order to execute actions. Mirrors card querying from dashcards. This expects parameter_mappings of the dashboardcard to hold the mappings for execution, in the same shape as other dashcards. Instead of referencing a card_id, we reference an action_id. Emitters may be removed entirely in a future PR. * Fix extra require lint * Add checks for superuser and feature enabled to execution route. Fix code review comments * Add missing comment to migration
-
Nick Fitzpatrick authored
-
metamben authored
Addresses #24951, part of #24861. * Create collection together with the app * Don't create an app collection on FE Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
-
metamben authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
-
Anton Kulyk authored
-
Anton Kulyk authored
* Add `app_id` property to `Collection` type * Add `isDataAppCollection` utility * Use data app icon for app collections * Simplify navbar tree collection filtering * Use `import type` syntax Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com> Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com>
-
- Aug 24, 2022
-
-
Nemanja Glumac authored
* Dummy setup * Wait for the first job to finish * Use volumes * Use docker * Run Cypress * Initial setup * Full upgrade test * Try using maps in a matrix * Fix breaking string * Let all matrix workflows finish * Update `matrix` naming - `upgrade` is too specific. - `version` gives us the flexibility to go in both directions (upgrade/downgrade) * Rename the job to `cross-version-testing` * DRY setup code * Enable cross-version testing for EE edition * Remove test retries * Pass the secret to the Docker container * Spice things up * Schedule a job every Sunday at 9
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
Noah Moss authored
* bump driver * prototype of fix * test * add note to driver-changelog.md
-
Alexander Polyankin authored
-
Natalie authored
-
Nemanja Glumac authored
* Register `users` helpers * Replace hard coded user mentions in E2E tests
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Gustavo Saiani authored
-
Anton Kulyk authored
* Add `collections` map to `EntitiesState` type * Add `DataApp` type to `metabase-types/api` * Add `createMockDataApp` test helper * Extract `DEFAULT_COLLECTION_COLOR_ALIAS` property * Extract collection `name` and `description` fields * Add `DataAppsApi` * Add `DataApps` entity * Add data app URL builder utility * Sort `NewItemMenu` imports * Add basic "New App" flow * Add basic app routes mirroring collections for now * Show apps in a dedicated sidebar section * Rename `dataAppInternal` URL utility * Convert data app entity file to TypeScript
-
Nemanja Glumac authored
-
- Aug 23, 2022
-
-
Bryan Maass authored
* disallow writable queries outside of actions api - handles cards, dashboards, embedding and pulses - tests for disallowing writable query execution - fix namespace decl * fix ns decl * use `false?` to avoid any nil cards causing a 405 * check that the card is there * Revert "check that the card is there" This reverts commit 5b56e2d00291bd21c0461a0567537769b5f73a83. * Revert "use `false?` to avoid any nil cards causing a 405" This reverts commit 72569d353ee5830f37d1a14c46289afbe511841b.
-
Cam Saul authored
* [Toucan 2 prep] Don't invoke Toucan models as functions * Some fixes * Test fixes * Test fix * [Toucan 2 prep] Don't call `type` or `class` on Toucan models * Test fixes * More test fixes
* Replace perms protocol with multimethods; derive models from perms policy keywords * Test fixes * Appease Eastwood * Fix errors now that App has been merged in * Empty commit to trigger CI -
Ariya Hidayat authored
-
metamben authored
* Hydrate app_id for collections with apps attached Addresses #24941, part of #24861
-
Nemanja Glumac authored
* [E2E] Fix/update `createNestedQuestion` helper * Handle undefined values * Slightly speed 14787 up
-
Cal Herries authored
* Add validation to card PUT and POST endpoints to invalidate saving models with variables * Fix validation for snippets and saved question CTEs * Move validation to pre-update and pre-insert instead of API endpoints * Fix lint warning * Replace hard-coded id * Optimize DB calls in card pre-update * Accept formatting suggestion Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com> Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
Alexander Polyankin authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Remove non-existent route * Make some internal routes easier to access * Show data point value on static bar chart * Show data point values on static line chart * Show data point values on static area chart * Remove unused function * Improve multiple series area chart data point value legibility * Render stacked area chart data point values * Automatically format long values with compact format * Sample data point values on dense chart * Improve bar chart values legibility
-
Aleksandr Lesnenko authored
-
- Aug 22, 2022
-
-
Cam Saul authored
* [Toucan 2 prep] Don't invoke Toucan models as functions * Some fixes * Test fixes * Test fix * [Toucan 2 prep] Don't call `type` or `class` on Toucan models * Test fixes * More test fixes
* [Toucan 2 Prep] Don't use <model>Instance classes * Sort namespaces -
Nemanja Glumac authored
-
Cam Saul authored
* [Toucan 2 prep] Don't invoke Toucan models as functions * Some fixes * Test fixes * Test fix * [Toucan 2 prep] Don't call `type` or `class` on Toucan models * Test fixes * More test fixes
-
Case Nelson authored
* [Apps] Initial migrations and endpoints Addresses #24879 and #24880, part of #24861 `App` is a container that brings various dashboards together into a cohesive unit. The field `nav_items` is used for sidebar navigation within the app. The items in it will be managed by the front end and could contain link definitions to dashboards or arbitrary urls.
-
Nemanja Glumac authored
* Delete unused scenarios from 12568 * Refactor repro for 12568 * Refactor repro 12507 * Refactor repro 10474 * Refactor repro 14787 * Refactor repro 14724 * Refactor repro 15352 * Refactor repro 15808 * Refactor repro 15397 * Merge repros 15808, 16938, 18364 * Move repro for #11561 over to nested questions spec
-
Cam Saul authored
* [Toucan 2 prep] Don't invoke Toucan models as functions * Some fixes * Test fixes
-
Nick Fitzpatrick authored
-
Nemanja Glumac authored
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
Cal Herries authored
* Show all "details-only" columns in the metadata tab of the DatasetEditor * Remove unnecessary `_.compose` Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <mahatthana.n@gmail.com> * Move filtering condition from settings to _updateData * Add e2e test for showing details-only column in metadata tab * Fix breaking Table component * Fix merge conflict Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <mahatthana.n@gmail.com>
-