This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 13, 2022
-
-
metamben authored
See https://github.com/metabase/metabase/issues/21166 for context.
-
Cam Saul authored
* Validate Card query Field Filters match query Database when saving * Test fix
-
Dalton authored
* Rename onClose fn we pass to popover content * Use TippyPopoverWithTrigger in CollectionOptionsButton * Use TippyPopoverWithTrigger in SnippetSidebar * Fix trigger button styling * Update unit test
-
Benoit Vinay authored
* Fix filtering and ListField component clean up * augmentedOptions.filter updates * Misc * Improved filtering * Tests for utils added
-
Benoit Vinay authored
* Misc * Add missing properties in Parameter * Add missing React keys in DashCard * field.id condition updated for DefaultPicker * Test for retrieving field using resultMetadata from Dimension * ParameterValueWidget.getFieldIds to return `number` only as per API expectation * CSSTransitionGroup group tagging updated * QuestionPicker no items tagging removed * Field ids filtering removed * Filtering field ids added back * Removed single use 1 line method formatDateTime return formatDateTimeWithUnit(value, "minute", options); * Misc comment * Misc * Dimension updated with types / misc * ExpressionDimension tests updated to cater for field() method with and without metadata * Empty commit to re-run CI * Improved fallback position for base_type * Empty commit to re-run CI
-
Cam Saul authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Go directly to the orders table in a notebook mode * Limit results to two rows * Create the custom column first, then choose the columns This helps to avoid using the `.click({ force: true });` on a custom column icon. Originally, if we first selected the columns, that popover was hovering and hiding the custom column icon. * Be more specific when selecting elements * Fix the flake by waiting for results to load * Store custom column name in a variable * Limit the number of results in other tests in this spec * Make sure new results loaded before assertion
-
Alexander Polyankin authored
-
Ngoc Khuat authored
* add is_group_manager and hydrate it * update docstring and make sure the is-group-manager? is converted to boolean in any db
-
- Apr 12, 2022
-
-
Ariya Hidayat authored
-
Dalton authored
* Use TippyPopover in TokenField's DefaultTokenFieldLayout * Make unit test async
-
adam-james authored
-
Nemanja Glumac authored
-
Noah Moss authored
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
Diogo Mendes authored
* Update Cypress version * Burning 10x * Removing forgot parameter * Revert Worflow * Restoring original timeout
-
Nemanja Glumac authored
-
metamben authored
This is to prevent test failures on machines with non-US locales. See https://github.com/metabase/metabase/pull/20023#issuecomment-1024872051 for details.
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Rename `test-cypress-no-build` to `test-cypress-run` * Rename `test-visual-no-build` to `test-visual-run` * Reorder scripts * Remove yarn (install) from the Cypress run script
-
Alexander Lesnenko authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Add type definitions for slugg lib * Extract types * Clean up `metabase/lib/urls` * Fix types * Post-rebase fixes * Fix Table type
-
Ngoc Khuat authored
* disallow adding recipients by non-admins with monitoring permission * enforce sharing and embedding apis Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com>
-
Alexander Polyankin authored
-
Nemanja Glumac authored
* Use `visitIframe` extracted helper in related E2E tests * Extract data for `embedding-native` spec * Extract data for `embedding-snippets` spec into a separate file * Remove embedding tests from `public` spec * Move repro related to public dashboards to `sharing` group * Fix the test
-
Alexander Polyankin authored
-
Mahatthana (Kelvin) Nomsawadi authored
-
Mahatthana (Kelvin) Nomsawadi authored
-
Mahatthana (Kelvin) Nomsawadi authored
-
Mahatthana (Kelvin) Nomsawadi authored
-
Mahatthana (Kelvin) Nomsawadi authored
-
- Apr 11, 2022
-
-
adam-james authored
* Popular Items should no longer have duplicates in the returned list * Introduce concept of model precedence for popular_items This might also be handled inside the score function, to allow for recency or viewcount to push lower-precedence items higher in the results, but for now, grouping fetched items by their model and sorting by precedence (dashboard, then cards, then models, then tables) should be ok.
-
Gustavo Saiani authored
-
Ariya Hidayat authored
Repro #21513: Custom Expression validator too strict when field name is the same as a function (#21567)
-
Jeff Bruemmer authored
-
Gustavo Saiani authored
-
Nick Fitzpatrick authored
Dashboard / Question Toaster and web notifications
-