1. 02 Feb, 2021 9 commits
  2. 01 Feb, 2021 16 commits
  3. 31 Jan, 2021 1 commit
  4. 29 Jan, 2021 14 commits
    • Chore: remove __debug_bin (#30725) · e0356f7b
      大可 committed
    • Docs: Time series panel (#30690) · c4381905
      * Create _index.md
      
      * Update standard-field-options.md
      
      * added content
      
      * added content
      
      * Update create-line-graphs.md
      
      * Update create-line-graphs.md
      
      * Create create-bar-graphs.md
      
      * Update create-line-graphs.md
      
      * created scatter plot graphs topic
      
      * Update create-scatter-plot-graphs.md
      
      * Update create-bar-graphs.md
      
      * Update create-scatter-plot-graphs.md
      
      * Update create-line-graphs.md
      
      * Update create-bar-graphs.md
      
      * Update create-scatter-plot-graphs.md
      
      * added links and content
      
      * added links
      
      * Update change-axis-display.md
      
      * renamed files
      
      * Update whats-new-in-v7-4.md
      
      * Update graph-time-series-as-lines.md
      
      * Updated names and verbiage
      
      * Update _index.md
      
      * Update _index.md
      
      * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-bars.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-lines.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * Update graph-time-series-as-bars.md
      
      * Update graph-time-series-as-lines.md
      
      * Update graph-time-series-as-points.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      Diana Payton committed
    • Backend Plugins: Convert test data source to use SDK contracts (#29916) · 043d6cd5
      Converts the core testdata data source to use the SDK contracts and by that 
      implementing a backend plugin in core Grafana in similar manner as an external one.
      
      Co-authored-by: Will Browne <will.browne@grafana.com>
      Co-authored-by: Marcus Efraimsson <marefr@users.noreply.github.com>
      Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
      Marcus Efraimsson committed
    • TagsInput: Make placeholder configurable (#30718) · 7d4c5145
      PLUS
      - width prop isn't actually used and thus might give users of this component the wrong idea, so I removed it from the type (and in `DataSourceHttpSettings`)
      - Added storybook props table
      Andreas Opferkuch committed
    • Docs: Add config settings for fonts in reporting (#30421) · 8bf09161
      * Docs: Add config settings for fonts in reporting
      
      * Update docs/sources/enterprise/reporting.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * Update docs/sources/enterprise/reporting.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * Move examples into values
      
      * Update enterprise-configuration.md
      
      * Update font style names to use lowercase
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      Tania B committed
    • bump cypress to 6.3.0 (#30644) · b8dd50c2
      * bump cypress to 6.3.0
      
      * fix inspect-drawer spec
      
      * fix panelEdit_base spec
      
      * fix select-focus spec
      
      * Apply suggestions from code review
      
      Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
      
      * add be.visible assertion to new-query-variable spec to avoid flakiness
      
      * increase waits in new-query-variable spec to avoid flakiness
      
      * increase waits in new-query-variable spec by another 500
      
      * remove be.visible assertion added before
      
      * Chore: trying to fix flakiness
      
      * skip the new-variable-query e2e test
      
      * Chore: refactor so we might avoid flakiness
      
      * Revert "skip the new-variable-query e2e test"
      
      This reverts commit 203c1875c2778562f59bb95582ce94f22cf144d0.
      
      Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
      Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
      Vicky Lee committed
    • Datasource: Use json-iterator configuration compatible with standard library (#30732) · f62eb28f
      This will make sure that any map keys in JSON is ordered in /api/ds/query response.
      Marcus Efraimsson committed
    • AlertingNG: Update UX to use new PageToolbar component (#30680) · 9407cdd5
      * AlertingNG: Update UX to use new PageToolbar component
      
      * Removed unused imports
      Torkel Ödegaard committed
    • Docs: Add usage insights export feature (#30376) · 57ceae25
      * Docs: Add usage insights export feature
      
      * Apply suggestions from code review
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * Update presence-indicator.md
      
      * Apply PR feedback
      
      * Improve "dashboard search" doc
      
      * Docs: fixes and fill export-logs last section
      
      * apply PR feedback
      
      * Update what's new
      
      * Apply suggestions from code review
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      
      * consistent feature naming
      
      * Apply suggestions from code review
      
      Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
      
      * Update enterprise-configuration.md
      
      * Update license-expiration.md
      
      Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
      Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
      Agnès Toulet committed