This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 03, 2024
-
-
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
-
Jeff Bruemmer authored
-
Emmad Usmani authored
* fix aggressive legend truncation * add e2e test * revert LegendVertical changes * update legendTitles calculation in PieChart * restore size prop in LegendVertical * fix e2e test
-
github-automation-metabase authored
Co-authored-by:
Metabase bot <metabase-bot@metabase.com>
-
Oreon Lothamer authored
-
Nick Fitzpatrick authored
* adding swag button * adding unit tests * updating copy and colors * adjusting rc version detection * adding t-shirt icon. Updating gradient and copy * final adjustments * I can't spell
-
github-automation-metabase authored
-
Alberto Perdomo authored
* Improvements to SDK readme * Add live demo site to SDK readme * Remove suggested workarounds for SSR * Use - for bullets for consistency * Remove Loom * Update enterprise/frontend/src/embedding-sdk/README.md Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
Nicolò Pretto authored
* fix(sdk): fix zindex issues after switch to portals * Target portal to a different root than popovers and co --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
Arkadi Yaroslavtsev authored
-
Romeo Van Snick authored
* Remove value column from Browse metrics page * Remove tests for metric values * Fix markdown test
-
- Oct 01, 2024
-
-
Ryan Laurie authored
* allow updating version-info with other channel info * polish + tests * found the version swallower
-
Emmad Usmani authored
-
Alex Yarosh authored
* trash * Trash update * review comments * link * why are you complaining * text to tables * Apply suggestions from code review Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com> * review comments --------- Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
Alex Yarosh authored
* docs: JWT groups with env vars * typo
-
Oleksandr Yakushev authored
-
Uladzimir Havenchyk authored
-
Emmad Usmani authored
-
Romeo Van Snick authored
* Add metrics to table pane * Add test for metric in data reference sidebar * Clean up other reference tests * Add test for when the table has no metrics * Use helper for sidebar header title * Rename sidebar to create distinction from existing helper
-
Chris Truter authored
-
Nicolò Pretto authored
* fix(sdk): modal pushing content below when opened * render the portal below the content so we don't need the zIndex Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
Nicolò Pretto authored
-