https://github.com/grafana/grafana

sort by:
Revision Author Date Message Commit Date
bb47805 Add document for jsondata field `alertmanagerUid` (#52895) alertmanagerUid can be used to specify Alert Manager for a particular Prometheus/Loki data source. Co-authored-by: Garrett Guillotte <garrett.guillotte@grafana.com> (cherry picked from commit 800754e7e8eecca8a2c03e6011920719a173c59c) 15 October 2022, 22:33:24 UTC
d7e8335 Configuration page: Fix dropdown menus keyboard a11y (#56986) (#56993) * Made dropdown menu keyboard accessible * ul menu and left align (cherry picked from commit 2ccbb4d3a38cfd9d0bfc5c79e4497ec6ffd1f63e) Co-authored-by: Yaelle Chaudy <42030685+yaelleC@users.noreply.github.com> 14 October 2022, 14:12:38 UTC
c02787c Alerting: Add doc comments to classic.go (#56724) (#56786) (cherry picked from commit 67d93ceea0bb96aa517b2b5b42ab2e30b4c682a7) 14 October 2022, 13:25:41 UTC
a32f538 Candlestick: re-init config when series length changes (#56913) (#56929) (cherry picked from commit 4eea326ee8331d1dc2f6138530ef67dd3b0c1a79) Co-authored-by: Leon Sorokin <leeoniya@gmail.com> 14 October 2022, 09:29:52 UTC
53fe926 Heatmap: honor dashboard timezone in x axis and fix tooltip time range (#56909) (#56927) (cherry picked from commit 53ac77d4a52df29038f995a2fd831f09e38c1bc0) Co-authored-by: Leon Sorokin <leeoniya@gmail.com> 14 October 2022, 09:28:08 UTC
5de02b3 Cloud Monitoring: Fix missing data when result is paginated (#56270) (#56851) * Added nextPageToken prop * Adding first and pageToken condition to while loop * clean up * revert gitignore * fix go lint * Added logic to builder too * Removed pageSize - was for local testing * gofmt * extracted doRequest function * extracted doRequest in query too * Adressed filter comments * Adressed query comments * go fmt * removed pageSize added for testing * go fmt again (cherry picked from commit 0295177bb00dadfc68d0f5df26104a6d06e751f8) Co-authored-by: Yaelle Chaudy <42030685+yaelleC@users.noreply.github.com> 13 October 2022, 10:14:31 UTC
8991306 Alerting: Fix email image embedding on Windows. (#56766) (#56838) The email notifier was incorrectly handling Windows filepaths. This is fixed by using the `path/filepath` package. (cherry picked from commit c7c640d903f4dfc2cc9b685ada1587ce4ae4e4be) Co-authored-by: Joe Blubaugh <joe.blubaugh@grafana.com> 13 October 2022, 03:20:54 UTC
798301f [v9.1.x] Alerting: Fix mathexp.NoData for ConditionsCmd (#56819) * Alerting: Fix mathexp.NoData for ConditionsCmd (#56816) (cherry picked from commit 004bb7689da17806f0263a9503a2599c424a46dc) 12 October 2022, 17:13:55 UTC
8264295 Docs: Remove 9.1 docs publish GH Action (#56814) 12 October 2022, 15:52:09 UTC
82b81be fix typo (#56802) (#56803) (cherry picked from commit 26e7228cd985d264b10d2afc00f76b5147c910cb) Co-authored-by: Michael Mandrus <41969079+mmandrus@users.noreply.github.com> 12 October 2022, 13:50:42 UTC
1154fae [v9.1.x] Alerting: Alert list performance improvements (#56247) (#56743) Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com> 12 October 2022, 10:50:49 UTC
fae9fc8 Fixes 48972 - Exposes channels.WebhookMessage (#56140) (#56777) (cherry picked from commit 26bb1394709d8c26b21b33aeb080f83132e37e7f) Co-authored-by: Matt <cadnce@users.noreply.github.com> 12 October 2022, 09:03:02 UTC
f9b0957 Docs: Add missing documentation for enterprise features (#56753) (#56759) * add documentation about protected roles * add section about sync debug * add link to recorded queries to main enterprise pages * Update docs/sources/setup-grafana/configure-security/configure-authentication/ldap.md Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> * fixes from pr review * add missing char * Apply suggestions from code review Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> * fix other incorrect lines to match review Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> (cherry picked from commit 6827ca01a06e7210cf9c41c8b773553220f1f180) Co-authored-by: Michael Mandrus <41969079+mmandrus@users.noreply.github.com> 11 October 2022, 23:05:07 UTC
f061fe5 "Release: Updated versions in package to 9.1.9" (#56721) 11 October 2022, 14:13:56 UTC
9331af9 [v9.1.x] Changelog: Updated changelog for 9.1.8 (#56714) (#56719) * Changelog: Updated changelog for 9.1.8 (#56714) (cherry picked from commit 5cebb94e01a14761ccbe0c4d99b931a2c1693848) * remove 9.2.0 features Co-authored-by: Grot (@grafanabot) <43478413+grafanabot@users.noreply.github.com> 11 October 2022, 13:48:00 UTC
4aa4034 Alerting: Fix duration calculation when testing a rule (#56616) (#56704) When testing a rule within the legacy alerting the `timeMs` field could sometimes show negative (and/or wrongly calculated) durations. This happens if the alert evaluation crosses a second boundary. This change uses the full timestamp to compute the eval duration. (cherry picked from commit 95b9fa33468ed25596704e7a59ecaf50fc44b4c7) Co-authored-by: Jorge Luis Betancourt <jorge-luis.betancourt@trivago.com> 11 October 2022, 13:12:32 UTC
9c1a309 AnnotationList: Support html content (#54916) (#56694) * support html content in annolistpanel * improve panel tests * add RenderUserContentAsHTML ui * sanitize content (cherry picked from commit a91d77003d1db2477ecdb43f66c62051fbea2f28) Co-authored-by: Leo <108552997+lpskdl@users.noreply.github.com> 11 October 2022, 11:54:42 UTC
c4e6e05 FIX: Remove RBAC datasource permissions upon datasource deletion (#56530) (#56549) * FIX: Remove RBAC datasource permissions upon datasource deletion * Use scope provider instead * Fix test (cherry picked from commit 7595ed066867d8dc0caab54acc7da14f64343024) Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com> 11 October 2022, 09:16:26 UTC
41a40e1 LibraryPanelSearch: Refactor and fix hyphen issue (#55314) (#55612) (cherry picked from commit 9e0d349bf95dfcb962da1b91294898495eca492a) 11 October 2022, 09:11:37 UTC
fc270ca Azure Monitor: Fix subscription selector when changing data sources (#56284) (#56408) (cherry picked from commit 2cdbd056344af023bf00f30063b0e47c7cf5d537) Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com> 11 October 2022, 09:11:20 UTC
b676abe Docs: Fix caching.memcached setting name (#56606) (#56674) (cherry picked from commit ef17f12c2320727664a1f7c2853a60dce6244277) Co-authored-by: Joan López de la Franca Beltran <5459617+joanlopez@users.noreply.github.com> 11 October 2022, 09:06:30 UTC
7e2e76a [v9.1.x] Alerting: Mark all tests that interact with the database as Integration tests. (#56604) Previously, two tests were not explicitly marked as integration tests and so were not run against all 3 supported databases in the CI environment. (cherry picked from commit 7312a2dab0c9fad6faee29bb6133a0485df11b4b) 11 October 2022, 09:04:05 UTC
24f22fd Google Cloud Monitoring: Fix bucket bound for distributions (#56565) (#56648) (cherry picked from commit 65e56c9fb85f74ae86323e45699a1d9513d4c8f3) Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com> 10 October 2022, 14:22:38 UTC
173bce8 Docs: deletes provisioning from grafana and adds link (#56637) (#56638) * Docs: deletes provisioning from grafana and adds link * updates link (cherry picked from commit 137d332d4f2dcfc52a0e9c8b2245478585a65c8c) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> 10 October 2022, 12:37:39 UTC
358e687 Docs: removes duplicate sentence in silences (#56629) (#56633) (cherry picked from commit db68fa358f0c4c1a59c9ef42b986acb063efbea1) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> 10 October 2022, 11:03:50 UTC
54ecf42 Docs: adds note on aurora incompatibility (#56621) (#56630) * Docs: adds note on aurora incompatibility * updates with feedback * adds issue link (cherry picked from commit 2aff817ea831ba13c866c98f95258364aae402a7) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> 10 October 2022, 11:00:35 UTC
0f6107c Docs: changes alert groupings to groups (#56617) (#56626) * Docs: changes alert groupings to groups * One more alert grouping (cherry picked from commit a84edb274b9a8aa58266180d05b90a6a6ddbce86) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> 10 October 2022, 10:47:27 UTC
947d9ce docs/provisioning: fix typo in notification policies (#54917) (#56618) (cherry picked from commit f90e72991daf7a0a800d59432b992fd5965483ab) Co-authored-by: Timost <Timost@users.noreply.github.com> 10 October 2022, 09:58:35 UTC
593efb6 [v9.1.x] Alerting: Fix evaluation interval validation (#56115) (#56605) Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com> 10 October 2022, 09:02:40 UTC
c1cf22b Alerting: Fix migration to create rules with group index 1 (#56511) (#56583) (cherry picked from commit 3487e68d15fc49a28f33ee162045ed7e95e71417) Co-authored-by: Yuriy Tseretyan <yuriy.tseretyan@grafana.com> 07 October 2022, 21:31:55 UTC
7c1f70a [9.1.x] Alerting: Fix migration to not add label "alertname" (#56509) (#56580) 07 October 2022, 20:38:54 UTC
6761c1d Chore: Upgrade Go to 1.19.2 (#56355) (#56552) (cherry picked from commit c2d3a31772d1b9bfff206eac097585d15d7a4cc7) 07 October 2022, 13:03:42 UTC
609f2f8 Form validation problem in table panel option (column width & minimum column width) (#56452) (#56546) Co-authored-by: gitstart <gitstart@users.noreply.github.com> Co-authored-by: gitstart <gitstart@gitstart.com> Co-authored-by: Rubens Rafael <70234898+RubensRafael@users.noreply.github.com> Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com> Co-authored-by: Matheus Muniz <87545749+matheusmuniz03@users.noreply.github.com> Co-authored-by: Thiago Nascimbeni <tnascimbeni@gmail.com> Co-authored-by: Matheus Muniz <matheusmuniz100@hotmail.com> Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev> Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com> Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com> (cherry picked from commit 0eb3afbd14adfc143e4dd3d872b8b3a232852c87) Co-authored-by: GitStart <1501599+gitstart@users.noreply.github.com> 07 October 2022, 12:20:07 UTC
439abe2 Docs: adds alertmanager overview (#56527) (#56535) * Docs: adds alertmanager overview * updating with georges feedback * adds deprecation note to API docs * update to provisioning instuctions (cherry picked from commit 939caa67a2249325bbbd9775c1ee5726263d38c6) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> 07 October 2022, 09:40:06 UTC
702bdb9 Alerting: Fix pq: missing FROM-clause for table "a" (#56453) (#56533) This commit fixes a bug where changing the Folder or Rule Group of an existing rule returns the following error in PostgreSQL "pq: missing FROM-clause for table a" (cherry picked from commit 762688d67f27d90d334bcf63a9fe91b73bd62aae) Co-authored-by: George Robinson <george.robinson@grafana.com> 07 October 2022, 09:35:43 UTC
b836412 StateTimeline: Fix tooltip showing erroneously in shared crosshair dashboards (#55809) (#56520) * StateTimeline: Fix shared crosshair * Fix for StatusHistory also (cherry picked from commit b622a87aeef7f593e84322607eaba1cef3cb1845) Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com> 07 October 2022, 06:12:52 UTC
42b8c44 Alerting: Update imported prometheus alertmanager version. Backport (#56228) (#56429) * Alerting: Update imported prometheus alertmanager version. (#56228) Version 0.24.0 has a few bugs that cause panics. We update here to the latest commit on github.com/prometheus/alertmanager's main branch. Panic Bugs: https://github.com/prometheus/alertmanager/issues/2936 https://github.com/prometheus/alertmanager/issues/3064 (cherry picked from commit ce89624ca215b85ea0c65cb4f4adbe33e35dd42c) 07 October 2022, 06:01:15 UTC
27f1c66 Thresholds: fix line rendering with multiple y axes (#56516) (#56517) (cherry picked from commit 21d9cf0db4232ee6b746e57e13f350f522b7bbf8) Co-authored-by: Leon Sorokin <leeoniya@gmail.com> 06 October 2022, 23:33:51 UTC
42c56c3 Fix issue 55626 (#55636) (#56482) Reset the mapping table for Dynamic Geojson (cherry picked from commit c1d6df4eb772d31c35532a16161a6f6ff5926233) Co-authored-by: Nicolas Janicaud Gondoin <112407974+janicaud@users.noreply.github.com> 06 October 2022, 16:36:56 UTC
d797054 Azure Monitor: Adapt empty Logs response (#56378) (#56394) (cherry picked from commit 8594e648e80855e38bb33b6b3486e986c966e74b) Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com> 05 October 2022, 14:35:07 UTC
23487da Drone: `publish-linux-packages` should be privileged (#55816) (#56383) It's currently failing with a failure to mount s3fs (cherry picked from commit 169df2fe90f12819df49f460c1a01cc48d6baf1b) Co-authored-by: Julien Duchesne <julien.duchesne@grafana.com> 05 October 2022, 11:55:05 UTC
0fb5cae init sbom action (#56177) (#56375) (cherry picked from commit ad48cee2bbf6c708df8cb6bc61200bb25183d3aa) Co-authored-by: Ethan <smithe2413@gmail.com> 05 October 2022, 10:35:50 UTC
f7bddd5 ReleaseNotes: Updated changelog and release notes for 9.1.7 (#56323) (#56324) (cherry picked from commit 169f1ab974ed81a392b144f56d7a67ce7e66cfa0) 05 October 2022, 08:27:24 UTC
92e263c ReleaseNotes: Updated changelog and release notes for 9.1.7 (#56313) (#56321) (cherry picked from commit a50017da1d60bc45e95f172a96bf87bc44973a6c) Co-authored-by: Grot (@grafanabot) <43478413+grafanabot@users.noreply.github.com> 04 October 2022, 16:24:35 UTC
aff11d8 "Release: Updated versions in package to 9.1.7" (#56308) 04 October 2022, 14:25:55 UTC
016af78 adds 4 links to blogs (#56193) (#56301) (cherry picked from commit d0b437741ee3e132814b73cd92e2aeb48e2b89b2) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> 04 October 2022, 14:08:07 UTC
b8c5495 Update github.com/labstack/echo/v4 (#56226) (#56290) (cherry picked from commit 91b4ce08a956ef7b8a35671ef013a8835d224c95) Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com> 04 October 2022, 12:07:05 UTC
abaff05 AzureMonitor: Ensure resourceURI template variable is migrated (#56095) (#56249) * Ensure resourceURI template vars are migrated - Do not filter queries containing a resource URI template - Update migration - Add test * Update condition * Review (cherry picked from commit 462ca505126321d295be512bf46a9725fd0ea4e6) Co-authored-by: Andreas Christou <andreas.christou@grafana.com> 04 October 2022, 08:59:25 UTC
b0ef776 Alerting: make sure that rules in rule group are nil if not provided (#55301) (#55324) (cherry picked from commit 4dc0d490254f0948074baf82a0ce4b3f5efdfdd5) Co-authored-by: Jean-Philippe Quéméner <JohnnyQQQQ@users.noreply.github.com> 04 October 2022, 08:50:02 UTC
af9bde9 Heatmap: fix color scheme reversal (#56227) (#56233) (cherry picked from commit eeb31c2901258867a4a70df7340c5a3720bccbb3) Co-authored-by: Leon Sorokin <leeoniya@gmail.com> 04 October 2022, 07:31:03 UTC
983850e TimeSeries: clamp log-y-axis min to 1 when decimals=0 (#55882) (#56221) (cherry picked from commit 4ff791703937b773546e8b18dc606cff36716120) 04 October 2022, 05:39:11 UTC
db84cf5 adds note about org_role being case sensitive (#56043) (#56179) (cherry picked from commit c5b68ed497366e4c65905b6799f5086e4c910f7b) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> 03 October 2022, 14:13:20 UTC
3bc2a28 Docs: Add link to TimescaleDB docs (#56134) (#56135) * Added a link for more information Added a link to TimescaleDB so that users can get additional information if need be. * fixed formatting * fixed the table * made it prettier * make it pretty for CI Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com> (cherry picked from commit ef1aa8ceb872f3740b1498e92898f644a69eb99d) Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com> 30 September 2022, 22:48:50 UTC
f3cc439 Docs: Note issue #13399 in database install docs (#55596) (#55638) * Docs: Note issue #13399 in database install docs * Docs: Be more specific about serverless Aurora MySQL (cherry picked from commit 72ec1eba1af7611ca270262dd265fcb081692e3e) Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com> 30 September 2022, 16:38:01 UTC
a3a59c5 Docs: Fix relrefs in access control API docs (#51940) (#55640) * Fix relrefs in access control API docs * Apply Prettier changes to fix CI (cherry picked from commit a98a33774b9b0683c55075a7830ed808d77eba39) Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com> 30 September 2022, 16:37:43 UTC
206d976 Docs: Clarify "supported data sources" (#54337) (#55643) * Docs: Clarify "supported data sources" The term "supported" is context-dependent. Clarify the data sources index page to link to the plugins catalog with additional detail, and specify that the links to data sources are for those with additional documentation content as part of Grafana. Add a link to the tutorial to build a data source plugin. * Update docs/sources/datasources/_index.md Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com> Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com> (cherry picked from commit f0e3b9b16bd8e32025905aa2c7cc764946055582) Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com> 30 September 2022, 16:35:24 UTC
9f4459b Docs/refactors configure panels (#53485) (#55954) * updates prose * updates prose and relrefs * incorporates feedback * moves repeating rows to add and organize panels; fixes relrefs Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> 29 September 2022, 20:22:32 UTC
b486ffa docs: fix typo in is_null expression explainer (#55988) (#56036) (cherry picked from commit 46da77d1a0b091ed605976eab58c6d91f0d1ef28) Co-authored-by: Mike McFarland <roketworks@users.noreply.github.com> 29 September 2022, 15:23:12 UTC
da3f44b Update graphite datasource testing query (#54635) (#56029) * Provide from and to parameters when testing the datasource * Strongly typed test datasource query (cherry picked from commit 3ea9ece16e1172d83ae7c94dfe8b63cfb2c20451) 29 September 2022, 14:39:54 UTC
38b2062 Alerting: fix alert supported warning when editing data source name (#55886) (#55999) (cherry picked from commit ef641ea9c9a420ef18183f3db35dbad52b6ca150) 29 September 2022, 10:34:42 UTC
fda7a54 Docs alerting: copy edit terraform provisioning (#55978) (#55984) * Docs alerting: copy edit terraform provisioning * changes intro sentence for explore (cherry picked from commit ebdc13ed861203f4929a75c7f2d3e935355f63c1) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> 29 September 2022, 08:26:22 UTC
b859dac Geomap: Fix tooltip display option (#55956) (#55964) (cherry picked from commit b0cd511ecce5da93689a332dd72f2aab97b2f20c) Co-authored-by: Drew Slobodnjak <60050885+drew08t@users.noreply.github.com> 29 September 2022, 00:55:51 UTC
09f3d92 BarChart: add negY transform to fieldConfig overrides (#55930) (#55957) (cherry picked from commit 16c9c858b8c9dd048328390f855f28ca545f71c0) Co-authored-by: Leon Sorokin <leeoniya@gmail.com> 28 September 2022, 20:50:55 UTC
7a4497a fix index file for website (#55907) (#55912) (cherry picked from commit 43dc92d12c3fbeea5f6fc1d2ef5cd72c0afbd281) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> 28 September 2022, 11:18:44 UTC
2fc60d3 Update Alerting provisioning docs (#55892) (#55897) (cherry picked from commit 4ba757e7b8a1baebbea79fb495a98b7bc430b9ad) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> 28 September 2022, 09:12:34 UTC
05b4ce4 Chore: Upgrade Go version to 1.19.1 (backport) (#55733) Upgrades the version of Go used to build Grafana v9.1.x to 1.19.1. Backport of Chore: Upgrade Go to 1.19.1 #54902 Backport of Chore: Update swagger to v0.30.2 #55159 28 September 2022, 08:58:56 UTC
0d25245 Docs: adds terraform provisioning docs (#55660) (#55891) * Docs: adds set up section and alertmanager * deletes info that got copied to new file (cherry picked from commit b7f356df316f1f2f912360940f5a66dfddc9825b) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> 28 September 2022, 08:26:22 UTC
a396527 Documentation: clarify label matching (#55650) (#55889) * Documentation: clarify label matching Behaviour in case of multiple matchers is not documented, but my experiments show they are reduced using logical AND. Please validate the updated description. * Accept wording suggestion Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> * Accept suggestion for docs/sources/alerting/fundamentals/annotation-label/labels-and-label-matchers.md Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> * Improve wording according to review suggestions Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> (cherry picked from commit efef672d1971648b18374a9ab0f9eeffe8f0607e) Co-authored-by: Vladimir <greatvovan@gmail.com> 28 September 2022, 08:19:29 UTC
8d076c3 Thresholds: Add option for dashed line style (#55875) (#55884) (cherry picked from commit bd50fd1606c1b5ca8fdf273902455834d3e5447b) Co-authored-by: Leon Sorokin <leeoniya@gmail.com> 28 September 2022, 07:01:44 UTC
b5a2dda TimeSeries: fix log-y-axis tick label skipping when decimals=0 (#55868) (#55873) (cherry picked from commit b8da1ffdc389dc9bc39b00993ed69c830e08d93e) Co-authored-by: Leon Sorokin <leeoniya@gmail.com> 27 September 2022, 21:49:18 UTC
595344a resolves merge conflicts (#55764) 27 September 2022, 14:25:33 UTC
3ff24b2 Alerting: Fix a typo in alerting rule annotation docs (#55730) (#55798) (cherry picked from commit 85c26ea9086570046ab3b62d15a59208a980a2f4) Co-authored-by: Martin Lehmann <martin@lehmann.tech> 27 September 2022, 10:03:17 UTC
f636564 Fix: RBAC handle `error no resolver` found (#55676) * Fix: Handle error no resolver found * Fix test not to expect the error 27 September 2022, 07:43:50 UTC
e2f3ce1 Tempo: Wrap the autocomplete value for a tag in double quotes (#55610) (#55637) (cherry picked from commit 4be78095c9398fda277eb0c6b1e8eaf6e78680e0) Co-authored-by: Hamas Shafiq <hamas.shafiq@grafana.com> 26 September 2022, 23:19:58 UTC
51144a4 Library panels: Add backend route (#55746) (#55758) (cherry picked from commit 70f48cc725cae69db49b9c21bf9c274a9a019fcd) Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> 26 September 2022, 15:42:19 UTC
6d050f5 Dashboard: Single right-aligned y axis loses gridlines (#54206) (#55537) Co-authored-by: gitstart <gitstart@gitstart.com> Co-authored-by: gitstart <gitstart@users.noreply.github.com> Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev> Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com> Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com> Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com> Co-authored-by: Rubens Rafael <70234898+RubensRafael@users.noreply.github.com> Co-authored-by: Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev> Co-authored-by: Thiago Nascimbeni <tnascimbeni@gmail.com> Co-authored-by: gitstart <gitstart@users.noreply.github.com> Co-authored-by: gitstart <gitstart@gitstart.com> Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev> Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com> Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com> Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com> Co-authored-by: Rubens Rafael <70234898+RubensRafael@users.noreply.github.com> Co-authored-by: Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev> Co-authored-by: Thiago Nascimbeni <tnascimbeni@gmail.com> (cherry picked from commit 667993eae78f29ce3263ab2b7be4cd9c090ccfd5) Co-authored-by: GitStart <1501599+gitstart@users.noreply.github.com> 24 September 2022, 00:25:20 UTC
fbf3fe6 Alerting: cache general folder in migration based on org id (#55620) (#55691) (cherry picked from commit f3a307778aebe193a063ec45c4d0eb7bd8b82ccd) Co-authored-by: Jean-Philippe Quéméner <JohnnyQQQQ@users.noreply.github.com> 23 September 2022, 20:25:36 UTC
936b3d8 Alerting: support env variables in contact point settings when provsioning (#55666) (#55680) (cherry picked from commit 0f2afb6417727d7212d139dda466d802bc794069) Co-authored-by: Jean-Philippe Quéméner <JohnnyQQQQ@users.noreply.github.com> 23 September 2022, 13:22:19 UTC
c3275d2 Alerting: Fix flaky test (#55551) (#55673) The length of the identifier from the underlying library is 9 or more characters depending on the rate at which the identifiers are generated. See https://pkg.go.dev/github.com/teris-io/shortid The test previously made the assumption that the length will always be 10, which would intermittently fail. (cherry picked from commit 647997cc4c93872945c1a5db3c802ef7daf2bacd) Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> 23 September 2022, 11:36:45 UTC
8f5fbb8 [v9.1.x] Prometheus: Restore FromAlert header (#55627) This restores the FromAlert header to prometheus for Grafana managed alert Queries. It does this by reverting "Prometheus: Remove middleware for custom headers (#51518)" , but also changing it so it is only the FromAlert header. This reverts commit 23725013687f88bbcdf328d537b47db2d1c8c3ae. (cherry picked from commit 27288276a260da5373af7db2a776f8bb6a233ec2) Co-authored-by: Kyle Brandt <kyle@grafana.com> 23 September 2022, 11:19:13 UTC
b7c6629 CloudWatch: Add missing AWS/Prometheus metrics (#54990) (#55652) (cherry picked from commit b1b4110ab195a7a9b2f6f0fba3058186f99ebe9d) Co-authored-by: Jan Garaj <jan.garaj@gmail.com> 23 September 2022, 02:54:20 UTC
68b9af4 Docs: Fix link to config docs (#55396) (#55594) (cherry picked from commit 29018d522c0c4a74be07563b14e8e72416408f4f) Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com> 22 September 2022, 18:53:39 UTC
98eab48 Search: Add search index configuration options (#55525) (#55529) * Search: Add search index configuration options (#55525) * Search: externalize config * Search: update config descriptions * Search: fix value * Search: fix * update * Search: revert config values * Search: rename copy/paste * Search: fix tests (cherry picked from commit c3ca5405cedf19e71ae644bbe62f7c1231eea3ec) * fix merge 22 September 2022, 13:26:37 UTC
f7c5f09 Dashboard: Fix plugin dashboard save as button (#55197) (#55606) * render SaveDashboardErrorProxy only when error is not yet handled * improve dashbaoard drawer test (cherry picked from commit 383602a850b9c546fece58c40bd158e6e45e6484) 22 September 2022, 08:49:42 UTC
b2b8746 slate-suggenstions: adding `moveBackward` (#55576) (#55592) (cherry picked from commit e55003174a3bfd0947cc4aa189c68f966c3696b3) Co-authored-by: Sven Grossmann <Svennergr@gmail.com> 22 September 2022, 07:55:27 UTC
2124547 TablePanel: Fix FooterRow styling for Safari and Firefox (#55543) (#55602) * Fix FooterRow styling for Safari and Firefox * Change column header th to div (cherry picked from commit da78f3393951054b09fdbe56cffdba34b03a6f83) Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com> 22 September 2022, 06:51:24 UTC
6d5399f Docs: Fix Cloud availability of JWT URL Embedding (#55260) (#55261) * Docs: Fix Cloud availability of JWT URL Embedding * Docs: Clarify JWT URL embedding availability in docs (cherry picked from commit 97ca109d84d8ffc5ba171e504e5806fcc32262de) Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com> 21 September 2022, 18:44:55 UTC
3472ce7 Update grafana version tag to 9.1.0 (#54049) (#55263) * Update grafana version tag to 9.0.5 The user doing cut and paste will not notice and will install a old version of Grafana * Update version to 9.1.0 Current latest tag is 9.1.0: https://hub.docker.com/r/grafana/grafana/tags (cherry picked from commit a09e4b0e4f8efa9d72a94667e47110151117c3de) Co-authored-by: Saverio Proto <zioproto@gmail.com> 21 September 2022, 18:44:25 UTC
b273a96 Docs: Fix decimals: auto docs for panel edit (#55477) (#55564) * Docs: Fix decimals: auto docs for panel edit * Update docs/sources/panels/configure-standard-options/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> (cherry picked from commit e3e954cbbaaebfbc801917926253cb3e528ba9f8) Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com> 21 September 2022, 18:41:50 UTC
12e0b2e Live: Fix live streaming with `live-service-web-worker` feature flag enabled (#55528) (#55558) (cherry picked from commit 5a1f004fb100a8add5f5eff80ddf6e169ec17844) Co-authored-by: Artur Wierzbicki <wierzbicki.artur.94@gmail.com> 21 September 2022, 16:34:35 UTC
97bee8a Alerting: Skip unsupported file types on provisioning (#55573) (#55584) (cherry picked from commit 74c66b29d0150af5ca31387ab5327e2fd74ac883) Co-authored-by: Jean-Philippe Quéméner <JohnnyQQQQ@users.noreply.github.com> 21 September 2022, 15:04:17 UTC
b7cc6fd Alerting: Fix mathexp.NoData cannot be reduced (#55347) (#55549) This commit fixes a bug where queries from datasources such as InfluxDB that returned no data would not create a DatasourceNoData alert, but instead an error "can only reduce type series, got type noData". (cherry picked from commit 7d20766ae9f7bffaf848cc495079db63abb7ee07) Co-authored-by: George Robinson <george.robinson@grafana.com> 21 September 2022, 09:18:03 UTC
06b71c2 Auth: Add development manual override (#55496) (#55544) * Auth: Add development manual override * rename to disable_sync_lock (cherry picked from commit 006944a360fb7a13df5b881daec44c79a4a18dea) 21 September 2022, 08:29:18 UTC
80784cb Drone: Always have `image_pull_secrets` (#55530) (#55541) Having it doesn't prevent pulling any images, so it's easier if it's everywhere (cherry picked from commit a44c0040a90cc0c20b2203a2bbc5530d9fc41c97) Co-authored-by: Julien Duchesne <julien.duchesne@grafana.com> 21 September 2022, 06:49:59 UTC
ca32cad Status History Panel: Show X-Axis Value in Tooltip (#54563) (#55534) Co-authored-by: gitstart <gitstart@users.noreply.github.com> Co-authored-by: gitstart <gitstart@gitstart.com> Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev> Co-authored-by: Rubens Rafael <70234898+RubensRafael@users.noreply.github.com> Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com> Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com> Co-authored-by: Matheus Benini <matheus_benini@hotmail.com> Co-authored-by: Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev> Co-authored-by: juliopiubello <juliopiubellow@gmail.com> (cherry picked from commit e0c630e9150c449100b1c1402cb5e11b5fc166fb) Co-authored-by: GitStart <1501599+gitstart@users.noreply.github.com> 21 September 2022, 03:40:28 UTC
3303eb7 Search: improve logging in case of failed dashboard loading phase (#55523) (#55524) (cherry picked from commit 9db272001639f7c68848827909372875846c8f9c) Co-authored-by: Artur Wierzbicki <wierzbicki.artur.94@gmail.com> 20 September 2022, 22:08:21 UTC
d9a39c1 V9.1.3.1 security patch (#492) (#55515) * apply security fix for admin only folder migration (#482) * Data source: prevent from using auth proxy header as custom data source header (#474) * applying changes from 446/fix-user-escalation-through-auth-proxy * linting * only validate custom headers if auth proxy is enabled * import ordering * add links to CVE * clean up * remove typo Co-authored-by: Karl Persson <kalle.persson@grafana.com> (cherry picked from commit 0100a6aa9645313b25a79a17d947cbf936cc4e76) (cherry picked from commit c048378ad527edad1751166c1c247e63a1c9b989) 20 September 2022, 18:57:15 UTC
c8f4918 Explore: Add feature tracking events (#54514) (#55469) * Explore: Add feature tracking events (#54514) * refactor: repair tests * refactor: clean up * feat: add details to change of data source * refactor: remove duplicate tracking * refactor: make tracking reusable in an easier way * refactor: add property * refactor: change data for time picker * refactor: change tracking label for time picker Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com> * refactor: store tracking in explore component * refactor: add index signature * refactor: remove ? * refactor: split into 3 callbacks * refactor: apply suggestions from code review Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com> Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com> Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com> (cherry picked from commit dbbab6e95c63b80bea2b192cf322a649469499c5) * refactor: remove unrelated changes 20 September 2022, 16:03:10 UTC
e61cc31 ReleaseNotes: Updated changelog and release notes for 9.1.6 (#55481) (#55483) (cherry picked from commit bbb8bf08db07ebeb1ff475eb1bda0e65960583c4) 20 September 2022, 14:39:53 UTC
d34b2eb "Release: Updated versions in package to 9.1.6" (#55480) 20 September 2022, 14:31:09 UTC
back to top