1. 24 Nov, 2020 9 commits
    • 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
    • Docs: Accurately reflecting available variables (#29302) · c21cf065
      Labels are only available at the field level, and not the series level
      Danny Kopping committed
    • Dashboard Schemas (#28793) · a6eebc22
      * cue mod init github.com/grafana/grafana/dashboard-schemas
      
      * dashboard-schemas: Document exporting to OpenAPI
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      Chris Trott committed
    • devenv: Add docker load test which authenticates with API key (#28905) · d29f73b1
      * Add loadtest which authenticates with API key
      - Edit load tests to assign the orgId in the default function, as the setup function is only called once for all VUs and therefore the change is not persisted to each VU.
      - Remove side effect from orgId setup function and explicitly set orgId in setup client
      
      * sort semicolons, whitespace
      Dafydd committed
  2. 23 Nov, 2020 8 commits
    • Explore/Logs: Update Parsed fields to Detected fields (#28881) · 83329ae7
      * Change all parsed fields and functions to detected fields
      
      * Update
      
      * Sneak in UI improvement, add tooltip
      
      * Update docs/sources/whatsnew/whats-new-in-v6-5.md
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update docs/sources/whatsnew/whats-new-in-v6-5.md
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Remove changes from old Whats new
      
      * Rename LogMessageParsed
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      Ivana Huckova committed
    • GraphNG: Init refactorings and fixes (#29275) · 7e218639
      * When comparing field config, shallowly compare custom config
      
      * Refactoring plot init and data update (WIP)
      
      * GraphNG: Fixed points mode
      
      * Fixed min & max from frame config
      
      * Fixed axis left / right auto logic
      
      * Minor tweak to cursor color
      
      * Fixed time axis now that uPlot deals in milliseconds as well
      
      * fixed ts issue
      
      * Updated test
      
      * Fixed axis placement logic again
      
      * Added new unit test for axis placement logic
      
      * Removed unused props
      
      * Fixed zoom issue due to uPlot time resolution change
      
      * Add back millisecond time tick support
      
      * Comment out GraphNG test
      
      * Fixed being able to switch legend on/off
      
      * Updated unit tests
      
      * GraphNG: Fixed hiding axis
      
      * Frame comparison: allow skipping properties
      
      * Update y-axis ranges without reinitializing uPlot
      
      * update snap
      
      * GraphNG: Fixed axis label placement and spacing issues
      
      * update snaps
      
      Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
      Dominik Prokop committed
    • fixing a broken relref link (#29312) · c574126e
      * fixing a broken relref link
      
      * Update docs/sources/datasources/loki.md
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      Matthew Helmke committed
    • Drone: Upgrade build pipeline tool (#29308) · e293dd40
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      Arve Knudsen committed
    • Docker: update docker root group docs and docker image (#29222) · b44a41aa
      * Docs: updates changelog and docs for openshift docker fix
      
      * Docker: local docker build synced with official build
      
      * Update docs/sources/installation/docker.md
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Update docs/sources/installation/upgrading.md
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Update CHANGELOG.md
      
      Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
      
      * Update CHANGELOG.md
      
      Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
      
      * Update docs/sources/installation/upgrading.md
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
      Leonard Gram committed
    • WebhookNotifier: Convert tests away from goconvey (#29291) · 063f863a
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      Arve Knudsen committed
  3. 21 Nov, 2020 2 commits
  4. 20 Nov, 2020 14 commits
  5. 19 Nov, 2020 7 commits