Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Oct 04, 2024
  2. Oct 03, 2024
  3. 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
      e2b74d79
    • 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
      61e610b3
    • Aleksandr Lesnenko's avatar
      5faa6f36
    • Emmad Usmani's avatar
      fix aggressive legend truncation (#48207) · 7764892c
      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
      7764892c
    • Romeo Van Snick's avatar
      Disable value column on Browse metrics page (#48217) · 3a3785d2
      Romeo Van Snick authored
      * Remove value column from Browse metrics page
      
      * Remove tests for metric values
      
      * Fix markdown test
      3a3785d2
  4. Oct 01, 2024
    • Emmad Usmani's avatar
      fix pie chart e2e test flake (#48212) · b8516770
      Emmad Usmani authored
      b8516770
    • Emmad Usmani's avatar
      fix uncentered pie chart (#48179) · e46b6273
      Emmad Usmani authored
      e46b6273
    • Romeo Van Snick's avatar
      List metrics in native editor data reference (#48191) · 21fb561e
      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
      21fb561e
    • Romeo Van Snick's avatar
      Show "New metric" command panel (#48201) · 012408eb
      Romeo Van Snick authored
      * Add 'New metric' action to command palette
      
      * Add test for 'New metric' in command palette
      012408eb
    • Romeo Van Snick's avatar
      Browse cleanup (#48136) · e98c0e38
      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
      e98c0e38
    • Romeo Van Snick's avatar
      Await dashcard query when editing to fix flake (#48181) · 3716a0a5
      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
      3716a0a5
    • Kamil Mielnik's avatar
      Fix - metrics do not work with offset in custom expressions (#48188) · 2c3b5838
      Kamil Mielnik authored
      * Allow using metrics with offset in custom expressions
      
      * Unskip and update repro
      2c3b5838
  5. Sep 30, 2024
  6. Sep 27, 2024
  7. Sep 26, 2024
  8. Sep 25, 2024
  9. Sep 24, 2024
    • Alexander Polyankin's avatar
      13d8dabd
    • Romeo Van Snick's avatar
      Verified metrics (#47886) · 7ffdd997
      Romeo Van Snick authored
      * Support skipToken in useFetchMetrics
      
      * WIP
      
      * Add user setting for verified metrics
      
      * Add verified metrics to the VERIFIED_CONTENT plugin
      
      * Use metric plugins for verified metrics
      
      * Move helpers down
      
      * Do not filter for verified metrics if there are none, regardless of user setting
      
      * Add label to filter button
      
      * Revalidate search when card gets (un-)verified
      
      * Add e2e test for verified metrics
      
      * Avoid checking for verified metrics on when content-verification is not enabled
      
      * Fix broken test
      
      * Simplify content verification plugin structure for metrics
      
      * Add content moderation types and API helpers
      
      * Update content moderation plugin to make use of the moderation api in metabase/api
      
      * Fix lint
      
      * Fix missing list tag
      
      * Store verified metric filter preference
      
      * Move all helpers to the bottom
      
      * Ensure the user setting gets updated when chaning the filter
      
      * Add comment about component similarity
      
      * Undo changes to embedding-sdk
      7ffdd997
    • Romeo Van Snick's avatar
      Reset filters in dashboard click action (#48075) · 9d36cc14
      Romeo Van Snick authored
      * Use default values for parameters in dashboard filters when used from click action
      
      * Add test for setting non-specified parameters to default in dashboard accessed via click action
      9d36cc14
    • Ryan Laurie's avatar
      Dashboard Settings Sidebar + Enhance Dashboard Info Sidebar (#47905) · 35d4611c
      Ryan Laurie authored
      * create dashboard settings sidebar
      
      * update e2e tests
      
      fix
      
      * only show settings to dashboard editors
      
      * update copy
      
      * update e2e test
      
      * fix types
      
      * update tests for new copy
      
      * fix import
      35d4611c
  10. Sep 23, 2024
Loading