This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 16, 2018
-
-
Ryan Senior authored
This upgrade removes some unecessary classpath scanning from Toucan. This slowness only affected the first query, which would typically show up as a really slow call to the `/api/user/current` endpoint (sometimes 10+ seconds).
-
- Jul 12, 2018
-
-
Ryan Senior authored
-
- Jul 09, 2018
-
-
Cam Saul authored
-
- May 29, 2018
-
-
Ryan Senior authored
Previously the spark executor memory was at 1g and Metabase's test memory was at 3g. This commit lowers Spark's memory to 512m and MB's memory to 2.5g.
-
- May 18, 2018
- May 16, 2018
-
-
Cam Saul authored
-
- May 14, 2018
-
-
Cam Saul authored
-
- May 10, 2018
-
-
Cam Saul authored
-
- Apr 27, 2018
-
-
Simon Belak authored
-
Simon Belak authored
-
- Apr 23, 2018
-
-
Cam Saul authored
-
- Apr 11, 2018
-
-
Joel Wilsson authored
-
- Apr 04, 2018
-
-
Cam Saul authored
-
- Mar 15, 2018
-
-
Simon Belak authored
-
Simon Belak authored
-
- Feb 22, 2018
-
-
Ryan Senior authored
This commit adds query cancelling to the generic sql driver, Druid and Presto. It cancels the future the query is running in which will interrupt the query and allow any query cancellation logic to run. If the database doesn't support query cancellation, or the necessary information (i.e. query id) isn't available, the code will behave as it did before.
-
Ryan Senior authored
This commit switches the SQL template parsing to a formally specified EBNF grammar using instaparse. By specifying it in this way, changes to the language become more flexible and explicit. This commit also adds support for multiple parameters specified in an optional clause as it's baked into the grammar. Fixes #5492
-
- Feb 21, 2018
-
-
Facundo Farias authored
-
- Feb 12, 2018
-
-
Ryan Senior authored
-
- Feb 06, 2018
-
-
Cam Saul authored
-
- Jan 18, 2018
-
-
Ryan Senior authored
This commit switches the SQL template parsing to a formally specified EBNF grammar using instaparse. By specifying it in this way, changes to the language become more flexible and explicit. This commit also adds support for multiple parameters specified in an optional clause as it's baked into the grammar. Fixes #5492
-
- Jan 17, 2018
-
-
Cam Saul authored
-
- Jan 10, 2018
-
-
Simon Belak authored
-
Cam Saul authored
-
- Jan 05, 2018
-
-
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
-
- Jan 02, 2018
-
-
Cam Saul authored
-
- Dec 26, 2017
-
-
Simon Belak authored
-
- Dec 20, 2017
- Dec 19, 2017
-
-
Simon Belak authored
-
- Dec 01, 2017
-
-
Ryan Senior authored
The Redshift dependency used previously vendors quite a few dependencies that we already include in Metabase. By using the non-embedded Redshift dependency, we can cut about 8 MB in duplicate JARs and classes. The embedded Amazon SDK dependency also manipulates the classloader in a way that triggers warnings on Java 9. This also avoids those warnings.
-
- Nov 30, 2017
-
-
Simon Belak authored
-
- Nov 14, 2017
-
-
Ryan Senior authored
-
- Nov 12, 2017
-
-
Simon Belak authored
-
- Nov 09, 2017
-
-
Simon Belak authored
-
- Nov 07, 2017
-
-
Simon Belak authored
-
Simon Belak authored
-
- Nov 02, 2017
-
-
Simon Belak authored
-