1. 18 Feb, 2020 7 commits
  2. 17 Feb, 2020 11 commits
  3. 16 Feb, 2020 3 commits
  4. 15 Feb, 2020 2 commits
  5. 14 Feb, 2020 15 commits
  6. 13 Feb, 2020 2 commits
    • Docs: Organize basic concepts and getting started (#21859) · 961cb6b2
      * Update shortcuts.md
      
      Removed content that was out-of-date and redundant with the UI.
      
      * Added panels.md
      
      * Added dashboards.md
      
      * Added data-sources.md
      
      * Update data-sources.md
      
      * Sorted basic concepts into other topics
      
      * Update docs/sources/menu.yaml
      
      Co-Authored-By: Marcus Olsson <accounts+github@marcus.se.net>
      
      * Update panels.md
      
      * Update data-sources.md
      
      Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net>
      Diana Payton committed
    • FieldOverides: apply field overrides based on configuration (#22047) · 2c9b321c
      * test apply
      
      * test apply
      
      * Move standard field config editor registry to grafana-data
      
      * merge master
      
      * Apply field config defaults
      
      * Make field and dataFrameIndex optional on on FieldOverrideContext
      
      * Apply custom field config overrides
      
      * Gauge - make sure thresholds are set
      
      * Move series and field scoped vars calculation
      
      * Enable template variables interpolation in title fields
      
      * Expose standars field configs from grafana ui via function
      
      * Add missing option to the config for the min value to be derived from field values
      
      * Fix ts issue
      
      Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
      Ryan McKinley committed