This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 19, 2017
-
-
Maz Ameli authored
-
Ryan Senior authored
User defined column remapping
-
Atte Keinänen authored
* Fix #5488 by adding optional className prop to AccordianList sections * add conditional icon for saved questions
-
Atte Keinänen authored
-
Kyle Doherty authored
-
- Jul 18, 2017
-
-
Atte Keinänen authored
Show category filter dropdown in public dashboards
-
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.
-
Kyle Doherty authored
* preserve collection_id in overwrite mode * add test
-
Sameer Al-Sakran authored
add email troubleshooting guide to docs
-
Sameer Al-Sakran authored
-
Atte Keinänen authored
-
Kyle Doherty authored
-
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.
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Ryan Senior authored
When ordery-by was nil, it was using in a mapv intended to replace remapped values with what they have been remapped to. This cause failures in the query_processor as nil was expected there, not an empty list.
-
Ryan Senior authored
-
Atte Keinänen authored
-
Atte Keinänen 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.
-
Atte Keinänen authored
-
Atte Keinänen authored
-
Atte Keinänen authored
-
- Jul 17, 2017
-
-
Sameer Al-Sakran authored
Fix 3613
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
Cam Saul authored
Use the JSON encoders for XLSX objects with no encoders
-
Sameer Al-Sakran authored
-
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
-
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.
-