Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Dec 13, 2019
  2. Nov 19, 2019
  3. Nov 18, 2019
  4. Nov 15, 2019
  5. Nov 13, 2019
  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
    • Tom Robinson's avatar
      Fix Google Analytics query builder crashes (#11186) · 77ae8d16
      Tom Robinson authored
      * hide section picker if when viewing column settings
      
      * hide sidebar title
      
      * add ChartSettingsSidebar test
      
      * always show column settings title
      
      * lint
      
      * override sidebar title
      
      * remove unneeded diff
      
      * group reference sidebar tables by schema
      
      * keep everything as one list
      
      * use name instead of display_name
      
      * add tests
      
      * add schema pane
      
      * filter to querable tables
      
      * update tests
      
      * unused imports
      
      * sort schema and table names
      
      * change scalar compact formatting to depend on pixel width rather than grid width (#10932)
      
      * prompt for save when sharing unsaved question (#10976)
      
      * use generic props override instead of just `title` and `onBack`
      
      * Update pulse table style to match app (#10989)
      
      * undefined -> null, you can spread null aparently
      
      * Upgrade redshift driver to 1.2.36.1060 (#11181)
      
      * fix bug where column settings were dropped (#11154)
      
      * remove leading slash on publicPath (#11174)
      
      * Fix GA crashes
      77ae8d16
Loading