Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Oct 06, 2023
  2. Oct 03, 2023
  3. Oct 02, 2023
  4. Sep 28, 2023
  5. Sep 27, 2023
  6. Sep 26, 2023
    • Cam Saul's avatar
      Remove deprecated `current-db-time` method (#32686) · 47a52b57
      Cam Saul authored
      
      * Remove deprecated current-db-time method
      
      * Address PR feedback
      
      * sync-timezone! should handle java.time.ZoneId and java.time.ZoneOffset
      
      * Allow time zone offsets as zone IDs
      
      * Fix tests and suppress clj-kondo on a few forms
      
      * Suppress warning on one more occurrence of db-default-timezone
      
      * Map offset Z to time zone UTC when syncing
      
      * Accept zone offsets, zone ids and strings for h2 and oracle
      
      * Mark snowflake as not supporting report timezone
      
      * Revert "Mark snowflake as not supporting report timezone"
      
      This reverts commit 70b15a60334fda707d695bc6c01621961f1c5aa8.
      
      * Fix report-timezone handling
      
      * Numeric timezone
      
      ---------
      
      Co-authored-by: default avatarmetamben <103100869+metamben@users.noreply.github.com>
      Co-authored-by: default avatarTamás Benkő <tamas@metabase.com>
      Unverified
      47a52b57
  7. Sep 25, 2023
  8. Sep 22, 2023
  9. Sep 19, 2023
  10. Sep 12, 2023
  11. Sep 08, 2023
  12. Sep 02, 2023
    • Cam Saul's avatar
      Migrate QP/drivers code to use MLv2 metadata directly; make another 100+ tests... · 7bacd2fa
      Cam Saul authored
      Migrate QP/drivers code to use MLv2 metadata directly; make another 100+ tests parallel and shave 12 seconds off test suite (#33429)
      
      * QP MLv2 Metadata Provider follow-ons
      
      * Update lots of stuff to use MLv2 metadata instead of legacy metadata
      
      * Fix lint warnings
      
      * B I G  cleanup
      
      * Everything is neat
      
      * Mention new test pattern in driver dev changelog
      
      * Appease Cljs by renaming a bunch of namespaces
      
      * Move more stuff over
      
      * Fix kondo errors
      
      * Fix even more things
      
      * Test fixes
      
      * Fix JS export
      
      * Test fixes :wrench:
      
      * Fix final MongoDB test
      Unverified
      7bacd2fa
  13. Sep 01, 2023
  14. Aug 28, 2023
  15. Aug 25, 2023
  16. Aug 24, 2023
  17. Aug 23, 2023
  18. Aug 22, 2023
  19. Aug 17, 2023
  20. Aug 16, 2023
  21. Aug 15, 2023
  22. Aug 14, 2023
  23. Aug 11, 2023
  24. Aug 10, 2023
  25. Aug 09, 2023
  26. Aug 08, 2023
  27. Aug 06, 2023
    • Cam Saul's avatar
      QP: use Malli (#32657) · 18c1b198
      Cam Saul authored
      * QP: use Malli
      
      * Fix schema names
      
      * Fix missing namespaces
      
      * Fix busted stuff
      
      * Simplify the new schema
      
      * Test fix :wrench:
      
      * Test fixes :wrench:
      
      * MongoDB fixes :wrench:
      
      * FAST mu/defn
      
      * Malli registry
      
      * Misc fixes
      
      * Some cleanup
      
      * Misc cleanup and test fixes :wrench:
      
      * mu/disable-enforcement
      
      * Test fix
      
      * Fix Cljs version of `disable-enforcement`
      
      * Misc improvements
      
      * Update tests
      
      * Fix Kondo warnings
      
      * Fix Kondo warnings
      
      * Fix busted Malli schema
      
      * PR feedback
      
      * Fix busted schema
      
      * Kondo fixx
      
      * Test fixes :wrench:
      
      * Use Malli version of `describe` now that PR was merged
      
      * Work around https://github.com/metosin/malli/issues/924
      
      * Test fixes :wrench:
      
      * Improvements
      
      * Test fix
      Unverified
      18c1b198
  28. Aug 03, 2023
Loading