This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 17, 2020
-
-
Cam Saul authored
* Fix :user-login activity not being recorded during setup (#12933) * Test fixes
* Fix Database sync not happening at setup (#12826) * Test cleanup. Wow! * More test cleanup * Test/lint fix * test fix * Test fix * Remove unneeded wait * Some more tests & don't instrument log forms * Exclude defmulti/defonce forms from instrumentation; more tests
-
- May 29, 2020
-
-
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)
-
- May 26, 2020
-
-
Cam Saul authored
-
Cam Saul authored
-
Robert Roland authored
This alias was overriding any with-profiles from the command line. This will force all the drivers to be loaded when doing lein run, which will let local development against drivers work with lein run.
-
Cam Saul authored
* Fix include-plugins middleware when we use multiple lein with-profiles * Bump core project dep version
-
Robert Roland authored
Adding SSH key support Adding ssh key support (with passphrases) The JSch library does not support ED25519 keys, that are the default as of OpenSSH 7.8, but the Apache Mina SSHD library does. Adds a end-to-end test of ssh port forwarding via a simple echo server. [ci drivers] Co-authored-by:
Franklin Strube <thedoc8786@gmail.com> Co-authored-by:
hbc <bcxxxxxx@gmail.com> Co-authored-by:
Daniel Higginbotham <daniel@flyingmachinestudios.com> Co-authored-by:
Paul Rosenzweig <paul.a.rosenzweig@gmail.com> Co-authored-by:
Kyle Doherty <kyle.l.doherty@gmail.com>
-
- May 21, 2020
-
-
Kyle Doherty authored
-
- May 14, 2020
-
-
Robert Roland authored
Newer versions of Bouncy Castle fix the illegal reflective access warning under newer JVMs
-
Cam Saul authored
-
- May 11, 2020
-
-
Cam Saul authored
-
- Apr 30, 2020
-
-
Robert Roland authored
This alias was overriding any with-profiles from the command line. This will force all the drivers to be loaded when doing lein run, which will let local development against drivers work with lein run.
-
Cam Saul authored
* Fix include-plugins middleware when we use multiple lein with-profiles * Bump core project dep version
-
- Apr 18, 2020
-
-
Simon Belak authored
-
- Mar 27, 2020
-
-
Cam Saul authored
-
- Mar 25, 2020
-
-
Walter Leibbrandt authored
Fixes #12171 via metabase/toucan#74.
-
- Mar 06, 2020
-
-
Walter Leibbrandt authored
* Replace util fns with ones from (updated) medley * Clean ns
-
- Mar 04, 2020
-
-
Cam Saul authored
* Upgrade Jetty version * Remove async-wait middleware * Move re= test macro * Add mt/user->credentials alias * Convert metabase.server-test to new style * Rework dataset-test to use metabase.test * Use atom instead of agent for tracking in-flight queries * Streaming QP context should correctly pass the canceled-chan created by StreamingResponse * Save query executions synchronously * i18n the query logs * Reworked StreamingResponse * Almost working
* Test fixes * Test impl & some perf improvements * Test/lint fix -
Walter Leibbrandt authored
* Bump ring-core to 1.8.0 * Fix Docker CI build https://github.com/technomancy/leiningen/issues/2658#issuecomment-593716154
-
- Feb 25, 2020
- Feb 10, 2020
-
-
Cam Saul authored
* Merge metabase/mbql back into metabase/metabase (monorepo) [ci drivers] * Fix namespace linter
-
- Jan 22, 2020
-
-
Daniel Higginbotham authored
add env var config to enable tracing, plus add some additional logging around db migration
-
- Jan 17, 2020
-
-
Cam Saul authored
* Move Liquibase code to different namespace * Append ENGINE/CHARACTER SET/COLLATE to all MySQL CREATE TABLE statements [ci mysql] * Test fixes; make sure read-column impls check for nil [ci drivers]
-
- Jan 15, 2020
-
-
Daniel Higginbotham authored
-
- Jan 13, 2020
-
-
Tom Robinson authored
-
- 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 17, 2019
-
-
Daniel Higginbotham authored
* apply @walterl's google auth fix * remove :omit-source flag because it excludes mustache files and might have other effects
-
- Dec 16, 2019
-
-
Daniel Higginbotham authored
* apply @walterl's google auth fix * remove :omit-source flag because it excludes mustache files and might have other effects
-
- Dec 13, 2019
-
-
Cam Saul authored
- Dec 09, 2019
-
-
Cam Saul authored
-
- Dec 03, 2019
- Nov 15, 2019
-
-
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).
-
Paul Rosenzweig authored
-
- Nov 13, 2019
-
-
Cam Saul authored
-
- Nov 08, 2019
-
-
hansen authored
-
- Oct 22, 2019
-
-
Cam Saul authored
-