Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Oct 01, 2024
    • 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
      Unverified
      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
      Unverified
      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
      Unverified
      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
      Unverified
      2c3b5838
  2. Sep 30, 2024
  3. Sep 27, 2024
  4. Sep 26, 2024
  5. Sep 25, 2024
  6. Sep 24, 2024
    • Alexander Polyankin's avatar
    • 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
      Unverified
      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
      Unverified
      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
      Unverified
      35d4611c
  7. Sep 23, 2024
  8. Sep 20, 2024
    • Sloan Sparger's avatar
      [E2E] Improve + Fix tests that use sandboxing (#46465) · e66aad34
      Sloan Sparger authored
      * fixes some tests where data permissions were overwriting sandboxing permissions, makes assertions in tests where sandboxing user is used but the test also passes if you were to sign in as the normal user, fixes one test that sandboxes the wrong table for the test
      
      * do not push - wip changes
      
      * add assertions to that network requests are provided sandboxed data, fix faulty test in dashboard-filters-source.cy.spec.js
      
      * use helpers to clean up parts of pagination assertions
      
      * rename assertDatasetIsSandboxed to assertDatasetReqIsSandboxed
      
      * adds assertions on api response data
      
      * clean up
      
      * fix typo
      
      * refactor helper to be easier to follow
      
      * golfing
      
      * pr feedback
      
      * fix
      
      * fix
      Unverified
      e66aad34
  9. Sep 17, 2024
  10. Sep 13, 2024
  11. Sep 12, 2024
  12. Sep 11, 2024
Loading