Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Nov 07, 2018
  2. Nov 06, 2018
  3. Nov 05, 2018
  4. Nov 02, 2018
  5. Nov 01, 2018
    • Ryan Senior's avatar
      Add better error messages to loading GeoJSON files · 2a702dda
      Ryan Senior authored
      Previously the only error message was a schema validation failure. The
      same error would be given for an unreachable host, unparsable JSON,
      bad URL etc. This commit attempts to separate that out and provide a
      better message in the failure case.
      
      Fixes #8793
      2a702dda
    • Ryan Senior's avatar
      Merge pull request #8841 from metabase/debug-circle-ci-failures · afed7a1c
      Ryan Senior authored
      Fix test checksum test failure on MySQL [ci drivers]
      Unverified
      afed7a1c
    • Ryan Senior's avatar
      Fix test checksum test failure on MySQL [ci drivers] · ef5f99bb
      Ryan Senior authored
      The newly added checksum tests fail when running on MySQL in
      Circle. The MySQL tests include a secret key for encryption which are
      used when computing the checksum. Because of that encryption, the
      checksum string is different every time (it must be decrypted before
      compared). The test isn't covering the encryption code but is only
      concerned with ensure the datastructure hashes consitently. This
      commit uses a `with-redefs` to set that secret key to `nil` so that
      encryption won't be used on those two tests.
      ef5f99bb
  6. Oct 31, 2018
Loading