Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Dec 06, 2019
  2. Dec 05, 2019
    • Kyle Doherty's avatar
      Show data values on charts (#11363) · 9d4b1200
      Kyle Doherty authored
      * get the ball rolling
      
      * cleanup
      
      * show compact values on bars
      
      * line charts
      
      * basic value label styling
      
      * add options for area chart
      
      * pre/post render checks on label density
      
      * show chart labels under local minima on line charts
      
      * flow & eslint fixes
      
      * drop every nth if too dense
      
      * Auto fit, show all
      
      * hide setting for multiseries
      
      * fix label positioning for histograms and ordinal bar charts
      
      * turn off value labels for normalized charts
      
      * fix dashboard bug
      
      * small cleanup
      
      * work around safari issue
      
      * don't try to show chart values if there are duplicate x values
      
      * keep black text in night mode
      
      * make outline match night mode bg
      
      * tweak sample size, default show values to "on" for bar charts with <25
      
      * settings copy changes
      
      * don't let labels fall below the x axis
      Unverified
      9d4b1200
    • Paul Rosenzweig's avatar
      Add Cypress E2E tests (#11302) · 9422c45d
      Paul Rosenzweig authored
      Unverified
      9422c45d
  3. Dec 03, 2019
  4. Dec 02, 2019
  5. Nov 27, 2019
  6. Nov 26, 2019
  7. Nov 25, 2019
  8. Nov 21, 2019
  9. Nov 19, 2019
  10. Nov 18, 2019
  11. 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
  12. Nov 13, 2019
  13. Nov 12, 2019
  14. 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
  15. Nov 08, 2019
  16. Nov 07, 2019
Loading