1. 15 Jan, 2020 9 commits
  2. 14 Jan, 2020 9 commits
  3. 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
  4. 12 Jan, 2020 1 commit
  5. 10 Jan, 2020 9 commits
    • Docs: Update documentation-style-guide.md (#21322) · cfba2563
      * Update documentation-style-guide.md
      
      Added Commands and code section.
      
      * Update documentation-style-guide.md
      
      * Update documentation-style-guide.md
      
      Added code block examples
      
      * Update documentation-style-guide.md
      Diana Payton committed
    • More datasource funcs poc (#21047) · a7509d2c
      * remove anon funcs, removed options from state, removed update method, static selects as constants
      
      * cancellable promise
      
      * cancel promise on unmount
      
      * use new datasource funcs for dryer component
      
      * event handler funcs
      
      * updated funcs and moved to utils, updating config editors
      
      * S has no keys. never will never work
      
      * remove report json
      
      * update azure snapshot
      
      * DataSourceSettings keyof
      
      * rename reset funcs
      Shavonn Brown committed
    • Docs: Update plugin installation and CLI (#21179) · aada45a4
      * Update plugin docs
      
      * Updated plugins installation documentation
      
      Moved all Grafana CLI commands into cli.md, moved API script into user.md, rewrote installation.md as an actual task that refers the user to the plugins installation page
      
      * Update cli.md
      
      * Update cli.md
      
      * Update docs/sources/administration/cli.md
      
      Co-Authored-By: Dan Cech <dcech@grafana.com>
      
      * Update docs/sources/administration/cli.md
      
      Co-Authored-By: Dan Cech <dcech@grafana.com>
      
      * Update docs/sources/http_api/user.md
      
      Co-Authored-By: Dan Cech <dcech@grafana.com>
      
      * Update docs/sources/http_api/user.md
      
      Co-Authored-By: Dan Cech <dcech@grafana.com>
      
      * Update cli.md
      
      * Fixed links
      
      * Update cli.md
      
      * Update cli.md
      
      * Update cli.md
      
      * Update cli.md
      
      Co-authored-by: Dan Cech <dan@aussiedan.com>
      Diana Payton committed
    • Docs: Update debian.md (#21339) · 77ec7afa
      * Docs: Update debian.md
      
      Simplified the APT install instructions by bundling the commands into one block, added steps in the .deb instructions to refer to new fields on the installation page.
      
      * Update debian.md
      
      * Update debian.md
      
      * Update debian.md
      
      * Update debian.md
      
      * Update debian.md
      
      * Update debian.md
      Diana Payton committed
    • Alerting: Adds support for sending a single email to all recipients in… · 0f0772b6
      Alerting: Adds support for sending a single email to all recipients in notification channel (#21091)
      
      When an alert is sent by e-mail, the process sends an e-mail to 
      each recipient separately. This PR is a single delivery to all recipients.
      For companies that use e-mail extensively, this is necessary in order 
      not to overload the sending queue.
      
      Replaces #18013
      Fixes #12650
      
      Co-authored-by: Henrique Oliveira <holiiveira@users.noreply.github.com>
      Marcus Efraimsson committed
    • Settings: Env override support for dynamic settings (#21439) · 673ccdc4
      * Settings: supports env overrrides for dynamic settings
      
      * Settings: makes it possible to explicitly get env override support for dynamic settings
      
      * Make linter happy
      Leonard Gram committed
    • Security: refactor 'redirect_to' cookie to use 'Secure' flag (#19787) · c5f906f4
      * Refactor redirect_to cookie with secure flag in middleware
      
      * Refactor redirect_to cookie with secure flag in api/login
      
      * Refactor redirect_to cookie with secure flag in api/login_oauth
      
      * Removed the deletion of 'Set-Cookie' header to prevent logout
      
      * Removed the deletion of 'Set-Cookie' at top of api/login.go
      
      * Add HttpOnly flag on redirect_to cookies where missing
      
      * Refactor duplicated code
      
      * Add tests
      
      * Refactor cookie options
      
      * Replace local function for deleting cookie
      
      * Delete redundant calls
      
      Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
      Jeffrey Descan committed