1. 14 Oct, 2020 2 commits
  2. 13 Oct, 2020 22 commits
  3. 12 Oct, 2020 15 commits
    • AlertingNG: POC of evaluator under feature flag. (#27922) · 4acbcd70
      * New feature toggle for enabling alerting NG
      
      * Initial commit
      
      * Modify evaluate alert API request
      
      * Check for unique labels in alert execution result dataframes
      
      * Remove print statement
      
      * Additional minor fixes/comments
      
      * Fix lint issues
      
      * Add API endpoint for evaluating panel queries
      
      * Push missing renaming
      
      * add refId for condition to API
      
      * add refId for condition to API
      
      * switch dashboard based eval to get method
      
      * add from/to params to dashboard based eval
      
      * add from/to params to  eval endpoint
      
      Co-authored-by: kyle <kyle@grafana.com>
      Sofia Papagiannaki committed
    • Alerting: remove obsolete notifiers (after user confirmation) (#28190) · 3928d0c5
      * Alerting: remove obsolete notifiers (after user confirmation)
      
      * Additional text in confirmation modal
      Sofia Papagiannaki committed
    • CloudWatch: Re-implement authentication (#25548) · 957c88ea
      * CloudWatch: Revisit authentication
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * CloudWatch: Simplify auth code
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Use ARN
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Add Drone configuration
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Remove unused code
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Remove .drone.yml
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Fix external ID usage
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * CloudWatch: Fix issues after merge
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Remove stale code
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Remove stale code
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Use auth type enum
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Fix test snapshot
      
      * Coordinate frontend and backend option names
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Remove old comments
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Fix front-end tests
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Introduce session cache
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Use constants
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Fix field alignment
      
      * CloudWatch: Fix log message
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Tidy go.mod
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * CloudWatch: Handle arn auth type
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * CloudWatch: Fix role assumption duration
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Fix test
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * CloudWatch: Inline unnecessary constants
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * CloudWatch: Use serial comma in UI
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * CloudWatch: Inline unnecessary constants
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * CloudWatch: Fail if missing region
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * CloudWatch: Handle unconfigured region
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * CloudWatch: Log when using cached session
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * CloudWatch: Include region in cache key
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Add UI warnings for lecagy support
      
      * Do not clear ARN fields whenging change authentication provider
      
      * Graph NG: annotations display (#27972)
      
      * Annotations support POC
      
      * Fix markers memoization
      
      * dev dashboard update
      
      * Update public/app/plugins/panel/graph3/plugins/AnnotationsPlugin.tsx
      
      * CloudWatch: Remove errors.BadRequest
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * CloudWatch: Undo unintentional change
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Remove log line
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Fix cache key computation
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Add region to cache key
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Improve log messages
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * CloudWatch: Add documentation
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Improve tooltip
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Improve docs
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Improve docs
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Improve docs
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Improve tooltip
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Add role assumption provisioning example
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Add upgrade notes
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Improve docs
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Apply suggestions from code review
      
      Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
      
      * backend: use latest sdk (#28147)
      
      fixes #27713 via https://github.com/grafana/grafana-plugin-sdk-go/pull/227
      
      * Docs: Update Permissions documentation (#28144)
      
      * removed overview.md
      
      * content updates
      
      * Update datasource_permissions.md
      
      * update content
      
      * content updates
      
      * Update organization_roles.md
      
      * Update docs/sources/enterprise/saml.md
      
      Co-authored-by: Kyle Brandt <kyle@grafana.com>
      
      * Update dashboard_folder_permissions.md
      
      Co-authored-by: Kyle Brandt <kyle@grafana.com>
      
      * area/grafana/toolkit: ci-package needs to use synchronous writes (#28148)
      
      * ci needs to use synchronous writes or the file ends up with zero length
      
      * <Enterprise Docs> Add instructions to upload license via UI (#28067)
      
      * Add UI license upload option, reformat Enterprise license activation section
      
      Added the option to upload a license file through the Server Admin UI, and did a little reformatting to make license activation look more like a process.
      
      * Headers not bold, hyphens not asterisks
      
      * Github: run metrics collector workflow every 10min (#28153)
      
      * GithubActions: Updated cron schedule
      
      * Updated
      
      * Docs: Update explore docs: remove dot at the end of line (#28151)
      
      HI - Removed Dot(.) at the end of line to make it consistent with other 2 points.
      
      Thanks,
      Ashish
      
      * Fix frontend tests
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Fix frontend tests
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Docs: Update upgrade notes
      
      Co-authored-by: Sofia Papagiannaki <sofia@grafana.com>
      Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
      Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
      Co-authored-by: Kyle Brandt <kyle@grafana.com>
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      Co-authored-by: Brian Gann <briangann@users.noreply.github.com>
      Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
      Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
      Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
      Co-authored-by: ashishagarwal06 <34888589+ashishagarwal06@users.noreply.github.com>
      Arve Knudsen committed
    • Datasource: Prefix SigV4 json data keys with sigV4 (#28195) · 519ec93c
      Prefixes SigV4 json data and secure json data keys with sigV4 to make 
      sure they don't collide with any other settings. Also minor fixes to UI.
      
      Ref #27552
      Marcus Efraimsson committed
    • Azure: Fixes cancellation of requests with different Azure sources (#28180) · 7b5decdb
      * Azure: Fixes cancellation of requests whit different Azure query types
      
      * Azure: Fixes cancellation of requests whit different Azure query types
      Hugo Häggmark committed
    • Cloud monitoring: Add REDUCE_MEAN reducer for cumulative metrics (#28192) · 83a6a514
      * Cloud monitoring: Add REDUCE_MEAN reducer for cumulative metrics
      
      * Fix tests
      Sofia Papagiannaki committed
    • Fix: Add additional settings for dataproxy to help with network proxy timeouts (#27841) · 92c2a6c2
      * adding additional settings for datasource cache transport
      
      * added documentation for the new changes
      
      * fixing small typo in defaults.ini comment
      
      * fixing small typo in configuration.md comment
      
      * Update conf/defaults.ini keepalive comment per review
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update conf/defaults.ini idle conn comment per review
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update conf/defaults.ini anon user comment per review
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update docs/sources/administration/configuration.md idle conn comment per review
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * adding suggestions from papagian
      
      * fixing configuration.md
      
      * fixing configuration.md typo
      
      * Apply suggestions from code review aknuds1
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * updating sample.ini
      
      * Apply suggestions for docs from code review papagian
      
      Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
      
      * Update docs/sources/administration/configuration.md fix typo
      
      Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
      Kyle Hinton committed
    • Grammar correction (#28185) · effb62d7
      Grammar correction
      Nitesh Koushik S committed
    • Docs: Update issue triage doc with new automation behaviors (#28181) · 4fc6b2cb
      * Docs: Update issue triage doc with new automation behaviors
      
      * Update ISSUE_TRIAGE.md
      
      * Update ISSUE_TRIAGE.md
      Torkel Ödegaard committed
    • Docs: Add Storybook docs for BigValue (#27814) · ac88da14
      * first things
      
      * finishing docs
      
      * display mode docs
      Peter Holmberg committed
    • Grammar correction (#28179) · 0cb3c7e3
      Grammar correction
      Nitesh Koushik S committed
    • grafana-toolkit: Remove stale reference to grafana-build-container (#28178) · 4d9374a0
      * grafana-toolkit: Remove stale reference to grafana-build-container
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Update packages/grafana-toolkit/src/cli/tasks/nodeVersionChecker.ts
      
      Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
      
      Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
      Arve Knudsen committed
    • Grammar correction (#28177) · bcfddb83
      Grammar correction
      Nitesh Koushik S committed
    • Chore: Upgrade Node to 12.19.0 (#28168) · a5c03b17
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      Arve Knudsen committed
  4. 09 Oct, 2020 1 commit