Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Nov 27, 2019
  2. Nov 26, 2019
  3. Nov 25, 2019
  4. Nov 21, 2019
  5. Nov 19, 2019
  6. Nov 18, 2019
  7. 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
  8. Nov 13, 2019
  9. Nov 12, 2019
  10. 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
  11. Nov 08, 2019
  12. Nov 07, 2019
  13. Nov 06, 2019
  14. Nov 04, 2019
  15. Oct 31, 2019
  16. Oct 30, 2019
Loading