Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Oct 27, 2020
    • dpsutton's avatar
      Adds dev/src/dev/nocommit to ignore file (#13353) · 1ab05174
      dpsutton authored
      * Adds dev/src/dev/nocommit to ignore file [ci skip]
      
      now you can create a folder nocommit/ under the dev classpath root so
      you can keep some namespaces around as you work on features.
      
      Ex:
      
      ```clojure
      (ns dev.nocommit.oom
        (:require [metabase.models
                   [database :refer [Database]]
                   [field :refer [Field]]
                   [table :refer [Table]]]
                  [metabase.sync.analyze
                   [fingerprint :as analyze.fingerprint]]
                  [metabase.sync :as sync]
                  [metabase.sync
                   [field-values :as sync.field-values]]
                  [metabase.models.field-values :as field-values]
                  [metabase.sync.analyze.fingerprint.fingerprinters :as fingerprinters]
                  [metabase
                   [util :as u]]
                  [metabase.sync.sync-metadata.fields :as metadata.fields]
                  [metabase.sync.sync-metadata.fields.fetch-metadata :as fetch-metadata]
                  [metabase.query-processor :as qp]
                  [toucan.db :as db]
                  [metabase.db
                   [metadata-queries :as metadata-queries]]))
      
      (def pg (Database 4))
      
      (comment
        (fetch-metadata/db-metadata pg emails-table)
        (metadata.fields/sync-fields! pg)
      
        (sync/sync-database! pg))
      
      (clojure.test/run-tests 'whatever-namespace)
      
      ```
      
      I ended up with lots of `(comment ...)` blocks in lots of different
      namespaces and this has helped keep my worktree clean.
      
      * Empty commit to trigger CI [ci skip]
      
      skipping ci thought so hopefully the checks on Github are satisified.
      Unverified
      1ab05174
  2. Oct 09, 2020
    • Cam Saul's avatar
      New driver build scripts (#13383) (#13428) · 2468cac2
      Cam Saul authored
      * New driver build scripts and fix Google driver build
      
      * Install Clojure CLI in Circle CI
      
      * Fix driver build script
      
      * Build script fix :wrench:
      
      * More dox
      
      * Enforce minimum build Clojure CLI version and address feedback
      
      * New metabuild-common directory for shared stuff. Address some PR feedback
      Unverified
      2468cac2
    • Cam Saul's avatar
      New driver build scripts (#13383) · 4315dbed
      Cam Saul authored
      * New driver build scripts and fix Google driver build
      
      * Install Clojure CLI in Circle CI
      
      * Fix driver build script
      
      * Build script fix :wrench:
      
      * More dox
      
      * Enforce minimum build Clojure CLI version and address feedback
      
      * New metabuild-common directory for shared stuff. Address some PR feedback
      4315dbed
  3. Oct 08, 2020
    • Cam Saul's avatar
      New driver build scripts (#13383) · 9a82d7d9
      Cam Saul authored
      * New driver build scripts and fix Google driver build
      
      * Install Clojure CLI in Circle CI
      
      * Fix driver build script
      
      * Build script fix :wrench:
      
      * More dox
      
      * Enforce minimum build Clojure CLI version and address feedback
      
      * New metabuild-common directory for shared stuff. Address some PR feedback
      Unverified
      9a82d7d9
  4. Aug 08, 2020
  5. Jul 07, 2020
  6. Apr 10, 2020
  7. Feb 27, 2020
  8. Feb 25, 2020
  9. 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
  10. Jan 07, 2020
  11. Dec 13, 2019
  12. Dec 05, 2019
  13. Nov 13, 2019
  14. Aug 28, 2019
  15. Aug 26, 2019
  16. Jun 14, 2019
    • Octavian Geagla's avatar
      Connects to Mongo (#10130) · 72d194f5
      Octavian Geagla authored
      * [mongo][ci mongo] use connection string to connect to mongo
      
      * [ci mongo][style]
      
      * [style][ci mongo]
      
      * [style][ci mongo]
      
      * [test] app and test runners wip
      
      * [test] test runners wip
      
      * [mongo][ci mongo] pass in conn opts from ui
      
      * [mongo][ci mongo] test
      
      * [test]
      
      * [style] rm test file
      
      * [mongo][ci mongo] use authdb if provided
      
      * [ci mongo] add domain to hostname for dns-srv to work with localhost testing
      
      * [ci mongo]
      
      * [ci mongo] line len
      
      * [ci mongo] actually use fqdn
      
      * [ci mongo] lint
      
      * [ci mongo] swap protocol depending on if host is fqdn
      
      * [ci mongo] lint
      
      * [ci mongo] fallback to non-srv
      
      * [ci mongo] util fns are private
      
      * [ci mongo] lint
      
      * [ci mongo] inline
      
      * [ci mongo] docstrings
      
      * [ci mongo][test] basic tests for mongo conn options, wip
      
      * [ci mongo][test] tests for mongo conn options, wip
      
      * [ci mongo][i18n] exception string
      
      * [ci mongo][style] refactor
      
      * [ci mongo][style] refactor
      
      * [ci mongo][style]
      
      * [ci mongo][docs]
      
      * [ci mongo] fqdn? true if >= 2 '.'s in hostname
      
      * [ci mongo][srv?] srv toggle in mongo connection UI
      
      * [ci mongo] doc
      
      * [ci mongo] doc
      
      * [ci mongo][ui] srv toggle works
      Unverified
      72d194f5
  17. Mar 22, 2019
  18. Jan 04, 2019
  19. Dec 12, 2018
  20. Nov 19, 2018
  21. Sep 04, 2018
  22. Mar 08, 2018
  23. Nov 07, 2017
  24. Nov 01, 2017
  25. Oct 20, 2017
  26. Oct 12, 2017
  27. Oct 09, 2017
  28. Aug 21, 2017
  29. Jul 25, 2017
  30. Jul 24, 2017
  31. Mar 14, 2017
  32. Jan 31, 2017
  33. Nov 28, 2016
  34. Oct 12, 2016
  35. Sep 29, 2016
  36. Aug 24, 2016
Loading