This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 26, 2018
-
-
Cam Saul authored
-
Ryan Senior authored
Fix unescaped quotes in clj i18n strings
-
Ryan Senior 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
-
- 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]
-
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
-
-
Sameer Al-Sakran authored
Search widget [WIP]
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
- Feb 20, 2018
-
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
- Feb 19, 2018
-
-
Ryan Senior authored
Fix the transient failing api.dataset-test [ci drivers]
-
Ryan Senior authored
-
Tom Robinson authored
-
Tom Robinson authored
-
- Feb 18, 2018
-
-
Tom Robinson authored
-
Tom Robinson authored
Also upgrade node in circle.yml to 8.9.0 LTS for trailing comma support
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
Merge branch 'dash-filter-search-widget' of github.com:metabase/metabase into dash-filter-search-widget
-
Tom Robinson authored
Also upgrade node in circle.yml to 8.9.0 LTS for trailing comma support
-
Tom Robinson authored
-
Tom Robinson authored
-
- Feb 16, 2018
-
-
Cam Saul authored
-
Cam Saul authored
Fix Druid tests :(
-
Cam Saul authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
- Feb 15, 2018
-
-
Ryan Senior authored
Switch an expression agg test to use `non-timeseries-engines-with-feature`
-
Ryan Senior authored
Logical merge conflict. The code that was merged referenced a function that was removed. Updating the test to use the new function.
-
Sameer Al-Sakran authored
Update NotFound.jsx
-
Sameer Al-Sakran authored
Update 10-pulses.md
-