This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 09, 2017
-
-
Cam Saul authored
-
- Aug 07, 2017
-
-
Cam Saul authored
-
- Aug 04, 2017
-
-
Ryan Senior authored
Oracle specifically has long unrounded decimals that cause tests to fail. This munges results to round the decimals to 3 places before comparing.
-
Simon Belak authored
-
Ryan Senior authored
This commit reworks binning to use the new fingerprint field added during analysis, rather than the (no longer existing) min/max columns on the metabase_fields table.
-
- Aug 03, 2017
-
-
Simon Belak authored
-
Cam Saul authored
-
Simon Belak authored
-
- Aug 02, 2017
-
-
Cam Saul authored
call (data/db) or (data/id)
-
- Aug 01, 2017
-
-
Cam Saul authored
-
Ryan Senior authored
The mbql clause is nil, so when chosen it will not change or add to the query in any way.
-
- Jul 31, 2017
- Jul 27, 2017
-
-
Ryan Senior authored
Just a typo in the typechecking code that looks at the cell's base_type for type/DateTime and not it's special_type as well. This commit fixes that and adds a test for it.
-
Ryan Senior authored
This commit separates the construction of table like structure (seq of vectors) from code that walks that data structure and returns HTML. This allows testing the construction of that data separately from the view.
-
- Jul 26, 2017
-
-
Cam Saul authored
-
- Jul 24, 2017
-
-
Ryan Senior authored
Expectations needed to be updated with new data that is being returned.
-
- Jul 21, 2017
-
-
Cameron Saul authored
-
- Jul 20, 2017
-
-
Ryan Senior authored
-
- Jul 19, 2017
-
-
Kyle Doherty authored
* fix name and order of everything else collection * modernize card picker component * return proper name from api * update test
-
Ryan Senior authored
-
Simon Belak authored
-
Ryan Senior authored
This commit adds a new keypair to the fields map called "default_dimension_option". For datetimes, this is grouping by day, for binning this is the "default" binning strategy.
-
Ryan Senior authored
This hadn't been updated to allow for the two binning strategies that we now support.
-
- Jul 18, 2017
-
-
Ryan Senior authored
External remappings are only supported on drivers that have foreign keys. A new test was added to for ordering by the remapped but it wasn't narrowed to only engines that support foreign keys. This commit fixes that text.
-
Ryan Senior authored
If a field is set to an enum or category type and has a remapping, that should be cleared if the field moves to a special_type that is not allowed to have remappings (i.e. text). This commit adds checks for that and clears the dimension in that case.
-
Ryan Senior authored
If a field is set to an enum or category type and has a remapping, that should be cleared if the field moves to a special_type that is not allowed to have remappings (i.e. text). This commit adds checks for that and clears the dimension in that case.
-
Ryan Senior authored
-
Ryan Senior authored
The previous commit fixed a bug when there is no order by, but there is a remapping. The corresponding change to the add-dimmension-projections-test didn't happen. This fixes that test failure.
-
Ryan Senior authored
-
Ryan Senior authored
When an MBQL query has an order by for a column that has been remapped via FK, it will swap the order by for the original field for the remapped field. Previously this would order by the original source column and apply that to the remapping which would be unexpected.
-
Cam Saül authored
-
- Jul 17, 2017
-
-
Sameer Al-Sakran authored
-
Cam Saül authored
-
Ryan Senior authored
If we have an external remapping, human_readable_field_id is required. We now return a 400 if that is missing.
-
Ryan Senior authored
Currently this is used similarly to category. As we get more remapping features (booleans, strings etc) this will be different from categories and won't have the existing category baggage.
-
Ryan Senior authored
One of the tests added recently changes the special_type of category_id. It should have save what it's original value was and restored it after it was done instead of assuming it's previous value was nil.
-
- Jul 14, 2017
-
-
Ryan Senior authored
This makes the query_metadata route behavior similar to the field values route.
-
Ryan Senior authored
This reverts commit 95a65d42.
-
Cam Saül authored
-