This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 24, 2023
-
-
metamben authored
* Unskip repro e2e test * Fix flaky test --------- Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com>
-
Denis Berezin authored
Add Median aggregation type to query builder aggregation dropdown menu for databases that support "percentile-aggregations" driver feature. Also: Add translation tag for numeric column "Style| dropdown settings
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Limit the number of results for better performance * Wait for all filter results to load * Remove the need for popover
-
Nemanja Glumac authored
* Wait for model to fully load * Open revision history helper * Revert to a point in history helper * Greatly simplify test Do not test things out we're covering elsewhere * Update test title to match the assertions
-
Ryan Laurie authored
* fallback to generating form metadata from parameters * fix actions test * update unit tests * update e2e test strings
-
Nemanja Glumac authored
-
- Feb 23, 2023
-
-
Gustavo Saiani authored
-
Ryan Laurie authored
* add basic implicit action e2e tests * DRY up the actions tests
-
Aleksandr Lesnenko authored
-
Case Nelson authored
-
Ryan Laurie authored
-
Ryan Laurie authored
-
Ryan Laurie authored
-
Alexander Polyankin authored
-
Tim Macdonald authored
* Make LinkViz search test more robust It was flaking on CI due to the race described in the comment * More sensible implementation courtesy of AlexP
-
Alexander Polyankin authored
-
Nemanja Glumac authored
* Limit the number of results for better performance * Set the viewport dimensions in the test config This prevents window resizing and reduces or completely removes the flake, which was Cypress complaining that the icon "pencil" is still animating when it tries to click on it. https://docs.cypress.io/guides/references/error-messages#cy-failed-because-the-element-is-currently-animating * Fix test titles to match the assertion * Remove suprefluous search for a string * Use `editDashboard` helper
-
Tim Macdonald authored
* Add `model_id` to action search results so that URLs can be made [Fixes #28565] * Fix typo in Cypress filename
-
Anton Kulyk authored
* Clean up tests * Improve popover a11y * Allow testing sequenced setting changes * Fix `NaN` being a default numeric parameter value * Allow no default value
-
Anton Kulyk authored
-
Anton Kulyk authored
* Update empty state * Clean up layout * Bring back sticky headers
-
Anton Kulyk authored
* Move `ace` element ID to constants * Close ace popover before opening the save modal * Change name * Workaround type warning
-
Anton Kulyk authored
* Wrap things with `useMemo` and `useCallback` * Hide dbs without actions if `requireWriteback` * Add e2e check
-
Alexander Polyankin authored
-
- Feb 22, 2023
-
-
Alexander Polyankin authored
-
Aleksandr Lesnenko authored
-
Nick Fitzpatrick authored
* behavior logic * restructure Chart Settings HTML * adjusting e2e tests * adjusting unit tests * Removing pivot-grouping column when checking isSensible * fixing footer button sizing, unit test * adjusting e2e tests
-
Emmad Usmani authored
-
Aleksandr Lesnenko authored
-
Anton Kulyk authored
* Add `aria-label` to the run button * Assert run action button is shown when expected * Hide run button when actions are disabled
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix missing type property on a card breaks frontend UI * Add E2E test
-
Alexander Polyankin authored
-
- Feb 21, 2023
-
-
john-metabase authored
* Improves consistency of substring in MBQL Standard SQL SUBSTRING() uses a 1-based start index, with various drivers handling a 0 start index in different ways. To make the behavior of substring consistent across drivers, we will always convert a 0 start index in MBQL to a 1 in SQL. The ->honeysql implementation of substring has been generalized and drivers can now override just the name of the substring function, or the entire expression if necessary. SQL Server now calls the parent implementation. Resolves #12445 * Fixes substring from 0 in Mongo * Adds arg to substring parent call * Fix docs and helper text for substring() * Adds schema to require positive integer index for substring * WIP, adds frontend validation for substring index arg * Adds frontend test for substring arg validation * Updates substring test to expect exception on index 0 * Update src/metabase/driver/sql/query_processor.clj Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * Use s/if instead of s/conditional * Fix substring call in mysql substring spec * Reverts driver and sql.qp changes for substring index * Reverts changes to dispatch-by-clause-name-or-class * Fixes typeinferencer test substring index * Adds test for canonicalizing substring * Fixes substring canonicalization with extra args * Updates string extracts test to account for substring canonicalization * Rewrites resolver validation application * Adds test case for frontend expression validation errors * Fixes frontend compiler spec for new substring validation --------- Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
Nick Fitzpatrick authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
-
Anton Kulyk authored
-
Cam Saul authored
* Fix #15324 * Update tests
-
Aleksandr Lesnenko authored
-