This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 02, 2018
-
-
Ryan Senior authored
The existing docs referenced an older version of the JDBC driver. This commit just bumps the version of the driver to reflect the most recent Oracle JDBC release, which is known to work well with Metabase.
-
- Oct 01, 2018
- Sep 28, 2018
- Sep 27, 2018
-
-
Cam Saul authored
-
- Sep 26, 2018
-
-
Cam Saul authored
CI config fixes
-
Cam Saul authored
-
Cam Saul authored
-
Kyle Doherty authored
* hide badge when fullscreen * hide move if fullscreen * fix title color in night mode
-
- Sep 25, 2018
-
-
Kyle Doherty authored
-
Cam Saul authored
QP refactor part 6 - rework add-dimension-projections
-
Cam Saul authored
-
Maz Ameli authored
-
- 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
-