https://github.com/grafana/grafana

sort by:
Revision Author Date Message Commit Date
424daa8 LibraryPanels: Don't include ScopedVars with persisted model (#67843) Closes #65518 (cherry picked from commit 4d74f75470776bd46a0cd9a0e5feac0d7c2f6123) 24 May 2023, 13:27:41 UTC
0946897 [v10.0.x] Plugins: Correct the usage of mutex for gRPC plugin implementation (#68609) Plugins: Correct the usage of mutex for gRPC plugin implementation (#68555) correct usage of mutex (cherry picked from commit bb6ec1470d24e4dc8dd0d7b640bb2fd7167fcff6) Co-authored-by: Will Browne <wbrowne@users.noreply.github.com> 24 May 2023, 12:18:59 UTC
d73bf18 [v10.0.x] G10: Replace `beta` with `preview` references (#68347) (#68950) G10: Replace `beta` with `preview` references (#68347) * Update references * Update grabpl to v3.0.38 (cherry picked from commit 7e816d010c24a8024be601835213b509d7775e24) # Conflicts: # .drone.yml 24 May 2023, 08:14:43 UTC
d1f6d46 [v10.0.x] CI: Add release verify pipeline (#68756) (#68934) CI: Add release verify pipeline (#68756) (cherry picked from commit 79f49c964947d363a4117591df889f43052947fa) 23 May 2023, 22:18:15 UTC
74af6f9 [v10.0.x] Update enterprise plugins list (#68913) Update enterprise plugins list (#68730) Updated to reflect a couple missing plugins from https://grafana.com/docs/plugins/ (cherry picked from commit 34d294bf5608fbccc59b91740278f8d45e6ddcc4) Co-authored-by: Ron D <106610617+rgnvldr@users.noreply.github.com> 23 May 2023, 19:16:34 UTC
b160f1a [v10.0.x] AzureMonitor: Support multi-resource aliases and subscription aliases (#68823) AzureMonitor: Support multi-resource aliases and subscription aliases (#68648) Update legend aliases - Add subscription response type - Update AzureMonitorQuery type - Update docs - Update tests - Add function to retrieve subscription display name if not present (cherry picked from commit bca8428f639613e35e9ad61728e0f11841d6b6ad) 23 May 2023, 16:05:59 UTC
ec1989b [v10.0.x] Docs: Fix minor mistakes and rephrase "Manage your alert notifications" entry (#68896) Docs: Fix minor mistakes and rephrase "Manage your alert notifications" entry (#68851) * Docs: Fix minor mistakes and rephrase docs for alert notifications * Update docs/sources/alerting/manage-notifications/_index.md Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> --------- Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> (cherry picked from commit 4629c79c7ad2294f4aa80181e544720f86303308) Co-authored-by: Santiago <santiagohernandez.1997@gmail.com> 23 May 2023, 14:39:48 UTC
36d8798 [v10.0.x] Pyroscope: Fix some phlare mentions in the docs (#68869) Pyroscope: Fix some phlare mentions in the docs (#68846) (cherry picked from commit b9ee723bb7f81d20447627e008761eade1731aca) Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com> 23 May 2023, 13:30:55 UTC
1e8c28e [v10.0.x] [feat] docs; update admonition syntax (#68857) [feat] docs; update admonition syntax (#68842) * [feat] docs; update admonition syntax - Standardizes according to style conventions: https://grafana.com/docs/writers-toolkit/style-guide/style-conventions/#admonitions - Prepares docs for better, uniform admonition style. * Remove false positives and irregularities * false positive removal * Update docs/sources/datasources/mysql/_index.md * Update docs/sources/developers/angular_deprecation/angular-plugins.md * fix link errors * Prettify some nested blockquotes * remoe unnecessary admonition (cherry picked from commit 1c4bb9ca00c69b1f445cf8f4856d65526d908b9e) Co-authored-by: Matt Dodson <47385188+MattDodsonEnglish@users.noreply.github.com> 23 May 2023, 12:47:49 UTC
defce65 [v10.0.x] Azure Monitor: Fix bug with top value so more than 10 resources can be shown (#68725) Azure Monitor: Fix bug with top value so more than 10 resources can be shown (#68333) (cherry picked from commit dfc2ac284bdd9774f4fa296d3e9e2e437b7bb2fe) Co-authored-by: Alyssa Bull <58453566+alyssabull@users.noreply.github.com> 23 May 2023, 12:07:45 UTC
615641f [v10.0.x] Dashboards: Fix undefined aria labels in Annotation Checkboxes for Programmatic Access (#68873) Dashboards: Fix undefined aria labels in Annotation Checkboxes for Programmatic Access (#68050) (cherry picked from commit 86ea0c2bc9814b448603f9af5c98d08ec0d12d59) Co-authored-by: Khushi Jain <57278642+khushijain21@users.noreply.github.com> 23 May 2023, 10:32:36 UTC
dba7dcb [v10.0.x] Docker: Add `mode` label when building docker images (#68871) Docker: Add `mode` label when building docker images (#68865) Add mode label when building docker image (cherry picked from commit bad570ee862c0dfb88de5f33bb7afc5459be6308) Co-authored-by: Dimitris Sotirakis <dimitrios.sotirakis@grafana.com> 23 May 2023, 08:52:38 UTC
6683193 [v10.0.x] docs: Trend: Implement docs for v10 (#68862) docs: Trend: Implement docs for v10 (#67794) (cherry picked from commit 0a6e3bba6caeb06ce85d02868a8feff6310ab18d) Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com> 22 May 2023, 23:35:08 UTC
d6e07d7 [v10.0.x] DS Picker: Use custom scrollbar (#68858) DS Picker: Use custom scrollbar (#68845) (cherry picked from commit 9e61172245e6dfc026092d01f905959fd2d88ac3) Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com> 22 May 2023, 22:21:00 UTC
fd0878c [v10.0.x] Docs: Plugin extension API - doc review - chunk 4 (#68850) Docs: Plugin extension API - doc review - chunk 4 (#68594) * initial commit Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Minor fixes Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Prettier Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Update docs/sources/developers/plugins/extend-the-grafana-ui-with-links.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/developers/plugins/extend-the-grafana-ui-with-links.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/developers/plugins/extend-the-grafana-ui-with-links.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/developers/plugins/extend-the-grafana-ui-with-links.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Incorporating review feedback Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Update docs/sources/developers/plugins/extend-the-grafana-ui-with-links.md Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> * Update docs/sources/developers/plugins/extend-the-grafana-ui-with-links.md Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> * Update docs/sources/developers/plugins/extend-the-grafana-ui-with-links.md Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> * Incorporating review feedback Signed-off-by: Joe Perez <joseph.perez@grafana.com> --------- Signed-off-by: Joe Perez <joseph.perez@grafana.com> Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> (cherry picked from commit c6c3a84349ac97bb6d5b2ea88baca567b308cea2) Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com> 22 May 2023, 18:48:43 UTC
05e0745 [v10.0.x] Docs: Update with annotations filtering and time regions (#68843) 22 May 2023, 16:27:12 UTC
05e896c [v10.0.x] OpenTSDB: use an effect to get aggregators and filters (#68837) OpenTSDB: use an effect to get aggregators and filters (#68785) * only update state if it's different * use an effect (cherry picked from commit 2cbd7f1be631d5d985ed5a5961450bef15e43f06) Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 22 May 2023, 14:52:14 UTC
8ff5718 [v10.0.x] Alerting: Fix stale query preview error (#68836) Alerting: Fix stale query preview error (#68619) * Use mutable ref to keep queries to be previewed to prevent stale state * Extract code related to AlertQueryRunner to a separate hook * Use hooks form state to keep fresh queries, fix recording rules preview * Remove unused import * Update query update explanation (cherry picked from commit b37a6e9d4c0b6849c75573755da5d978ec980329) Co-authored-by: Konrad Lalik <konrad.lalik@grafana.com> 22 May 2023, 14:41:18 UTC
dd44195 [v10.0.x] Prometheus: Update schema with legendFormat and intervalFactor (#68835) Prometheus: Update schema with legendFormat and intervalFactor (#68687) add legendFormat and intervalFactor to the schema (cherry picked from commit 670c987409a6f9c633a0ac64e755858081cc2137) Co-authored-by: ismail simsek <ismailsimsek09@gmail.com> 22 May 2023, 14:41:01 UTC
5a6e662 [v10.0.x] AnonymousAuth: Fix concurrent read-write crash (#68803) AnonymousAuth: Fix concurrent read-write crash (#68637) clone http req before tagging (cherry picked from commit 05e71d4c6b31c9af015f0e9db204b034e91e8e49) Co-authored-by: Jo <joao.guerreiro@grafana.com> Co-authored-by: jguer <me@jguer.space> 22 May 2023, 14:40:33 UTC
e21236b [v10.0.x] Dashboard: Fix panel description event triggering every time panel is rendered (#68831) Co-authored-by: Alexa V <239999+axelavargas@users.noreply.github.com> Fix panel description event triggering every time panel is rendered (#68791) 22 May 2023, 14:11:36 UTC
4b66d12 [v10.0.x] Graph: Fix bug with showing/hiding the legend (#68829) Graph: Fix bug with showing/hiding the legend (#68774) * don't unmount the root when hiding the legend * update comment (cherry picked from commit 0b6c5722a5c2bd979e46d451080bbc032d567d76) Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 22 May 2023, 14:05:41 UTC
d62f298 [v10.0.x] Datagrid: Hide from panel list if toggle disabled (#68818) Datagrid: Hide from panel list if toggle disabled (#68482) Hide datagrid from panel list if ff disabled (cherry picked from commit 6dbadf614b2957f454a826f895375528613a63f8) Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com> 22 May 2023, 13:46:24 UTC
c671473 [v10.0.x] Alerting: Add additional contact points for external AM (#68778) Alerting: Add additional contact points for external AM (#67920) (cherry picked from commit a44ac0ed633897860167132acdcf8754c4570800) Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com> 22 May 2023, 13:30:01 UTC
1a73694 [v10.0.x] CI: Run `trigger-test-release` only on PRs against main (#68794) (#68815) CI: Run `trigger-test-release` only on PRs against main (#68794) Run trigger-test-release only on PRs against main (cherry picked from commit 623c014cda01146df43fdadd525e8e3b3c6d9fcd) # Conflicts: # .drone.yml # Conflicts: # .drone.yml 22 May 2023, 13:08:48 UTC
d5e62fa [v10.0.x] Docker images: Don't fail if a PR comes from a fork (#68765) (#68784) Docker images: Don't fail if a PR comes from a fork (#68765) * Update grabpl * Allow publish images to fail for PRs (cherry picked from commit 04e2d9055de58224c5c186d75aaf7b60b48c7421) # Conflicts: # .drone.yml 22 May 2023, 12:33:05 UTC
d0b45d8 [v10.0.x] Docs: Fix feature toggle docs generation (#68797) Docs: Fix feature toggle docs generation (#68733) (cherry picked from commit a7cec6dd03273f1546f9c3a9b70fdc52960a320a) Co-authored-by: Ryan McKinley <ryantxu@gmail.com> 22 May 2023, 12:22:41 UTC
89ade60 [v10.0.x] fix: Use fall back alert type for data source healthcheck alert when status is not recognised (#68806) fix: Use fall back alert type for data source healthcheck alert when status is not recognised (#68650) (cherry picked from commit 39e57489a1e320b9e264675e653f181e89ed4471) Co-authored-by: Andriy <andriy.urbanas@grafana.com> 22 May 2023, 12:01:47 UTC
7d4da5c [v10.0.x] AzureMonitor: Ensure legacy properties containing template variables are correctly migrated (#68792) AzureMonitor: Ensure legacy properties containing template variables are correctly migrated (#68697) * Update migration ordering - Update migration in applyTemplateVariables to account for interpolation from expression datasource - Update mock to ensure overrides are passed through correctly - Update tests - Update migrateQuery function name for clarity * Fix tests * Remove comment (cherry picked from commit 0be29b4c780cabe284e75c379491d976abdcb252) Co-authored-by: Andreas Christou <andreas.christou@grafana.com> 22 May 2023, 10:25:40 UTC
fc01382 [v10.0.x] RBAC: Remove legacy AC editor and admin role on new dashboard route (#68777) RBAC: Remove legacy AC editor and admin role on new dashboard route (#68762) remove legacy AC editor and admin role on new dashboard route (cherry picked from commit 94283f50398432f37888e1045a56b593ca56157b) Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com> 22 May 2023, 09:37:35 UTC
9fb6dcd [v10.0.x] fixed broken table format in docs (#68772) fixed broken table format in docs (#68711) * fixed broken table format in docs * added prettier version of doc (cherry picked from commit dc656ecd8abcbdd8dbdd51ac7e00947114be6b47) Co-authored-by: Krishna Dutt Panchagnula <krishnadutt123@gmail.com> 22 May 2023, 09:11:39 UTC
996b4c3 [v10.0.x] G10: Post `docker pull` commands for local testing (#67489) (#68686) * G10: Post `docker pull` commands for local testing (#67489) * Add grabpl publish images Update grabpl - add github pr token * Replace github_pr_token with gh app # Conflicts: # .drone.yml # scripts/drone/vault.star # Conflicts: # .drone.yml # Conflicts: # .drone.yml * Lint starlark Add forgotten secrets Lint starlark Change secrets * Update grabpl to v3.0.35 * Lint starlark * Remove unnecessary secrets (cherry picked from commit 26bacf6d4c010d35202ad38f254b2ec2f5f9b5e3) # Conflicts: # .drone.yml * Update grabpl to v3.0.36 22 May 2023, 07:47:53 UTC
a8acaa3 [v10.0.x] DS Picker takes the max height available and flip when needed (#68729) DS Picker takes the max height available and flip when needed (#68698) (cherry picked from commit 49467b3e5a9610ccb6c15aa75fe1fc4e91d936ee) Co-authored-by: Juan Cabanas <juan.cabanas@grafana.com> Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com> 18 May 2023, 18:20:28 UTC
5ef56b2 [v10.0.x] Enable doc-validator for specific directories (#68724) * Enable doc-validator for specific directories (#63524) * Enable doc-validator for specific directories Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix one linting error to trigger CI Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Update doc-validator to latest release Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Update make-docs procedure Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Use doc-validator version from CI in local make target Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Revert to 1.11.0 Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * adds missing descriptions * Fix titles and headings Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix link formats Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix easy to resolve anchors Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Remove broken anchor link This anchor appears to have been broken for a long time. Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Use doc-validator image with support for numbered anchors Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Update make-docs procedure to support doc-validator 2.0.x Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix a bunch of broken anchors Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Ignore old whatsnew content Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Update doc-validator to v2.0.x and use reviewdog to report errors Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * removes broken links --------- Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Chris Moyer <chris.moyer@grafana.com> (cherry picked from commit 560f49b3dc6246a8795c8c0cd16864e9d6d9b134) * Fix doc-validator linting Signed-off-by: Jack Baldry <jack.baldry@grafana.com> --------- Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Jack Baldry <jack.baldry@grafana.com> 18 May 2023, 17:07:45 UTC
e4d5fb9 [v10.0.x] Azure Monitor: Fix bug that did not show alert rule preview (#68581) 18 May 2023, 16:47:42 UTC
69d19f6 [v10.0.x] Clarify Graphite version and type to set if using Grafana Cloud (#68721) Clarify Graphite version and type to set if using Grafana Cloud (#68239) * Clarify Graphite version and type to set if using Grafana Cloud * Update _index.md (cherry picked from commit 9f7f82c3cc6a86e4f9f4e6c839bee113081befa7) Co-authored-by: Fiona Liao <fiona.y.liao@gmail.com> 18 May 2023, 16:15:51 UTC
162b6c7 [v10.0.x] Nested folders: only stop recursing up the tree if we hit a folder (#68716) Nested folders: only stop recursing up the tree if we hit a folder (#68676) only stop recursing up the tree if we hit a folder (cherry picked from commit 0a44793390aa81bb68296d92c665231a6c08fd4c) Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 18 May 2023, 16:09:07 UTC
1bc3112 [v10.0.x] Chore: Refactor Search out-of-order fix (#68710) Chore: Refactor Search out-of-order fix (#68445) (cherry picked from commit 9e4b53297931219fe643ef0413a5660df0380fc0) Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com> 18 May 2023, 16:04:48 UTC
1740dba [v10.0.x] Service graph: Fix error when service graph metrics are aggregated (#68692) Service graph: Fix error when service graph metrics are aggregated (#68613) make service graph work with aggregated metrics (cherry picked from commit e1c2eb8c107365188a88e56ad23d912b4663c32e) Co-authored-by: Domas <domasx2@gmail.com> 18 May 2023, 10:22:34 UTC
1e9f73d [v10.0.x] Chore: Ignore unique constrain failure when creating the main organization (#68674) Chore: Ignore unique constrain failure when creating the main organization (#68644) Chore: Ignore unique constrain failure when creatin the main organization (cherry picked from commit 633b7875e7185f6d2969a5655d57ec30784e7a3f) Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com> 18 May 2023, 08:40:39 UTC
4cb0fb9 [v10.0.x] Barchart: Update gdev dashboard for tooltips (#68665) Barchart: Update gdev dashboard for tooltips (#68657) (cherry picked from commit 33af88481c659e5c67f5556d0ebc9c22d19831d8) Co-authored-by: Drew Slobodnjak <60050885+drew08t@users.noreply.github.com> 17 May 2023, 23:06:30 UTC
eb658a2 [v10.0.x] Barchart: Apply field visibility to traceID (#68585) Barchart: Apply field visibility to traceID (#68524) (cherry picked from commit 160e207e47ca0e89dd67697c92384c2a403986b5) Co-authored-by: Drew Slobodnjak <60050885+drew08t@users.noreply.github.com> 17 May 2023, 23:05:20 UTC
330e648 [v10.0.x] NodeGraph: Fix overlaps preventing opening an edge context menu when nodes were too close (#68628) NodeGraph: Fix overlaps preventing opening an edge context menu when nodes were too close (#68571) (cherry picked from commit 14936f85dfd2648869d86b335b57e02c117802d1) Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com> 17 May 2023, 17:10:46 UTC
fb679a0 [v10.0.x] Accessibility: Corrected aria-label for Edit Panel (#68640) Accessibility: Corrected aria-label for Edit Panel (#67185) * Accessibility: Corrected aria-label for Edit Panel * Added data-testid * Added data-testid * Added betterer results (cherry picked from commit 416e347e7027d952dd3ecb9fdb16ea5d6254c7ee) Co-authored-by: Khushi Jain <57278642+khushijain21@users.noreply.github.com> 17 May 2023, 15:28:05 UTC
6f803ef [v10.0.x] GrafanaUI: Support Tooltip as Dropdown child (#68639) GrafanaUI: Support Tooltip as Dropdown child (#68521) Co-authored-by: eledobleefe <laura.fernandez@grafana.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> Co-authored-by: L-M-K-B <48948963+L-M-K-B@users.noreply.github.com (cherry picked from commit 7b3221d494bd6aea82cda5ccef2bec4d42fa19b1) 17 May 2023, 15:12:49 UTC
21e2ac6 [v10.0.x] Elasticsearch: Handle no-index case in backend mode (#68629) Elasticsearch: Handle no-index case in backend mode (#68534) * elastic: backend migration: fix no-index case * improved code (cherry picked from commit fcef387151078b79b21140065bf6e184040d35f6) Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com> 17 May 2023, 13:39:07 UTC
3c1b5dd [v10.0.x] Elasticsearch: Fix passing of limit and datalinks to logs data frame (#68626) * Elasticsearch: Fix passing of limit and datalinks to logs data frame (#68554) * Elasticsearch: Fix passing of limit and datalinks to logs data frame * Update public/app/core/logsModel.ts Co-authored-by: François Massot <francois.massot@gmail.com> --------- Co-authored-by: François Massot <francois.massot@gmail.com> (cherry picked from commit dbbbc46351d81b1c97f8dfaed25f6f0609797967) * Add missing comment 17 May 2023, 13:34:13 UTC
e713147 [v10.0.x] Docs: Update run behind proxy docs (#68610) Docs: Update run behind proxy docs (#68608) (cherry picked from commit 5457a9ecf25438d62ce449e805d7da59f3d9c0af) Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 17 May 2023, 12:58:15 UTC
e2fbb6e [v10.0.x] Remove no-data source screen (#68623) Dashboards: Remove no-data source screen (#68574) * Dashboards: Remove non-ds configured landing page * Remove `datasourceOnboarding` feature toggle (cherry picked from commit 1505a188eb8b8d0848c369d0785e6ae4df3eb8b9) Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com> 17 May 2023, 12:51:31 UTC
feb94ac [v10.0.x] Elasticsearch: Implement filter query to not run hidden queries trough backend (#68614) Elasticsearch: Implement filter query to not run hidden queries trough backend (#68563) Elasticsearch: Implement filter query (cherry picked from commit e74bbadecd24e1db8395f7734852dccb7472a50a) Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> 17 May 2023, 12:46:22 UTC
b57f0aa [v10.0.x] Chore: Update generated scss (#68624) Chore: Update generated scss (#68618) (cherry picked from commit d20a03e2d1467b211739aba375d78565711f5a1d) Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 17 May 2023, 12:36:39 UTC
1c4645c [v10.0.x] TopNav: Tone down shadow a bit in light theme (#68622) TopNav: Tone down shadow a bit in light theme (#68282) * TopNav: Tone down shadow a bit in light theme * softer shadow (cherry picked from commit 5f84dad7e4051fcb7d2dc9bbc2eaf36781b1f986) Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 17 May 2023, 12:30:37 UTC
cd1fffe NestedFolders: make sure DashboardPage code is feature toggled correc… (#68606) NestedFolders: make sure DashboardPage code is feature toggled correctly (#68602) make sure DashboardPage code is feature toggled correctly (cherry picked from commit bbb679575728427efa199f9526f7eb13bc2921ff) 17 May 2023, 09:29:58 UTC
bd533a2 [v10.0.x] API: Add deprecation notice for updating folder UID (#68567) API: Add deprecation notice for updating folder UID (#68543) * API: Add deprecation notice for updating folder UID (cherry picked from commit 14fb4ff779df5b79495a5cc894cf658d93fd8352) Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com> 17 May 2023, 09:05:38 UTC
bc5674c [v10.0.x] DarkTheme: Fix dark theme shadows (#68599) DarkTheme: Fix dark theme shadows (#68358) * DarkTheme: Fix dark theme shadows * Update (cherry picked from commit 37791e7a018981270c5b4da2d76d0b91bca5b621) Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 17 May 2023, 08:23:26 UTC
303bb6c [v10.0.x] Sparkline: Sort dataframe (#68598) Sparkline: Sort dataframe (#68007) * Sort sparkline dataframe * Sort frame only if needed * add utils test (cherry picked from commit 94801c9c757b7feb2f83c2b3e3c8e28a03a10587) Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com> 17 May 2023, 05:21:08 UTC
714f9b5 [v10.0.x] Chore: remove pre tags from DOMPurify config (#68593) Chore: remove pre tags from DOMPurify config (#68512) (cherry picked from commit 4ccaf801d755aab5b968bf876c13d390ef90c56b) Co-authored-by: Kristian Bremberg <114284895+KristianGrafana@users.noreply.github.com> 16 May 2023, 22:22:41 UTC
4dc7667 [v10.0.x] AzureMonitor: Traces updates (#68577) AzureMonitor: Traces updates (#68462) * Use fully qualified resource identifiers * Add additional data link to explore parent span * Correctly order links to not break trace logs functionality (cherry picked from commit bf75969794f074ba55e17982d069bb13b0e4fd7d) Co-authored-by: Andreas Christou <andreas.christou@grafana.com> 16 May 2023, 18:08:41 UTC
feae460 [v10.0.x] E2E: Fix configurePanel flow (#68580) E2E: Fix configurePanel flow (#68487) * Updates for new datasource picker * Correct typing to ensure datasource selection * Remove unused import * Update labels * Update labels and fix test * Fix another test (cherry picked from commit 51c15f3a898a930d13f7fd7e06279ed708f56565) # Conflicts: # public/app/features/explore/Explore.test.tsx 16 May 2023, 17:53:07 UTC
fde1e6f [v10.0.x] Cloudwatch Logs: Ignore non-time grouping fields in expressions and alerts (#68547) Cloudwatch Logs: Ignore non-time grouping fields in expressions and alerts (#67608) (cherry picked from commit 0612f1f87a4fcf063f855398a5c88cc33fa15ee2) Co-authored-by: Isabella Siu <Isabella.siu@grafana.com> 16 May 2023, 16:14:14 UTC
09c6876 [v10.0.x] elastic: more tests (#68562) elastic: more tests (#68533) * elastic: more tests * fix lint error (cherry picked from commit 6189f48be7cbf0a7c7e11827bf067134bc09c483) Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com> 16 May 2023, 15:50:12 UTC
18ef15e [v10.0.x] Node graph: Fix req/s in value (#68558) Node graph: Fix req/s in value (#68441) fix req/s in node graph (cherry picked from commit 43df362aedd58c4578e85ac81d3408e389c74c41) Co-authored-by: Domas <domasx2@gmail.com> 16 May 2023, 14:57:45 UTC
5940138 [v10.0.x] NestedFolders: Show Dashboard and Folder full breadcrumb hierarchy (#68546) NestedFolders: Show Dashboard and Folder full breadcrumb hierarchy (#68308) * update FolderDTO to match backend struct * hacky way to get folder page breadcrumbs working * hacky way to get dashboard nested breadcrumbs working * undo route changes, get url from folder * fix breadcrumbs in dashboard settings * add parent pages to navIndex * adjust getRootSectionForNode to just return the parent of a leaf node * undo changes to generated files * undo changes to toggles_gen.go * feature toggle dashboardInit code * remove unnecessary code in home dashboard * build navModel directly, don't use getNavModel * don't need fallback here * remove getLoadingNav since it's not used anymore * don't need to hide tabs from breadcrumbs anymore * use id to find dashboards tab (cherry picked from commit 82114cb316f1325cfeb41f8615953d5cd395e276) Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 16 May 2023, 13:55:47 UTC
d0cf3d1 [v10.0.x] Nested folders: Allow renaming a folder multiple times (#68550) Nested folders: Allow renaming a folder multiple times (#68379) Return folder version in response that is required for updating the entry in the dashboard table. (cherry picked from commit d458292b66535520a8ff35b50ad823cc1449f47a) Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com> 16 May 2023, 13:52:54 UTC
2641637 [v10.0.x] Dashboard: Fix library panels in collapsed rows not getting updated (#68537) Dashboard: Fix library panels in collapsed rows not getting updated (#66643) (cherry picked from commit f478504bc9f8cdf84cb53f0cfd8d521b398aa7e7) Co-authored-by: Victor Colomb <51762123+VictorColomb@users.noreply.github.com> 16 May 2023, 12:06:46 UTC
c3c68d2 DataLinks: Ensure replaceVariables provided to link.onBuildUrl is bou… (#68442) DataLinks: Ensure replaceVariables provided to link.onBuildUrl is bound to data frame variables (#68371) * bind variable replacer provided to link.onBuildUrl to data frame vars * revert internal link change (cherry picked from commit bb2cbd2e013763b57e15f0d9efbdce70afc2fd52) 16 May 2023, 08:20:40 UTC
2712008 [v10.0.x] Trend: Filter out time fields (#68507) Trend: Filter out time fields (#68504) (cherry picked from commit 5a5860256fc34015436ab3a5a12f5248d5fc3143) Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com> 15 May 2023, 23:09:15 UTC
61c237a [v10.0.x] Barchart: Add gdev dashboard for tooltips (#68505) Barchart: Add gdev dashboard for tooltips (#68417) * Barchart: Add gdev dashboard for tooltips * Add graph-ng tag for uplot dependency --------- Co-authored-by: nmarrs <nathanielmarrs@gmail.com> (cherry picked from commit 516cb30c364825854f6fe1c02b6fb27fa5a17f93) Co-authored-by: Drew Slobodnjak <60050885+drew08t@users.noreply.github.com> 15 May 2023, 22:56:05 UTC
dd27c4e [v10.0.x] Canvas: Fix field not found (#68503) Canvas: Fix field not found (#68415) (cherry picked from commit 92d865cccef8779a477eecdb5748e2d3aee246fe) Co-authored-by: Adela Almasan <88068998+adela-almasan@users.noreply.github.com> 15 May 2023, 22:41:38 UTC
9d162ef [v10.0.x] Timeseries: Graph series override stack migration (#68492) Timeseries: Graph series override stack migration (#68491) (cherry picked from commit e0d8f3b4a73111e03ef3c5462e904edd9ea0ff5b) Co-authored-by: Adela Almasan <88068998+adela-almasan@users.noreply.github.com> 15 May 2023, 21:22:19 UTC
4d1a71f [v10.0.x] PanelQueryRunner: Ensure same transformations before reusing lastProcessedFrames (#68499) PanelQueryRunner: Ensure same transformations before reusing lastProcessedFrames (#68498) (cherry picked from commit 8ba1762618506a456f9ff695365547f0554bd497) Co-authored-by: Leon Sorokin <leeoniya@gmail.com> 15 May 2023, 20:57:34 UTC
7972985 [v10.0.x] AzureMonitor: Update docs with Traces information (#68493) AzureMonitor: Update docs with Traces information (#68104) * Update docs for traces - Include note on timespan changes for logs queries * Review * Review (cherry picked from commit 778a09eaa75b92c8cf8252584ce0dde9c4577b10) Co-authored-by: Andreas Christou <andreas.christou@grafana.com> 15 May 2023, 19:25:54 UTC
c4ec980 [v10.0.x] Docs: Plugin doc review changes from chunk 1-B with corrected set of files (#68149) Docs: Plugin doc review changes from chunk 1-B with corrected set of files (#67164) * Re-pushing doc review changes from 1-B with fewer files Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Fix for URL examples Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Data frames fixes Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Fixes from doc review Signed-off-by: Joe Perez <joseph.perez@grafana.com> * More doc review changes Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Doc fixes Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Doc fix Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Prettier Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Fix migration index Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Fix screenshot Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Doc fixes Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Quick fix Signed-off-by: Joe Perez <joseph.perez@grafana.com> --------- Signed-off-by: Joe Perez <joseph.perez@grafana.com> (cherry picked from commit d6ba522c3cdf7947068511e8667b223df4093371) Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com> 15 May 2023, 17:50:24 UTC
d2f74c4 [v10.0.x] CI: Add delivery bot secrets to publish images step (#68467) (#68473) CI: Add delivery bot secrets to publish images step (#68467) Add delivery bot secrets (cherry picked from commit 55622615ded8205ddeb466f14d6e5efd41a165bd) # Conflicts: # .drone.yml # scripts/drone/vault.star 15 May 2023, 14:58:38 UTC
67ad203 [v10.0.x] CI: Update grabpl to 3.0.34 (#68456) (#68475) * CI: Port of init-enterprise fix from 9.4.10 * CI: Update grabpl to 3.0.34 (cherry picked from commit 35ccfa6131355b03f9a689d05064d5350d9f1c89) Backport https://github.com/grafana/grafana/pull/68456 15 May 2023, 14:04:11 UTC
27059d7 [v10.0.x] Tempo: Fix get label values based on CoreApp type (#68468) Tempo: Fix get label values based on CoreApp type (#68463) Fix and update test (cherry picked from commit a1f76af15ac38717f4c7fa182196c51f3e42bfbb) Co-authored-by: Joey <90795735+joey-grafana@users.noreply.github.com> 15 May 2023, 13:53:04 UTC
050b7e5 [v10.0.x] FlameGraph: Add user interaction reporting (#68459) FlameGraph: Add user interaction reporting (#68458) (cherry picked from commit 47b7b05591ca7c45367605bbae3ded98adc052f2) Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com> 15 May 2023, 13:17:50 UTC
ff574e7 [v10.0.x] ToolbarButtonRow: prevent closure of overflow menu when interacting with portal elements (#68457) ToolbarButtonRow: prevent closure of overflow menu when interacting with portal elements (#68319) * don't close the overflow menu when interacting with something in a portal * keep overflow ref logic (cherry picked from commit 5d91ace74569bc85b8be678c0d1795f05b4d2ec0) Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 15 May 2023, 12:56:03 UTC
7e253d3 [v10.0.x] DS Picker: Align open advanced button to right (#68444) DS Picker: Align open advanced button to right (#68394) (cherry picked from commit da00df8e5ca0f2ff08fa7ebab6b7f3984e3244c2) 15 May 2023, 12:44:37 UTC
531b6f2 [v10.0.x] Nested folders: Clear selection state when navigating to a different folder (#68455) Nested folders: Clear selection state when navigating to a different folder (#68438) * clear selection state when navigating to a different folder * consolidate useEffects (cherry picked from commit 7e3c68d3c1a292bd2f93e6cebf979f1f5b659384) Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 15 May 2023, 12:36:37 UTC
189f287 [v10.0.x] FlameGraph: Debounce search update preventing too frequent rerenders (#68453) FlameGraph: Debounce search update preventing too frequent rerenders (#68405) (cherry picked from commit e6db01dcbe9e14bf8de87caf0ef951166c0622bd) Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com> 15 May 2023, 12:36:34 UTC
9172ff3 [v10.0.x] FlameGraph: Fix table sort being reset when search changes (#68454) FlameGraph: Fix table sort being reset when search changes (#68409) (cherry picked from commit a0942bd1df75f9629e6535f8db112d653e53957e) Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com> 15 May 2023, 12:36:11 UTC
f7047af [v10.0.x] Search: Fix Search returning results out of order (#68387) Search: Fix Search returning results out of order (#68370) * Search: Fix Search returning results out of order * test (cherry picked from commit 78afddebbff3b0b95e04ca467064772369113c02) 15 May 2023, 09:01:46 UTC
9c76665 [v10.0.x] NewsDrawer: Add grot to news drawer (after news items) (#68435) NewsDrawer: Add grot to news drawer (after news items) (#68173) * NewsDrawer: Add grot to drawer header * Update * Move to bottom * Updates * reverted unrelated change * Update * fixing test (cherry picked from commit c8fd3c20cd9f5a30ea3908f5da44ef5f92deb10d) Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 15 May 2023, 06:25:49 UTC
d63c7ca [v10.0.x] XYChart: Use fixed opacity, reduce memory pressure (#68424) XYChart: Use fixed opacity, reduce memory pressure (#68423) (cherry picked from commit ea0bf989cbeba06ebf1a2b71d4fa2cb67a029e26) Co-authored-by: Leon Sorokin <leeoniya@gmail.com> 13 May 2023, 00:13:40 UTC
f2593ec [v10.0.x] ResourcePicker: Fix selecting icons (#68422) ResourcePicker: Fix selecting icons (#68419) (cherry picked from commit 24037ddd592d170db52f74f2d70a06bd05d0a335) Co-authored-by: Adela Almasan <88068998+adela-almasan@users.noreply.github.com> 13 May 2023, 00:12:23 UTC
0a4f4c1 [v10.0.x] Plugins doc review chunk 2 (#68413) Plugins doc review chunk 2 (#67691) * Doc style edit for 7 topics Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Proofread topics Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Prettier 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/add-query-editor-help.md Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> * Doc fixes Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Changes from doc review Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Incorporate review feedback Signed-off-by: Joe Perez <joseph.perez@grafana.com> * More fixes Signed-off-by: Joe Perez <joseph.perez@grafana.com> * More doc fixes Signed-off-by: Joe Perez <joseph.perez@grafana.com> --------- Signed-off-by: Joe Perez <joseph.perez@grafana.com> Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> (cherry picked from commit 49a18bc8e2a5369af0d42a10f0581483c5324225) Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com> 12 May 2023, 19:01:01 UTC
5f0f4ab [v10.0.x] Previews: remove docs (#68406) Previews: remove docs (#68042) remove dashboard preview docs (cherry picked from commit 8dee5d33643875539d9f2458e74062808f1de700) Co-authored-by: Artur Wierzbicki <artur.wierzbicki@grafana.com> 12 May 2023, 17:35:52 UTC
86195d1 [v10.0.x] Drawer: Position under nav & minor redesign (#68396) Drawer: Position under nav & minor redesign (#67824) * Drawer: Redesign WIP * Fix double margin * Teak pos * align paddings * Hide toolbar actions when drawer is open * deprecate expandable * Updated test * remove expandable var * Added clickaway (cherry picked from commit ae1a85b5ad4bbe85c0cb01c6a33f27a3d1f8850c) Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 12 May 2023, 16:31:38 UTC
1654b7a [v10.0.x] Add/Edit Panel: Enable new DS picker toggle by default (#68391) * Add/Edit Panel: Enable new DS picker toggle by default (#68380) (cherry picked from commit ede8df846e1e9f464324a8698feed94ec82b3f39) --------- Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com> 12 May 2023, 16:31:11 UTC
2cf876d [v10.0.x] Wording changes to improve clarity. (#68401) Wording changes to improve clarity. (#66045) * Wording changes to improve clarity. * Update docs/sources/setup-grafana/set-up-for-high-availability.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/set-up-for-high-availability.md * Update docs/sources/setup-grafana/set-up-for-high-availability.md * Update docs/sources/setup-grafana/set-up-for-high-availability.md * Update docs/sources/setup-grafana/set-up-for-high-availability.md * Update docs/sources/setup-grafana/set-up-for-high-availability.md * ran doc validator, make corrections --------- Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Chris Moyer <chris.moyer@grafana.com> (cherry picked from commit fd83b17b7f50bbbc788473757fddc01ae83fd1d2) Co-authored-by: colinedwardwood <colin.wood@grafana.com> 12 May 2023, 16:20:55 UTC
d5fd652 [v10.0.x] Drawer: Introduce a size property that set's width percentage and minWidth (#68128) Drawer: Introduce a size property that set's width percentage and minWidth (#67809) * Drawer: Introduce drawer size that sets width and min-width * media queries * Change large drawer to 75% * Change news drawer to medium as the news items have better layout then with images on the side * Tweaks and fixed inline drawer issue * review fixes * Deprecate inline, update mdx docs * remove inline var (cherry picked from commit 20217db100983303588ffbebca68fd023c80f490) Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 12 May 2023, 16:01:41 UTC
c126ea9 [v10.0.x] Command Palette: Prevent stale search results from overwriting newer results (#68392) Command Palette: Prevent stale search results from overwriting newer results (#68377) * only update the state if this is the most recent request * fix empty state as well * improve perf of recent dashboards (cherry picked from commit 446885bd1a8e28d353483ea09083a94618c34e01) Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 12 May 2023, 15:33:04 UTC
42ad031 [v10.0.x] Explore: Remove data source onboarding page (#68381) Explore: Remove data source onboarding page (#68131) * Remove EmptyStateWrapper (cherry picked from commit cee838c8a88a13ec7cc7da680f1ec64bcb2ec8a1) Co-authored-by: Haris Rozajac <58232930+harisrozajac@users.noreply.github.com> 12 May 2023, 14:16:39 UTC
fe15f75 [v10.0.x] Settings: Add ability to override `skip_org_role_sync` with Env variables (#68376) Settings: Add ability to override `skip_org_role_sync` with Env variables (#68364) Switch to using the SectionsWithOverride for settings for skip org role sync (cherry picked from commit 1a79c8a6019b72c2b3247c89d82d7312c3628f93) Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com> 12 May 2023, 12:58:19 UTC
573491e [v10.0.x] Navigation: Add keyboard shortcut to navigate directly to Dashboards (#68374) Navigation: Add keyboard shortcut to navigate directly to Dashboards (#68350) * add go to dashboards keybinding * add shortcut to keybindings modal (cherry picked from commit 4f987a4a5d5958ba1ad4e97f49b549403b1b446f) Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 12 May 2023, 12:52:02 UTC
032b615 [v10.0.x] CI: Add `.drone.yml` in pathschanged trigger for `lint_backend` pipeline (#68348) (#68369) CI: Add `.drone.yml` in pathschanged trigger for `lint_backend` pipeline (#68348) Add .drone.yml in pathschanged for lint_backend (cherry picked from commit b7b13067a5d4269a9fe832a7decc28328f2f41ea) # Conflicts: # .drone.yml 12 May 2023, 12:25:27 UTC
c1e8c3b [v10.0.x] Explore: Promote exploreMixedDatasource to Stable & enable by default (#68353) 12 May 2023, 11:44:57 UTC
7e0d4ae [v10.0.x] docs: add legacy alerting deprecation notice (#68355) docs: add legacy alerting deprecation notice (#68292) Co-authored-by: Armand Grillet <2117580+armandgrillet@users.noreply.github.com> Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> (cherry picked from commit 4310f574dbde1405d74fe19bc57a0027023bef81) Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com> 12 May 2023, 11:40:53 UTC
691248d [v10.0.x] SAML UI: Adds documentation link to the Authentication UI (#68363) SAML UI: Adds documentation link to the Authentication UI (#68062) * adds documentation link to the saml ui * add correct link * add link to docuemntation * add documentation etxt * documentation update wordings (cherry picked from commit 09d7d25c9f9aa52ff47e2e865b8276804a734c67) Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com> 12 May 2023, 11:17:52 UTC
back to top