This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 06, 2018
-
-
Tom Robinson authored
-
Kyle Doherty authored
-
- Sep 05, 2018
-
-
Tom Robinson authored
-
- Sep 04, 2018
-
-
Ryan Senior authored
Add new flag for BigQuery to use JVM timezone [ci drivers]
-
Maz Ameli authored
Merge branch 'bigquery-using-jvm-timezone' of github.com:metabase/metabase into bigquery-using-jvm-timezone
-
Maz Ameli authored
-
Cam Saul authored
-
Maz Ameli authored
-
Ryan Senior authored
core.async take/put ops in go blocks use single ! functions
-
- 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 30, 2018
-
-
Ryan Senior authored
When using the core async `alts` and `>` functions, they should use the single `!` version (i.e. `alts!` and `>!` instead of the `!!` version. When using HTTP/2 and a reverse proxy, the multiplexed HTTP/2 requests get issues to Metabase not as a single connection, but as multiple requests at the same time. The combination of those simultaneous requests and the incorrect usage of the `core.async` functions leads to the query responses not being delivered. Fixes #8312
-
- 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
-