1. 06 Jan, 2021 8 commits
  2. 05 Jan, 2021 11 commits
  3. 04 Jan, 2021 2 commits
    • [dashboard api] manage error when data in dashboard table is not valid json (#29999) · 388d0087
      * retrieve dashboard api
      
      * Apply suggestions from code review
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Update pkg/api/dashboard.go
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      ying-jeanne committed
    • use sha256 checksum instead of md5 (#30018) · db67e70b
      * use sha256 checksum instead of md5
      
      * Chore: Rewrite ldap login test to standard library (#29998)
      
      * Chore: Rewrite ldap login test to standard library
      
      * Preserve original ldap enabled setting after test
      
      * Chore: Rewrite models alert test to standard library (#30021)
      
      * Chore: Rewrite models dashboard acl test to standard library (#30022)
      
      * Chore: Rewrite models dashboards test to standard library (#30023)
      
      * Chore: Rewrite login auth test to standard library (#29985)
      
      * Chore: Rewrite login auth test to standard library
      
      * Use assert.Empty when empty string expected
      
      * Chore: Rewrite brute force login protection test to standard library (#29986)
      
      * Update pkg/cmd/grafana-cli/services/api_client.go
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Update pkg/cmd/grafana-cli/services/api_client.go
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * use sha256 checksum instead of md5
      
      * Update pkg/cmd/grafana-cli/services/api_client.go
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Update pkg/cmd/grafana-cli/services/api_client.go
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * grafana-cli: Remove MD5
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      Co-authored-by: Emil Hessman <emil@hessman.se>
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      ying-jeanne committed
  4. 02 Jan, 2021 1 commit
  5. 01 Jan, 2021 5 commits
  6. 31 Dec, 2020 1 commit
  7. 30 Dec, 2020 2 commits
  8. 29 Dec, 2020 2 commits
  9. 28 Dec, 2020 4 commits
  10. 23 Dec, 2020 4 commits
    • Drone: Update pipelines for Enterprise (#29939) · 4de78406
      * update E2E tests
      
      * fix e2e tests for new pipelines
      
      * Add enterprise2 test, build, package and upload steps
      
      * fix missing linting step
      
      * Upgrade build pipeline tool
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Use grabpl lint-backend
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Refactor publishing
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Refactor package publishing
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Drone: Supply --simulate-release flag to publish-packages for simulating a release
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Drone: Run e2e tests with specific ports
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * e2e/start-server: Make more robust
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      Agnès Toulet committed
    • Remove the bus from teamgroupsync (#29810) · 551f9608
      * Add fake TeamSyncService
      
      * Change SyncTeams dispatch to direct method call
      
      * Remove SyncTeamsCommand struct
      
      * Move TeamSyncService to a separate package
      
      * Remove context from SyncTeams args
      
      * Add comments to teamsyncgroup package
      
      Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
      
      * Replace TeamSyncService with TeamSyncFunc
      
      * Remove unnecessary error check
      
      * Add a test
      
      * Fix test input
      
      Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
      Tania B committed
    • PanelLibrary: Add PATCH to the API (#29956) · 40d17af2
      * PanelLibrary: Adds uid and renames title to name
      
      * Chore: removing lines
      
      * PanelLibrary: Adds update to api
      
      * Update pkg/services/librarypanels/librarypanels_test.go
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Update pkg/services/librarypanels/database.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>
      
      * Chore: changes after PR comments
      
      * Replace references to put with patch
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      Hugo Häggmark committed