1. 14 Jan, 2020 8 commits
  2. 13 Jan, 2020 12 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
    • Docs: Update cli.md (#21470) · 108039af
      * Update cli.md
      
      * update links
      
      Co-authored-by: Robby Milo <robbymilo@gmail.com>
      Diana Payton committed
    • Fix: Tab icons not showing (#21465) · 891b84e9
      * revert back to i element
      
      * snap
      Peter Holmberg committed
    • Chore: Add react-table typings to Table (#21418) · 30eef761
      * add typings
      
      * introduce tyings and refactor accordingly
      
      * extract setting celltype
      
      * update tests to reflect changes
      
      * removing unused things
      
      * renaming getCellType -> getCellDisplayType
      
      * fix width type error
      
      * remove caret
      
      * move cell back to utils, fix story
      
      * remove unused import
      
      * rename type
      Peter Holmberg committed
    • Login: Refactoring how login background is rendered (#21446) · b6c75b10
      * Login: Refactoring how login background is rendered
      
      * Tweak
      Torkel Ödegaard committed
    • StatPanel: Refactoring & fixes (#21437) · 27a77f58
      * refactoring BigValue layout to use polymorphism
      
      * Renamed file
      
      * StatPanel: Fixed min & max handling, white theme background
      
      * Typescript and test fixes
      
      * Fixed justify center logic
      
      * Updated test dashboard
      
      * Updated test dashboard
      
      * Adjust time xMax to align with last data point if it's close
      
      * Fixed color issue
      
      * removed text shadow
      
      * Removed unused stuff
      
      * Fixed auto min max
      
      * Fixed strict typescript issues
      
      * Updated
      Torkel Ödegaard committed
    • Chore: Migrates reducers and actions to Redux Toolkit (#21287) · 4f0fa776
      * Refactor: Adds Redux Toolkit package
      
      * Refactor: Uses configureStore from Redux Toolkit
      
      * Refactor: Migrates applicationReducer
      
      * Refactor: Migrates appNotificationsReducer
      
      * Refactor: Migrates locationReducer
      
      * Refactor: Migrates navModelReducer
      
      * Refactor: Migrates teamsReducer and teamReducer
      
      * Refactor: Migrates cleanUpAction
      
      * Refactor: Migrates alertRulesReducer
      
      * Refactor: Cleans up recursiveCleanState
      
      * Refactor: Switched to Angular compatible reducers
      
      * Refactor: Migrates folderReducer
      
      * Refactor: Migrates dashboardReducer
      
      * Migrates panelEditorReducer
      
      * Refactor: Migrates dataSourcesReducer
      
      * Refactor: Migrates usersReducer
      
      * Refactor: Migrates organizationReducer
      
      * Refactor: Migrates pluginsReducer
      
      * Refactor: Migrates ldapReducer and ldapUserReducer
      
      * Refactor: Migrates apiKeysReducer
      
      * Refactor: Migrates exploreReducer and itemReducer
      
      * Refactor: Removes actionCreatorFactory and reducerFactory
      
      * Refactor: Moves mocks to test section
      
      * Docs: Removes sections about home grown framework
      
      * Update contribute/style-guides/redux.md
      
      Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Refactor: Cleans up some code
      
      * Refactor: Adds state typings
      
      * Refactor: Cleans up typings
      
      * Refactor: Adds comment about ImmerJs autoFreeze
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      Hugo Häggmark committed
  3. 12 Jan, 2020 1 commit
  4. 10 Jan, 2020 16 commits
  5. 09 Jan, 2020 3 commits