1. 22 Feb, 2020 2 commits
  2. 21 Feb, 2020 3 commits
    • Docs: New doc pages for panels Stat, Gauge & Bar Gauge (#22335) · 8c2107cd
      * Initial take
      
      * inital gauge docs
      
      * Updated and added bar gauge docs
      
      * Updated based on feedback
      Torkel Ödegaard committed
    • Docs: Update front-end style guide (#22197) · d6ca781c
      * Update front end style guide
      
      * Update contribute/style-guides/frontend.md
      
      * Update contribute/style-guides/frontend.md
      
      * Add code samples after review
      
      * Update contribute/style-guides/frontend.md
      
      * Update contribute/style-guides/frontend.md
      
      Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update contribute/style-guides/frontend.md
      
      Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update contribute/style-guides/frontend.md
      
      Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update contribute/style-guides/frontend.md
      
      Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update contribute/style-guides/frontend.md
      
      Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update contribute/style-guides/frontend.md
      
      Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update contribute/style-guides/frontend.md
      
      Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update contribute/style-guides/frontend.md
      
      Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update contribute/style-guides/frontend.md
      
      Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Review
      
      * Review
      
      * Update contribute/style-guides/frontend.md
      
      Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      Dominik Prokop committed
  3. 20 Feb, 2020 15 commits
  4. 19 Feb, 2020 18 commits
  5. 18 Feb, 2020 2 commits
    • Docs: Fix TestData docs (#22279) · 33fae878
      * Update TestData docs
      
      Fixes TestData docs by correcting name, installation instructions, etc. Should prevent issues like #16386.
      
      - Fix name: `Grafana TestData` -> `TestData DB`
      - Fix "Enable" section instructions
      - Fix "Dashboard" section instructions
      - Fix grammar
      
      * Bold clickable items, list step-by-step instrs.
      
      * Apply suggestions from code review
      
      Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      Rob McGuire committed
    • API: Improve recovery middleware when response already been written (#22256) · fd52570b
      Suppresses stacktrace in recovery middleware if error is
      http.ErrAbortHandler.
      Skips writing response error in recovery middleware if
      resoonse have already been written.
      Skips try rotate of auth token if response have already
      been written.
      Skips adding default response headers if response have
      already been written.
      
      Fixes #15728
      Ref #18082
      
      Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com>
      Marcus Efraimsson committed