This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 22, 2018
-
-
Tom Robinson authored
-
- May 21, 2018
-
-
Ryan Senior authored
Update `->Timestamp` to include `report-timezone`
-
Ryan Senior authored
It's possible that database connections checked back into the pool could still have session timezones associated with them. This can cause the database timezone tests to failure. This will reset the connection pool before the test runs to ensure that doesn't happen.
-
Ryan Senior authored
The goal is to make it easier to write tests with different data and report timezone scenarios easier. The tests already have found issues with our current code and their handling of these timezone conversions. These tests exposed a bug in MySQL date support which is also fixed in this commit. Fixes #6554, fixes #6994, fixes #7393
-
Ryan Senior authored
This commit adds a new `*report-timezone*` dynamic var that should get bound before dates get parsed (i.e. in a query pipeline middleware). This allows an easier API `(->Timestamp my-date-string)` while still ensuring the dates are interpretted correctly. This is a step toward centralization of our timezone and date conversion logic. As of this commit there are still separate/similar logic for handling reporting timezone etc in Pulses, drivers etc. Fixes #7584, fixes #6402
-
Ryan Senior authored
Fix Mongo CI test failure
-
Cam Saul authored
-
Cam Saul authored
Enable Eastwood unused namespaces linter
-
- May 18, 2018
- May 16, 2018
-
-
Cam Saul authored
Drop support for Java 7
-
Cam Saul authored
-
Ryan Senior authored
Sync metrics prototype
-
Ryan Senior authored
This test predates the move of min/max values of a field to fingerprints. Rmoving this test as it's covered over there and doesn't provide a lot of value in the fields sync code.
-
Ryan Senior authored
This commit adds a new "sync summary" message to sync/analyze/field values scanning. It include information about how much data was updated, begin/end timestamps around each phase etc.
-
- May 15, 2018
- May 14, 2018
-
-
Cam Saul authored
-
Cam Saul authored
-
Sameer Al-Sakran authored
Do not use absolute URLs in illustrations
-
Sameer Al-Sakran authored
Don't overwrite PKs and FKs when infering special_type
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
Type inference: add partial matches for fields named *_country and *_state
-
Cam Saul authored
-
- May 13, 2018
-
-
Simon Belak authored
-
- May 12, 2018
-
-
Sameer Al-Sakran authored
Fix rule loading
-
Sameer Al-Sakran authored
-
Simon Belak authored
-
Simon Belak authored
-
Simon Belak authored
-
- May 11, 2018
-
-
Maz Ameli authored
Remove unnecessary use of flex-full on new query options
-
Simon Belak authored
-
Tom Robinson authored
-
- May 10, 2018
-
-
Sameer Al-Sakran authored
Separate SparkSQL dependencies [ci drivers]
-