This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jan 12, 2018
-
-
Cam Saul authored
-
Cam Saul authored
Don't check perms for public Dashboards or their Cards [WIP]
-
Cam Saul authored
-
Ryan Senior authored
Add SimpleDateFormat as a fallback to the JodaTime for db timezones
-
Cam Saul authored
Deal with GA's new enable API requirements
-
Ryan Senior authored
Some timezone abbreviations, especially non-US timezone abbreviations aren't parsed by JodaTime. The SimpleDateFormat parser is more flexible with these. This commit adds a SimpleDateFormat fallback to the JodaTime formatters so if the JodaTime one fails, it will try SimpleDateFormat ones next, hopefully figuring out what timezone the database is in. Fixes #6354, fixes #6085
-
- Jan 11, 2018
-
-
Tom Robinson authored
Fix table corner radius visual artifact
-
Tom Robinson authored
Fix i18n tag for object detail
-
Ryan Senior authored
Notify users when alert emails are disabled
-
Ryan Senior authored
Add a MySQL date parser that can handle abbreviated offsets [ci drivers]
-
- Jan 10, 2018
-
-
Ryan Senior authored
Dependong on what timezone you're in, the system_time_zone can be returned as abbreviated timezone identifier like CST or it can return an abbreviated offset like -02. This commit adds some special handling for the offset case. Fixes #6483
-
Cam Saul authored
-
Cam Saul authored
-
Ryan Senior authored
Previously notifications weren't sent if an admin disables emails on an alert. This commit will check to see if an updated alert had it's enabled flag changed and will send unsubscribe or added notification emails. Fixes #6571
-
Sameer Al-Sakran authored
fix lint errors due to duplicate c-3po imports
-
Sameer Al-Sakran authored
-
Tom Robinson authored
-
Tom Robinson authored
-
- Jan 09, 2018
-
-
Kyle Doherty authored
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
i18n(admin/alert/auth)
-
Sameer Al-Sakran authored
i18n(Dashboard-meta)
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
i18n(components/containers)
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
i18n(Nav/NewQuery/Parameters/Public)
-
Ryan Senior authored
Add clearCheckSums to `migrate force`
-
Ryan Senior authored
Flipping the argument order makes it easier to support multiple datetime parsers via a varargs parameter.
-
Ryan Senior authored
Now whenever running migrate force, it will remove the MD5 checksums in the databasechangelog table and recalculate them. This is mostly useful for developers running code from several different branches. Fixes #6372
-
Tom Robinson authored
-
- Jan 08, 2018
-
-
Cam Saul authored
Bump SQLite driver dep version [ci drivers]
-
- Jan 05, 2018
-
-
Cam Saul authored
Fix MySQL timezones by using literals
-
Simon Belak authored
[Xray] fix unrepresentable numbers
-
Cam Saul authored
Allow additional connection options for Vertica
-
Cam Saul authored
-
Cam Saul authored
-
Ryan Senior authored
Upgrade java.jdbc to 0.7.5
-
Ryan Senior authored
There are some nice performance improvements in 0.7.4, so updating to the latest to benefit from them.
-
- Jan 04, 2018
-
-
Ryan Senior authored
Upgrade Toucan to 1.1.2 [ci drivers]
-