This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- 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
-
- Oct 31, 2017
-
-
Cam Saul authored
-
- Oct 30, 2017
-
-
Simon Belak authored
-
Simon Belak authored
-
- Oct 27, 2017
-
-
Simon Belak authored
-
Simon Belak authored
-
- Oct 24, 2017
-
-
Cam Saul authored
-
- Oct 23, 2017
-
-
Cam Saul authored
-
- Oct 20, 2017
-
-
Cam Saul authored
-
- Sep 27, 2017
-
-
Ryan Senior authored
Fixes #5424
-
- Sep 22, 2017
-
-
Ryan Senior authored
Previously we were using the PostgreSQL driver for connecting to Redshift. Newer versions of PostgreSQL require newer drivers that are no longer compatible with Redshift which has prevented us from upgrading. By switching to the AWS Redshift driver, we can upgrade the PostgreSQL driver independently.
-
- Sep 07, 2017
-
-
Simon Belak authored
-
- Sep 05, 2017
- Aug 23, 2017
-
-
Cam Saul authored
-