This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 18, 2024
-
-
Braden Shepherdson authored
Milestone 3 of #38964.
-
John Swanson authored
There were two problems here: - one endpoint was sorting in the database, but not putting 'analytics' last. - one endpoint was sorting in the database, but then sorting again in clojure, which had subtly different behavior for special characters Fixes #39965
-
Case Nelson authored
-
adam-james authored
* Use proper :display when using 'zoom' in Dashboard Fixes: #38307 WIP, I want to change at a different call site so that defaults are still used in case there is no :display set. * Lock Display so that drill through doesn't overwrite it with defaults * Lock display only when drill action coming from a dashboard * Use isDashboard properly * Add test to confirm Display is locked from Dashboards * minor changes to the test * Lock Display specifically for zoom-in-binning and timeseries * Fix wrong string quotes * Try a simple change to see if the e2e test will pass in CI * Fix test * Minor refactor * Wait for dashcard queries in e2e test * Wait for loading spinner to be gone * Fix type errors * Fix incorrect dashboard ID used in test --------- Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
-
Chris Truter authored
-
Braden Shepherdson authored
Milestone 2 of #38964.
-
Sloan Sparger authored
-
Chris Truter authored
-
Cal Herries authored
-
Nemanja Glumac authored
* Add the initial test for the empty app db * Add reproduction for #25142 * Add test that covers only saved questions * Cover scenarios with a table as a source * Add tests that cover nested questions and models * Add test for simple model's source table * Remove intercepted schema routes * Improve assertion * Fix the test failing on enterprise instance * Add E2E reproduction for #40223 * Remove superfluous code block * Avoid casting
-
Sloan Sparger authored
* upgrade to react 17 * fix popovers * upgrade formik to fix types * fix sso nested form failures * fix WindowModal failing unit test * update RowChart test to accommodate changes to event pooling in react 17 * updates input blur change components to use layout effect to ensure input ref is available at the time of unmount * fixes failing map visualization e2e test
-
Alexander Polyankin authored
-
Oleg Gromov authored
-
Nemanja Glumac authored
-
- Mar 15, 2024
-
-
Cam Saul authored
* Wow * Test fix
* Fixes * Actions should use strings for column names (fix :update-row and :create-row normalization) * MLv2 schema should check against keys for the other query type * Ok, have I fixed things? * More fixes * Fix indentation * Another round of test fixes. * Hopefully the last few test fixes * We need to test normalization for queries that have keyword keys as well. * Fix Cljs i18n namespaces * Sort namespaces * Only test against H2 * Test fixes * Register MBQL clause schemas and test fixes * Test fixes and PR feedback * Test fix -
Nemanja Glumac authored
* Re-export `rem` helper from Mantine * Use `rem` in a few components as a PoC
-
Sloan Sparger authored
-
Victor Vieux authored
* Add alternative hostname support to snowflake * move hostname support out of additional details * Update modules/drivers/snowflake/src/metabase/driver/snowflake.clj Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * Update modules/drivers/snowflake/src/metabase/driver/snowflake.clj Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * Update modules/drivers/snowflake/test/metabase/driver/snowflake_test.clj Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * opt-in --------- Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
Jeff Bruemmer authored
-
Case Nelson authored
* Fix duplicate native column nesting * Try wrapping source-query in WITH statement * Fix tests * Fix tests * Only wrap in with when needed * More fixes * Update names and comments * Address PR review
-
Nemanja Glumac authored
* Use Mantine instead of styled components * Fix notebook being unable to resize Fixes #33982 * Address review commments
-
Nemanja Glumac authored
-
Noah Moss authored
-
Kamil Mielnik authored
* Fix milestone name for gold version * Reuse getMilestoneName * Add more tests
-
Nemanja Glumac authored
* Bridge out of sync collection information between the card and the state * Account for models * Use existing helpers * Create virtual schema if it doesn't exist yet * Add E2E reproduction for #39812 * Create virtual schema if it doesn't exist yet * Create virtual schema if it doesn't exist yet * Create virtual schema if it doesn't exist yet * Expand the reproduction to include the nested question scenario * Improve assertions * Convert E2E repro to TS * Fix tests --------- Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
Jeff Bruemmer authored
-
Alexander Polyankin authored
-
Braden Shepherdson authored
Eg. for a date column without a time, don't offer "Hour of day" as a choice. For a time column without the date, only offer "Hour of day". Fixes #40125.
-
Nemanja Glumac authored
* Fix multi-schema data selector header styling - Makes spacing equal on both sides of the divider - Changes the divider from the hyphen to the forward slash * Change the breadcrumb divider in the Table Metadata section
-
Ngoc Khuat authored
-
- Mar 14, 2024
-
-
Chris Truter authored
-
Ngoc Khuat authored
-
Denis Berezin authored
* Global styles refactor * Add missing test change * Fix e2e * Migrate buttons * Migrate buttons * Fix review
-
Alexander Polyankin authored
-
Denis Berezin authored
* Global styles refactor * Add missing test change * Fix e2e * Review fixes
-
Alex Yarosh authored
-
Tim Macdonald authored
* SQL Lineage: Create the QueryField model This links Cards (with native queries) to Fields, showing us which queries use which Fields. QueryFields are automatically maintained as part of the Card lifecycle Cards with stale queries (powered by QueryField info) are exposed via the `card?f=stale` API
-
Cal Herries authored
-
Raphael Krut-Landau authored
Fixes a problem introduced in #39782
-
Cal Herries authored
-