1. 11 Feb, 2021 12 commits
  2. 10 Feb, 2021 18 commits
    • area/grafana/e2e: ginstall should pull version specified (#31056) · 25117f5a
      * fall back to version specified
      * update docker image and bump version
      * update go version, linter, and codeclimate
      Brian Gann committed
    • Exemplars: Change CTA style (#30880) · cc463f30
      * Exemplars: Change CTA style
      
      * Address review feedbacks
      
      * Fix table column aligning
      
      * Minor alignments + uncontrolled component warning fix
      Zoltán Bedi committed
    • Influx: Make max series limit configurable and show the limiting message if applied (#31025) · e0448513
      * Add configuration in ConfigEditor and default to 1000
      
      * Show data in explore if any even if there is an error
      
      * Update pkg/tsdb/influxdb/flux/executor.go
      
      * Better handling of defaults
      
      * Add test for runQuery to show data even with error
      
      * Update public/app/store/configureStore.ts
      
      Co-authored-by: Giordano Ricci <gio.ricci@grafana.com>
      
      * Update public/app/plugins/datasource/influxdb/components/ConfigEditor.tsx
      
      Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
      
      * Update tooltip
      
      * Update input
      
      * Lint fixes
      
      * Update snapshots
      
      * Update decorator tests
      
      Co-authored-by: Giordano Ricci <gio.ricci@grafana.com>
      Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
      Andrej Ocenas committed
    • Docs: request security (#30937) · fd5fa402
      * Docs: request security
      
      * Docs: lists the section in all examples
      
      * typo
      
      * Update docs/sources/enterprise/_index.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * Update docs/sources/enterprise/enterprise-configuration.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * Update docs/sources/enterprise/request-security.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * Update docs/sources/enterprise/request-security.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * Update docs/sources/enterprise/request-security.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * Update docs/sources/enterprise/request-security.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * Update docs/sources/enterprise/request-security.md
      
      Co-authored-by: Joan López de la Franca Beltran <joanjan14@gmail.com>
      
      * Update docs/sources/enterprise/enterprise-configuration.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * Update docs/sources/enterprise/enterprise-configuration.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * Update docs/sources/enterprise/enterprise-configuration.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * Update docs/sources/enterprise/request-security.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * Update docs/sources/enterprise/request-security.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * Update docs/sources/enterprise/request-security.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * whats new
      
      * Update docs/sources/enterprise/request-security.md
      
      Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
      
      * Update docs/sources/enterprise/request-security.md
      
      Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
      
      * Update docs/sources/enterprise/request-security.md
      
      Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
      
      * Update docs/sources/enterprise/request-security.md
      
      Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
      
      * Update docs/sources/enterprise/request-security.md
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update docs/sources/enterprise/request-security.md
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update docs/sources/whatsnew/whats-new-in-v7-4.md
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * final edits
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      Co-authored-by: Joan López de la Franca Beltran <joanjan14@gmail.com>
      Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      Leonard Gram committed
    • Prometheus: Fix issues with ad-hoc filters (#30931) · b2ca9cbd
      * Don't add {} to non-metrics starting with quotes
      
      * Fix for using template variables
      
      * Fix adding of filter to timerange
      
      * Fix adding of filter to labels provided with group modifier
      
      * Fix adding of filters to Grafana's variables
      
      * Shorten tests
      
      * Refactor and split
      Ivana Huckova committed
    • LogsPanel: Add deduplication option for logs (#31019) · 16c25102
      * WIP: Add dedup functionality to logs panel
      
      * Simplify, clean up
      
      * Change ordering of customizations based on how it is in Explore
      
      * Update public/app/plugins/panel/logs/LogsPanel.tsx
      
      Co-authored-by: Giordano Ricci <gio.ricci@grafana.com>
      
      * Update public/app/plugins/panel/logs/LogsPanel.tsx
      
      Co-authored-by: Giordano Ricci <gio.ricci@grafana.com>
      
      Co-authored-by: Giordano Ricci <gio.ricci@grafana.com>
      Ivana Huckova committed
    • Drone: Make sure CDN upload is ok before pushing docker images (#31075) · 595a4795
      * Drone: Make sure CDN upload is ok before pushing docker images
      
      * Trying to simplify logic
      
      * Snake case
      
      * Only depend on cdn upload in release mode
      
      * Rename and use util function where we can
      
      * removing the cdn dependency
      Torkel Ödegaard committed
    • PluginManager: Remove some global state (#31081) · b99127be
      * PluginManager: Remove global state
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      Arve Knudsen committed
    • test: update addDashboard flow for v7.4.0 changes (#31059) · cff6f5fe
      * update addDashboard flow for v7.4.0 changes
      
      * remove hide flow and if around set time range
      Vicky Lee committed
    • Docs: Group id should be 0 instead of 1 in Docker upgrade notes (#31074) · 9d3f0d87
      The upgrade notes for Grafana 7.3 and Docker says that The Grafana Docker 
      image runs with the root group (id 1) which is wrong. It should be group (id 0).
      
      Which issue(s) this PR fixes:
      Fixes #30953
      Marcus Efraimsson committed
    • Usage stats: Adds source/distributor setting (#31039) · d1b9fddb
      Signed-off-by: bergquist <carl.bergquist@gmail.com>
      Carl Bergquist committed
    • CDN: Add CDN upload step to enterprise and release pipelines (#31058) · d6e8e476
      * CDN: Fixing drone CI config
      
      * was in wrong dir when I executed command
      
      * removed whitespace
      
      * Update path
      
      * Update Drone master and enterprise piplelines with CDN Upload
      
      * Update test
      
      * removed whitespace
      
      * Go back to public folder defined
      
      * updated build-pipeline
      
      * Updated drone
      
      * wrong version
      Torkel Ödegaard committed
    • Chore: Replace native select with grafana ui select (#31030) · 9679b15e
      * use react select instead of simple select
      
      * cleanup
      
      * rename selectable value prop
      
      * remove not used import
      Erik Sundell committed
  3. 09 Feb, 2021 10 commits