Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jul 06, 2020
    • Robert Roland's avatar
      Quote rows column, otherwise MySQL migration fails (#12844) · ca7848d2
      Robert Roland authored
      * Test fix :wrench:
      
       [ci mysql] [ci mariadb] [ci postgres]
      
      * object-defaults should always remove created_at/updated_at
      [ci mysql] [ci mariadb] [ci postgres]
      
      Co-authored-by: default avatarCam Saul <github@camsaul.com>
      Unverified
      ca7848d2
    • Robert Roland's avatar
      Handle comparing ChronoLocalDateTime and Instants (#12834) · 829c6f73
      Robert Roland authored
      * Handle comparing ChronoLocalDateTime and Instants
      
      During fingerprinting, we can end up trying to compare two datatypes
      that are not comparable - ChronoLocalDateTime and Instant. Coerce the
      ChronoLocalDateTime to a proper Instant for the comparison to work.
      
      When earliest / latest are called, the acc parameter must be coerced to
      a Temporal object also.
      
      Resolves #12311
      
      [ci all]
      
      * making ->temporal recursive
      
      * Get the timezone in an precedence order
      
      When converting a LocalTime for fingerprinting, convert to an Instant
      using the following precedence order:
      
      * report timezone
      * database timezone
      * system timezone
      
      [ci all]
      
      * use UTC for timezones
      Unverified
      829c6f73
    • Tom Robinson's avatar
      Frontend Metabase lib cleanup #1 (#12812) · 8a139b7c
      Tom Robinson authored
      * Consolidate on metabase/lib/query/field_ref
      
      * Consolidate on metabase/lib/query/aggregation
      
      * Fix AggregationName handling of deprecated 'rows' aggregation
      
      * Fix isStandard
      
      * Move generateQueryDescription to metabase/lib/query/description.js
      
      * Modernize AddSeriesModal so we can remove a bunch more of metabase/lib/query.js
      Unverified
      8a139b7c
    • Simon Belak's avatar
  2. Jul 02, 2020
  3. Jun 30, 2020
  4. Jun 29, 2020
  5. Jun 26, 2020
  6. Jun 25, 2020
  7. Jun 24, 2020
  8. Jun 23, 2020
  9. Jun 22, 2020
  10. Jun 19, 2020
  11. Jun 18, 2020
  12. Jun 17, 2020
  13. Jun 16, 2020
  14. Jun 15, 2020
  15. Jun 12, 2020
    • Maz Ameli's avatar
      language selection padding and color (#12690) · f4e6d8ac
      Maz Ameli authored
      Unverified
      f4e6d8ac
    • Robert Roland's avatar
      First time sync BigQuery data w/ Service Account (#12677) · 1ba7ddc8
      Robert Roland authored
      When using a service account, the project-id isn't provided by the user,
      but instead comes from the credentials for the service account. Handle
      this case by looking for a project-id if one is provided explicitly,
      otherwise defer to the credential object.
      
      Additional change - during development, if (dev/init!) isn't called, the
      event listeners are never setup, meaning that the initial syncs don't
      occur.
      
      Resolves #12648
      
      [ci bigquery]
      Unverified
      1ba7ddc8
    • Robert Roland's avatar
      User-friendly message when server requires SSL (#12668) · 2a70180c
      Robert Roland authored
      When the server (likely) requires SSL, you get an error message like:
      
          Caused by: com.mongodb.MongoTimeoutException: Timed out after 3000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=127.0.0.1:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketReadException: Prematurely reached end of stream}}]
      
      When this is found, suggest that the user enable SSL.
      
      Resolves #12605
      
      [ci mongo]
      Unverified
      2a70180c
Loading