This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 31, 2018
-
-
Ryan Senior authored
This commit adds a flag to allow dates parsed from BigQuery to be parsed in the JVM's timezone rather than UTC. By default all BigQuery dates are in UTC but it's possible to modify the timezone via a function invocation. This flag allows installs that have all of their queries modifying the timezone in that way to match the actual and expected timezones via setting the JVM's timezone.
-
- Aug 24, 2018
-
-
Ryan Senior authored
Fix an issue retrying migration failures
-
Ryan Senior authored
The existing code would retry a database migration if it failed. If the failure was such that it didn't release the lock, the retry will always fail. To make this worse, if the user didn't have Metabase set to the WARN log level, they would not see the original exception, but only the lock exception. This commit tries to release the lock if a failure occurs. This will cause the real exception to bubble up on subsequent retries rather than complaining about the lock.
-
- Aug 22, 2018
-
-
Ryan Senior authored
Ensure we handle no git Metadata for BQ startup
-
Ryan Senior authored
When connecting to a Google service, we identify ourselves with a string that includes version, hash and branch information. If a user downloads a Metabase tarball from Github, it won't have that Git metadata and we will throw a NullPointerException on startup. This commit just ensures we always have a value for that string, even when there is no git metadata available. Fixes #8368
-
Ryan Senior authored
Fix FK remappings with a user included fields clause
-
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
-