This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 14, 2017
-
-
Atte Keinänen authored
Make integration tests faster and more stable
-
Atte Keinänen authored
-
Atte Keinänen authored
Convert dashboards E2E tests to Enzyme
-
Atte Keinänen authored
-
- Sep 13, 2017
-
-
Sameer Al-Sakran authored
More margin-right on SimpleStats in x-rays
-
Maz Ameli authored
-
- Sep 12, 2017
-
-
Sameer Al-Sakran authored
Variables sidebar help update
-
Sameer Al-Sakran authored
Per-field and per-table sync docs
-
Sameer Al-Sakran authored
Add FAQ item about friendly field and table names
-
Ryan Senior authored
The problem appears to be reusing a connection with a timezone set for that session from a previous test that was ran. The report timezone is not specified, but the timezone is set on the session from a previous run. This results in the timestamps being return as UTC, but shifted back 7 hours (as if it were pacific time). This commit just specified a report-timezone of UTC to avoid that issue.
-
- Sep 11, 2017
-
-
Sameer Al-Sakran authored
-
Maz Ameli authored
Change "xray" to "x-ray" throughout
-
Maz Ameli authored
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
- Sep 08, 2017
-
-
Ryan Senior authored
Date dimension options should apply to unix timestamps
-
Ryan Senior authored
They have a base_type of numeric but a special type of DateTime. This adds the check for special type when associating dimension options to a field. Fixes #5876
-
Ryan Senior authored
Add timezones to pulse rendering
-
- Sep 07, 2017
-
-
Kyle Doherty authored
* only show SQL option if the user has permission to at least one db * update test db * move new question tests to own file * redirect if user has only one option * fix single DB access case * add test * fix order
-
Ryan Senior authored
Yarn 1.0.0 has been released and it doesn't appear to work with the version of node we current have configured (4.4.7). Bumping to 8.4.0 to get the build green again.
-
Ryan Senior authored
Bump node version to 8.4.0
-
Ryan Senior authored
Yarn 1.0.0 has been released and it doesn't appear to work with the version of node we current have configured (4.4.7). Bumping to 8.4.0 to get the build green again.
-
Kyle Doherty authored
* background HOC and application * add test * better displayName * apply to nqf
-
Sameer Al-Sakran authored
Release 0.26.0
-
- Sep 06, 2017
-
-
Cam Saul authored
Fix fingerprinting Postgres table with time fields
-
Kyle Doherty authored
* show values as % in 100% stacked bar charts * use formatNumber * fix flow * refactor + test
-
Cam Saul authored
-
Ryan Senior authored
This commit wraps the timezone detections stuff in some try/catches so that if there's an issue parsing one of the timestamps from the database, it doesn't cause the whole sync process to fail. If a failure happens, it's logged as a warning, the timezone field in the database is not updated and the sync process proceeds. Fixes #5869
-
Sameer Al-Sakran authored
fix #5824
-
Sameer Al-Sakran authored
-
Kyle Doherty authored
* fix time granularity order * add comment
-
- Sep 05, 2017
-
-
Maz Ameli authored
-
Maz Ameli authored
-
Cam Saul authored
Fix Mac App reset password
-
Cam Saul authored
Add MB_DB_CONNECTION_TIMEOUT_MS env var; fix log colorization on Windows
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
Fix docstring checker crashes
-
Ryan Senior authored
Previously pulses were always rendered with UTC time, this commit changes that to use the report timezone (if available and applicable) otherwise the JVM timezone (similar to how query results are returned). Fixes #3109
-
Cam Saul authored
-