This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 13, 2019
-
-
Simon Belak authored
Add transforms and domain models
-
- Aug 10, 2019
-
-
Simon Belak authored
Filter out models with infinities
-
- Aug 08, 2019
-
-
Walter Leibbrandt authored
* Join on collection table's ID, not the joining table's `collection_id` This caused each record that joins on collection, to be duplicated for each existing collection: `LEFT JOIN collection collection ON card.collection_id = collection_id` should be `LEFT JOIN collection collection ON card.collection_id = collection.id` * Test fixes from @cam on EE
-
- Aug 06, 2019
-
-
Walter Leibbrandt authored
* Split out inline JS from index/init templates to separate files * Read inline JS from resources at run time * Calculate inline JS hashes for CSP header from content * Move inline JS to resource sub-directory * Update and memoize inline JS loading * Revert debug code * Deduplicate `resp/response` calls * Fix paths to moved inline JS resources * Force creation of test data DB so things don't get left in the cache This fix was provided by @camsaul. * Combine and `defonce` inline JS hashes * s/inlinejs/inline-js/
-
- Jul 31, 2019
-
-
Tom Robinson authored
* Improved aggregation names for column names * Fix tests
-
- Jul 29, 2019
- Jul 23, 2019
-
-
Cam Saul authored
[ci drivers]
-
- Jul 22, 2019
- Jul 18, 2019
-
-
Cam Saul authored
-
- Jul 16, 2019
-
-
Cam Saul authored
-
- Jul 12, 2019
- Jul 10, 2019
-
-
Simon Belak authored
Add datetime interval arithmetics
-
- Jul 09, 2019
-
-
Cam Saul authored
-
- Jul 08, 2019
- Jul 02, 2019
- Jun 26, 2019
- Jun 25, 2019
- Jun 20, 2019
-
-
Octavian Geagla authored
* [segments] fix edit segments; don't use diff for definition changes * [segments] don't use diff at all on segment updates * [metrics] don't use diff at all on metric updates either * [segments] use original body fields + norm'd def * [test] wip update metric/segment tests
-
- Jun 19, 2019
-
-
Octavian Geagla authored
* [test] add simple sql humanization tests wip * [dict][test] humanization tests to keep sql reserved words whole wip * [humanization] wip inverse+clean dict * [humanization] test cases * [humanization] more user test cases * [humanization] remove certains words from dict
-
- Jun 17, 2019
- Jun 14, 2019
- Jun 13, 2019
-
-
Cam Saul authored
-
Cam Saul authored
-
Matthieu Foucault authored
-
- Jun 12, 2019
-
-
Cam Saul authored
Tests to make sure native query isn't returned w/o ad-hoc native perms
-
- Jun 10, 2019
-
-
William Turner authored
-
- Jun 07, 2019
-
-
Simon Belak authored
Use topological sorting for source query cycle detection
-
- Jun 05, 2019
-
-
Cam Saul authored
* Metabase© Joins 2.0™ improvements
[ci drivers]
-