1. 06 May, 2019 1 commit
  2. 04 May, 2019 1 commit
    • FieldDisplay: shared options model for singlestat panels (#16703) · 073c8417
      * update single stat data model
      
      * update single stat data model
      
      * update single stat data model
      
      * show limit default
      
      * merge master
      
      * change stat selector to single until #15954
      
      * add tooltip
      
      * begin children
      
      * move options under display
      
      * align gauge options
      
      * add migration tests
      
      * Docs: Updated changelog
      
      * SingleStatPanels: show title if manual specified
      
      * FieldPropEditor: Max should change max
      
      * change stats to calcs in config
      
      * remove prefix/suffix
      
      * add test
      
      * abort field cycle when passed the limit
      
      * stub a better test
      
      * move title to Field
      
      * remove title
      Ryan McKinley committed
  3. 03 May, 2019 14 commits
  4. 02 May, 2019 5 commits
  5. 01 May, 2019 7 commits
  6. 30 Apr, 2019 11 commits
  7. 29 Apr, 2019 1 commit
    • Explore: Support user timezone (#16469) · 02cb7ff4
      Explore now uses the timezone of the user to decide if local browser 
      time or UTC should be used. 
      - Now uses TimeRange instead of RawTimeRange in explore item
      state tree and only parsing actual time in a few action
      handlers.
      - Time picker should now properly handle moving back/forward and
      apply time range when both utc and non utc time zone.
      - URL range representation is changed from YYYY-MM-DD HH:mm:ss
      to epoch ms.
      - Now uses AbsoluteTimeRange in graph component instead of moment.
      - Makes a copy of the time range passed to timeSrv to make sure immutability
      of explore time range when for example elasticsearch test datasources uses
      timeSrv and sets a time range of last 1 min.
      - Various refactorings and cleanup.
      
      Closes #12812
      Marcus Efraimsson committed