1. 26 Nov, 2020 8 commits
  2. 25 Nov, 2020 20 commits
  3. 24 Nov, 2020 12 commits
    • ReleaseNotes: Updated changelog and release notes for 7.3.4 (#29338) · b39af399
      * ReleaseNotes: Updated changelog and release notes for 7.3.4
      
      * Update _index.md
      
      Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
      Grot (@grafanabot) committed
    • Drone: Publish NPM packages after Storybook to avoid race condition (#29340) · 7d8cb686
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      Arve Knudsen committed
    • Add an option to hide certain users in the UI (#28942) · 22788d1d
      * Add an option to hide certain users in the UI
      
      * revert changes for admin users routes
      
      * fix sqlstore function name
      
      * Improve slice management
      
      Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
      
      * Hidden users: convert slice to map
      
      * filter with user logins instead of IDs
      
      * put HiddenUsers in Cfg struct
      
      * hide hidden users from dashboards/folders permissions list
      
      * Update conf/defaults.ini
      
      Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
      
      * fix params order
      
      * fix tests
      
      * fix dashboard/folder update with hidden user
      
      * add team tests
      
      * add dashboard and folder permissions tests
      
      * fixes after merge
      
      * fix tests
      
      * API: add test for org users endpoints
      
      * update hidden users management for dashboard / folder permissions
      
      * improve dashboard / folder permissions tests
      
      * fixes after merge
      
      * Guardian: add hidden acl tests
      
      * API: add team members tests
      
      * fix team sql syntax for postgres
      
      * api tests update
      
      * fix linter error
      
      * fix tests errors after merge
      
      Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
      Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
      Co-authored-by: Leonard Gram <leo@xlson.com>
      Agnès Toulet committed
    • Guardian: Rewrite tests from goconvey (#29292) · 4c47fc56
      * Guardian: Rewrite tests from goconvey
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Update pkg/services/guardian/guardian_test.go
      
      Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
      
      Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
      Arve Knudsen committed
    • Docs: Fix editor role and alert notification channel description (#29301) · 27b43904
      * Docs: Fix editor role and alert notification channel description
      
      * Update docs/sources/permissions/organization_roles.md
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      Marcus Efraimsson committed
    • Docs: Improve custom Docker image instructions (#29263) · ab9f39f3
      * Docs: Improve custom Docker image instructions
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Update docs/sources/installation/docker.md
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update docs/sources/installation/docker.md
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      Arve Knudsen committed
    • Security: Fixes minor security issue with alert notification webhooks that… · d796c619
      Security: Fixes minor security issue with alert notification webhooks that allowed GET & DELETE requests #29330
      
      Will Browne committed
    • Chore: Bump storybook to v6 (#28926) · 0fc8426b
      * Wip
      
      * feat: get storybook and app building locally
      
      * docs: comment webpack react alias
      
      * build(grafana-ui): put back ts-loader
      
      * build: prefer storybook essentials over actions and docs. bump dark-mode
      
      * chore(storybook): migrate to latest config
      
      * build: prevent test env throwing Invalid hook call errors
      
      * chore: lodash resolves to package dependency rather than project
      
      * use decorators as variable instead of function
      
      * perf(storybook): reduce bundling time by splitting type check and compilation
      
      * refactor(storybook): use sortOrder.order param to sort intro story first
      
      * build: use yarn workspace command
      
      * refactor(storybook): use previous knobs addon registration
      
      * migrate button story to controls
      
      * build(storybook): silence warnings in console
      
      * build: bump storybook related ts packages
      
      * style: remove trailing whitespace
      
      * refactor(graphng): export interface for storybook
      
      * controls migration guide
      
      * fix typo
      
      * docs(storybook): default docs to use dark theme as per current implementation
      
      * revert(grafana-ui): put back react-is namedExport
      
      this was changed for react 17 bump but causes rollup to fail during bundling
      
      * chore: bump storybook to 6.1, enable fastRefresh, silence eslint prop-types
      
      * docs(grafana-ui): move knobs -> controls migration guide to storybook style-guide
      
      * chore(storybook): silence terminal warning about order of docs addon
      
      * Update contribute/style-guides/storybook.md
      
      Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
      
      * Apply documentation suggestions
      
      Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
      
      * chore(storybook): bump to 6.1.2
      
      Co-authored-by: Peter Holmberg <peter.hlmbrg@gmail.com>
      Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
      Jack Westbrook committed