1. 07 Aug, 2020 7 commits
  2. 06 Aug, 2020 9 commits
  3. 05 Aug, 2020 9 commits
  4. 04 Aug, 2020 9 commits
  5. 03 Aug, 2020 6 commits
    • Docs: Add preferences and password docs (#26628) · 4e2ab785
      * Create change-your-password.md
      
      * linked to menu
      
      * Create preferences.md
      
      * Update menu.yaml
      
      * Update preferences.md
      
      * Update docs/sources/administration/preferences.md
      
      Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
      
      * Update docs/sources/administration/change-your-password.md
      
      Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
      
      * Update docs/sources/administration/change-your-password.md
      
      Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
      
      * Update preferences.md
      
      * Update _index.md
      
      Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
      Diana Payton committed
    • Add toggle to disable alert rendering line and fill on Graph panel (#25705) · 85d0d6f7
      * Squash four commits and claim.
      
      Credit to @ikkemaniac in #25034, but taking this to sign CLA and get it landed. Four commit message were:
      
      - add 'fill' switch on Alert Tab
      - add 'fill' to Alert init model. Make default value 'true' not to break current design
      - use newly created alert.fill when rendering graph
      - add 'line' switch on Alert tab, add 'line' to Alert init model. Set default to 'true' not to break current design. Use newly created alert.line when rendering graph
      
      Should close feature req #7258.
      
      * Move alert toggle to Display tab.
      
      * Move alertThreshold to PanelModel.options.
      
      * Fix ThresholdMapper tests by adding options to each mocked panel.
      
      * Update documentation for the new display option.
      
      * Update docs with review feedback.
      
      * Handle onRender with null panel in ThresholdMapper
      Justin Palpant committed
    • Docs: Organize variables (#26738) · 0706ec5d
      * Moved files to folder and updated links
      
      * fixed links
      
      * Update _index.md
      
      * Update templates-and-variables.md
      Diana Payton committed
    • Chore: update rxjs (#26749) · 0e3b4e8c
      Ryan McKinley committed
    • Generic OAuth: customize login and id_token attributes (#26577) · df11cdad
      * OAuth: add login_attribute_path to generic oauth
      
      * OAuth: remove default client_secret values (able to use empty client_secret)
      
      * OAuth: allow to customize id_token attribute name
      
      * Docs: describe how login_attribute_path and id_token_attribute_name params work
      
      * Docs: review fixes
      
      * Docs: review fixes
      
      * Chore: fix go linter error
      
      * Tests: fix test code style
      Alexander Zobnin committed