Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jul 17, 2020
    • Cam Saul's avatar
      Fix sync not being triggered during setup (#12942) · c3acbcf1
      Cam Saul authored
      * Fix :user-login activity not being recorded during setup (#12933)
      
      * Test fixes :wrench:
      
      * Fix Database sync not happening at setup (#12826)
      
      * Test cleanup. Wow!
      
      * More test cleanup
      
      * Test/lint fix :wrench:
      
      * test fix :wrench:
      
      * Test fix
      
      * Remove unneeded wait
      
      * Some more tests & don't instrument log forms
      
      * Exclude defmulti/defonce forms from instrumentation; more tests
      Unverified
      c3acbcf1
  2. May 29, 2020
    • Cam Saul's avatar
      Faster CI (#12620) · 473ca0e5
      Cam Saul authored
      * Faster driver build strip-and-compress step by not loading Metabase core
      
      * New cache key for FE deps
      
      * Cache built drivers & local Maven installation of metabase-core
      
      * Only cache the built driver JARs
      
      * Cache built frontend
      
      * Change driver cache key
      
      * Try updating a specific driver [ci snowflake]
      
      * Try updating a different driver [ci redshift] [ci snowflake]
      
      * Need to cache driver checksums as well [ci snowflake] [ci redshift]
      
      * Tweak what's cached for drivers (again)
      Unverified
      473ca0e5
  3. May 26, 2020
  4. May 21, 2020
  5. May 14, 2020
  6. May 11, 2020
  7. Apr 30, 2020
  8. Apr 18, 2020
  9. Mar 27, 2020
  10. Mar 25, 2020
  11. Mar 06, 2020
  12. Mar 04, 2020
  13. Feb 25, 2020
  14. Feb 10, 2020
  15. Jan 22, 2020
  16. Jan 17, 2020
  17. Jan 15, 2020
  18. Jan 13, 2020
  19. Jan 10, 2020
    • Cam Saul's avatar
      Fix SQL Server field filters against boolean Fields (#11691) · b6877747
      Cam Saul authored
      * Fix BigQuery driver from Leiningen [ci bigquery] [ci sparksql] (#11650)
      
      * Fix SQL Server field filters against boolean Fields.
      [ci drivers]
      
      * Test fixes for drivers with no TIME data type
      [ci oracle] [ci presto] [ci redshift] [ci snowflake] [ci sparksql]
      
      * Fix boolean field filters for Oracle [ci oracle] [ci sparksql]
      Unverified
      b6877747
  20. Jan 07, 2020
  21. Dec 17, 2019
  22. Dec 16, 2019
  23. Dec 13, 2019
  24. Dec 09, 2019
  25. Dec 03, 2019
  26. Nov 15, 2019
    • Cam Saul's avatar
      B I G timezone improvements :wrench: (#11308) · 852b3482
      Cam Saul authored
      - Differentiate between columns that record timezone info vs ones that are normalized. (i.e., TIMESTAMP WITH TIME ZONE vs. TIMESTAMP WITH LOCAL TIME ZONE in Oracle and other DBs that have this distinction.) Also differentiate between recording offset from UTC and Zone ID.
      
      - New :type/Temporal base type for :type/Date, :type/Time, and :type/DateTime. Previously, :type/Date and :type/Time derived from :type/DateTime which didn't quite make sense.
      
      - Add new attempted-murders dataset to count number of crows spotted. Has same temporal instant in a variety of formats with and without timezone to facilitate writing new tests
      
      - New tests for TIME WITH TIME ZONE columns.
      
      - Fix MySQL behavior for TIMESTAMP columns, which are the equivalent of Oracle TIMESTAMP WITH LOCAL TIME ZONE (i.e., they are normalized to UTC when stored) vs DATETIME (which are Local non-timezone-aware columns).
      Unverified
      852b3482
    • Paul Rosenzweig's avatar
  27. Nov 13, 2019
  28. Nov 08, 2019
  29. Oct 22, 2019
Loading