Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Oct 07, 2024
  2. Oct 05, 2024
  3. Oct 04, 2024
  4. Oct 03, 2024
  5. Oct 02, 2024
    • appleby's avatar
      Add tests for exporting self-joined renamed columns (#48244) · e2b74d79
      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
      Unverified
      e2b74d79
    • Ryan Laurie's avatar
      Batch Add Milestones to new release branch (#48250) · a8f48df2
      Ryan Laurie authored
      * add action to batch process release branch milestones
      
      * top level await workaround
      
      * add more logging
      
      * cleanup
      Unverified
      a8f48df2
    • Emmad Usmani's avatar
      add sunburst to pie chart (#47208) · 61e610b3
      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
      Unverified
      61e610b3
    • Case Nelson's avatar
      fix: bigquery more resilient querying (#48175) · 3fd17081
      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
      Unverified
      3fd17081
    • Aleksandr Lesnenko's avatar
Loading