This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- 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
-
- Oct 09, 2019
-
-
Cam Saul authored
-
- Oct 07, 2019
- Sep 24, 2019
-
-
Cam Saul authored
-
- Sep 20, 2019
-
-
Cam Saul authored
* Fix filtering by month-of-year and month in MongoDB; lots of new tests [ci drivers] * Test fixes
[ci drivers] * Test fixes! [ci drivers] -
Octavian Geagla authored
* [cmd] dump to h2 (#10843) * Tests for load & dump commands * Fixes * test fixes * Test fixes * Test fixes
-
Daniel Higginbotham authored
introduce a new permission parser to: * handle permissions in a more declarative way * allow permissions to be converted to a permission graph for databases without tables
-
- Sep 17, 2019
-
-
Cam Saul authored
-
- Sep 12, 2019
-
-
Octavian Geagla authored
-
- Sep 11, 2019
- Aug 28, 2019
-
-
Daniel Higginbotham authored
-