Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Sep 28, 2022
  2. Sep 27, 2022
  3. Sep 26, 2022
  4. Sep 23, 2022
  5. Sep 22, 2022
    • Bryan Maass's avatar
      Handle bigint and boolean casts in mysql json unwrapping (#25427) · fdcc6b43
      Bryan Maass authored
      * Handle bigint and boolean casts properly
      
      - Add JSON -> SerializedJSON to `database-type->base-type`
      
      * adds tests json bigint and boolean types for mysql
      
      * Fix most of the tests
      
      - still need to figure out :type/BigInteger vs :type/Integer
      
      * fiddling with tests
      
      * handle json booleans via default mechanism
      
      * fix tests
      
      * remove not(not(...)) from test
      
      * bonk the test
      
      - also fixes ddl.execute-with-timeout-test thrown? regex
      
      * remove inline def
      
      * try to get logs off ci
      
      * don't test json on mariadb -- that never worked
      
      * cleanup tests
      
      * revert change to driver/database-supports? :mysql :nested-field-columns
      
      * respond to code review comments
      Unverified
      fdcc6b43
    • Cam Saul's avatar
      Enable kondo unused bindings linter in tests (#25120) · 401edd07
      Cam Saul authored
      * 347 errors, 34 warnings
      
      * 89 errors, 66 warnings
      
      * 63 errors, 39 warnings
      
      * 52 errors, 33 warnings
      
      * 23 errors, 22 warnings
      
      * 13 errors, 4 warnings
      
      * Fix the last few errors.
      
      * Sort Kondo config
      Unverified
      401edd07
    • Noah Moss's avatar
      Allow disabling custom GeoJSON via env var (#25561) · f0b433c4
      Noah Moss authored
      * allow disabling custom geojson via env var
      
      * add env var to docs and tweak setting description
      Unverified
      f0b433c4
    • Noah Moss's avatar
      bump deps (#25548) · f7acb2d9
      Noah Moss authored
      Unverified
      f7acb2d9
Loading