This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 07, 2022
-
-
metamben authored
Hydrate app_id for dashboard activities Part of #25254. Only the /recent_views and /popular_items endpoints have been extended. The / endpoint currently doesn't deliver additional information like the other endpoints do. (The other endpoints deliver at most 5 items, but the / endpoint doesn't limit the number of results.)
-
Jeff Bruemmer authored
-
Bryan Maass authored
* adds schema based api error messages for maps - e.g. in defendpoint. see: the error for `metabase.api.action/HTTPActionTemplate`: value must be a map with schema: ( body (optional) : value may be nil, or if non-nil, value must be a string. headers (optional) : value may be nil, or if non-nil, value must be a string. parameter_mappings (optional) : value may be nil, or if non-nil, value must be a map. parameters (optional) : value may be nil, or if non-nil, value must be an array. Each value must be a map. method : value must be one of: `DELETE`, `GET`, `PATCH`, `POST`, `PUT`. url : value must be a string. ) * use deferred-tru for error message - fix spacing in api-error-message - spruce up test * sort ns * swap another test to using str/join "\n"
-
Bryan Maass authored
* adds ddiff2 as a dev dependency - used in process-query-debug * Update dev/src/dev/debug_qp.clj use 0 arg version of println Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
Nick Fitzpatrick authored
* Adding text-overflow to ChartSettingsFieldPicker
-
Aleksandr Lesnenko authored
* fix timelines visual specs flakes * review
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Only allow action execution for button dash cards * Add action properties to `DashboardOrderedCard` * Add `isActionButtonWithMappedAction` helper * Extract `ActionOptionItem` * Split `ActionOptions` inner and outer components * Extract `BaseDashboardOrderedCard` type * Add `ActionButtonDashboardCard` type * Export `ClickBehaviorParameterMapping` * Add data app and writeback test mock factories * Add new endpoint for action execution * Use new execution endpoint in `executeRowAction` * Extend writeback utils * Pass `action_id` when updating dashboard cards * Add `updateButtonActionMapping` redux action * Make `getDataFromClicked` more TypeScript friendly Setting default argument values makes these args optional in TypeScript * Add tools to convert parameter mappings * Show button name in click behavior sidebar * Update button action and parameters mapping logic * Pass dashcard to dashboard click object `extraData` * Add drill executing writeback actions * Fix `action_id` not passed on adding a button card * Add vertical space in button config sidebar * Fix "Unknown" click behavior state * Fix type * Add a comment about parameter mapping formats * Extract `ActionClickMappings` component * Clean parameter mappings when changing action * Fix navigation button don't work * Bring "Perform action" option back * Fix action option icon
-
Anton Kulyk authored
* Remove emitters from dashboard save action * Remove action exec code based on click-behavior * Remove `WritebackActionClickBehavior` type * Remove `WritebackActionEmitter` type * Don't fetch all actions in `DashboardApp` * Remove redundant type property * Extract `isActionButtonCard` helper and fix types * Use `isActionButtonCard` helper * Remove emitter parameter helpers * Move `getActionParameterType` to where its used * Clean up click behavior from actions notion * Clean up writeback types * Temporary remove `ActionParametersInputModal` code * Remove spoilers * Temporary disable actions in click behavior sidebar * Post-rebase fix
-
- Sep 06, 2022
-
-
Ryan Laurie authored
* setup form settings types * add form settings configuration * fix some types * remove orphan settings before save * dry up field options a bit * unit tests
* move types with others from #25138 * update form settings type exports * address PR comments -
Ngoc Khuat authored
-
metamben authored
* Support filtering by "app" and "page" models * Fetch pages instead of dashboards for app sidebar * Fix pages display Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
-
adam-james authored
-
Gustavo Saiani authored
-
Anton Kulyk authored
-
Gustavo Saiani authored
-
Cam Saul authored
* Rename DashboardCard `sizeX` and `sizeY` to `size_x` and `size_y` (#16344) * Fix migration * Fix MySQL/MariaDB
-
Alexander Polyankin authored
-
Gustavo Saiani authored
-
Jeff Bruemmer authored
-
metamben authored
Fixes #25213.
-
metamben authored
-
Ngoc Khuat authored
-
Gustavo Saiani authored
-
- Sep 05, 2022
-
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Ngoc Khuat authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Gustavo Saiani authored
-
Alexander Kiselev authored
-
Anton Kulyk authored
* Add `app_id` to `Bookmark` type * Convert `bookmark` URL utility to TypeScript * Add unit tests for `bookmark` URL utility * Fix bookmark URL paths * we shouldn't use "/card" for questions as this path is actually deprecated * we shouldn't use "card" for models if we can use "/models" from the get go * Add support for data app bookmark paths * Highlight bookmarked app when it's open
-
Alexander Polyankin authored
-
Nick Fitzpatrick authored
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
- Sep 02, 2022
-
-
Aleksandr Lesnenko authored
-
Anton Kulyk authored
* Add `DataAppSearchItem` type * Handle app search item type in `Urls.dataApp` * Add `getUrl` method to data apps entity * Support apps and pages in `entityTypeForModel` * Properly display page icons in search * Fix apps and pages labels * Temporary use dash URL for pages * Handle data apps in `Urls.collection` * Add apps and pages filters to the `/search` page
-
Ariya Hidayat authored
-
- Sep 01, 2022
-
-
metamben authored
* Return app collections as apps, page dashboards as pages * Fix bug: descriptions of datasets should also be searchable
-