This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 03, 2018
-
-
Ryan Senior authored
-
Ryan Senior authored
When running tests in a docker container as root you'll get the following error "Running as root without --no-sandbox is not supported". Adding the `--no-sandbox` flag to the invocation fixes it.
-
Ryan Senior authored
-
- Sep 25, 2018
-
-
Ryan Senior authored
-
Ryan Senior authored
This will keep track of the number of concurrent queries going through the query pipeline. By default it will allow half of the total Jetty connections to be used for querying via the query pipeline. By default we have 50 Jetty connections, so out of the box this number os 25. The number of query threads can be overridden vya MB_MAX_CONCURRENT_QUERIES. Once we have reached the max number of concurrent queries, subsequent queries will wait 5 seconds for a slot, then return a 503.
-
- 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
-
-
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
-
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
-
-
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
-
Maz Ameli authored
-