This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 01, 2018
-
-
Sameer Al-Sakran authored
Search widget polish
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
- Feb 28, 2018
-
-
Tom Robinson authored
-
- Feb 27, 2018
-
-
Sameer Al-Sakran authored
Fix small typo in api doc
-
Sameer Al-Sakran authored
Fix link on TagEditorHelp
-
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
-
Rodolphe Quiedeville authored
-
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.
-
Tom Robinson authored
-
Tom Robinson authored
-
- 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
-
Maz Ameli authored
-
Tom Robinson authored
-
wsterzik authored
-
Tom Robinson authored
-
- Feb 23, 2018
-
-
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
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
- 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.
-
Ryan Senior authored
Switch sql templates to an instaparse grammar [ci drivers]
-