This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- 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
-
Oisin Coveney authored
-
Raphael Krut-Landau authored
-
Uladzimir Havenchyk authored
* add eslint plugin for storybook * fixup * fixup * fixup
-
Oisin Coveney authored
-
Oisin Coveney authored
-
Noah Moss authored
-
Oisin Coveney authored
-
Oisin Coveney authored
-
Oisin Coveney authored
-
Chris Truter authored
-
Romeo Van Snick authored
* Add 'New metric' action to command palette * Add test for 'New metric' in command palette
-
Romeo Van Snick authored
* Simplify browse components imports * Move metrics-related browse components to separate folder * Move models related browse components to separate subdir * Split up browse/test-utils * Move schemas related browse code to separate folder * Move databases related browse code to separate folder * Move tables related browse code to separate folder * Fix import paths * Avoid drilling into metric module * Avoid drilling into models module * Move enterprise tests for browse models * Format comments * Remove unused sortModelsByVerification plugin helper * Support skipToken in useFetchModels * Simplify models content verification * Fix filter button query * Do not filter recent models if there are no verified models * Use filterButton helper everywhere * Fixup comment * Use new var-style color
-
Nicolò Pretto authored
-
Romeo Van Snick authored
* Await dashcard query when editing * Reload to fix flake * Reset filters to fix flake * Await dashcard query when editing * Wait for query * WIP * Hard-visit dashboard * Split up test to avoid navigation issues
-