This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 10, 2018
-
-
Simon Belak authored
-
Simon Belak authored
-
Maz Ameli authored
-
Tom Robinson authored
Move search field to top of AccordianList if alwaysExpanded=true
-
Ryan Senior authored
Fix nested query issue with SparkSQL driver [ci drivers]
-
Ryan Senior authored
Previously the driver was only looking one and two levels deep for the source table. In the case of nested and binned queries, this could be buried deeper in the MBQL query. This commit switches form an `or` clause and a couple of `get-in`s to a `postwalk` that will find the table however it's nested in the query.
-
Simon Belak authored
xrays: Better related using per-entity/dashboard type recommendations
-
- Jul 09, 2018
-
-
Tom Robinson authored
-
Kyle Doherty authored
* grid breakpoints * padding * more padding
-
Maz Ameli authored
Add a shadow to toggle switches
-
Maz Ameli authored
-
Simon Belak authored
-
Simon Belak authored
-
Kyle Doherty authored
-
Maz Ameli authored
-
- Jul 08, 2018
-
-
Simon Belak authored
-
Simon Belak authored
-
- Jul 07, 2018
-
-
Simon Belak authored
-
Simon Belak authored
-
- Jul 06, 2018
-
-
Maz Ameli authored
Nicer xray suggestion cards
-
Maz Ameli authored
-
Maz Ameli authored
-
Kyle Doherty authored
* fix all user collection crumb spacing * new browse link * change label * show regardless of pinned items * homepage blocks * table x-ray and reference links * overworld db links * minor copy changes * move personal collections * copy changes * remove GSG from userland * change default collection name * more updates * microcopy cleanup * prettier * fix colors * fix typo * rm overworld links * lint
-
Ryan Senior authored
Fix a lint warning in frontend/src/metabase/lib/urls.js
-
Ryan Senior authored
-
Ryan Senior authored
Revert "Add support for binning of nested queries"
-
Ryan Senior authored
-
Sameer Al-Sakran authored
Color consolidation [WIP]
-
Cam Saul authored
Download functionality on embedded dashboards (feature 3847)
-
Tom Robinson authored
-
Simon Belak authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Ryan Senior authored
Allow positive numeric values for text fingerprint average lengths
-
Simon Belak authored
-
Ryan Senior authored
Previously this only allowed double values. If the average length happened to be something like `13.0` some Javascript implementations trim the `.0` and when the frontend POSTs the data, it includes `13` instead. This was causing our schema validation to break as it was looking for a `Double`. This commit changes the schema to look for a positive numeric value, not just a positive double which covers both cases.
-
Ryan Senior authored
-
Simon Belak authored
-
Sameer Al-Sakran authored
Update email troubleshooting docs
-