This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- 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
-
Kamil Mielnik authored
* Fix flaky test * Fix flaky test
-
Denis Berezin authored
-
lbrdnk authored
* [WIP] Adjust dependent dashboard cards * Use transducer to make it less hairy (?) * Looks better now * Exception handling and log * Throw away indices * Add mapping deletion * Avoid redundant db roundtrips * Add test * Update update-mapping * Docstring * Docstrings * Format * Comment * comment * Shutdown deletion * Adjust update generationcode * Add tests * Comment * Remove deletion completely for now * Use transaction * Update test * Comment * Update src/metabase/models/card.clj Co-authored-by:
Braden Shepherdson <braden@metabase.com> * Update src/metabase/models/card.clj Co-authored-by:
Braden Shepherdson <braden@metabase.com> * Update src/metabase/models/card.clj Co-authored-by:
Braden Shepherdson <braden@metabase.com> * Format and parens * Address remaining remarks * cljfmt * Update src/metabase/models/card.clj Co-authored-by:
Braden Shepherdson <braden@metabase.com> * Address review remarks --------- Co-authored-by:
Braden Shepherdson <braden@metabase.com>
-
lbrdnk authored
* Use system schema * Use data only from selected catalog * Adjust tests * Update modules/drivers/databricks/test/metabase/driver/databricks_test.clj Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * Comments --------- Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
Oleksandr Yakushev authored
-
Jeff Bruemmer authored
-
Nick Fitzpatrick authored
-
Raphael Krut-Landau authored
-
Kamil Mielnik authored
* Fix flaky 25374-3 test * Fix flaky 25374-4 test * Fix race conditions * Decrease flakiness * Fix wrong param * Bullet-proofing
-
Mahatthana (Kelvin) Nomsawadi authored
* Update fullscreen dashboard filter on dark theme * Use the latest base color name Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com> --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com>
-
Alexander Polyankin authored
-
Jeff Bruemmer authored
-
Luis Paolini authored
Fixes https://github.com/metabase/metabase/issues/14437
-
Alexander Polyankin authored
* Fix relative date time FE i18n issues * Fix an issue
-
Kamil Mielnik authored
* Fix #49036 * Add explanatory comments * Improve comment * Improve comment * Update comment * Add repro for #49036 * Exclude custom Shift + Tab handling
-
Nicolò Pretto authored
-
Romeo Van Snick authored
-
Romeo Van Snick authored
-
Romeo Van Snick authored
-
Romeo Van Snick authored
* Manually remove bad matches when preparing results for ACE * Do two-phase autocompletion * Allow single-character completions * Add test for flickering autocomplete results * Fix autocomplete tests * Simplify autocomplete helpers * Handle empty results in autocomplete * Fix e2e test
-
- Oct 30, 2024
-
-
Noah Moss authored
-
Case Nelson authored
* perf: Implement faster sync methods for postgres Fixes #48575 Pulls work from redshift into the common postgres driver. * Fix tests and formatting * Move nested-field-column sync to sync functions so describe-fields will also get them * Fix test * Fix test * Remove fixed safety test * Add test specific database-supports feature for pk metadata * Fix test * Adrress PR feedback * Fix test * Don't use subselect for field-comment * Fix quoting weird identifiers * Make format string inline
-