- 18 Jan, 2021 3 commits
-
-
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed -
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.2 to 1.1.5. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.2...v1.1.5) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed -
Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/hashicorp/go-version/releases) - [Commits](https://github.com/hashicorp/go-version/compare/v1.2.0...v1.2.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
-
- 17 Jan, 2021 1 commit
-
-
baijunyao committed
-
- 16 Jan, 2021 4 commits
-
-
Leon Sorokin committed
-
Leon Sorokin committed
-
Torkel Ödegaard committed
-
* Grafana-toolkit: Update component generator templates * Update story name
Alex Khomenko committed
-
- 15 Jan, 2021 18 commits
-
-
Ryan McKinley committed
-
Ryan McKinley committed
-
* grafana-cli: Fix security issue Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * grafana-cli: Add and improve tests Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Pass skipCache from context * Use macaron Params instead of ParamsEscape for UIDs * Modify queries and transform to get datasource UIDs * Update github.com/grafana/grafana-plugin-sdk-go to v0.83.0
Sofia Papagiannaki committed -
Zoltán Bedi committed
-
* Fix typos * Query exemplars API * Add link to traceID * Update exemplar to show more information Reduce exemplars density * Fix typos * Query exemplars API * Add link to traceID * Update exemplar to show more information Reduce exemplars density * Update GraphNG legend type * Show new graph component in Explore * Add exemplar annotation a design update * Graph panel not to show red line annotation Exemplar plugin to use y value * Address review comments * Density filter for exemplars * Update schema of exemplars * Density filter with y-value sampling * Enforce axis scales to include 0 * Changes after merge with master * Show metrics when there is no result * Decorators tests fix * ExemplarMarker to receive component prop * Remove context menu from explore graph * Add color to graph * Update explore graph panel * Update graph config to use default values * Fix data source tests * Do not show exemplars outside of graph * Add exemplars switch * Fix typos * Add exemplars query only when enabled * Show graph in explore without filling it * Update exemplars plugin y value scale selection * Update tests * Add data source picker for internal linking * Increase pointSize for better visibility * Fix explore e2e test * Fix data link title variable interpolation * Use new switch component in PromExemplarField * Move FieldLink component to new file * Convert exemplar to datalink * Add legend toggling logic to Explore * Add legend toggling to Explore * Address Ivana's feedback * Address Andrej's comments * Address Gio's feedback * Add tests for result_transformer * Fix eslint issues * Change sampler formula for better readability Co-authored-by: David Kaltschmidt <david@leia.lan> Co-authored-by: David Kaltschmidt <david@leia.fritz.box> Co-authored-by: David Kaltschmidt <david.kaltschmidt@gmail.com>
Zoltán Bedi committed -
Bogdan Matei committed
-
Grot (@grafanabot) committed
-
Table: Fixes BarGauge cell display mode font size so that it is fixed to the default cell font size (#30303)
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Alexander Zobnin committed
-
* Chore: moves common and response into separate packages * Chore: moves common and response into separate packages * Update pkg/api/utils/common.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Chore: changes after PR comments * Chore: move wrap to routing package * Chore: move functions in common to response package * Chore: move functions in common to response package * Chore: formats imports Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Hugo Häggmark committed -
Dominik Prokop committed
-
* feat(tablepanel): add migration button to old table panel config * feat(tablepanel): migrate old table transformations * feat(tablepanel): migrate old styles to config overrides * feat(tablepanel): migrate catch all style override to panel defaults * refactor(tablepanel): clean up typings * refactor(tablepanel): base threshold as -Infinity * feat(tablepanel): migrate align to new table config overrides * feat(tablepanel): migrate links to new table overrides * refactor(tabelpanel): clean up threshold migrations * feat(tablepanel): introduce table transform to merge * feat(tablepanel): add note informing user to manually update links with cell values
Jack Westbrook committed -
Adds support to the terms aggregation for ordering by percentiles and extended stats. Closes #5148 Co-authored-by: Giordano Ricci <grdnricci@gmail.com> Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Chris Cowan committed -
Torkel Ödegaard committed
-
* StatsPickerEditor - add more config to the options ui * Show calcs in the legend * Refactor the way legend items are created * Progress on refresh * Migration update * Use human-readable names in the legend stats * Disable pointer cursor in table header
Dominik Prokop committed -
* Grafana-UI: Remove sass * Grafana-UI: Add story/docs
Alex Khomenko committed
-
- 14 Jan, 2021 14 commits
-
-
Joan López de la Franca Beltran committed
-
Ivana Huckova committed
-
Joan López de la Franca Beltran committed
-
* Update getting-started.md Added language for people to start with Grafana Cloud * Update docs/sources/getting-started/getting-started.md * Update docs/sources/getting-started/getting-started.md * Update docs/sources/getting-started/getting-started.md * Updated the verbiage about Grafana Cloud to be a note for greater prominence. * Fixed a typo * Update docs/sources/getting-started/getting-started.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: achatterjee-grafana <aparajita.chatterjee@grafana.com> Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Scott Fingerhut committed -
Kyle Brandt committed
-
Agnès Toulet committed
-
* Fix summing of label names for Loki * Add test
Ivana Huckova committed -
* Set min step to 0.1 sec instead of 1 sec * Remove duplicated test * Update * Change minInterval to 1ms * Remove unused import
Ivana Huckova committed -
* processLabels: Use Sets instead of Array * Add and update comment * Limit autocomplete items to 10000 * Remove lookup treshold, limit display of items * Update tests * Add test * Update public/app/plugins/datasource/prometheus/language_provider.ts
Ivana Huckova committed -
* Icons: Adds custom icon support ands new panel and interpolation icons * Removed icon files * updated snapshot * Updates
Torkel Ödegaard committed -
* ReleaseNotes: Updated changelog and release notes for 7.3.7 * Changelog: set everything as bug fixes Co-authored-by: Agnès Toulet <agnes.toulet@gmail.com>
Grot (@grafanabot) committed -
Andrej Ocenas committed
-
* Convert Cloud Monitoring (Stackdriver) Datasource to use Dataframes #29830 * add deeplink into config * omggggggggggggggg this deeplink works! * move unit to the backend part * remove unit from frontend * only set the config fields[1] for deeplink and unit * refactory + fix some test * remove frontend test for unit * adding backend test for unit mapping * resolve review * rewrtie unit logic to do exactly the same as frontend filter * refactory
ying-jeanne committed -
* added support for changing color of series. * removed dependency on internal type.
Marcus Andersson committed
-