Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. 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
  2. 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
      Unverified
      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
  3. Aug 22, 2018
  4. Aug 20, 2018
  5. Aug 17, 2018
Loading