This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 01, 2018
-
-
Cam Saul authored
-
Tom Robinson authored
-
- Feb 28, 2018
-
-
Cam Saul authored
-
- Feb 27, 2018
-
-
Cam Saul authored
-
Cam Saul authored
-
Sameer Al-Sakran authored
When saving Card with source Card use its read perms
-
Sameer Al-Sakran authored
Fix some formatting in the SQL parameters guide
-
Kim Røen authored
This wraps some uses of `{{}}` which was rendering ``` entities directly in the document with `{% raw %}` opening and closing tags. It also adds a line break that was missing, causing the new paragraph to be rendered as part of the previous bullet point.
-
- Feb 26, 2018
-
-
Sameer Al-Sakran authored
Fixing #6984: Updating mysql/mysql-connector-java to version 5.1.45
-
Cam Saul authored
-
Ryan Senior authored
Fix unescaped quotes in clj i18n strings
-
Ryan Senior authored
-
Tom Robinson authored
-
- Feb 23, 2018
-
-
Cam Saul authored
-
Ryan Senior authored
FieldLiterals on date fields should parse as dates [ci drivers]
-
Ryan Senior authored
Specifically this occurred when filtering on a field from a nested query. The date string wasn't getting parsed as a date and just getting passed as a string to the database causing a type mismatch. Fixes #6988
-
- Feb 22, 2018
-
-
Ryan Senior authored
Query cancellation
-
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.
-
Tom Robinson authored
-
Tom Robinson authored
-
Ryan Senior authored
Switch sql templates to an instaparse grammar [ci drivers]
-
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
-
Tom Robinson authored
-
Tom Robinson authored
-
- Feb 21, 2018
-
-
Cam Saul authored
-
Cam Saul authored
-
Sameer Al-Sakran authored
Search widget [WIP]
-
Cam Saul authored
-
Cam Saul authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
Merge branch 'dash-filter-search-widget' of github.com:metabase/metabase into dash-filter-new-endpoints
-
Tom Robinson authored
-
Tom Robinson authored
-
Facundo Farias authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
Merge branch 'dash-filter-search-widget' of github.com:metabase/metabase into dash-filter-new-endpoints
-