Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Sep 06, 2018
  2. Sep 05, 2018
  3. Sep 04, 2018
  4. Aug 31, 2018
    • Ryan Senior's avatar
      Add new flag for BigQuery to use JVM timezone [ci drivers] · 4a1be8a8
      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.
      4a1be8a8
  5. Aug 30, 2018
    • Ryan Senior's avatar
      core.async take/put ops in `go` blocks use single `!` functions · 048a164f
      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
      048a164f
  6. Aug 24, 2018
    • Ryan Senior's avatar
      Merge pull request #8392 from metabase/fix-migration-lock-issue · b7d1e9c1
      Ryan Senior authored
      Fix an issue retrying migration failures
      b7d1e9c1
    • Ryan Senior's avatar
      Fix an issue retrying migration failures · 21d1e2c1
      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.
      21d1e2c1
  7. Aug 22, 2018
  8. Aug 20, 2018
  9. Aug 17, 2018
Loading