- 14 Jan, 2021 4 commits
-
-
* Grafana-UI: Add story/docs for FilterPill * Grafana-UI: Update args
Alex Khomenko committed -
* Grafana-UI: Add story/docs for Counter * Grafana-UI: Fix naming
Alex Khomenko committed -
* Backend style guide: Document JSON guidelines Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Leon Sorokin committed
-
- 13 Jan, 2021 12 commits
-
-
* Update prometheus.md * Update docs/sources/datasources/prometheus.md Co-authored-by: Dan Cech <dcech@grafana.com> * Update prometheus.md Co-authored-by: Dan Cech <dcech@grafana.com>
Diana Payton committed -
Example `ec2_instance_attribute(default, InstanceId, { 'tag:Environment': ['production'] });` will cause `SyntaxError: Unexpected token ' in JSON at position 2`
Tomo Wang committed -
- also add Get by UID+OrgID to datasource cache - Refactor backend commands for Delete and Get to be unified
Kyle Brandt committed -
Diana Payton committed
-
* get meta data from dataframe meta * gmdMeta is not used anymore * wip: move deep link creation to backend * Refactor backend. Remove not used front end code * Unit test deep links. Remove not used frontend tests * remove reference to gmdmeta * fix goimports error * fixed after pr feedback * more changes according to pr feedback * fix lint issue * fix bad math expression check and fix bad test * Decrease nesting * put link on first data field only
Erik Sundell committed -
* QueryMetricsV2: Stream response Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * API: Use jsoniter instead of standard JSON package Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
Tom Wilkie committed -
Erik Sundell committed
-
Agnès Toulet committed
-
runRequest: Fixes issue with request time range and time range returned to panels are off causing data points to be cut off (outside) (#30227) * runRequest: Fixes issue with request time range and time range returned to panels are off causing data points to be cut off (outside) * Updated test
Torkel Ödegaard committed -
Giordano Ricci committed
-
* Add sigv4 overview and links to AWS docs * minor wording tweak * Update prometheus.md * move supported version in Prometheus-AMP docs Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * move supported version Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * move version support note Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Mitch Seaman committed
-
- 12 Jan, 2021 16 commits
-
-
Diana Payton committed
-
Diana Payton committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Minor changes * Print Node.js and toolkit versions when building
Steven Vachon committed -
* chore(packages): bump all rollup dependencies * chore: refresh yarn.lock * build(rollup): remove namedExports from config * chore(packages): downgrade rollup so grafana-ui builds
Jack Westbrook committed -
* Backend style guide: Document database patterns Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Wording Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Avoid stacked headings Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Legends: Refactoring and rewrites of legend components to simplify components & reuse * Removed onSeriesAxisToggle * More removal of onSeriesAxisToggle and storybook improvements * Added story with legend values * Move table legend styles from inline to defined in stylesFactory * Update styles * Change to circle * Updated style to fat line * Rename to VizLegend * More renamed and fixes / polish * Removed imports * Minor change * Updates * Updates
Torkel Ödegaard committed -
Steven Vachon committed
-
* extracting the field config registry factory method into its own module. * added docs comment.
Marcus Andersson committed -
* LibraryPanels: adds connections * Chore: testing signing verification * Update pkg/services/librarypanels/librarypanels_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/librarypanels/librarypanels_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/librarypanels/librarypanels_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/librarypanels/librarypanels_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/librarypanels/librarypanels_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/librarypanels/librarypanels_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/librarypanels/librarypanels_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Chore: changes after PR comments * Chore: changes after PR comments Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Hugo Häggmark committed -
Torkel Ödegaard committed
-
* Variables: Add deprecation warning for value group tags * Removed style changes, moving to seprate PR * Update docs/sources/variables/variable-value-tags.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/variables/variable-value-tags.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Torkel Ödegaard committed -
* GraphNG: Hide grid for right-y axis * Correct fix so it works if you just a right x-axis * Removed import
Torkel Ödegaard committed -
* Middleware: Add support for CSP Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored by @iOrcohen
Arve Knudsen committed -
* Updated image links to have newer format. * Fixed numbering.
achatterjee-grafana committed
-
- 11 Jan, 2021 8 commits
-
-
Diana Payton committed
-
* Added 2 image links. * Fixed a typo * Fixed one more typo * Added images to the "Share a panel" and "Share a dashboard" topics. * Updated title of the section on panel embed. * Update docs/sources/sharing/share-dashboard.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Fixed numbering. Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
achatterjee-grafana committed -
Diana Payton committed
-
Torkel Ödegaard committed
-
Jack Westbrook committed
-
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](https://github.com/prometheus/common/compare/v0.14.0...v0.15.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed -
Sofia Papagiannaki committed
-
Bumps [gopkg.in/square/go-jose.v2](https://github.com/square/go-jose) from 2.4.1 to 2.5.1. - [Release notes](https://github.com/square/go-jose/releases) - [Commits](https://github.com/square/go-jose/compare/v2.4.1...v2.5.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
-