Grot (@grafanabot) and Gilles De Mey
06ea4793bc
Alerting: fix alert creation interval layout bug ( #48112 ) ( #48113 )
...
(cherry picked from commit 2713de2bd1 )
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com >
2022-04-22 14:50:28 +02:00
Joao Silva
7202de467b
Annotations: Fixes data source showing as a uid in annotation settings ( #48105 )
2022-04-22 12:43:15 +01:00
Grot (@grafanabot) and Ivana Huckova
45eba672c4
Prometheus: Add report interaction for editor modes ( #47940 ) ( #48099 )
...
* Prometheus: Add report interaction for editor modes
* Add new query
* Fix test
* Update public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryEditorSelector.tsx
* Add app to feature tracking
* Update
(cherry picked from commit 28665a869b )
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com >
2022-04-22 12:45:02 +02:00
Grot (@grafanabot) and Giordano Ricci
25713a853b
Explore: prevent direct access to explore if disabled via feature toggle ( #47714 ) ( #48096 )
...
* Explore: prevent explore route to be registered if explore is disabled
* add feature toggle page
(cherry picked from commit 6899f23a22 )
Co-authored-by: Giordano Ricci <me@giordanoricci.com >
2022-04-22 09:48:53 +01:00
Grot (@grafanabot) and achatterjee-grafana
a91cb6cf6c
Docs: resize images in what's news 8.5 ( #48082 ) ( #48084 )
...
* Updated image size.
* Few more resizing. Also, added link for signup for beta testing (nav bar).
* Few minor tweaks
* Fixed a typo
(cherry picked from commit 75d528d7bd )
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2022-04-21 17:20:27 -04:00
Grot (@grafanabot) and Andres Martinez Gotor
63b7692caf
Cloudwatch: Update grafana-aws-sdk ( #48039 ) ( #48069 )
...
(cherry picked from commit f50cd90301 )
Co-authored-by: Andres Martinez Gotor <andres.mgotor@gmail.com >
2022-04-21 17:32:18 +02:00
Grot (@grafanabot) and Dimitris Sotirakis
0e9b91fb13
Add yarn-install when publishing npm packages ( #48061 ) ( #48064 )
...
(cherry picked from commit 412be1f1cf )
Co-authored-by: Dimitris Sotirakis <sotirakis.dim@gmail.com >
2022-04-21 16:49:09 +02:00
Grot (@grafanabot)
2e851e2176
ReleaseNotes: Updated changelog and release notes for 8.5.0 ( #48060 ) ( #48062 )
...
(cherry picked from commit 3b256afb9e )
2022-04-21 16:36:29 +02:00
Grot (@grafanabot)
79e1ab4d89
"Release: Updated versions in package to 8.5.0" ( #48058 )
2022-04-21 16:14:16 +02:00
Grot (@grafanabot) and Garrett Guillotte
bf5b59c911
Docs: Clarify transformation functions reference docs ( #46903 ) ( #48056 )
...
* Docs: Remove 'Reference' prefix from all reference topic filenames: Per issue #46818 , prefixing reference topics with "Reference" can damage usability. Remove the prefix from filenames.
* Docs: Remove "Reference:" prefix from titles and ToC headings: Per issue #46818 , prefixing reference topics with "Reference" can damage usability. Remove the prefix from titles and ToC headings. H1s retain the prefix to emphasize the nature of the doc without affecting the docs' discoverability.
* Docs: Move Transformation functions reference alongside Transformation docs
* Docs: Update links to reference docs in Transformation docs
* Docs: Update links to reference docs in Panels docs
* Docs: Update links to query options reference across docs
* Docs: Update links to standard field definitions reference across docs
* Docs: Update links to calculation types reference across docs
* Docs: Update links to transformation functions reference across docs
* Docs: Rename apply transformation doc filename to add transformation
* Docs: Rename apply transformation doc to add transformation
* Docs: Update links to add transformation doc across docs
* Docs: Update relrefs in Transformation functions reference
(cherry picked from commit d93bcd547e )
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com >
2022-04-21 09:42:46 -04:00
Grot (@grafanabot)
23a8704b67
Text Panel: Fixes issue with hash anchor links ( #47980 ) ( #48055 )
2022-04-21 14:33:56 +01:00
Grot (@grafanabot) and Ashley Harrison
93b3d219a2
Hide navbar behind ready check to prevent flicker of navbar on login ( #47968 ) ( #48050 )
...
(cherry picked from commit b727c324b8 )
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2022-04-21 14:23:10 +02:00
Grot (@grafanabot) and Eric Leijonmarck
ad35db8636
Service accounts: rename feature toggle ( #48037 ) ( #48040 )
...
* refactor: renaming service-accounts to serviceAccounts
* refactor: renaming service-accounts to serviceAccounts in docs
* tests
(cherry picked from commit 8677552dda )
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com >
2022-04-21 11:53:32 +02:00
Grot (@grafanabot)
c75be3bb3e
Navigation: Fixes issue with menu closing when hovering back to the trigger ( #47992 ) ( #48038 )
2022-04-21 10:35:41 +01:00
Grot (@grafanabot) and Andrej Ocenas
f368cac796
Prometheus: Highlight operations added in the query builder ( #47961 ) ( #48033 )
...
* Highlight newly added operations
* Better diff for the operations change
* Changed the highlight style
(cherry picked from commit ff5aef194c )
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com >
2022-04-21 10:39:41 +02:00
a228985d97
Alerting: Add integration test for AddDashAlertMigration ( #47730 ) ( #48019 )
...
Adds tests for:
what circumstances should trigger alert migration from legacy alerting to unified alerting.
the execution of the migration itself.
Co-authored-by: gotjosh <josue.abreu@gmail.com >
Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com >
2022-04-21 13:38:31 +08:00
Grot (@grafanabot) and Leon Sorokin
feaf32f04c
TimeSeries: clamp max bar width to 200px ( #48021 ) ( #48024 )
...
(cherry picked from commit 5c3be630f2 )
Co-authored-by: Leon Sorokin <leeoniya@gmail.com >
2022-04-21 07:22:16 +02:00
Grot (@grafanabot) and achatterjee-grafana
447752c00d
Docs: Adding What's New for the 8.5 release ( #47995 ) ( #48005 )
...
* initial commit
* more changes
* more changes
* run prettier check
(cherry picked from commit b034bd18b5 )
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2022-04-20 16:20:40 -04:00
Grot (@grafanabot) and Alexander Emelin
d300a27ee7
Comments: fix wrong SQL query generated if Settings are not empty ( #47552 ) ( #47999 )
...
(cherry picked from commit ce89d7e874 )
Co-authored-by: Alexander Emelin <frvzmb@gmail.com >
2022-04-20 13:00:37 -07:00
Grot (@grafanabot) and Alex Khomenko
301be18d86
Use trialExpiry for determining if a user is on trial ( #47975 ) ( #47998 )
...
(cherry picked from commit 6c1994cb86 )
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com >
2022-04-20 20:54:14 +02:00
Grot (@grafanabot) and Yuriy Tseretyan
644b23aba2
Alerting: Fix navlinks for legacy alerting ( #47972 ) ( #47984 )
...
* split building legacy and ng alert nav links.
(cherry picked from commit c1f766a374 )
Co-authored-by: Yuriy Tseretyan <yuriy.tseretyan@grafana.com >
2022-04-20 18:26:11 +02:00
Grot (@grafanabot) and Stephanie Closson
da335ce32e
Fix: Parse exemplars before parsing heatmap data ( #47463 ) ( #47469 )
...
* parse exemplars before parsing the heatmap. Exemplars are overlayed. Not part of the main heatmap
* added tests
(cherry picked from commit 222325c7f1 )
Co-authored-by: Stephanie Closson <srclosson@gmail.com >
2022-04-20 12:59:21 -03:00
Grot (@grafanabot) and Yuriy Tseretyan
7065ee20ee
Alerting: Update RBAC documentation with information about alerting ( #47858 ) ( #47982 )
...
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
(cherry picked from commit c1ec122f75 )
Co-authored-by: Yuriy Tseretyan <yuriy.tseretyan@grafana.com >
2022-04-20 11:48:44 -04:00
Grot (@grafanabot) and Andreas Christou
5c64c3559d
Transformations: Support escaped characters in key-value pair parsing ( #47901 ) ( #47973 )
...
* Additional logic to handle quoted values
* Simple test with quoted values that include spaces
* Update test description
* Updating logic to account for nested quotes
- Adding additional test for nested quotes
* Strip out line breaks and carriage returns pre-processing
* Fix typo in test result
* Update key-value logic to avoid regexp
- Minor changes to account for null values
* Correct escaping on test
* Additional tests
- Test for null values
- Test for nested separator characters
- Update quoting
(cherry picked from commit d0b41f882e )
Co-authored-by: Andreas Christou <andreas.christou@grafana.com >
2022-04-20 16:37:55 +01:00
Grot (@grafanabot) and Joe Blubaugh
e9c13f824c
Alerting: Notification URL points to alert view page instead of alert edit page ( #47752 ) ( #47960 )
...
Before this change, notifications generated by the Grafana Alertmanager
pointed to '/alerting/:ruleID/edit'. This change instead points them to
the view path '/alerting/grafana/:ruleID/view'. The view page has a
better UX, including timeseries display. It's also where many alert
state improvements will land in the next few versions of Grafana.
Fixes #45301
Signed-off-by: Joe Blubaugh <joe.blubaugh@grafana.com >
(cherry picked from commit 3d91047e6e )
Co-authored-by: Joe Blubaugh <joe.blubaugh@grafana.com >
2022-04-20 17:32:26 +02:00
Grot (@grafanabot) and Torkel Ödegaard
c0e157300b
DashboardPage: Remember scroll position when coming back panel edit / view panel ( #47639 ) ( #47792 )
...
* DashboardPage: Remember scroll position when coming back panel edit / view panel
* Use scollElement callback
* Fixed ts issue
(cherry picked from commit a126c07e54 )
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
2022-04-20 17:25:40 +02:00
Grot (@grafanabot) and kay delaney
9c1c446b44
UserListAdminPage: Reset page when changing filters ( #47958 ) ( #47976 )
...
(cherry picked from commit e19e934178 )
Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com >
2022-04-20 16:20:56 +01:00
Grot (@grafanabot) and Ryan McKinley
d2feeb8455
PanelQueryRunner: use refId from results if the key value was not set in the packet ( #47598 ) ( #47647 )
...
(cherry picked from commit f80a0d2a9b )
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2022-04-20 19:14:57 +04:00
Grot (@grafanabot) and Josh Hunt
f08c5a796c
Modify the Server Error scenario to return frontend errors ( #47157 ) ( #47425 )
...
(cherry picked from commit 41642fd5f4 )
Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com >
2022-04-20 16:11:23 +01:00
Grot (@grafanabot) and Jack Westbrook
690c08b80d
Chore: Bump minimist to 1.2.6 ( #47401 ) ( #47681 )
...
(cherry picked from commit b8e3c77adb )
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com >
2022-04-20 17:01:52 +02:00
Grot (@grafanabot) and Gilles De Mey
1bd1838363
Alerting: adds variable replacement to panel filters ( #47962 ) ( #47967 )
...
(cherry picked from commit 459c64fd44 )
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com >
2022-04-20 16:58:41 +02:00
Grot (@grafanabot) and Marcus Efraimsson
b37047eadb
Chore: Try to fix flaky reverse proxy test ( #47957 ) ( #47966 )
...
(cherry picked from commit 0afc542998 )
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com >
2022-04-20 16:38:41 +02:00
Grot (@grafanabot)
9841f1d488
ReleaseNotes: Updated changelog and release notes for 8.4.7 ( #47952 ) ( #47955 )
...
(cherry picked from commit 6eb41f9cb3 )
2022-04-20 15:33:16 +02:00
Grot (@grafanabot) and kay delaney
7b7f7facca
Folders: Fix flaky test ( #47953 ) ( #47954 )
...
(cherry picked from commit db8d85e2f2 )
Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com >
2022-04-20 15:14:25 +02:00
Grot (@grafanabot) and Ashley Harrison
52fe9ba3fe
Wrap individual meta items in zIndex: 0 ( #47935 ) ( #47941 )
...
(cherry picked from commit e8fc6637ec )
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2022-04-20 14:38:51 +02:00
Grot (@grafanabot) and Ivana Huckova
f7683af8b5
Prometheus: Remove running of query on raw query toggle ( #47938 ) ( #47939 )
...
(cherry picked from commit 5c4459a723 )
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com >
2022-04-20 14:37:54 +02:00
Grot (@grafanabot) and Andrej Ocenas
0508656182
Prometheus: Move count_values from function to aggregation ( #47260 ) ( #47645 )
...
* Move count_values from function to aggregation
* Fix typos
* Fix loki operations
* Fix error that change the aggregation variant on blur
* Fix loki ops
(cherry picked from commit 95009995e4 )
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com >
2022-04-20 14:30:57 +02:00
Grot (@grafanabot) and Alex Khomenko
0a4b6dccfc
Feature Highlights: update upgrade components UI ( #47885 ) ( #47948 )
...
* Highlights: add action prop
* Highlight team sync for trial users
* Add badges for trial highlights
* Move events to UpgradeBox
* Fix undefined license settings
* Update snapshot
* Update public/app/features/datasources/state/navModel.ts
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com >
* Update public/app/features/datasources/state/navModel.ts
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com >
* Update public/app/features/datasources/state/navModel.ts
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com >
* Update copy and event handling
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com >
(cherry picked from commit 9c0aa09a85 )
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com >
2022-04-20 14:24:51 +02:00
Grot (@grafanabot) and Torkel Ödegaard
f682ad8c60
Prometheus/Loki: Fixes the query type option when multiple queries present ( #47846 ) ( #47944 )
...
(cherry picked from commit 68aac0bd90 )
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
2022-04-20 14:17:38 +02:00
Grot (@grafanabot) and Gilles De Mey
4ea9193696
Alerting: grafana managed group names ( #47785 ) ( #47929 )
...
(cherry picked from commit be3f52abb1 )
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com >
2022-04-20 13:12:50 +02:00
Grot (@grafanabot) and kay delaney
ffab9f6587
Library panels: Fix issue where query editor options wouldn't be updated ( #47242 ) ( #47421 )
...
Closes #47241
(cherry picked from commit 0cff2d5980 )
Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com >
2022-04-20 11:19:04 +01:00
Grot (@grafanabot) and Ashley Harrison
37b762fe9c
Don't set autofocus on logarithmic base select ( #47927 ) ( #47933 )
...
(cherry picked from commit 8b4b57a6c6 )
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2022-04-20 12:18:37 +02:00
kay delaney
45d8bbba3a
Dashboards: Defer loading of plugin exports until panel is visible ( #47361 ) ( #47932 )
...
(cherry picked from commit 8ae5dd74e6 )
2022-04-20 11:18:27 +01:00
Grot (@grafanabot) and Giordano Ricci
78659b6814
Explore: minor copy changes ( #47922 ) ( #47928 )
...
* Explore: minor copy changes
* fix tests
(cherry picked from commit c1490a464a )
Co-authored-by: Giordano Ricci <me@giordanoricci.com >
2022-04-20 10:57:36 +01:00
Grot (@grafanabot) and kay delaney
e59f21a22e
Frontend: Add notification persistence behind feature flag ( #47871 ) ( #47931 )
...
(cherry picked from commit c48d8d1d48 )
Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com >
2022-04-20 11:57:15 +02:00
Grot (@grafanabot) and kay delaney
f62e76b5d5
Export: Explicitly include default datasources in exported dashboard json ( #47244 ) ( #47924 )
...
* Export: Explicitly include default datasources in exported dashboard json
(cherry picked from commit f9f4a4cbf6 )
Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com >
2022-04-20 10:48:19 +01:00
Grot (@grafanabot) and kay delaney
5ba2aafa88
Revert "DataLinks: Encode variable params for data link URLs ( #46100 )" ( #47763 ) ( #47926 )
...
This reverts commit b47f5433d7 .
(cherry picked from commit ff60f39e96 )
Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com >
2022-04-20 11:45:54 +02:00
Grot (@grafanabot) and Ieva
b53f5675f4
check that the user has RBAC permissions to save dashboard annotation ( #47882 ) ( #47920 )
...
(cherry picked from commit 1588cd393a )
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com >
2022-04-20 10:49:32 +02:00
Grot (@grafanabot) and Vardan Torosyan
5de766a202
Update API Keys UI to adjust based on users permissions ( #47802 ) ( #47921 )
...
* Update API Keys UI to adjust based on users permissions
Since API Keys support now RBAC we need to ensure that UI
is adjusted based on the user permissions.
* Applying PR suggestions
(cherry picked from commit cbd2d09d70 )
Co-authored-by: Vardan Torosyan <vardants@gmail.com >
2022-04-20 10:45:54 +02:00
Grot (@grafanabot) and Peter Holmberg
8888dac836
Alerting: Fix issue with Slack contact point validation ( #47559 ) ( #47919 )
...
Co-authored-by: gillesdemey <gilles.de.mey@gmail.com >
(cherry picked from commit 39d3c8afd7 )
Co-authored-by: Peter Holmberg <peterholmberg@users.noreply.github.com >
2022-04-20 10:18:41 +02:00