This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Nov 05, 2024
-
-
Luis Paolini authored
Added https://github.com/metabase/metabase/pull/49206 to the changelog (missed that on the PR)
-
Denis Berezin authored
-
Chris Truter authored
-
Kamil Mielnik authored
* Update saveDashboard helper to wait for the GET /api/dashboard/:id request - update aliases to be unique so that they don't interfere with aliases used in tests * Remove no longer needed intercept + wait
-
Romeo Van Snick authored
* Fix dirty yarn.lock * Use fix width popover for filter pickers * Add e2e test to reproduce #49321 * Do not rely on implementation width for test
-
Oleksandr Yakushev authored
* [streaming-response] Use HttpEndpoint.isOpen() instead of reading a byte from TCP socket * Comment out cancellation test
-
Romeo Van Snick authored
* Fix missing question type for metrics * Add e2e test to reproduce #49454
-
Romeo Van Snick authored
-
- Nov 04, 2024
-
-
Kamil Mielnik authored
* Fix flaky #16559 repro * Wait for getCollections * Clean up helper * Wait for cardQuery before saving the dashboard
-
Case Nelson authored
-
github-automation-metabase authored
Co-authored-by:
Metabase bot <metabase-bot@metabase.com>
-
Ryan Laurie authored
* only tag nightly on the current version * add release channel setting to publish job * clean up release workflow * remove code from something else * reduce depth of the release process stack * update build job too * remove dead arg
-
adam-james authored
* Pivot Measures Order Used in Pivot Exports Fixes #48442 A pivot table can have any number of measures, and the user can order these by dragging in the UI. Before this PR, that order was ignored and measures would alway be in index order, which is confusing for any user who needs the measures to be displayed in a particular order, especially if they've re-ordered them in the pivot viz settings UI. A test has been added to check that measure order is used. A few minor changes to the pivot qp and post-processor - measure indices are looked up in the pivot qp and added in viz-settings order - the pivot measures are only added if the qp has not already added them. - pivot-opts Malli spec has been made in the namespace, adjusted to allow `nil` as a valid pivot-opts output, and used in relevant functions * address review points. * add a rows order test
-
Ryan Laurie authored
* only tag nightly on the current version * add release channel setting to publish job * clean up release workflow * remove code from something else * fix step title
-
Braden Shepherdson authored
Also fix a bug in `lib.breakout/existing-breakouts` that treated breakouts on duplicate columns from different joins as existing, even though they're not.
-
Alex Yarosh authored
-
Kamil Mielnik authored
* Fix flaky custom column test * Fix flaky custom column test
-
Oisin Coveney authored
-
Phoomparin Mano authored
feat(sdk): ability to enforce the destination collection to save to and hide the collection picker (#49251) * add ability to hide the collection picker * add save options * make sure collectionId is fresh * update sdk question form component * make collectionId accept null * apply saveOptions to sdk components * revert to use initialCollectionId as context name * target the correct collection id * add e2e tests * update e2e tests * move into within * update test * remove collectionId from default args * revert e2e of hide columns * make e2e helper more generic * use saveToCollectionId prop to save to a specific collection * update e2e tests * update comment formatting Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> * clean up leftover changes from an earlier version * readme update * indicate that saveToCollectionId is only applicable to static questions * revert QuestionEditor.isSaveEnabled defaults * update comment format * remove unused initialCollectionId prop * experiment: try to fix failing custom-columns e2e --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
Romeo Van Snick authored
* Consider a modified question dirty as well * Add e2e tests for 48829
-
Oisin Coveney authored
-
Romeo Van Snick authored
-
- Nov 03, 2024
-
-
Nick Fitzpatrick authored
* Adding moderated status to entity picker * adjusting verified icon size * size adjustments * e2e test adjustments * removing verified model icon * fixing e2e test * unit test * unit test adjustment
-
- Nov 01, 2024
-
-
Nick Fitzpatrick authored
* Adding moderation status to Dashboards * react sins * verification coll: subselect on card + dashboard * fix the 3 failing BE tests * add an api test for dashboard verification * verified dashboards are never stale * e2e tests * code cleanup * unit test and e2e test cleanup * PR Feedback * backend test fixes * Nick shouldn't touch clojure * type fix * indent * fix last 2 BE tests --------- Co-authored-by:
Bryan Maass <bryan.maass@gmail.com>
-
Romeo Van Snick authored
* WIP: use list picker when searching a single value * Add test case for multi vs non-multi search fields * Update loki snapshots * Add special case to test for multiautocomplete filter * Use single select value in test * Add test for using list picker * Explicitly make sure elements are visible * Do not use list selector when search is disabled * Add margin to multi autocomplete dropdown * Update loki snapshots * Update loki snapshots
-
Noah Moss authored
-
Alex Yarosh authored
-
Braden Shepherdson authored
In particular, this allows for a nearly-blank query without its `:database` set.
-
Raphael Krut-Landau authored
-
Raphael Krut-Landau authored
-
Raphael Krut-Landau authored
-
dpsutton authored
* bump snowflake for java 17+ * Update modules/drivers/snowflake/deps.edn Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com> * Update deps.edn --------- Co-authored-by:
Luis Paolini <paoliniluis@gmail.com> Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com>
-
Case Nelson authored
* fix: add UserAgentEntry to databricks connection Fixes: #49350 * Add test * Fix formatting
-
Denis Berezin authored
* Fix scroll for EditableDashboard in fullscreen mode * Fix scroll for InteractiveDashboard in fullscreen mode * Display fullscreen control to dashboards by default * Fix issue with public shared questions empty footer
-
Romeo Van Snick authored
-
Romeo Van Snick authored
This reverts commit fedd1466.
-
- Oct 31, 2024
-
-
Romeo Van Snick authored
-
Braden Shepherdson authored
Previously these were omitted, and it caused invalid SQL to be generated, since the ORDER BY (time unit not updated) and GROUP BY (time unit updated) did not line up. Fixes #49263.
-
Braden Shepherdson authored
Lays the foundation for a weighted probability approach to generating infinite sequences of valid queries. Only has aggregations so far, but we can expand it to filters, breakouts, order-by, removals etc. etc. in later PRs.
-
Kamil Mielnik authored
* Fix flaky #34574 repro * Format code * Add a wait * Decrease flakiness * Fix flake * Update comment
-