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