This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 24, 2018
-
-
Cam Saul authored
Query Processor Refactor Part 5
-
Cam Saul authored
-
Ryan Senior authored
Fix NPE from sync operations logging
-
- Sep 21, 2018
-
-
Tom Robinson authored
Column settings, mini bar charts, and more
-
Ryan Senior authored
Make a fail-safe i18n translate function
-
Ryan Senior authored
This commit wraps our calls to `i18n/translate` so that if the message isn't a valid Java MessageFormat message, it doesn't crash. It will log the message and return the original (untranslated) string.
-
Tom Robinson authored
-
Tom Robinson authored
-
- Sep 20, 2018
-
-
Tom Robinson authored
-
Sameer Al-Sakran authored
Paid feature docs
-
Tom Robinson authored
-
Tom Robinson authored
-
- Sep 19, 2018
-
-
Cam Saul authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Ryan Senior authored
Add context to the IOException when creating temp files
-
Ryan Senior authored
When sending an email with an attachment, we write the attachment as a temp file. This uses the `java.io.File/createTempFile` method. If for some reason we're not able to write that file, maybe because we don't have sufficient permissions, that method will throw an IOException. The IOException doesn't include the path of the file it was trying to create, which makes it difficult to diagnose and fix. This commit catches that original IOException and rethrows it with the path of the temp directory that is being used. Fixes #8405
-
Maz Ameli authored
-
Cam Saul authored
-
Maz Ameli authored
-
Cam Saul authored
Fix GA segments; allow cache-ttl and native.collection keys in query
-
Maz Ameli authored
-
Cam Saul authored
-
Tom Robinson authored
-
- Sep 18, 2018
-
-
Cam Saul authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Cam Saul authored
Query Processor Store [ci drivers]
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
Add deploy webhook back to CircleCI 2.0 config
-
Cam Saul authored
-