Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Nov 18, 2019
  2. Nov 15, 2019
    • Cam Saul's avatar
      B I G timezone improvements :wrench: (#11308) · 852b3482
      Cam Saul authored
      - Differentiate between columns that record timezone info vs ones that are normalized. (i.e., TIMESTAMP WITH TIME ZONE vs. TIMESTAMP WITH LOCAL TIME ZONE in Oracle and other DBs that have this distinction.) Also differentiate between recording offset from UTC and Zone ID.
      
      - New :type/Temporal base type for :type/Date, :type/Time, and :type/DateTime. Previously, :type/Date and :type/Time derived from :type/DateTime which didn't quite make sense.
      
      - Add new attempted-murders dataset to count number of crows spotted. Has same temporal instant in a variety of formats with and without timezone to facilitate writing new tests
      
      - New tests for TIME WITH TIME ZONE columns.
      
      - Fix MySQL behavior for TIMESTAMP columns, which are the equivalent of Oracle TIMESTAMP WITH LOCAL TIME ZONE (i.e., they are normalized to UTC when stored) vs DATETIME (which are Local non-timezone-aware columns).
      Unverified
      852b3482
    • Cam Saul's avatar
  3. Nov 13, 2019
  4. Nov 12, 2019
  5. Nov 11, 2019
    • Maz Ameli's avatar
      Make the Data Reference a little nicer (#11262) · c306bee2
      Maz Ameli authored
      * font size, card around content
      
      * table detail page styling
      
      * clean up see-this-table button
      
      * field detail styling
      
      * improve field lists
      
      * tighten up spacing
      
      * fix up field list spacing
      
      * sidebar styling
      
      * field list spacing, page header icons
      
      * clean up segment detail pages
      
      * metric detail styling
      
      * clean up lists
      
      * list item sizing
      
      * more spacing
      
      * remove viewbox insanity
      
      * add field descriptions to metric group-bys
      
      * fix segments based-on link
      
      * fix item list icon spacing
      
      * fix edit header bg color
      
      * lint picking
      
      * prettier
      
      * update e2e test
      
      * try fixing e2e test again
      
      * fix up e2e test selectors
      
      * address kdoh's feedback
      Unverified
      c306bee2
  6. Nov 08, 2019
  7. Nov 07, 2019
  8. Nov 06, 2019
  9. Nov 04, 2019
  10. Oct 31, 2019
  11. Oct 30, 2019
  12. 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)
      Unverified
      3b6f8871
  13. Oct 23, 2019
  14. Oct 22, 2019
  15. Oct 21, 2019
  16. Oct 18, 2019
Loading