Gabriel MABILLE
9ea61eebfd
FIX: RBAC prevents deleting empty snapshots ( #54385 ) ( #54510 )
...
Co-authored-by: Mihály Gyöngyösi <mgyongyosi@users.noreply.github.com >
Co-authored-by: Emil Tullsted <sakjur@users.noreply.github.com >
(cherry picked from commit c2c319146a )
2022-08-31 09:21:42 +02:00
Grot (@grafanabot)
83805b8b89
Plugins Catalog: Use appSubUrl to generate plugins catalog urls ( #54426 ) ( #54433 )
...
* Plugins Catalog: us appSubUrl to generate plugins catalog urls
* add tests for PluginList with app sub url
* remove unnecessary comments
(cherry picked from commit fc348e6279 )
Co-authored-by: Esteban Beltran <academo@users.noreply.github.com >
2022-08-31 07:34:33 +02:00
Grot (@grafanabot)
54356ac5b3
Grafana Backend: Establish a database version support policy. ( #54374 ) ( #54506 )
...
As stated in the documentation, Grafana will support the versions of our backend database options that are supported by their projects at the time that a Grafana release is issued.
(cherry picked from commit 56369457d4 )
Co-authored-by: Joe Blubaugh <joe.blubaugh@grafana.com >
2022-08-31 10:12:56 +08:00
Joan López de la Franca Beltran
ba4dc6e77b
ReleaseNotes: Updated changelog and release notes for 8.3.11, 8.4.11, 8.5.11 and 9.0.8 ( #54493 ) ( #54498 )
...
* ReleaseNotes: Updated changelog and release notes for 8.3.11, 8.4.11, 8.5.11 and 9.0.8 (#54493 )
Co-authored-by: Joan López de la Franca Beltran <joanjan14@gmail.com >
(cherry picked from commit 3a9a145ef7 )
Co-authored-by: Grot (@grafanabot) <43478413+grafanabot@users.noreply.github.com >
2022-08-30 21:31:36 +02:00
Grot (@grafanabot)
af18359063
ReleaseNotes: Updated changelog and release notes for 9.1.2 ( #54481 ) ( #54483 )
...
(cherry picked from commit ab959f9305 )
2022-08-30 13:40:01 -04:00
Grot (@grafanabot)
e39608eb3a
"Release: Updated versions in package to 9.1.2" ( #54480 )
2022-08-30 18:29:31 +01:00
Grot (@grafanabot)
6b805aaac5
removes previously refactored content ( #54416 ) ( #54471 )
...
(cherry picked from commit dc2616f833 )
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2022-08-30 11:52:45 -05:00
Grot (@grafanabot)
e5741c82d6
Rendering: Add support for renderer token ( #54425 ) ( #54431 )
...
(cherry picked from commit a4f75cc0438712c90b02d24740416f8615e3a0cb)
(cherry picked from commit 6ec06f66b9 )
Co-authored-by: Joan López de la Franca Beltran <5459617+joanlopez@users.noreply.github.com >
2022-08-30 11:32:29 +01:00
Polina Boneva
0a4d2bbe3d
Add FocusScope to PanelEditor when open in the Dashboard Page so that a11y focus never catches invisible content. ( #54400 ) ( #54430 )
...
(cherry picked from commit ef32050508 )
2022-08-30 06:04:41 -04:00
Grot (@grafanabot)
ecf7cae554
Azure Monitor: Updated grafana_ds_azuremonitor_dashboard_loaded event, replaced array of queries for stats ( #54286 ) ( #54424 )
...
* Replaced array of queries for stats
* Added ds_version prop
* Added ds_version to tests
* Extracted event name to tracking file
* Extracted event to tracking file
* Removed ds_version - useless for core plugin
* Addressed comments
* Added note to event documentation
(cherry picked from commit 711c504b39 )
Co-authored-by: Yaelle Chaudy <42030685+yaelleC@users.noreply.github.com >
2022-08-30 11:05:57 +02:00
Grot (@grafanabot)
f5a4e9232f
Fix admonition ( #54408 ) ( #54412 )
...
(cherry picked from commit fcea9ac913 )
Co-authored-by: Matt Dodson <47385188+MattDodsonEnglish@users.noreply.github.com >
2022-08-29 15:45:54 -05:00
Ryan McKinley
344b2ef0bb
Docs: add geomap index ( #54410 )
2022-08-29 13:15:39 -07:00
Grot (@grafanabot)
238db92f69
Geomap: Fix tooltip display ( #54245 ) ( #54397 )
...
(cherry picked from commit 07dcb64e38 )
Co-authored-by: Adela Almasan <88068998+adela-almasan@users.noreply.github.com >
2022-08-29 11:07:17 -04:00
Grot (@grafanabot)
b4a8496b06
QueryEditorRow: filter data on mount ( #54260 ) ( #54392 )
...
This works correctly on initial dashboard load. However, when an action
is taken that triggers a "re-mount", e.g. opening the options pane on
the right side of the page, the `data` prop becomes undefined.
(cherry picked from commit 87375f570d )
Co-authored-by: Adam Simpson <adam@adamsimpson.net >
2022-08-29 10:03:34 -04:00
Grot (@grafanabot)
565969cfcf
RBAC: Only display unique permissions in list ( #54074 ) ( #54383 )
...
* PermissionList: Only display one row for each user, team or builtin role
(cherry picked from commit c9661a5be1 )
Co-authored-by: Karl Persson <kalle.persson@grafana.com >
2022-08-29 06:37:06 -04:00
Grot (@grafanabot)
493c7866a2
RBAC: Display indicator if a permission is inherited ( #54080 ) ( #54380 )
...
* RBAC: Add IsInherited property
* PermissionList: Display inherited indicator
(cherry picked from commit cc78486535 )
Co-authored-by: Karl Persson <kalle.persson@grafana.com >
2022-08-29 05:29:37 -04:00
Marcus Efraimsson
c8a313c289
Plugins: Remove various custom headers logic ( #54146 ) ( #54284 )
...
Removes various custom headers logic sprinkled around in the backend.
It should automatically be applied to outgoing HTTP requests via the
CustomHeadersMiddleware.
This also removes decryption of SecureJSONData to populate custom
headers in ngalert which seemed to have caused a ton of CPU usage.
(cherry picked from commit 87afd9cadc )
2022-08-29 10:21:34 +02:00
Grot (@grafanabot)
200a901829
Alerting: use raw query data in provisioning to bypass interpolation of macros ( #54293 ) ( #54357 )
...
(cherry picked from commit a932428057 )
Co-authored-by: Jean-Philippe Quéméner <JohnnyQQQQ@users.noreply.github.com >
2022-08-26 18:07:47 -04:00
Grot (@grafanabot)
867c695646
Alerting: add missing yaml tag to mute time struct ( #54287 ) ( #54355 )
...
(cherry picked from commit 49b1182f34 )
Co-authored-by: Jean-Philippe Quéméner <JohnnyQQQQ@users.noreply.github.com >
2022-08-26 17:41:51 -04:00
Grot (@grafanabot)
34d32edcce
Geomap: Local color range for dimensions ( #54348 ) ( #54352 )
...
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
(cherry picked from commit 0707d682e0 )
2022-08-26 16:56:58 -04:00
Christopher Moyer
a108cc4db9
Docs/refactors manage dashboard topics ( #54178 ) ( #54248 )
...
* makes prettier
* refactors manage dashboard topics
* Apply suggestions from code review
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* incorporates review feedback
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
(cherry picked from commit 948452034e )
2022-08-26 12:47:53 -05:00
Christopher Moyer
3555aa8abb
Docs: refactors and copy edits share dashboard topics ( #53972 ) ( #54229 )
...
* refactors and copy edits share dashboard topics
* fixes typo
* incorporates feedback
* completes splitting out reporting and playlists
(cherry picked from commit ca3296da34 )
2022-08-26 12:47:39 -05:00
Christopher Moyer
699be1eea8
docs: refactors field value overrides topics ( #53849 ) ( #54098 )
...
* refactors field value overrides topics
* Update docs/sources/panels/configure-overrides/index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* Update docs/sources/panels/configure-overrides/index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* Update docs/sources/panels/configure-overrides/index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* Update docs/sources/panels/configure-overrides/index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* Update docs/sources/panels/configure-overrides/index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* Update docs/sources/panels/configure-overrides/index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* Update docs/sources/panels/configure-overrides/index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* makes prettier
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
(cherry picked from commit 657e1683d2 )
2022-08-26 12:47:28 -05:00
Artur Wierzbicki
108c2575f8
Search: use SQL search as a fallback during bluge's initial indexing ( #54095 ) ( #54276 )
...
* Search: use SQL search as a fallback when bluge indexing is ongoing
* Search: lint
* Search: feedback fixes - return an empty frame with a special name
* Search: revert readiness check query type
* Search: remove println
* remove sleep, get coffee
(cherry picked from commit 74158ed66b )
2022-08-26 08:38:15 -07:00
Grot (@grafanabot)
fe7c483b9b
elastic: always use millisecond-intervals for alerting ( #54157 ) ( #54317 )
...
(cherry picked from commit a58edc9f5e )
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com >
2022-08-26 08:54:59 -04:00
Grot (@grafanabot)
10c79f020c
Dashboard save: Persist details message when navigating through dashboard save drawer's tabs. ( #54084 ) ( #54289 )
...
* Dashboard: Fix `changes note` textarea to save draft when going to other tabs
* Do not show Changes tab if there are no changes
* Fix comments
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
(cherry picked from commit 37fde2eec6 )
Co-authored-by: Vadim Beskrovnov <seede1@yandex.ru >
2022-08-26 03:43:38 -07:00
Gábor Farkas
dddf5e510d
elastic: use millisecond-intervals ( #54202 ) ( #54266 )
...
(cherry picked from commit 448a67ab43 )
2022-08-26 09:27:48 +02:00
Grot (@grafanabot)
e326041c82
use metadata endpoint ( #53980 ) ( #54241 )
...
(cherry picked from commit c9a3b2d420 )
Co-authored-by: Brendan O'Handley <brendan.ohandley@grafana.com >
2022-08-25 14:34:23 -04:00
Grot (@grafanabot)
b7864b3db1
Docs/adds cloud support disclaimer ( #54150 ) ( #54252 )
...
* adds cloud support disclaimer to three sections
* starts add cloud disclaimer
* adds disclaimer to JWT and Org sections
* adds final Cloud disclaimer to the Loki data source
(cherry picked from commit 3f0636083d )
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2022-08-25 13:06:54 -05:00
Grot (@grafanabot)
308d226875
"Release: Updated versions in package to 9.1.1" ( #54101 )
2022-08-25 09:47:04 +00:00
Grot (@grafanabot)
665da6bc21
[v9.1.x] Build: Use specific nodejs version for levitate pipeline ( #54212 )
...
Co-authored-by: Esteban Beltran <academo@users.noreply.github.com >
2022-08-25 05:27:12 -04:00
Dominik Prokop
de4cd984bd
[v9.1.x] AdHoc variable: Correctly preselect datasource when provisioning ( #54205 )
...
* AdHoc variable: Correctly preselect datasource when provisioning (#54088 )
* Adhoc variable: Correctly preselect datasource when provisioning
* Fix test
* Remove data sources from ad hoc variable state in favor of DataSourcePicker
(cherry picked from commit 8eac5706fd )
* Fix merge
2022-08-25 01:41:14 -07:00
Grot (@grafanabot)
e059708aed
AzureMonitor: Added ARG query function for template variables ( #53059 ) ( #54204 )
...
* Added ARG query functionfor template variables
* removed unused import
* Tweak tests
* Fix tests
* Renamed query function - added 'Azure'
* Revert "Renamed query function - added 'Azure'"
This reverts commit a046bcdd7c .
* Adressed comments
* Fix uncaught error issue
* revert last commit
* Add back errorMessage check
(cherry picked from commit d0d6562f63 )
Co-authored-by: Yaelle Chaudy <42030685+yaelleC@users.noreply.github.com >
2022-08-25 10:25:02 +02:00
George Robinson
d941d0ba78
Alerting: Fix saving of screenshots uploaded with a signed url ( #53933 ) ( #54147 )
...
The URL of screenshots uploaded to external image storages can be optionally signed, resulting in a long string (800+ chars).
Co-authored-by: Valério Valério <vdv100@gmail.com >
2022-08-25 09:06:59 +01:00
Grot (@grafanabot)
219f7e63cf
Fix: Correctly migrate mixed data source targets ( #54152 ) ( #54199 )
...
* Failing test case
* Fix mixed datasource targets migration
(cherry picked from commit f9a49aa3ed )
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
2022-08-25 00:25:56 -07:00
Yuriy Tseretyan
04967f4d8a
Alerting: Update rules delete endpoint to handle rules in group ( #53790 ) ( #54184 )
...
* update RouteDeleteAlertRules rules to update as a group
* remove expecter from scheduler mock to support variadic function
* create function to check for provisioning status + tests
2022-08-24 16:51:26 -04:00
Grot (@grafanabot)
7002c11006
Alerting: log external alertmanager URLs #54127 ( #54177 )
...
(cherry picked from commit 4fad827acd )
Co-authored-by: Santiago <santiagohernandez.1997@gmail.com >
2022-08-24 14:08:34 -04:00
Grot (@grafanabot)
58c41b2e29
Search: Show all dashboards in the folder view ( #54163 ) ( #54164 )
...
(cherry picked from commit 94b4f6f459 )
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2022-08-24 12:25:29 -04:00
Grot (@grafanabot)
b8aa0760e7
Update whatsNewUrl ( #54154 ) ( #54155 )
...
(cherry picked from commit 9be8b0564a )
Co-authored-by: Dimitris Sotirakis <sotirakis.dim@gmail.com >
2022-08-24 18:21:07 +03:00
Dimitris Sotirakis
23e88aa9ca
Trigger backend tests on devenv changes ( #54137 ) ( #54148 )
...
(cherry picked from commit 50d0581000 )
2022-08-24 10:41:29 -04:00
Grot (@grafanabot)
169eeb4ee2
AngularPanels: Fixing changing angular panel options not taking having affect when coming back from panel edit ( #54087 ) ( #54132 )
...
(cherry picked from commit 8880cbd7f6 )
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
2022-08-24 09:17:36 +02:00
Torkel Ödegaard
6acfbeeaac
Docs: Backport 53530 to v9.1.x ( #54106 )
2022-08-23 18:44:13 +02:00
Grot (@grafanabot)
a95c46e6f1
ReleaseNotes: Updated changelog and release notes for 9.1.1 ( #54103 ) ( #54105 )
...
(cherry picked from commit 2eec035c13 )
2022-08-23 12:04:38 -04:00
Grot (@grafanabot)
2021f603ed
Update effects to avoid retrieving metrics descriptors except on project name update ( #54091 ) ( #54100 )
...
(cherry picked from commit 1f17e9a044 )
Co-authored-by: Andreas Christou <andreas.christou@grafana.com >
2022-08-23 17:03:25 +01:00
Christopher Moyer
fa506b8327
docs: corrects broken relrefs ( #54061 ) ( #54097 )
...
* corrects broken relrefs
* Apply suggestions from code review
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
(cherry picked from commit c29a2c37c1 )
2022-08-23 10:15:13 -05:00
Dimitris Sotirakis
a8855cd7dc
Add GCP_KEY secret to the artifacts-page pipeline ( #54013 ) ( #54055 )
...
(cherry picked from commit ceb32a7506 )
2022-08-23 07:44:12 -05:00
Grot (@grafanabot)
9bea66845a
TimeSeries: Fix crash when min >= max in config ( #54069 ) ( #54078 )
...
* TimeSeries: fix crash when min === max in config
* stat sparkline, too
* better types
(cherry picked from commit 530dd63ac6 )
Co-authored-by: Leon Sorokin <leeoniya@gmail.com >
2022-08-23 04:18:35 -04:00
Grot (@grafanabot)
c041930402
Geomap: Fix geohash editor settings #54058 ( #54064 )
...
(cherry picked from commit 13aacf3590 )
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2022-08-22 17:23:08 -04:00
Nathan Marrs
0d6d0ed9d0
Geomap: update the layer order in docs ( #53749 ) ( #54060 )
...
(cherry picked from commit 4ac87a3b3b )
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2022-08-22 13:40:21 -07:00
Christopher Moyer
9ece1844d9
refactors transformation topics ( #53984 ) ( #54059 )
...
* refactors transformation topics (#53984 )
(cherry picked from commit 666f84be57 )
* removes 9.2 inner join docs
2022-08-22 15:11:43 -05:00