This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 21, 2022
-
-
Ryan Laurie authored
-
Nemanja Glumac authored
-
- Sep 20, 2022
-
-
Cal Herries authored
* Fix bug * Update frontend/src/metabase/query_builder/actions/core/parameterUtils.ts Co-authored-by:
Gustavo Saiani <gustavo@poe.ma> Co-authored-by:
Gustavo Saiani <gustavo@poe.ma>
-
Nemanja Glumac authored
-
Gustavo Saiani authored
-
Gustavo Saiani authored
-
Nick Fitzpatrick authored
* adding reordering tests to funnel charts * Consolidating tests * more PR feedback
-
Anton Kulyk authored
* Open chill-mode when clicking bookmarked model * Fix unit test
-
Anton Kulyk authored
-
Nemanja Glumac authored
-
Anton Kulyk authored
* Add model detail page route * Load model object * Extract view component, load model metadata * Add `creator` info to `Card` type * Add `sourceTable` method for queries * Add UI skeleton * Add tab navigation * Group files * Add schema info tab * Add "Used by" section * Add action listing section * Fix spacing * Allow renaming model * Allow editing description * Fix info panel look * Fix metadata loading * Add backing table link * Link to model detail from collection page * Make "usage" a default tab * Add usage section empty state * Hide actions tab for now * Open detail page from search and recents * Highlight bookmarked models on the detail page * Fix types * update model bookmark url test * Fix bookmark unit test * Fix model test * Fix route def * Address CSS comments Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
Alexander Polyankin authored
-
- Sep 19, 2022
-
-
Noah Moss authored
* first pass at LDAP setup improvements * fix lint errors * fix LDAP api tests * WIP test for new setting setter * fix setting test * set ldap-enabled to true in ldap server macro * try to fix java11 tests * Update src/metabase/integrations/ldap.clj Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * add transaction * remove ldap-ever-enabled? setting and revert some of the logic that is no longer necessary * set ldap-enabled via the ldap api and add tests * fix tests and lint * fix error on settings save * fix cypress test * actually fix cypress Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
Alexander Polyankin authored
-
- Sep 16, 2022
-
-
Cal Herries authored
* Allow slugs in question template tags, like `{{#123-a-question}}` * Update CardTagEditor to add slug names to the query text, instead of IDs * Fix dispatchApiErrorEvent prop for entity object loader * Ignore errors loading names of referenced questions * Fix e2e tests * Implement autocomplete for model slugs * Prioritize models above questions * Make the ace_autocomplete popup slightly wider to account for longer question names * Reorder requires * Remove unnecessary ? from endpoint string * Add e2e test for card tag autocomplete * Fix NativeQueryEditor not swapping back to standard completers * Refactor replaceCardSlug * Add e2e test for updating tags when card name is changed * Refactor updateReferencedQuestionNames * Add slug method to Question class * Use map for autocomplete API results * Rename endpoint path * Rename for consistency * Add docstrings * Update slug() to guard against undefined names * Fix read permissions for the endpoint * Add backend test * Fix unit tests * Fix permissions error * Make regex simpler * Undo change of value on QuestionPicker * Fix tests * Fix models e2e test * Simplify updateReferencedQuestionNames * Fix bugs in updateReferencedQuestionNames * Rename variable * Move NativeQuery methods to new native-query utils module * Fix typescript errors * Fix e2e tests * Fix e2e test * Fix BE tests * Actually fix BE test * Refactor updateQuestionTagNames * Align comments * Reorder autocomplete results * Refactor: move all query text tag utils in one place * Add tests for regex * Add unit tests for cardIdFromTagName * Add schema to autocomplete_suggestions endpoints * Add perms checks to autocomplete tests * Add unit test for updateCardTagNames * Rename updateQuestionTagNames -> updateCardTagNames * Tidy card-autocomplete-suggestions-test * Rename questionReference-> cardTag for consistency * Rename card-reference -> card-tag for consistency * Use ternary operator for comprehension * Fix broken swapCompleters * Use prefix match on name for 123-foo case
-
Ryan Laurie authored
* add support for required fields and default values in action forms * handle missing settings better * save default numbers as numbers
-
Maz Ameli authored
-
Dalton authored
* Preserve model column metadata in the QUERY_COMPLETED action * Update metadata everywhere in redux * Unskip repro * Tweak isSameField default to get rid of some dup code
-
Dalton authored
* Fix Visualization component handling of mode prop * Pass mode prop in and give it a gross name
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Aleksandr Lesnenko authored
* remove unused static chart types * add visual tests for single series charts
-
- Sep 15, 2022
-
-
Gustavo Saiani authored
-
Nick Fitzpatrick authored
-
Ryan Laurie authored
* support field placeholder customization * update tests
-
Benoit Vinay authored
* Move Variable in its own package * TemplateTagVariable package created * memoizeClass return type * Renaming Query to QueryInner to follow standards * Constants added to TemplateTagVariable * Fixed Query typing * Misc
-
Ryan Laurie authored
-
Anton Kulyk authored
* Allow overwriting `SidebarLink` name styles * Add `DataAppPageSidebarLink` component * Render data app sidebar page tree * Hide pages marked as hidden * Add `getParentDataAppPageId` helper * Highlight parent page when hidden page is selected * Extract `getSelectedItems` and add tests * Fix messed up ordering bug
-
Anton Kulyk authored
* Remove `DataAppNewButton` * Add new item menu * Fix missing click handler * Use "pencil" icon for new page * Fix action buttons look * Extract `DataAppDataPicker` component * Rename `scaffold` action * Add `scaffoldNewPages` action * Add `ScaffoldDataAppPagesModal` component * Add `DataAppNavItem` type * Allow building page URLs out of nav items * Implement "Add data" flow
-
Anton Kulyk authored
* Add implicit action click behavior types * Add `isImplicitActionButton` helper * Extract `ActionButtonView` component * Separate implicit and default action buttons * Use `DashboardOrderedCard` instead of `DashCard` * Use `Value` type for PK argument * Fix type error * Extract `ImplicitActionClickBehavior` type * Add `ImplicitInsertModal` * Add `DashCardDataMap` type * Add dashboard selectors for implicit update/delete * Add `ImplicitUpdateModal` * Add `ImplicitDeleteModal` * Validate implicit actions in `clickBehaviorIsValid` * Reload page on action instead of a single dash card * Tweak successful insert toast message * Fix eslint error
-
- Sep 14, 2022
-
-
Ryan Laurie authored
* allow user-defined select options * Update frontend/src/metabase/writeback/components/ActionCreator/FormCreator/utils.ts
-
Ryan Laurie authored
* update input type when changing field type * handle unset field type
-
Dalton authored
* Exclude implicit joins when virtual card table has an explicit join * Add unit tests
-
Alexander Polyankin authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Handle small number format * Hide bar chart values on small bars This matches the app viz behavior
-
Maz Ameli authored
-
- Sep 13, 2022
-
-
Case Nelson authored
* [Apps] Add scaffolded pages to existing apps Reuse app scaffolding in order to add to existing apps. This will not check that the tables you choose have not been previously added to the app. Also update scaffolding: - Add back to list button - Update list question to order by newest row on top. - Use linkType: "page" instead of linkType: "dashboard" * Fix H2 test, no need to add app-id to name * Remove unused require * Addressing review comments - suggested test uncovered an ordering bug * Put priority back to ascending * Implement navigation between data app pages (#25366) * Add `DataAppPagePicker` * Rename `QuestionDashboardPicker` * Add page to `EntityCustomDestinationClickBehavior` * Fix comment * Use ellipsis character * Fix custom destination type * Add "page" custom destination to pickers * Pass router props to dashboard click actions * Remove not used function arguments * Implement "page" custom destination click behavior * Fix "page" click behavior isn't treated as valid * Reorganize `LinkedEntityPicker` * Fix drills from the homepage Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
-
Maz Ameli authored
-
Alexander Polyankin authored
-
Gustavo Saiani authored
-