This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 22, 2018
-
-
Ryan Senior authored
Our existing remappings code didn't work when an MBQL fields clause is present. Typically that fields clause is populated by the `add-implicit` middleware, but that doesn't happens with the user included fields. Fixes #8270
-
- Aug 20, 2018
-
-
Kyle Doherty authored
* show pinning message to admins * microcopy tweak * localStorage isn't async * add AdminPinMessage tests
-
Tom Robinson authored
Translations (v0.30.1)
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
Fix template tags reordering while editing
-
Tom Robinson authored
-
Tom Robinson authored
-
Simon Belak authored
Use nils in datetime fingerprint as placeholders when all values are nil
-
Simon Belak authored
Respect :active flag in related and xrays
-
Simon Belak authored
Don't needlessly re-sort results
-
Simon Belak authored
Use map display to compare states and countries
-
Tom Robinson authored
-
Simon Belak authored
xrays: Ensure stable series ordering
-
Tom Robinson authored
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Kyle Doherty authored
* tweak download widget * add updated icons * hover inherit util + download hover state
- Aug 17, 2018
-
-
Maz Ameli authored
Shorter x-ray action labels
-
Maz Ameli authored
-
Ryan Senior authored
Add missing Redshift driver password field
-
Ryan Senior authored
Dataset exports should check for nested queries
-
Ryan Senior authored
The redshift connection configuration details got messed up in the refactor. Instead of the password field a second port field got included. The password field was put back in but the second port field needed to get removed.
-
Simon Belak authored
-
Simon Belak authored
-
Ryan Senior authored
Ensure base type in result metadata
-
Ryan Senior authored
When POSTing to the `/dataset` endoint, there was code that if the database was our fake database id (used for nested queries) but that same check wasn't present for the dataset exports. This commit adds that check and a test that validates it. Fixes #8256
-
Simon Belak authored
-
Simon Belak authored
-
Simon Belak authored
-
Simon Belak authored
-
Ryan Senior authored
Fix bug with MySQL date tz conversion for native queries
-
Ryan Senior authored
The issue was around our usage of `du/format-date` with a built-in date format (`:date-hour-minute-second-ms`). Those Joda Time date formatters don't default to the system timezone, which the code assumed. Instead it defaults to UTC. We have code in the MySQL driver that works around a MySQL driver bug by converting the date to a string and then using the MySQL `convert_tz()` function. That code was converting the date from the system timezone to the report timezone, rather than UTC, which is what the Joda Time date formatter was returning. Fixes #8262
-
- Aug 16, 2018
-
-
Ryan Senior authored
Pulse graphs should skip nil value rows
-
Ryan Senior authored
Previously an NullPointerException would be thrown if the Pulse was a bar graph and the resultset contained a nil value for the x or y axis. This commit just omits those rows so that it doesn't fail and renders the data it does have. Fixes #8260
-
- Aug 15, 2018
-
-
Simon Belak authored
-
Simon Belak authored
-