This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 27, 2020
-
-
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.
-
- Oct 09, 2020
-
-
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
* More dox * Enforce minimum build Clojure CLI version and address feedback * New metabuild-common directory for shared stuff. Address some PR feedback -
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
* More dox * Enforce minimum build Clojure CLI version and address feedback * New metabuild-common directory for shared stuff. Address some PR feedback
-
- Oct 08, 2020
-
-
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
* More dox * Enforce minimum build Clojure CLI version and address feedback * New metabuild-common directory for shared stuff. Address some PR feedback
-
- Aug 08, 2020
-
-
Nemanja Glumac authored
-
- Jul 07, 2020
-
-
Cam Saul authored
-
- Apr 10, 2020
-
-
Paul Rosenzweig authored
-
- Feb 27, 2020
-
-
Cam Saul authored
-
- Feb 25, 2020
-
-
Cam Saul authored
* Make wait-for-port and fetch-jdbc-driver generic CI steps [ci drivers] * Fix Druid tests failing on master [ci druid] (#11991)
-
- Jan 10, 2020
-
-
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]
-
- Jan 07, 2020
-
-
Cam Saul authored
-
- Dec 13, 2019
-
-
Cam Saul authored
-
- Dec 05, 2019
-
-
Paul Rosenzweig authored
-
- Nov 13, 2019
-
-
Cam Saul authored
-
- Aug 28, 2019
-
-
Daniel Higginbotham authored
-
- Aug 26, 2019
-
-
Daniel Higginbotham authored
* more REPL ergonomics
-
- Jun 14, 2019
-
-
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
-
- Mar 22, 2019
-
- Jan 04, 2019
-
-
Cam Saul authored
-
- Dec 12, 2018
-
-
Cam Saul authored
[ci drivers]
-
- Nov 19, 2018
-
-
MarkRx authored
-
- Sep 04, 2018
-
-
Cam Saul authored
-
- Mar 08, 2018
-
-
Cam Saul authored
-
- Nov 07, 2017
-
-
Jonathan Eatherly authored
-
- Nov 01, 2017
-
-
Tom Robinson authored
-
- Oct 20, 2017
-
-
Cam Saul authored
-
- Oct 12, 2017
-
-
Kyle Doherty authored
* use vendor bundle * add command to generate webpack stats
-
- Oct 09, 2017
-
-
Tom Robinson authored
-
- Aug 21, 2017
-
-
Tom Robinson authored
Internationalize a few frontend and backend strings, add lame Google Translate translation for German
-
Tom Robinson authored
-
- Jul 25, 2017
-
-
Cam Saul authored
-
- Jul 24, 2017
- Mar 14, 2017
-
-
Tom Robinson authored
-
- Jan 31, 2017
-
-
Cam Saül authored
-
- Nov 28, 2016
-
-
Cam Saül authored
-
- Oct 12, 2016
-
-
Tom Robinson authored
-
- Sep 29, 2016
-
-
Tom Robinson authored
-
- Aug 24, 2016
-
-
Cam Saül authored
-