Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Oct 22, 2019
  2. 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
    • Maz Ameli's avatar
      ee2966c7
  3. Oct 18, 2019
  4. 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
  5. Oct 10, 2019
  6. Oct 09, 2019
  7. Oct 08, 2019
  8. Oct 07, 2019
  9. Oct 04, 2019
  10. Oct 03, 2019
Loading