sort by:
Revision Author Date Message Commit Date
d9718fb [v10.0.x] Dashboards: Only refresh panels on panel edit exit if refresh is set (#68225) Dashboards: Only refresh panels on panel edit exit if refresh is set (#67652) Closes #66838 Co-authored-by: Torkel Ödegaard <torkel@grafana.com> (cherry picked from commit 7801cf6585c08fc3e3ee2d2b4e5066b5e2dc2aac) Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> 10 May 2023, 16:59:14 UTC
cefc1bf [v10.0.x] Prometheus: bug in creating autocomplete queries with labels (#68243) Prometheus: bug in creating autocomplete queries with labels (#68003) Fix bug formatting multiple prometheus labels when doing metric query (cherry picked from commit a1bc1bd36855f1ad37dc5aba82984de890645c5a) 10 May 2023, 16:05:59 UTC
af2276d [v10.0.x] Histogram: Respect min/max panel settings for x-axis (#68245) Histogram: Respect min/max panel settings for x-axis (#62273) (cherry picked from commit 8f8baf1a076b021d8d2f8a2ddad5801454f7024b) Co-authored-by: Leon Sorokin <leeoniya@gmail.com> 10 May 2023, 16:04:30 UTC
0c44250 [v10.0.x] CI: Move windows-tests into promotion pipeline (#68218) (#68229) (cherry picked from commit acd02e8a4848091bd8f548478c430f3c5d707682) Backport of https://github.com/grafana/grafana/pull/68218 10 May 2023, 14:32:21 UTC
1a066c7 [v10.0.x] HelpWizard: Show snapshot preview regardless of scenes feature toggle (#68217) HelpWizard: Show snapshot preview regardless of scenes feature toggle (#68157) (cherry picked from commit 1f43c62d03d4290377f90edd220ecd113709627d) Co-authored-by: Ryan McKinley <ryantxu@gmail.com> 10 May 2023, 14:10:46 UTC
cc2e352 [v10.0.x] Folders: return an error when listing folders if permission guardian returns an error (#68224) Folders: return an error when listing folders if permission guardian returns an error (#68109) return an error when listing folders if perm gaurdian returns an error (cherry picked from commit e51b92991d6efa40456924f7572fb69d35c8989c) Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> 10 May 2023, 13:20:50 UTC
e77a9c1 [v10.0.x] QueryRow: Make toggle actions screen-readers accessible (#68210) Co-authored-by: Giordano Ricci <me@giordanoricci.com> 10 May 2023, 12:25:46 UTC
65aad49 [v10.0.x] CI: Remove windows backend tests from release pipelines (#68166) (#68208) Remove windows backend tests from release pipelines These are run in other places so there is no benefit to also include them here. (cherry picked from commit 1e8cad625bcecc48ae8bc6eeb0284633fde9be10) Backport of https://github.com/grafana/grafana/pull/68166 10 May 2023, 12:17:20 UTC
92454e6 [v10.0.x] AzureMonitor: Add health check retry logic (#68161) AzureMonitor: Bump credential wait time (#68120) Bump credential wait time as 15s seems too short (cherry picked from commit 0d3a78d86dd84ed95024da0a4ada6bc2b0f7af6a) Co-authored-by: Andreas Christou <andreas.christou@grafana.com> 10 May 2023, 12:01:00 UTC
45bbc22 [v10.0.x] Codegen: Fix composable kinds docs generation (#68186) * Fix plugins docs codegen * Regenerate docs 10 May 2023, 11:38:44 UTC
5c05268 [v10.0.x] Nested folders: Redo search query when actions complete (#68193) Nested folders: Redo search query when actions complete (#68102) redo search query if searching when actions complete (cherry picked from commit 135b0a25aa14ee670f5e9979fba3fff876690fbd) Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 10 May 2023, 11:32:18 UTC
9cb18ae [v10.0.x] Nested folders: remove behaviour where selecting all children selects parent (#68187) Nested folders: remove behaviour where selecting all children selects parent (#68084) remove behaviour where selecting all children selects parent (cherry picked from commit 765da9c841361c348d16a92a8cb162bfc6a94f25) Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 10 May 2023, 11:19:09 UTC
de14261 [v10.0.x] Update index.md (#68188) Update index.md (#67979) removing an extra ':' (cherry picked from commit 5145f4d3f19700a57084d321a958cd7a5aa49998) Co-authored-by: bojankezele <79632099+bojankezele@users.noreply.github.com> 10 May 2023, 10:49:42 UTC
fffb133 [v10.0.x] Settings: Do not hide sensitive values if it's empty (#68197) Settings: Do not hide sensitive values if it's empty (#68088) * Settings: Do not hide sensitive values if it's empty * Fix implementation * Add tests for RedactedValue function (cherry picked from commit 0b6ae0d1197303a7afc8397937ec9c5d6243f187) Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com> 10 May 2023, 10:49:25 UTC
d5844c3 [v10.0.x] AzureMonitor: Correctly set resource parameter for Logs queries (#68196) AzureMonitor: Correctly set resource parameter for Logs queries (#68133) * Update to ensure the resources parameter is passed through for logs queries only * Use string slices for resources to ensure order remains the same * Fix lint * clarify test (cherry picked from commit e059ce9c8aae3f24fef4721de9ba524d4ae20df4) Co-authored-by: Andreas Christou <andreas.christou@grafana.com> 10 May 2023, 10:39:04 UTC
758dfbd [v10.0.x] Alerting: Update contact point state semantics (#68126) Alerting: Update contact point state semantics (#67994) (cherry picked from commit 5d047160e9422dd4377bcd4cf63876677b0bf6c0) Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com> 10 May 2023, 09:43:01 UTC
85096b0 [v10.0.x] Alerting: Fix broken integration test (#68181) Alerting: Fix broken integration test (#68140) From https://github.com/grafana/grafana/pull/68122 (cherry picked from commit 5422609fb10bf136db17a64ab38d0964423a235f) Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com> 10 May 2023, 09:03:33 UTC
6b356a5 [v10.0.x] Use expected types for admonition (#68175) Use expected types for admonition (#68080) All types are declared lowercased. Signed-off-by: Jack Baldry <jack.baldry@grafana.com> (cherry picked from commit 356eabc24cbed999830d7a112ef3f111a7dffc26) Co-authored-by: Jack Baldry <jack.baldry@grafana.com> 10 May 2023, 08:49:58 UTC
36d6a9b [v10.0.x] Alerting: Omit "description" and "summary" from default email template annotations (#68130) Alerting: Omit "description" and "summary" from default email template annotations (#68122) (cherry picked from commit 720b5b3b6515c72f98c957b2f2c9bbc4aedec7e5) Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com> 10 May 2023, 08:46:51 UTC
40ac2a6 [v10.0.x] Heatmap: Fix color rendering for value ranges < 1 (#68164) Heatmap: Fix color rendering for value ranges < 1 (#68156) (cherry picked from commit 1400a0a3f7a5b5b3c5b7258a3b5bb037b654f599) Co-authored-by: Leon Sorokin <leeoniya@gmail.com> 10 May 2023, 07:21:48 UTC
e492346 [v10.0.x] Heatmap: Handle unsorted timestamps in calculate mode (#68151) Heatmap: Handle unsorted timestamps in calculate mode (#68111) (cherry picked from commit f100a4c68003300e99d7b6fa86c6f5196c41596f) Co-authored-by: Leon Sorokin <leeoniya@gmail.com> 10 May 2023, 04:17:11 UTC
8242dec [v10.0.x] Heatmap: Fix log scale editor (#68152) Heatmap: Fix log scale editor (#68132) (cherry picked from commit 4ee894b0bea4306bc171a16c0cc5f15fd799b414) Co-authored-by: Ryan McKinley <ryantxu@gmail.com> 10 May 2023, 00:51:04 UTC
8139833 [v10.0.x] Annotations: Fix rendering (#68146) 09 May 2023, 20:45:35 UTC
58efebb [v10.0.x] AzureMonitor: Ensure trace exceptions are correctly displayed (#68105) AzureMonitor: Ensure trace exceptions are correctly displayed (#68079) Ensure trace exceptions are correctly displayed (cherry picked from commit 65c1505415a98b4f9e34ea75374887bce7195011) Co-authored-by: Andreas Christou <andreas.christou@grafana.com> 09 May 2023, 18:01:44 UTC
fe9b529 [v10.0.x] Graph: Fix legend overlapping graph area (#68107) Graph: Fix legend overlapping graph area (#67912) use render callback instead of requestIdleTimeout (cherry picked from commit 8e752439c69103f47bd8f5ae8fe5b2e52dac1ea3) Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 09 May 2023, 16:45:16 UTC
a39c486 [v10.0.x] AzureMonitor: Appropriately handle trace correlation resources (#68108) AzureMonitor: Appropriately handle trace correlation resources (#67934) * Appropriately handle correlation resources - Retrieve resources in buildQueries step - Build updated queries based off of correlation results - Update tests * Fix query building and tests * Fix lint * Ensure multiple resource queries will work - Correctly set resources to ensure there is no overlapping between multiple resource selection and correlated resources - Add tests for these specific cases - Remove unnecessary pointers - Build queries correctly (cherry picked from commit 5ddc37ee21a5a10862ee44604674a4996e6ccd48) Co-authored-by: Andreas Christou <andreas.christou@grafana.com> 09 May 2023, 16:02:19 UTC
3bb9f46 [v10.0.x] Fix Enterprise Datasources link on Grafana Enterprise page (#68118) Fix Enterprise Datasources link on Grafana Enterprise page (#67962) fix-enterprise-datasources-link (cherry picked from commit 18d4fda6132ec5ec4d7de32e3e425c702a8845b5) Co-authored-by: Andriy <andriy.urbanas@grafana.com> 09 May 2023, 15:35:05 UTC
9ea772d [v10.0.x] Alerting: Fixes Alert list panel "ungrouped" regression (#68090) Alerting: Fixes Alert list panel "ungrouped" regression (#68018) (cherry picked from commit ee05e3675a204511b3da958dc3e2c158273dddcd) Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com> 09 May 2023, 15:32:12 UTC
f710ed0 [v10.0.x] DataSourceModal: responsive behavior (#68085) DataSourceModal: responsive behavior (#67944) (cherry picked from commit 8ec5527479e25ae4a12ff7b5f83f987ab27c46d9) Co-authored-by: Juan Cabanas <juan.cabanas@grafana.com> 09 May 2023, 14:06:03 UTC
530c575 [v10.0.x] Docs: Plugin doc review for chunk 1-A (#68045) Docs: Plugin doc review for chunk 1-A (#67070) * Plugin doc review for chunk 1-A Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Group of fixes in response to review comments Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Updates for review comments Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Fixed extra space Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Additional doc fixes Signed-off-by: Joe Perez <joseph.perez@grafana.com> * More doc fixes Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Fixes from doc review Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Doc review fixes Signed-off-by: Joe Perez <joseph.perez@grafana.com> * More changes from doc review Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Fix links and relrefs using doc-validator advice Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Publishing criteria update Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Markdown fix Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Fixes Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Testing Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Testing Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Testing Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Link fix Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Prettier Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Fix to publishing criteria Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Doc fix Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Doc fix Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Doc fix Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Update docs/sources/developers/plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/build-a-logs-data-source-plugin.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/build-a-streaming-data-source-plugin.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/build-a-streaming-data-source-plugin.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/get-started-with-plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/publish-a-plugin.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/publish-a-plugin.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/publish-a-plugin.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/sign-a-plugin.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Prettier Signed-off-by: Joe Perez <joseph.perez@grafana.com> --------- Signed-off-by: Joe Perez <joseph.perez@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> (cherry picked from commit 13be068919709c74a84dd7f3c82b087ca51b8c0a) Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com> 09 May 2023, 13:33:20 UTC
49c2ac5 [v10.0.x] Add name_id_format to doc (#67928) Add name_id_format to doc (#67803) * add name_id_format to doc * add labels * add missing pipe * add available name ID options * Update docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md * Apply suggestions from code review Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * lint --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> (cherry picked from commit 6f4d4a67508ee98d8d5f0fa2311a6cc466a84a45) Co-authored-by: Jo <joao.guerreiro@grafana.com> 09 May 2023, 13:15:18 UTC
a39299e NavBar: app chrome state wrongly overwritten when ds modal is opened … (#68041) NavBar: app chrome state wrongly overwritten when ds modal is opened (#67952) (cherry picked from commit 24668137f808fb55c6aa55136be2ff9de8b04a42) 09 May 2023, 12:29:46 UTC
35d9999 [v10.0.x] Docs: Update backend plugin forwarding of headers (#68069) Docs: Update backend plugin forwarding of headers (#67913) Co-authored-by: Will Browne <wbrowne@users.noreply.github.com> Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com> (cherry picked from commit 04df92ab47119abcdafea0642b24462b13cdacdf) Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> 09 May 2023, 09:52:02 UTC
99555dd [v10.0.x] CI: Remove custom enterprise2 pipelines (#68056) (#68057) CI: Remove custom enterprise2 pipelines (#68056) Remove custom enterprise2 pipelines (cherry picked from commit 6ae952c7c5d7510977a335a7be2ab13968433291) 09 May 2023, 08:56:13 UTC
583d3aa [v10.0.x] Alerting: Fix condition on invalid interval dropdown (#68030) 08 May 2023, 21:04:49 UTC
81c5fbb [v10.0.x] docs: add empty dashboard & Add dropdown screenshots (#68036) docs: add empty dashboard & Add dropdown screenshots (#67588) * added empty dashboard screenshots * added Add dropdown screenshots * removed screenshot from build first dashboard * added Add dropdown guidance in panel editor page; updated headings * added intro text in panel editor (cherry picked from commit da214735271e312271d75f83ce9b7dce48a8f9bb) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 08 May 2023, 19:04:30 UTC
4a0fb87 [v10.0.x] Datagrid: Refactor header column delete/clear (#68023) Datagrid: Refactor header column delete/clear (#67842) * refactor header column delete/clear * fix tests, add clear option on header dropdown * fix e2e tests (cherry picked from commit 5416ec4768aa12f994234fbb3da7c4cc57b529e3) Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com> 08 May 2023, 17:06:50 UTC
340d5a5 [v10.0.x] Dashboard: Change add panel button to fill to remove outline border (#68017) Dashboard: Change add panel button to fill to remove outline border (#68004) (cherry picked from commit 5155455c55c2bf4b3848f03a7eecebd4f4e4ba9e) Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 08 May 2023, 15:36:31 UTC
1ee2c97 [v10.0.x] Alerting: Show export button for org admins (#67995) Alerting: Show export button for org admins (#67939) Show export button for org admins (cherry picked from commit e7f11f2456f28d8713a1d194421e9d74b4c5f8c6) Co-authored-by: Virginia Cepeda <virginia.cepeda@grafana.com> 08 May 2023, 15:25:00 UTC
8f26909 [v10.0.x] CI: Add Windows backend tests in more places (#66438) (#68005) * CI: Add Windows backend tests in more places * CI: Add promotion pipeline for publishing new windows-test-images * CI: Ignore windows backend-test failures for now * CI: Fix linting issue in ci_images.star file (cherry picked from commit b2fc285a5ddaa25265aea9a137fb37512ecdaf57) 08 May 2023, 13:42:14 UTC
c53daad [v10.0.x] Docs: Adds alert state history doc (#68000) Docs: Adds alert state history doc (#67976) * Adds alert state history doc * Adds config image * Adds config as text * correct spacing (cherry picked from commit cb9d53708ef979b2848c7c6bffe0d1c63434bed4) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> 08 May 2023, 13:26:54 UTC
98fa7ae [v10.0.x] Docs: Adds preview notification template docs (#68001) Docs: Adds preview notification template docs (#67903) Adds preview notification template (cherry picked from commit 6464ce0239843aa3c5abbd32d5bdf8ecc63db5f8) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> 08 May 2023, 13:26:22 UTC
8c2a741 [v10.0.x] Log Context: Add feature tracking of limit change (#67980) Log Context: Add feature tracking of limit change (#67966) * add feature tracking of load more * Update public/app/features/logs/components/log-context/LogRowContextModal.tsx Co-authored-by: Matias Chomicki <matyax@gmail.com> * fix condition --------- Co-authored-by: Matias Chomicki <matyax@gmail.com> (cherry picked from commit 0fc9a477792cb152d68c417b972a3fd1cb52a745) Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com> 08 May 2023, 09:48:14 UTC
11d9f04 [v10.0.x] Alerting: Make two boxes in template form adaptative to the screen (#67983) Alerting: Make two boxes in template form adaptative to the screen (#67967) Make two boxes in template form adaptative to the screen width to be align in the same line when possible (cherry picked from commit 97802e44a6877482dff93bc37d2938c433cf2218) Co-authored-by: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com> 08 May 2023, 09:42:24 UTC
3c7d096 [v10.0.x] Alerting: Change order of buttons bellow payload data editor (#67836) Alerting: Change order of buttons bellow payload data editor (#67830) Change order of buttons bellow payload data editor (cherry picked from commit d10ee8263c95ed315f9ed03127637e8214e66c5f) Co-authored-by: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com> 08 May 2023, 09:41:30 UTC
855d537 [v10.0.x] Navigation: Fix 'Page not found' when sending or going back from 'Invitate user' page (#67972) 08 May 2023, 09:09:49 UTC
30b42a4 [v10.0.x] PanelQueryRunner: Return previous processed (transform+field config) series for loading state (#67964) 07 May 2023, 14:10:54 UTC
d53599b [v10.0.x] Schema: Fix dimension schemas (#67943) Schema: Fix dimension schemas (#67935) (cherry picked from commit 854d497f94a2653a6b30f026c34ad31134b879fe) Co-authored-by: Ryan McKinley <ryantxu@gmail.com> 05 May 2023, 22:57:00 UTC
5b2175f [v10.0.x] CloudWatch: Use grafana-aws-sdk v0.15.0 (#67922) CloudWatch: Use grafana-aws-sdk v0.15.0 (#67876) Cloudwatch: Update grafana-aws-sdk (cherry picked from commit c0bb4049811d0a3f4e3b8842338c5f9d2fa37743) Co-authored-by: Isabella Siu <Isabella.siu@grafana.com> 05 May 2023, 21:15:06 UTC
1a1dc02 [v10.0.x] Alerting: Migration to not fail if alert_configuration table is not empty (#67937) Alerting: Migration to not fail if alert_configuration table is not empty (#67924) (cherry picked from commit 0ce7f7eaf4b03b04532bdc941e014ea50e2b1788) Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com> 05 May 2023, 16:33:12 UTC
21e0824 [v10.0.x] AzureMonitor: Clear queries if header value changes (#67930) AzureMonitor: Clear queries if header value changes (#67916) Clear queries if header value changes (cherry picked from commit 765ae6cd90c341804b5df1763725bf9d2b6fdce1) Co-authored-by: Andreas Christou <andreas.christou@grafana.com> 05 May 2023, 15:59:21 UTC
25a9d90 [v10.0.x] AzureMonitor: Fix logs query multi-resource and timespan values (#67933) AzureMonitor: Fix logs query multi-resource and timespan values (#67914) * Update TimeGrain interface methods - Make them util functions because it's simpler * Update logs ds to appropiately set resources and timespan * Set timespan using RCF times * Update tests (cherry picked from commit 9d16718accd11f8db53b30ea79aac16c07e99090) Co-authored-by: Andreas Christou <andreas.christou@grafana.com> 05 May 2023, 15:58:34 UTC
8a8d796 [v10.0.x] Render analytics identifiers (#67926) Render analytics identifiers (#67860) * Append analytics identifier upon authenticate session * Add id and module upon syncing user to identity * Add authModule & id to `IdentityFromSignedInUser` * Allow req calls in test to use basic auth * Add `intercom_secret` to grafana config in tests * Add test for analytics render in html view (cherry picked from commit 15e34505e2213b47a47d922a0cd306e071565d12) Co-authored-by: linoman <2051016+linoman@users.noreply.github.com> 05 May 2023, 15:36:08 UTC
9a1e114 [v10.0.x] TablePanel: Do not allow auto-reset (#67907) TablePanel: Do not allow auto-reset (#67477) disallow react table to autoreset (cherry picked from commit eb2eb65de85704cff08d5bfba7cd552ca0ef323f) Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com> 05 May 2023, 11:13:33 UTC
53b31fa [v10.0.x] Docs: Add a note about disabling SAML UI (#67898) Docs: Add a note about disabling SAML UI (#67877) (cherry picked from commit e5b12e23b12992cfd39537719e4c387e3dca5693) Co-authored-by: Vardan Torosyan <vardants@gmail.com> 05 May 2023, 09:58:23 UTC
1958a16 [v10.0.x] Improve ds picker empty state when no results were found (#67826) Merge remote-tracking branch 'origin/main' into issue-66659 05 May 2023, 09:31:15 UTC
9153c38 [v10.0.x] Elasticsearch: Fix processing of logs with not-recognized time format (#67866) Elasticsearch: Fix processing of logs with not-recognized time format (#67767) * Elasticsearch: Fix parsing of invalid time * Fix lint * Add more test data to data.js * Add tests * Fix lint * Update pkg/tsdb/elasticsearch/client/search_request.go (cherry picked from commit 95cf598423926d930ccece2f2e8f57e08dcddb5a) Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> 05 May 2023, 08:38:12 UTC
be5df6f [v10.0.x] InspectDrawer: Fixes issue with double scrollbars (#67888) InspectDrawer: Fixes issue with double scrollbars (#67884) * InspectDrawer: Fixes issue with double scrollbars * Fixed minor issue (cherry picked from commit fcb14d2548d68dadb981f24dd76489088dd232d7) Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 05 May 2023, 08:04:29 UTC
907c378 [v10.0.x] Connections: Show core datasource plugins as well (#67886) Connections: Show core datasource plugins as well (#67815) fix: add a new hook & selector that can show core plugins by default (cherry picked from commit 21459c7c97675e06b84e1bbe137623a93c47e23b) Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> 05 May 2023, 08:02:26 UTC
2ae5c3d [v10.0.x] Theme: Change dark theme borders to improve contrast on primary background (#67869) 05 May 2023, 07:36:14 UTC
4a62fee [v10.0.x] docs: Canvas: Update docs for v10 (#67870) docs: Canvas: Update docs for v10 (#67793) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> (cherry picked from commit e74e7fa82c81c980edfbde9e806713b25e7e6cd3) Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com> 04 May 2023, 20:12:59 UTC
096344a [v10.0.x] Alerting: Fix action buttons label and placement in several views following standard and being consistent with the rest of the ui (#67852) Co-authored-by: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com> 04 May 2023, 15:47:38 UTC
9e83b60 [v10.0.x] ServiceAccounts: Add secret scan service docs (#67807) ServiceAccounts: Add secret scan service docs (#57926) * add secret scanning docs * update docs * fix merge * add revoke to docs * add revoke to docs * typo fix * Apply suggestions from code review Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * add step by step instructions * Apply suggestions from code review Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * prettier * Update docs/sources/setup-grafana/configure-security/secret-scan.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * feedback * Update docs/sources/setup-grafana/configure-security/secret-scan.md * Update docs/sources/setup-grafana/configure-security/secret-scan.md * Update docs/sources/setup-grafana/configure-security/secret-scan.md Co-authored-by: Victor Cinaglia <victor@grafana.com> --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Victor Cinaglia <victor@grafana.com> (cherry picked from commit 3644ea65562fcddc4e8edf37e4a28051f1bf0e0f) Co-authored-by: Jo <joao.guerreiro@grafana.com> 04 May 2023, 15:29:27 UTC
c67e843 [v10.0.x] Alerting: Use standard validation/error pattern on group selection (#67831) Alerting: Use standard validation/error pattern on group selection (#67787) (cherry picked from commit 3c42dea10b95405957e766ee461f2096bbdd32e3) Co-authored-by: Virginia Cepeda <virginia.cepeda@grafana.com> 04 May 2023, 13:45:56 UTC
6f4f540 [v10.0.x] Connections: Fix create new datasource route (#67820) Connections: Fix create new datasource route (#67802) fix(connections): prevent datasources details route matching new route (cherry picked from commit 8ca9a89cf1ca4f6c99b65f57b808bf4fe1c8c4d2) Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> 04 May 2023, 10:46:49 UTC
9a665a2 [v10.0.x] NestedFolders: Fetch access control metadata for folder view (#67814) NestedFolders: Fetch access control metadata for folder view (#67786) (cherry picked from commit 338e98e237d92139a9a650d7a7acfa47e15984db) Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com> 04 May 2023, 09:40:57 UTC
1f78546 [v10.0.x] AzureMonitor: Update Azure E2E test (#67779) AzureMonitor: Update Azure E2E test (#67646) Update Azure E2E test - Update resource names - Update timeouts - Add traces E2E test (cherry picked from commit 140f9620f51f445059813a04ab7a172b653d2b65) Co-authored-by: Andreas Christou <andreas.christou@grafana.com> 04 May 2023, 09:15:37 UTC
d05ba80 [v10.0.x] RBAC: Do not search for parents of the root folder (#67806) RBAC: Do not search for parents of the root folder (#67746) do not search for parents of the general folder (cherry picked from commit b1382ac48e890cb55ae963f749e6a2b4e5b0981e) Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> 04 May 2023, 08:55:41 UTC
a219338 [v10.0.x] Chore: Upgrade Go to 1.20.4 (#67752) Chore: Upgrade Go to 1.20.4 04 May 2023, 07:28:07 UTC
1f64365 [v10.0.x] Link to config exemplars leads goes to top of page (#67785) Link to config exemplars leads goes to top of page (#67687) * Link to config exemplars leads goes to top of page The link to the configure exemplars in a Prometheus datasource leads to the top of the page. I have referenced the correct link that would take it to the right section. https://grafana.com/docs/grafana/latest/datasources/prometheus/#configure-exemplars * Update docs/sources/fundamentals/exemplars/index.md --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> (cherry picked from commit 681925fb6387ddb54e41703eb82b434e340d5fa5) Co-authored-by: samu6851 <samuel.oswalt@grafana.com> 03 May 2023, 19:54:32 UTC
7f1cf3f [v10.0.x] Update index.md (#67784) Update index.md (#67172) Clarified some of the intro text and added JSON outer element to make the samples clearer (cherry picked from commit 66ad704292cc1dc845ac69ccfcb9eec16c5255f8) Co-authored-by: Nabeel Saad <saadnabs@hotmail.com> 03 May 2023, 19:54:08 UTC
4fde55d [v10.0.x] docs: fix create dashboard steps (#67771) docs: fix create dashboard steps (#67310) * updated steps for dashboard creation * added images, other wording and structure edits (cherry picked from commit 4eb063c1ddbb36ef4bc3c5d0c39f343995b56514) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 03 May 2023, 18:47:42 UTC
52037fb [v10.0.x] Cloudwatch: Fix description of plugin (#67765) Cloudwatch: Fix description of plugin (#67744) Fix description of Cloudwatch (cherry picked from commit 43c7a5b60335426607c9d1d89ee84589783c32a0) Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com> 03 May 2023, 17:03:34 UTC
2e8a32a [v10.0.x] AlertRuleForm: s/Edit yaml/Edit YAML/ (#67763) AlertRuleForm: s/Edit yaml/Edit YAML/ (#67714) YAML is an acronym and should be uppercased when used in texts. Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com> Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com> (cherry picked from commit c378dbb01b1a7726faf1ccd292043d37a66f6838) Co-authored-by: Oleg Zaytsev <mail@olegzaytsev.com> 03 May 2023, 16:10:42 UTC
98952d7 [v10.0.x] docs: add semi relative time ranges (#67755) docs: add semi relative time ranges (#67559) * add semi-relative time range section * added second example and reworded * formatting fixes * added alerting note and fixed formatting * wording fix (cherry picked from commit 0271a1d094f7daab19354562a821509f6831000d) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 03 May 2023, 15:56:25 UTC
c206cf8 [v10.0.x] Alerting: Fix banner button variant (#67758) Alerting: Fix banner button variant (#67750) Fix banner button variant (cherry picked from commit 049029b6a27022897e4af4751c393f753f858975) Co-authored-by: Virginia Cepeda <virginia.cepeda@grafana.com> 03 May 2023, 15:56:11 UTC
0ae459b [v10.0.x] Alerting: Fix export button variant (#67747) Alerting: Fix export button variant (#67742) Fix export button variant (cherry picked from commit 8166453f9fb2d7ed9b5e5ca3c8d332b3041f0475) Co-authored-by: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com> 03 May 2023, 15:37:00 UTC
95a4047 [v10.0.x] Maintain column widths when deleting columns (#67743) Maintain column widths when deleting columns (#67707) (cherry picked from commit cd8b6be41dea26f833a8f5d1c993dfe0bdeed2f5) Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com> 03 May 2023, 14:58:12 UTC
8905356 [v10.0.x] Datagrid: Remove multi-paste (#67730) Datagrid: Remove multi-paste (#67387) remove multi-paste functionality and unneccessary async from func (cherry picked from commit 3a6f162cc6f8c4050b1752f35dfd6c31d43abec9) Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com> 03 May 2023, 13:39:34 UTC
1894440 [v10.0.x]: Connections: Rename "Your data source" to "Data source" page (#67718) Connections: Rename "Your data source" to "Data source" page (#67662) rename "Your data source" to "Data source" page This page was meant to be named "Data source" in the previous PR [0]. I just made a mistake by naming it wrongly. [0]: https://github.com/grafana/grafana/pull/66813/files (cherry picked from commit 76284ed3a698d048c681240a22008919076cb658) Co-authored-by: mikkancso <miklos.tolnai@grafana.com> 03 May 2023, 12:00:53 UTC
d63a746 [v10.0.x] Gauge: Set min and max for percent unit (#67719) Gauge: Set min and max for percent unit (#67517) * Gauge: Set min and max for percent unit * Remove exclamation mark * Add parentheses around ternary (cherry picked from commit 6570ec7afe3e58591ece5a830ada4f37c5f840dc) Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> 03 May 2023, 11:52:46 UTC
b5e8e39 [v10.0.x] Connections: Simplify connections nav (#67633) Connections: Simplify connections nav (#66813) * Connections: Simplify connections nav * rename Connections pages everywhere --------- Co-authored-by: Miklós Tolnai <miklos.tolnai@grafana.com> (cherry picked from commit 9614dc2446eac438bedb0783654ccf77acb6dae8) Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 03 May 2023, 11:34:37 UTC
fea3988 [v10.0.x] chore: fix link to docs (#67678) chore: fix link to docs (#67642) * chore: fix link to docs * Update public/app/features/datasources/components/DataSourcesList.tsx Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> * Update public/app/features/explore/NoDataSourceCallToAction.tsx Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> --------- Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> (cherry picked from commit 44f75ba185f7e1f6b0f79818492a5ae0b5d9cf3d) Co-authored-by: David Harris <david.harris@grafana.com> 03 May 2023, 10:59:42 UTC
e45b295 [v10.0.x] PluginCatalog: Update message about insufficient permissions (#67697) PluginCatalog: Update message about insufficient permissions (#67664) Changed so we map the enum into different message. (cherry picked from commit 21d28c1cb5db54f6f26544022d41fcc658430c23) Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com> 03 May 2023, 08:01:27 UTC
319eed9 [v10.0.x] Nested folders: hook up `getAffectedItems` to the backend count route (#67690) Nested folders: hook up `getAffectedItems` to the backend count route (#67677) * hook up getAffectedItems to the backend count route * mock out backendSrv in unit tests * Don't delete alert rules while API doesn't return counts * Show alert rule counts when API returns them * use components for modal styles * Revert "use components for modal styles" This reverts commit 80ac1152f8d966b62bd692d935695bc4f992c5ba. --------- Co-authored-by: joshhunt <josh@trtr.co> (cherry picked from commit 5d5a54979c8e24927f6ff168afd01d6d5aec8a3a) Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 02 May 2023, 21:32:18 UTC
8e35a15 [v10.0.x] docs: add nav and users info for public dashboards (#67681) docs: add nav and users info for public dashboards (#67674) * add content re admin and public dashboards navigation * added admin users section (cherry picked from commit 765735092a7e8a196d724204e7adbd951a0bf0fe) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 02 May 2023, 18:04:01 UTC
b0f5b6c [v10.0.x] NestedFolders: Use new Browse Dashboards UI behind feature flag (#67676) NestedFolders: Use new Browse Dashboards UI behind feature flag (#67416) NestedFolders: Put feature flagged new Browse Dashboards UI at main route (cherry picked from commit c4a31390efc756d7a95dbf110d75c90761c37f1e) Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com> 02 May 2023, 16:38:58 UTC
2cf4691 [v10.0.x] Nested folders: hook up move/delete logic properly (#67675) Nested folders: hook up move/delete logic properly (#67648) * clear selection post move/delete * move actions out of rtk-query * move findItems, create selectors, refetch children when moving/deleting * cleaner syntax * remove unnecessary function, just put logic in the selector * handle moving/deleting from the root * slightly cleaner * handle when rootItems are undefined * handle 'general' in the fetchChildren reducer * only refresh at the end * don't need thunk api (cherry picked from commit 02086e843f595e828f7a46b5f833d25da01e9049) Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 02 May 2023, 16:31:53 UTC
3bb2e8a [v10.0.x] Search: Fix Folder View not loading dashboards (#67673) Search: Fix Folder View not loading dashboards (#67666) (cherry picked from commit 9b81d738bf1f7f3746820872960e5c2865fcb157) Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com> 02 May 2023, 15:48:55 UTC
41d4568 [v10.0.x] docs: move misplaced Configure legend page (#67672) docs: move misplaced Configure legend page (#67597) * move configure legend page and add alias * updated page weight and tried fixing alias * fixed alias * add preemptive alias for current page location * apply suggestion from review Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * apply suggestions from review Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * apply suggestions from review Co-authored-by: Jack Baldry <jack.baldry@grafana.com> --------- Co-authored-by: Jack Baldry <jack.baldry@grafana.com> (cherry picked from commit 688459f25c79b80872d08dd8e18abc341986999c) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 02 May 2023, 15:34:45 UTC
bd7cbc5 [v10.0.x] NestedFolders: Add empty states for Browse and Search (#67645) NestedFolders: Add empty states for Browse and Search (#67423) * NestedFolders: Add empty states for Browse and Search * empty states * fix types * tests (cherry picked from commit fd2c7594cf4404faa507b11cd7de4662ad082e43) Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com> 02 May 2023, 12:31:03 UTC
d174427 [v10.0.x] fix shadow log in service accounts (#67649) fix shadow log in service accounts (#67643) * fix shadow log in service accounts (cherry picked from commit f9fd15c01e1c8e3495f4e99342ee12c7a00d3527) Co-authored-by: Jo <joao.guerreiro@grafana.com> 02 May 2023, 12:30:25 UTC
f729979 [v10.0.x] Authentication UI: Remove auth settings (#67651) Authentication UI: Remove auth settings (#67647) (cherry picked from commit 93b461bd960051c11754508f3e39f2d9b1b5bb75) Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com> 02 May 2023, 12:13:54 UTC
d151276 [v10.0.x] NestedFolders: Indicate when folders have mixed-selection children (#67644) NestedFolders: Indicate when folders have mixed-selection children (#67337) * Show indeterminate checkbox for folders with partially selected children * When selecting an item, check ancestors to see if all their children are now selected * reword comment * fix test * fix lint * Check all descendants for mixed state * Use indeterminate checkbox * fix test description * make header checkbox select/unselect automatically * mixed header checkbox: * fix tests * add tests (cherry picked from commit 32d3e895b3c956003c2bebdcbda3a96418a5f022) Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com> 02 May 2023, 10:45:56 UTC
d31d157 Prometheus: Metric encyclopedia improvements (#67084) * move to me directory and sort by relevance * refactor letter search, uFuzzy and styles out of ency * begin state refactor * refactor getMetaData useEffect call with useReducer * refactor pagination with useReducer * refactor fuzzy state for useReducer * refactor all filters for useReducer * remove haystacks arrays in favor of haystack dictionaries w object keys * refactor out functions into state helpers * switch label filter text color to work with light theme * make each row clickable to select metric * add pagination component * fix max results * make a better table with keystrokes, navigate to metric with up&down, select on enter, hide settings, make a nice button * save space, give more real esate to the table * add highlighting for fuzzy search matches * add custom button in metric select option to open metric encyclopedia * open the modal with enter keystroke * remove unnecessary actions and variables from m.e. * fix tests, clean code * remove setting of selected idx on results row when hovering * tests * rename to metrics modal and have select option same as header * reduce width for wider screens * pass in initial metrics list and remove call to labels and series in metrics modal * use createSlice from reduc toolkit to deduce actions * save the metrics modal additional settings * galen alphabet refactor suggestion * remove extra row in results table * fix storing settings, wrap in feature toggle * remove metadata check & load because metric select already handles this * Update public/app/plugins/datasource/prometheus/querybuilder/components/metrics-modal/LetterSearch.tsx Co-authored-by: Leon Sorokin <leeoniya@gmail.com> * fix styles, show cursor as pointer for select option and clickable row * taller modal for larger screens * turn off metadata settings if usebackend is selected * additional settings button space * add pipe to ufuzzy metadata search --------- Co-authored-by: Leon Sorokin <leeoniya@gmail.com> 01 May 2023, 21:29:35 UTC
0d52d19 GH Issues: replace markdown-based Bug Report form w/ YAML-based form (#67244) * replaces markdown report w yaml * switch to opentext + feedback changes 01 May 2023, 21:25:09 UTC
01aa776 docs: reverse what's new order in TOC (#67596) * reverse order of what's new pages * fix page weight numbering to follow original pattern 01 May 2023, 20:47:10 UTC
999a2ce Add Grafana Free as supporting Enterprise features (#67568) Per https://docs.google.com/document/d/14aOVLPq0FNqQKN4axTTEvjraY_OafhiDM_2NYSHF33A/edit#heading=h.lo4c6e71q7vo Grafana Cloud Free will include all the features of Grafana Advanced in Q2 01 May 2023, 19:56:21 UTC
cc46581 docs: add link to dashboard insights page (#67594) * added link to dashboard insights docs * shortened link text 01 May 2023, 18:57:16 UTC
262cdcc docs: nav updates for assess dashboards topic (#67593) * updated screenshots and nav info in data sources section * removed redundant availability notes * apply review suggestion 01 May 2023, 18:56:58 UTC
back to top