Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Dec 04, 2024
  2. Nov 26, 2024
  3. Nov 22, 2024
  4. Nov 21, 2024
    • Chris Truter's avatar
    • John Swanson's avatar
      Fix serdes of missing cards in click behavior (#50108) · 2f8a7c69
      John Swanson authored
      * Fix serdes of missing cards in click behavior
      
      When exporting a dashboard, we export its dashcards, including cards
      referenced inside its viz_settings.
      
      The problem is that viz_settings might have references to
      now-nonexistent cards.
      
      This is an initial stab at cleaning up the problem, specifically for
      click behavior. If Dashboard D has Dashcard DC, which has a
      click-behavior that links to Card C, then when we collect the
      descendants of D, we'll include a reference to C - even if C has been
      deleted.
      
      So this makes two changes: first, when calculating the descendants of a
      dashcard, don't include links to cards that don't exist. And, when
      exporting the click behavior, remove the whole thing entirely if the
      card it points to doesn't exist.
      Unverified
      2f8a7c69
  5. Nov 20, 2024
  6. Nov 19, 2024
  7. Nov 18, 2024
  8. Nov 15, 2024
  9. Nov 14, 2024
  10. Nov 13, 2024
  11. Nov 12, 2024
  12. Nov 11, 2024
  13. Nov 08, 2024
  14. Nov 06, 2024
  15. Nov 05, 2024
  16. Nov 01, 2024
    • Nick Fitzpatrick's avatar
      Dashboard verifications (#48956) · 4a6c1d26
      Nick Fitzpatrick authored
      
      * Adding moderation status to Dashboards
      
      * react sins
      
      * verification coll: subselect on card + dashboard
      
      * fix the 3 failing BE tests
      
      * add an api test for dashboard verification
      
      * verified dashboards are never stale
      
      * e2e tests
      
      * code cleanup
      
      * unit test and e2e test cleanup
      
      * PR Feedback
      
      * backend test fixes
      
      * Nick shouldn't touch clojure
      
      * type fix
      
      * indent
      
      * fix last 2 BE tests
      
      ---------
      
      Co-authored-by: default avatarBryan Maass <bryan.maass@gmail.com>
      Unverified
      4a6c1d26
  17. Oct 30, 2024
  18. Oct 28, 2024
  19. Oct 24, 2024
    • bryan's avatar
      AG housekeeping (#49047) · cca66d44
      bryan authored
      
      * upgrades is-airgapped? defn to defsetting airgap-enabled
      
      - uses the airgap-enabled settings value to remove Cloud section in
        SettingsEditor
      - "Metabase Enterprise Airgap" -> "Enterprise Airgap"
      
      * hide still need help section in airgap mode
      
      * move flag checking into selectors
      
      * fe lint
      
      * ts type check
      
      * use optional chaining and nullish coalescing
      
      * hide StillNeedHelp in ag mode
      
      * adding airgap-enabled to createMockSettings
      
      ---------
      
      Co-authored-by: default avatarNick Fitzpatrick <nickfitz.582@gmail.com>
      Unverified
      cca66d44
  20. Oct 22, 2024
  21. Oct 18, 2024
  22. Oct 17, 2024
  23. Oct 15, 2024
  24. Oct 14, 2024
  25. Oct 11, 2024
  26. Oct 10, 2024
    • Ngoc Khuat's avatar
      [Notification] System event notification (#47857) · fc43d3cd
      Ngoc Khuat authored
      * [Notification] Notification and subscription (#47707)
      
      * [Notification] Notification and subscription (#47707)
      
      * [Notification] Handlers + recipients (#47759)
      
      * [Notification] Channel template table and model (#47782)
      
      * [Notification] Render system event emails (#47859)
      
      * [Notification] Strict type for channel template and notification recipient (#47910)
      
      * [Notification] Event hydration (#47953)
      
      * [Notification] Send asynchronously (#48200)
      Unverified
      fc43d3cd
Loading