This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 20, 2018
-
-
Sameer Al-Sakran authored
Paid feature docs
-
- Sep 19, 2018
-
-
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
-
Maz Ameli authored
-
Cam Saul authored
Fix GA segments; allow cache-ttl and native.collection keys in query
-
Maz Ameli authored
-
Cam Saul authored
-
- Sep 18, 2018
-
-
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
-
Maz Ameli authored
-
Cam Saul authored
-
Ryan Senior authored
Upgrade node version in packages.json and the Dockerfile [ci all]
-
Ryan Senior authored
Using version 220 of `jest-localstorage-mock` required that we upgrade our version of NodeJS from our previous minimum of 6.11.3. To support that, this commit switches from the deprecated `java:openjdk-8-jdk-alpine` docker image to the newer `openjdk:8-jdk-alpine` image. This image is running Alpine version 3.8 which has NodeJS 8.11.4 in it's repository. This also bumps the minimum version of node in the packages.json file.
-
- Sep 17, 2018
-
-
Cam Saul authored
-
Cam Saul authored
Query schema fixes; add query validation middleware [ci drivers]
-
Cam Saul authored
-
Maz Ameli authored
-
Maz Ameli authored
-
Cam Saul authored
-
Ryan Senior authored
Add a unique index to databasechangelog
-
Ryan Senior authored
Previously there was nothing to uniquely identify a row in the databasechangelog table as the uniqueness constraint was removed by Liquibase (see https://liquibase.jira.com/browse/CORE-1909). Not having something to uniquely identify a row can cause issues for database replication software. Since we only support PostgreSQL, MySQL and H2, the composite key referenced in the above issue (ID, AUTHOR, FILENAME) will work for us. This commit puts that uniqueness constraint back in for users wanting to replicate the Metabase application database. Fixes #8266
-
- Sep 14, 2018
- Sep 13, 2018
-
-
Tom Robinson authored
-
Cam Saul authored
-
- Sep 12, 2018
-
-
Cam Saul authored
-
- Sep 11, 2018
-
-
Tom Robinson authored
Merge release-0.30.2 back into master
-
Tom Robinson authored
-
Tom Robinson authored
Gauge visualization
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-