Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Sep 27, 2017
    • Ryan Senior's avatar
      Added timestamp formatting for druid select queries [ci drivers] · a32d6b39
      Ryan Senior authored
      Druid select queries don't allow setting of a timezone. This commit
      will parse the timestamps coming out of Druid and reformat them using
      the user's report timezone or system timezone. This allows Druid
      select queries to have similar timezone semantics to other supported
      databases.
      
      Fixes #3690
      a32d6b39
    • Ryan Senior's avatar
      Move the with-jvm-tz to test utils · 1dda2f54
      Ryan Senior authored
      This utility function temporarily changes the JVM's timezone to
      something different and puts it back after the body of the form is
      invoked. Moving it to metabase.test.util so other tests can use it.
      1dda2f54
    • Ryan Senior's avatar
      Fix bug with card database_ids not being populated on native queries · 47a8d6cd
      Ryan Senior authored
      The pre-update function was returning nil for their values which was
      then getting stored. This commit does not switch
      REPORT_CARD.DATABASE_ID to NOT NULL, that's written up as #5999.
      
      Fixes #5998
      47a8d6cd
    • Ryan Senior's avatar
      Add the OpneSourceSubProtocolOverride flag to PG and Redshift [ci drivers] · 62651f2b
      Ryan Senior authored
      Redshift JDBC connection URLs can be writtend with the postgresql
      subprotocol or the redshift protocol. This can cause problems as the
      DriverManager (depending on how the classes have been loaded) will be
      the first matching driver for a subprotocol. We could get the Redshift
      driver when we were intending to get the PostgreSQL driver. Adding
      this flag will ensure that we don't inadvertantly get the Redshift
      driver when we intended to get PostgreSQL driver.
      62651f2b
    • Ryan Senior's avatar
      Ensure the test db is created before checking an id · 276e3bb6
      Ryan Senior authored
      Calling metabase.test.data/id with no args ensured the db was created,
      I added that same check to the other arities of the id method.
      276e3bb6
  2. Sep 25, 2017
  3. Sep 22, 2017
    • Ryan Senior's avatar
      Fix a top level data/id call · 41d5a049
      Ryan Senior authored
      There's a def of a data structure that contains a data/id call. This
      can be a problem if the database hasn't been initialized yet. This
      commit wraps it in a thunk to ensure it happens when the test run, not
      when the code is compiled.
      41d5a049
  4. Sep 20, 2017
  5. Sep 19, 2017
  6. Sep 15, 2017
  7. Sep 14, 2017
  8. Sep 12, 2017
  9. Sep 11, 2017
  10. Sep 08, 2017
    • Ryan Senior's avatar
      Date dimension options should apply to unix timestamps · 750074c4
      Ryan Senior authored
      They have a base_type of numeric but a special type of DateTime. This
      adds the check for special type when associating dimension options to
      a field.
      
      Fixes #5876
      750074c4
    • Ryan Senior's avatar
      Fix a vertica test race condition in the unix timestamp tests [ci drivers] · 348aa89e
      Ryan Senior authored
      The problem appears to be reusing a connection with a timezone set for
      that session from a previous test that was ran. The report timezone is
      not specified, but the timezone is set on the session from a previous
      run. This results in the timestamps being return as UTC, but shifted
      back 7 hours (as if it were pacific time).
      
      This commit just specified a report-timezone of UTC to avoid that issue.
      348aa89e
    • Michael Beer's avatar
      provide `crate` database user as default · 84c91a20
      Michael Beer authored
      Since Version >= 2.0 CrateDB supports Host-Based-Authentication which
      is enabled by default. It requires a user to trust the authentication.
      User `crate` is the default superuser.
      84c91a20
  11. Sep 07, 2017
  12. Sep 06, 2017
  13. Sep 05, 2017
    • Ryan Senior's avatar
      Add timezones to pulse rendering · 18293c3a
      Ryan Senior authored
      Previously pulses were always rendered with UTC time, this commit
      changes that to use the report timezone (if available and applicable)
      otherwise the JVM timezone (similar to how query results are
      returned).
      
      Fixes #3109
      18293c3a
    • Cam Saul's avatar
      Fix docstring checker crashes · a11bef31
      Cam Saul authored
      Unverified
      a11bef31
    • Kyle Doherty's avatar
      xray cleanup (#5880) · f104122e
      Kyle Doherty authored
      * Add :largest-contributors to comparison, bug fixes, refactoring
      
      * Add valid-pairs and field endpoints to comparisons
      
      * Dampen field difference weight in contribution assesment
      
      * fix nice-bins for empty histogram
      
      * fix for nice-bins for histogram with only 1 value
      
      * Change comparison field zoom in. Rename largest-contributor to top-contributor
      
      * fix halfassed rename
      
      * refactor + new components
      
      * use true multiseries
      
      * cleanup
      
      * include constituents in card
      
      * add dataset to card return
      
      * card wip
      
      * growth rate
      
      * check for values
      
      * lint
      
      * cardify all series features. Unpack linear regression
      
      * add linear regression
      
      * use percentages
      
      * flip order
      
      * add growth series description
      
      * add additional info
      
      * fix layout
      
      * layout tweaks
      
      * add action in qb
      
      * show growth series as a %
      
      * xray segment action
      
      * flow
      
      * Support all time breakdowns, fix filtering bug
      
      * make linter happy
      
      * more robust test
      
      * Add conditional descriptions for growth-series. Update tests.
      
      * add periodicity to cards
      
      * Update for updated distance measure
      
      * Removed updates to comparison as they should not be part of PR
      
      * Correct chi^2 distance
      
      * fix headings
      
      * fix flow
      
      * disable flow for action
      
      * use beaker for xray actions
      
      * move specs to proper test directory
      
      * Fix round-to-month when crossing year
      
      * add key
      
      * Add smoke tests for table xray and segment xray pages
      
      * Correctly handle unixtimestamps encoded as bigints
      
      * Add test cases for question xray page and segment xray query builder action
      
      * Test also timeseries question action widget action
      
      * Fix lint errors for xray tests
      
      * Fix Histogram element passing data in invalid format to Visualization
      
      * Fix integration tests for xrays
      
      * Make xrays urls in services.js consistent with other urls
      
      * fix periodicty reweighing
      
      * add sample? predicate
      
      * cleanup
      
      * spacing
      
      * cleanup
      
      * fix failing tests
      
      * fix failing tests
      
      * Update tests
      
      * Refactored periodicity reweighing, more tests
      
      * Support :as in date-time fields, more tests, fix another periodicity bug
      
      * add error handling
      
      * add missing label
      
      * tweak fidelity icon size
      
      * fix histograms
      
      * more specific legend hiding
      
      * hide link for now
      
      * card xray title
      
      * fix field header
      
      * fix stat group padding
      
      * card error handling
      
      * remove duplicated code
      f104122e
  14. Aug 30, 2017
    • Ryan Senior's avatar
      Fixup human readable values when field values change [ci drivers] · 08d53ae0
      Ryan Senior authored
      Field values and human readable values are zipped together to support
      remapping. If the field values change (i.e. new values, removing
      values etc) then the pairings of those field values and their remapped
      values can be wrong. This commit adds some code to reconcile that. If
      a new field value is found, a stringified version of that field value
      is used as the human readable version (the user can update/change this
      later).
      
      Fixes #5782
      08d53ae0
  15. Aug 28, 2017
    • Cam Saul's avatar
      Final test fixes :wrench: · b44ff1a3
      Cam Saul authored
      Unverified
      b44ff1a3
    • Cam Saul's avatar
      Dashboards On-Demand updating & tests · 8c1eb218
      Cam Saul authored
      Unverified
      8c1eb218
    • Cam Saul's avatar
      Tests for On-Demand updates for Cards · 786362ff
      Cam Saul authored
      Unverified
      786362ff
    • Ryan Senior's avatar
      Added similar date bucketing test exceptions for JVM timezone [ci drivers] · eff64387
      Ryan Senior authored
      Similar to the exceptions needed for SQLServer and H2 when changing
      JVM timezones, Mongo is also sensitive to this, so the tests should be
      run on Mongo.
      eff64387
    • Ryan Senior's avatar
      Add redshift to the date-bucket-test exceptions list [ci drivers] · fe386a21
      Ryan Senior authored
      Redshift doesn't handle changing the JVMs timezone to something
      different than what the database's timezone is (similar to
      SQLServer). This adds that to the list so we don't try and run the JVM
      timezone changing tests against it.
      fe386a21
    • Kyle Doherty's avatar
      XRay comparison v2 (#5793) · 55998e0a
      Kyle Doherty authored
      * Add :largest-contributors to comparison, bug fixes, refactoring
      
      * Add valid-pairs and field endpoints to comparisons
      
      * Dampen field difference weight in contribution assesment
      
      * fix nice-bins for empty histogram
      
      * fix for nice-bins for histogram with only 1 value
      
      * Change comparison field zoom in. Rename largest-contributor to top-contributor
      
      * fix halfassed rename
      
      * refactor + new components
      
      * use true multiseries
      
      * cleanup
      
      * include constituents in card
      
      * add dataset to card return
      
      * card wip
      
      * growth rate
      
      * check for values
      
      * lint
      
      * cardify all series features. Unpack linear regression
      
      * add linear regression
      
      * use percentages
      
      * flip order
      
      * add growth series description
      
      * add additional info
      
      * fix layout
      
      * layout tweaks
      
      * add action in qb
      
      * show growth series as a %
      
      * xray segment action
      
      * flow
      
      * Support all time breakdowns, fix filtering bug
      
      * make linter happy
      
      * more robust test
      
      * Add conditional descriptions for growth-series. Update tests.
      
      * add periodicity to cards
      
      * Update for updated distance measure
      
      * Removed updates to comparison as they should not be part of PR
      
      * Correct chi^2 distance
      
      * fix headings
      
      * fix flow
      
      * disable flow for action
      
      * use beaker for xray actions
      
      * move specs to proper test directory
      
      * Fix round-to-month when crossing year
      
      * add key
      
      * Add smoke tests for table xray and segment xray pages
      
      * Correctly handle unixtimestamps encoded as bigints
      
      * Add test cases for question xray page and segment xray query builder action
      
      * Test also timeseries question action widget action
      
      * Fix lint errors for xray tests
      
      * Fix Histogram element passing data in invalid format to Visualization
      
      * Fix integration tests for xrays
      
      * Make xrays urls in services.js consistent with other urls
      
      * fix periodicty reweighing
      
      * cleanup
      
      * spacing
      
      * cleanup
      
      * fix failing tests
      55998e0a
Loading