Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Nov 07, 2019
  2. Nov 06, 2019
  3. Nov 04, 2019
  4. Oct 31, 2019
  5. Oct 30, 2019
  6. Oct 28, 2019
    • Paul Rosenzweig's avatar
      Timezone aware scale (#11111) · 3b6f8871
      Paul Rosenzweig authored
      * copy over code from pr
      
      * remove chronological
      
      * remove tick formatting
      
      * remove chronological
      
      * use reporting_timezone
      
      * remove unneeded tests
      
      * remove import
      
      * add timeseriesScale tests/fixes
      
      * eslint
      
      * more timeseriesScale tests
      
      * remove now unneeded rangeFn
      
      * more timeseriesScale tests
      
      * report_timezone to actual_timezone
      
      * display warning if timezones are mismatched
      
      * extract getTimezone
      
      * don't error if series doesn't have a card (in tests)
      
      * move expected/actual timezones into data, add warning when series have different timezones
      
      * fixes
      
      * make sure getTimezone works on transformed series
      
      * update actual/expected to results/requested
      
      * call getTimezone from LAB renderer rather than apply axis
      
      * include timezone as part of a timeseries interval
      
      * missed variable
      
      * include timezone when updating timeseries interval
      
      * remove "report_timezone"
      
      * add timezone fields to DatasetData flow type
      
      * make the fields optional
      
      * Fill data using timezone scale (#11143)
      3b6f8871
  7. Oct 23, 2019
  8. Oct 22, 2019
  9. Oct 21, 2019
  10. Oct 18, 2019
  11. Oct 16, 2019
    • Cam Saul's avatar
      Timezone fixes (#11081) · 18da2fe5
      Cam Saul authored
      *  Make sure report timezone is taken into account when converting bucketed datetime filter clauses to ranges
      *  Properly handle results for H2 and Oracle TIMESTAMP WITH TIME ZONE columns and SQL Server DATETIMEOFFSET columns
      *  Enable timezone tests for all DBs; failing ones disabled for now
      
      Test improvements: 
      
      *  with-temporary-setting-values macro will now throw an Exception if passed an incorrect number of args in binding form
      *  Rework Oracle test extensions to use Oracle's wacky INSERT ALL syntax to load all rows for a test dataset at once. Oracle tests 10x faster 
      *  Rework timezone tests to be more idiomatic and readable
      *  Test fixes to make sure various drivers can properly load test data with timezone-aware columns
      *  A few fixes for test utility functions, including making sure the dataset macro works properly when used at the top-level of a test with multiple drivers
      *  Fix the random Vertica test failures by adding retry logic when loading data fails
      *  Other code cleanup
      18da2fe5
    • Kyle Doherty's avatar
  12. Oct 15, 2019
  13. Oct 10, 2019
  14. Oct 09, 2019
Loading