1. 20 Jan, 2021 7 commits
    • PanelLibrary: adding library panels to Dashboard Api (#30278) · b7b6632a
      * Wip: First naive impl
      
      * Chore: fix after merge
      
      * Chore: changes after PR comments
      
      * Chore: removes unused types
      
      * Chore: adds feature toggle
      
      * Refactor: adds library panels cleanup and connect when storing dashboards
      
      * Refactor: adds feature toggle
      
      * Update pkg/services/librarypanels/librarypanels.go
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Update pkg/services/librarypanels/librarypanels.go
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Refactor: adds disconnect library panels when deleting a dashboard
      
      * Chore: changes after PR comments
      
      * Tests: adds tests for LoadLibraryPanelsForDashboard
      
      * Tests: adds tests for CleanLibraryPanelsForDashboard
      
      * Tests: adds tests for ConnectLibraryPanelsForDashboard
      
      * Tests: adds tests for DisconnectLibraryPanelsForDashboard and small refactor
      
      * Update pkg/services/librarypanels/librarypanels_test.go
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Update pkg/services/librarypanels/librarypanels_test.go
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Update pkg/services/librarypanels/librarypanels_test.go
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Update pkg/services/librarypanels/librarypanels_test.go
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Refactor: deletes all connections in one call and connects all in the same transaction
      
      * Chore: adds better comments
      
      * Chore: changes after PR comments
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      Hugo Häggmark committed
    • Cloud Monitoring: Add curated dashboards for the most popular GCP services (#29930) · de7d163d
      * Add dashboards that are converted from GCP format
      
      * Changes according to pr feedback
      
      * Remove dashboards that could not be tested using real data
      Erik Sundell committed
    • Mssql integrated security (#30369) · b39df225
      * update go-mssqldb package
      
      * mssql: support for Windows integrated security
      
      Adds a dropdown to the config page to choose between
      SQL Server auth and Windows auth. If the login/username
      is empty then the go-mssqldb driver will use single sign on
      (Windows integrated security) if on Windows.
      
      * mssql: update ds - don't ignore the user column
      Daniel Lee committed
    • Prettier: Upgrade to 2 (#30387) · 1d689888
      * Updated package json but not updated source files
      
      * Update eslint plugin
      
      * updated files
      Torkel Ödegaard committed
    • Docs: Grafana whats new 7.4 (#30404) · e9e16cee
      * Create whats-new-in-v7-4.md
      
      * Update whats-new-in-v7-4.md
      
      * Update types-options.md
      
      * Update whats-new-in-v7-4.md
      
      * Updated image paths
      
      * minor edits
      
      * updates
      
      * content updates
      
      * Update docs/sources/whatsnew/whats-new-in-v7-4.md
      
      Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
      
      * Update docs/sources/whatsnew/whats-new-in-v7-4.md
      
      Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
      
      Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
      Diana Payton committed
  2. 19 Jan, 2021 33 commits