1. 16 Jan, 2020 10 commits
  2. 15 Jan, 2020 15 commits
  3. 14 Jan, 2020 9 commits
  4. 13 Jan, 2020 6 commits
    • Docs: Update rpm install (#21475) · 962d0f6a
      * Update rpm.md
      
      * Update rpm.md
      
      * Moved content to troubleshooting
      
      Updated rpm.md and moved content from rpm.md to troubleshooting.md
      
      * Update rpm.md
      
      * Update rpm.md
      
      * Update rpm.md
      
      * Update rpm.md
      
      * Update rpm.md
      
      * Update rpm.md
      
      * Update rpm.md
      
      * Update docs/sources/installation/rpm.md
      
      Co-Authored-By: Dan Cech <dcech@grafana.com>
      
      * Update docs/sources/installation/rpm.md
      
      Co-Authored-By: Dan Cech <dcech@grafana.com>
      
      Co-authored-by: Dan Cech <dan@aussiedan.com>
      Diana Payton committed
    • Alerting: Enable setting of OpsGenie priority via a tag (#21298) · bcac76f5
      OpsGenie's model works heavily off of the priority of an alert, 
      e.g. routing and escalation. Currently this plugin only supports 
      the default "P3".
      Setting a tag og_priority to the correct P-value, e.g. P1, P2, P3, 
      P4 or P5, will call the OpsGenie API with the correct priority value 
      set.
      zabullet committed
    • Alerting: fallbackText added to Google Chat notifier (#21464) · abc806e1
      Add fallbackText to Google Chat notifications. 
      Definition of fallbackText: A plain-text description of the message's 
      cards, used when the actual cards cannot be displayed, 
      e.g. mobile notifications.
      
      Fixes #21463
      Alvaro Olmedo Rodriguez committed
    • Plugins: Move backend plugin manager to service (#21474) · 1a810ebf
      Moves backend plugin manager to service instead of
      global functions in backendplugin package.
      
      Closes #20053
      Marcus Efraimsson committed
    • Backend Plugins: Refactor backend plugin registration and start (#21452) · bb849d53
      Moves the details of loading plugins into the backend
      plugin manager from the respective plugin (datasource,
      transform and renderer).
      Marcus Efraimsson committed
    • Admin: New Admin User page (#20498) · 8505d907
      * admin: user page to react WIP
      
      * admin user page: basic view
      
      * admin user page: refactor, extract orgs and permissions components
      
      * admin user: change sessions actions styles
      
      * admin user: add disable button
      
      * user admin: add change grafana admin action
      
      * user admin: able to change org role and remove org
      
      * user admin: confirm force logout
      
      * user admin: change org button style
      
      * user admin: add confirm modals for critical actions
      
      * user admin: lock down ldap user info
      
      * user admin: align with latest design changes
      
      * user admin: add LDAP sync
      
      * admin user: confirm button
      
      * user admin: add to org modal
      
      * user admin: fix ConfirmButton story
      
      * admin user: handle grafana admin change
      
      * ConfirmButton: make styled component
      
      * ConfirmButton: completely styled component
      
      * User Admin: permissions section refactor
      
      * admin user: refactor (orgs and sessions)
      
      * ConfirmButton: able to set confirm variant
      
      * admin user: inline org removal
      
      * admin user: show ldap sync info only for ldap users
      
      * admin user: edit profile
      
      * ConfirmButton: some fixes after review
      
      * Chore: fix storybook build
      
      * admin user: rename handlers
      
      * admin user: remove LdapUserPage import from routes
      
      * Chore: fix ConfirmButton tests
      
      * Chore: fix user api endpoint tests
      
      * Chore: update failed test snapshots
      
      * admin user: redux actions WIP
      
      * admin user: use new ConfirmModal component for user profile
      
      * admin user: use new ConfirmModal component for sessions
      
      * admin user: use lockMessage
      
      * ConfirmButton: use primary button as default
      
      * admin user: fix ActionButton color
      
      * UI: use Icon component for Modal
      
      * UI: refactor ConfirmModal after Modal changes
      
      * UI: add link button variant
      
      * UI: able to use custom ConfirmButton
      
      * Chore: fix type errors after ConfirmButton refactor
      
      * Chore: revert Graph component changes (works with TS 3.7)
      
      * Chore: use Forms.Button instead of ActionButton
      
      * admin user: align items
      
      * admin user: align add to org modal
      
      * UI: organization picker component
      
      * admin user: use org picker for AddToOrgModal
      
      * admin user: org actions
      
      * admin user: connect sessions actions
      
      * admin user: updateUserPermissions action
      
      * admin user: enable delete user action
      
      * admin user: sync ldap user
      
      * Chore: refactor, remove unused code
      
      * Chore: refactor, move api calls to actions
      
      * admin user: set user password action
      
      * Chore: refactor, remove unused components
      
      * admin user: set input focus on edit
      
      * admin user: pass user into debug LDAP mapping
      
      * UserAdminPage: Ux changes
      
      * UserAdminPage: align buttons to the left
      
      * UserAdminPage: align delete user button
      
      * UserAdminPage: swap add to org modal buttons
      
      * UserAdminPage: set password field to empty when editing
      
      * UserAdminPage: fix tests
      
      * Updated button border
      
      * Chore: fix ConfirmButton after changes introduced in #21092
      
      Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
      Alexander Zobnin committed