- Sep 17, 2020
-
-
Hugo Häggmark authored
-
Giordano Ricci authored
(cherry picked from commit 0e344740)
-
Hugo Häggmark authored
* DataLinks: Adds field quoting and respects DisplayName * Update public/app/features/panel/panellinks/link_srv.ts Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> (cherry picked from commit e86ff52d)
-
Nick Svanidze authored
* ApiKeys: Fixes add API key layout * ApiKeys: snapshot tests updated (cherry picked from commit 5a06ed43)
-
Torkel Ödegaard authored
SharedQuery: Error when switching to -- Dashboard -- data source caused "no data" no matter what source panel was selected (#27627) * SharedQuery: Error when switching to -- Dashboard -- data source made observable subscription error and subsequent data results not update visualization * added null check just in case (cherry picked from commit 31e2b7e7)
-
Torkel Ödegaard authored
ImageRendering: Fix rendering panel using shared query in png, PDF reports and embedded scenarios (#27628) * ImageRendering: Fixed issue rendering panel using shared query * Fixed spelling (cherry picked from commit c450ffd7)
-
Kyle Brandt authored
In particular, so plugins can see the FromAlert header (cherry picked from commit 50c680f3)
-
Torkel Ödegaard authored
(cherry picked from commit 2ed91247)
-
Torkel Ödegaard authored
(cherry picked from commit b5886479)
-
Ryan McKinley authored
(cherry picked from commit 54b677bd)
-
Wouter Smeenk authored
Add a default timezone that the administrator can set in the settings. This setting is be used as default for the users timezone preference. Can be used when creating Grafana instances without administrator intervention, in order to give user the correct default timezone. Fixes #25654 (cherry picked from commit 39eba506)
-
Torkel Ödegaard authored
* Docs: Field Config Docs Update, Table Docs update, Override matcher naming sync * removed sentance that feels duplicated * Update docs/sources/panels/field-configuration-options.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/panels/field-configuration-options.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/panels/field-configuration-options.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/panels/field-configuration-options.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * removed bad newlines and minor tweaks, still need to figure out naming for matchers in UI and docs * Updated matcher names and descriptions, and UX * Updated field override docs * Fixed plural * Updated wording * removed plurals for the selectors heading * Updated names * Updated docs Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> (cherry picked from commit cade6dd0)
-
Ryan McKinley authored
(cherry picked from commit 1e4846d4)
-
Dominik Prokop authored
* Add support for paths in default field config setup * Typecheck fix (cherry picked from commit e04e3e7d)
-
Giordano Ricci authored
(cherry picked from commit e350e1ff)
-
Giordano Ricci authored
(cherry picked from commit a0beaa3b)
-
-
Hugo Häggmark authored
Postgres: Support request cancellation properly (Uses new backendSrv.fetch Observable request API) (#27478) * Postgres: Replaces dataSourceRequest with fetch * Postgres: Replaces dataSourceRequest with fetch * Tests: removes unnecessary import (cherry picked from commit a587bf4f)
-
Ryan McKinley authored
(cherry picked from commit c180facb)
-
Hansuuuuuuuuuu authored
Allows login_maximum_inactive_lifetime_duration and login_maximum_lifetime_duration to be configured using time.Duration-compatible values while retaining backward compatibility. Fixes #17554 Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> (cherry picked from commit 8d971ab2)
-
Sofia Papagiannaki authored
(cherry picked from commit f5292234)
-
Torkel Ödegaard authored
(cherry picked from commit b37e132c)
-
Agnès Toulet authored
(cherry picked from commit eb970a49)
-
Torkel Ödegaard authored
* PanelEdit: Drag and drop query order & UI tweaks * Fixed width of title issue * added correct color and hover * Updated e2e tests (cherry picked from commit 8759a912)
-
Marcus Andersson authored
* Fixed so we try to use the variables in the redux store to replace values in template variables. * First draft of working version. * Including fieldPath when adding :text format. * cleaned up code by introducing helper function. * some minor refactoring. * Added tests and support for multi variables. * added test and code to handle the All scenario of a multivariable. * fixed according to feedback. * added docs. * added text format to gdev dashboard. * updated e2e tests. * make sure we use the same function for formatting och variable lable. * increased the number to 22. * changed label for tests to be All. * existing format should be respected. (cherry picked from commit 0c8390ce)
-
Ryan McKinley authored
(cherry picked from commit b3b72b8a)
-
Agnès Toulet authored
Alerting API: send 404 not found error and enrich delete with UID endpoint response with alert notification ID (#27550) * Alerting API: Send back 404 not found error for update and delete endpoints * Alerting API: send back alert notification id for delete with uid endpoint (cherry picked from commit 0c4b7d3f)
-
Ryan McKinley authored
(cherry picked from commit 5d11d8fa)
-
Alex Khomenko authored
(cherry picked from commit 12668392)
-
Marcus Efraimsson authored
#26395 introduced a regression regarding sort order of nav tree items set in Grafana boot data and used for rendering the sidemenu. This fixes so that sort happens after RunIndexDataHooks is called in case the hook make changes to the nav tree. (cherry picked from commit 1983de96)
-
Torkel Ödegaard authored
(cherry picked from commit 61463aa1)
-
Sofia Papagiannaki authored
This reverts commit 20b603ee. (cherry picked from commit 924224ee)
-
Berbe authored
* Dashboard: Merge Data units categories Prefixes already allow to distinguish IEC units from SI ones + Prefer using binary function over decimal one when equal * Dashboard: Clarify SI & binary prefixes * Dashboard: Homogeneise rate units * Dashboard: Add Binary (IEC) prefix for data rates (cherry picked from commit 794333de)
-
Maksim Nabokikh authored
(cherry picked from commit 6e3e0dea)
-
Torkel Ödegaard authored
Notifications: UX tweak to redesign of form and sections to make it left aligned and cleaner (#27479) * UX: Redesign of form and sections to make it left aligned and cleaner * reduced padding * design tweaks (cherry picked from commit 0132bca9)
-
Zoltán Bedi authored
* Add missing dependency to lockfile * Prometheus: Fix min step variable interpolation (cherry picked from commit a7ac3f14)
-
Marcus Efraimsson authored
Properly handle legacy dimension values in the backend. Fixes #27512 (cherry picked from commit e85b266f)
-
Marcus Efraimsson authored
Fixes an issue introduced by migration in #25980 which removed storing the Pagerduty integrating key encrypted. (cherry picked from commit 91a8937e)
-
Oana Mangiurea authored
* Update Input.mdx clarify form validation text * Update packages/grafana-ui/src/components/Input/Input.mdx Align with textArea Co-authored-by: Peter Holmberg <peterholmberg@users.noreply.github.com> Co-authored-by: Peter Holmberg <peterholmberg@users.noreply.github.com> Co-authored-by: Clarity-89 <homes89@ukr.net> (cherry picked from commit b01a64e1)
-
Alex Khomenko authored
* Grafana-UI: Add docs for ConfirmButton * Grafana-UI: Add comment * Update packages/grafana-ui/src/components/ConfirmButton/ConfirmButton.mdx Co-authored-by: Peter Holmberg <peterholmberg@users.noreply.github.com> Co-authored-by: Peter Holmberg <peterholmberg@users.noreply.github.com> (cherry picked from commit 1a5c0498)
-