This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 07, 2024
-
-
Raphael Krut-Landau authored
-
Case Nelson authored
* feat: move auth providers behind ee token Fixes #48235 Introduces new premium feature `database-auth-providers`. Moves fetch-auth behind defenterprise - oss will always return an empty map. Add metabase.util.http to test outbound http requests. * Fix broken refs * Drop defmethod as adhoc overrides aren't desirable outside ee * Drop unessary require * Fix token and tests * Fix tests * Fix formatting * Fix var cast exception * Fix connection test * Move test to ee namespace * Move more tests behind enterprise * Fix checked-section hiding
-
Vamsi Peri authored
-
Jeff Bruemmer authored
-
Ryan Laurie authored
* look I did a clojure! * only show entity ids when serialization is enabled * update tests * ok fine typescript * fix test
-
Ryan Laurie authored
* support for pre-release suffixes * handle milestones better * update prerelease function in github action * update zero coalescing
-
Ngoc Khuat authored
-
- Oct 05, 2024
-
-
Raphael Krut-Landau authored
-
Emmad Usmani authored
* sunburst click behavior e2e test * await error text before going back
-
- Oct 04, 2024
-
-
Aleksandr Lesnenko authored
* hide dashcard actions when editing iframe card content * spec * renaming * check if viz supports previewing
-
Ryan Laurie authored
* add update channels in product * support for changing release notes to show beta and nightly info * dont export setting * obey the linter and add tests * export setting * update e2e tests * clojure magic * clojure-foo * better localization * sorry mr linter * add more tests
-
Jeff Bruemmer authored
-
Aleksandr Lesnenko authored
* fix incorrect handling of offset-based timezones * Update Loki Snapshots --------- Co-authored-by:
Metabase Automation <github-automation@metabase.com>
-
Nick Fitzpatrick authored
-
Alex Yarosh authored
-
Emmad Usmani authored
* sunburst improvements * fix dimension picker styles * simplify styles * update e2e test * add loki specs * add missing newlines
-
Jeff Bruemmer authored
-
Raphael Krut-Landau authored
-
Ngoc Khuat authored
-
Oisin Coveney authored
-
- Oct 03, 2024
-
-
Ryan Laurie authored
* fix root collection links in sidebars * use collection url function
-
Jeff Bruemmer authored
-
Nick Fitzpatrick authored
-
Oreon Lothamer authored
-
Luiz Arakaki authored
-
lbrdnk authored
* Use context for field id computation while hydrating dashbaord * Update docstring * Fix target * Update lookup * Fix param-target usage * Unskip e2e * Bind *param-id-context* in public dashboard compputation * Fix context update * Fix field-ids->param-field-values-ignoring-current-user * Add tests * Comments * cljfmt * Update field-ids->param-field-values-ignoring-current-user * Update src/metabase/models/params.clj Co-authored-by:
Braden Shepherdson <braden@metabase.com> * Update src/metabase/models/params.clj Co-authored-by:
Braden Shepherdson <braden@metabase.com> * Use atom instead of volatile! * Avoid dynamic function var * Update src/metabase/models/params.clj Co-authored-by:
Braden Shepherdson <braden@metabase.com> * Address remarks --------- Co-authored-by:
Braden Shepherdson <braden@metabase.com>
-
Luiz Arakaki authored
* embed cards * safety * rename params * review, renaming * min and default size of iframe cards * move ml auto to parent * use truncate * spec failures * empty state * consistent iFrame copy * renaming, no fe tracking * iframe copy --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com> Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
Aleksandr Lesnenko authored
-
Nicolò Pretto authored
* wip locale header middleware * wip fe code for the locale provider for both public/static and sdk * clean up code * move api.baseurl assignment outside of useEffect to make it work on first render * e2e test for locale * Revert "wip locale header middleware" This reverts commit c215eac3. * remove public/static code as we want to focus on the sdk * adds docs for `X-Metabase-Locale` header and for why we don't use I18NApi.locale * Update frontend/src/metabase/lib/api.js * doc: explain why we have the unused state
-
Nick Fitzpatrick authored
* isLoadingTabs * skeleton loading state * adjusting skeleton colors * maz color tweak --------- Co-authored-by:
Maz Ameli <maz@metabase.com>
-
Romeo Van Snick authored
* Update the labels for the Edit question action for models and metrics * Use the metric and model editor by default * Add e2e tests for metric and model cards * Remove console.log * Add extra mode for editing metrics or models * Use slug to do exact match of path * Rename editor mode to query * Rename as param to mode
-
Uladzimir Havenchyk authored
-
Kamil Mielnik authored
-
Chris Truter authored
-
Ngoc Khuat authored
-
- Oct 02, 2024
-
-
appleby authored
* Add BE test for exporting self-joined renamed columns * Add e2e test for exporting self-joined renamed columns See also - Not renamed fields in a same table join inherit the renamed name in exports #48046 - backport: Support both name & field ref-based column keys in viz settings on read and upgrade on write #48243
-
Ryan Laurie authored
* add action to batch process release branch milestones * top level await workaround * add more logging * cleanup
-
Emmad Usmani authored
* add sunburst to pie chart * fix type errors * consider all slice percent values for formatting percent on chart * fix lint error * refactor nested functions outside of parent * create and use getArrayFromMapValues helper * fix bug with percent significant digits * improve color picker * fix total visibility in small dashcards * fix missing field remappings * use aggregated value for click behavior * update minimum slice percentage logic * fix total text truncation * remove colors from tooltip for middle and outer slices * update e2e spec * update snapshot * update ring setting titles * address feedback * update comment
-
Case Nelson authored
* fix: bigquery more resilient querying Inline some function calls to make it easier to track what's happening. Make sure that cancellation during the initial query and subsequent page fetches are handled properly. Explicitly throw when cancelled. Only retry queries if bigquery says they are retryable. Try to cancel the BigQuery job if an exception or cancellation occurs. * Add comment explaining execution flow * Bump bigquery deps * Bump biquery dependencies * Fix tests * Fix formatting
-
Aleksandr Lesnenko authored
-