Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Aug 19, 2022
  2. Aug 04, 2022
  3. Jul 22, 2022
  4. Jun 29, 2022
  5. Jun 21, 2022
  6. Jun 17, 2022
  7. Jun 14, 2022
  8. Jun 13, 2022
  9. May 24, 2022
  10. May 10, 2022
  11. May 04, 2022
  12. May 02, 2022
    • Jeff Bruemmer's avatar
      docs - minor edits (#22286) · cf411cd2
      Jeff Bruemmer authored
      cf411cd2
    • Braden Shepherdson's avatar
      One Clojure lint to rule them all (#22213) · 390d10e5
      Braden Shepherdson authored
      Background:
      
      We had two lint configs: lint-config.edn which was enfored by Github Actions, and
      .clj-kondo/config.edn, the default location used by editors.
      
      
      Problem:
      
      Patchy enforcement of the (larger) config in .clj-kondo/config.edn since not
      everyone uses an editor.
      
      Some new lint, like canonical namespace aliases (#21738, #19930) is not enforced
      automatically and has begun to bit-rot.
      
      Solution:
      
      Combine both configs, fix any outstanding lint, and update our tooling to use
      the unified config.
      
      Caveats:
      
      Anyone who has their local editor configured to use lint-config.edn will have
      their linting broken by this change.
      390d10e5
  13. Apr 29, 2022
  14. Apr 25, 2022
  15. Apr 12, 2022
    • Nemanja Glumac's avatar
      [E2E] Consolidate test scripts (#21627) · 5d6a58d0
      Nemanja Glumac authored
      * Rename `test-cypress-no-build` to `test-cypress-run`
      
      * Rename `test-visual-no-build` to `test-visual-run`
      
      * Reorder scripts
      
      * Remove yarn (install) from the Cypress run script
      5d6a58d0
  16. Apr 09, 2022
  17. Apr 07, 2022
  18. Mar 21, 2022
  19. Mar 17, 2022
  20. Feb 24, 2022
    • Howon Lee's avatar
      Describe the JSON within tables for postgres (#20547) · ea3e8b6a
      Howon Lee authored
      Step 1 towards the long path towards whacking #708. We need an interface for describing the weird thing every RDBMS vendor did where they have their own special way of doing JSON columns, every single one of them
      ea3e8b6a
  21. Feb 09, 2022
  22. Feb 08, 2022
    • Alexander Lesnenko's avatar
      Migrate styled-components 3 to the latest emotion (#20275) · 63c607fc
      Alexander Lesnenko authored
      * replace attrs to defaultProps (#20260)
      
      * replace attrs to defaultProps
      
      * fix replaced attrs
      
      * fix className in defaultProps
      
      * use emotion (#20265)
      
      * replace attrs to defaultProps
      
      * fix replaced attrs
      
      * use emotion
      
      * fix typo in css
      
      * eliminate innerRefs
      
      * fixes
      
      * fixes
      
      * fixes
      
      * fixes
      
      * flakes
      
      * specs
      
      * specs
      
      * docs
      
      * specs
      
      * fix last spec
      
      * remove classNames from defaultProps
      63c607fc
  23. Feb 04, 2022
  24. Feb 02, 2022
  25. Feb 01, 2022
  26. Jan 28, 2022
  27. Jan 26, 2022
  28. Jan 25, 2022
    • Jeff Evans's avatar
      Apply schema inclusion/exclusion filtering to sql-jdbc drivers (#19651) · b6d542f8
      Jeff Evans authored
      * Apply schema inclusion/exclusion filtering to sql-jdbc drivers
      
      Update `sql-jdbc` namespaces to handle schema inclusion/exclusion patterns when filtering schemas
      
      Add new generic schema inclusion/exclusion test for sql-jdbc drivers that define the property
      
      Update Snowflake and Redshift driver manifests to include schema filtering property
      
      Create `db-details->schema-filter-patterns` util fn to turn DB details into the inclusion/exclusion patterns
      
      Move schema inclusion/exclusion filtering code to new namespace (since it's not strictly used by `:sql-jdbc` derived drivers)
      
      Move existing tests accordingly
      
      Add schema inclusion/exclusion check to the new `filtered-syncable-schemas` multimethod (and updating docstring)
      
      Change `:redshift` impl of `filtered-syncable-schemas` to call the `:sql-jdbc` version instead
      
      Use new multimethod instead for `filtered-syncable-schemas`, and have default impl of `syncable-schemas` call that
      
      Mark `syncable-schemas` as deprecated and include notes on the new method (and update driver markdown file accordingly)
      b6d542f8
  29. Jan 20, 2022
  30. Jan 10, 2022
  31. Jan 06, 2022
  32. Nov 02, 2021
  33. Oct 15, 2021
  34. Oct 08, 2021
  35. Sep 15, 2021
  36. Sep 13, 2021
Loading