sort by:
Revision Author Date Message Commit Date
27c3615 Chore: Upgrade Go to 1.21rc3 26 July 2023, 14:58:16 UTC
75891ac [v10.0.x] AzureMonitor: Fix ResourcePicker hanging (#72357) AzureMonitor: Fix ResourcePicker hanging (#71886) * AzureMonitor: Fix ResourcePicker hanging Removed location fetching for every subscription. Fixes #70523 * fix region for multi metricnames * fix tests * fix e2e * remove regions/locations from variable editor * remove region pieces from e2e (cherry picked from commit 722f787eaa888757da911f9bdf6ffd5228179357) 26 July 2023, 14:03:57 UTC
868c5c9 [v10.0.x] Prometheus: Add present_over_time syntax highlighting (#72368) Prometheus: Add present_over_time syntax highlighting (#72283) add prometheus present_over_time syntax highlighting to color present_over_time keyword for prometheus (cherry picked from commit d96067985b3f4752bef2a2545c926a97c65393b6) Co-authored-by: stratomonitor <arnaud_lemaignen@yahoo.com> 26 July 2023, 13:42:17 UTC
8646725 [v10.0.x] Chore: Deprecate topnav feature flag (#72347) Chore: Remove topnav feature flag (#72337) * Remove topnav feature flag * Allow deprecated flags to be enabled by default * change topnav feature flag to deprecated instead * fix lint (cherry picked from commit 488eac0e492d55e0cffdc880f1712f3e5dfa906a) 26 July 2023, 11:37:12 UTC
342b36e [v10.0.x] Docs: update GitLab OAuth2 documentation (#72345) * backport (cherry picked from commit 5a9944298d6ae8a440fd771398b35f2ea346c6a1) * linting 26 July 2023, 11:10:02 UTC
8c10611 Release: Bump version to 10.0.4 (#72326) "Release: Updated versions in package to 10.0.4" Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 26 July 2023, 09:31:25 UTC
5f54368 [v10.0.x] Changelog: Updated changelog for 10.0.3 (#72327) Changelog: Updated changelog for 10.0.3 (#72324) Co-authored-by: grafanabot <bot@grafana.com> (cherry picked from commit 2dea069443557b5822847f1923a5e613f4c61e9c) Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 26 July 2023, 08:52:22 UTC
643fa34 [v10.0.x] XYChart: Prevent crash on point hover (#72312) XYChart: Prevent crash on point hover (#70225) (cherry picked from commit 88988e43374b660d4b452e78b93c0bcddc48a84c) Co-authored-by: Coen van Leeuwen <coenvanl@gmail.com> 25 July 2023, 21:31:05 UTC
8dac7f4 [v10.0.x] PluginExtensions: Allow to specify unkown properties in override but they will be ignored (#72301) PluginExtensions: Allow to specify unkown properties in override but they will be ignored (#72273) * fixed bug. * Update public/app/features/plugins/extensions/getPluginExtensions.ts Co-authored-by: Ben Sully <ben.sully@grafana.com> * Update public/app/features/plugins/extensions/getPluginExtensions.test.ts Co-authored-by: Ben Sully <ben.sully@grafana.com> * Update public/app/features/plugins/extensions/getPluginExtensions.ts Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> * Update public/app/features/plugins/extensions/getPluginExtensions.test.ts Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> --------- Co-authored-by: Ben Sully <ben.sully@grafana.com> Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> (cherry picked from commit 1755f8c7b764f65449df837effd5197206ab3672) Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com> 25 July 2023, 18:31:44 UTC
f0f42a5 [v10.0.x] Alerting: Fix contact point testing with secure settings (#72282) * Alerting: Fix contact point testing with secure settings (#72235) Fixes double encryption of secure settings during contact point testing and removes code duplication that helped cause the drift between alertmanager and test endpoint. Also adds integration tests to cover the regression. Note: provisioningStore is created to remove cycle and the unnecessary dependency. (cherry picked from commit d31d17510976292779884a37cc5b65ada96db9fa) 25 July 2023, 15:17:25 UTC
3c48b8f [v10.0.x] CI: Fix verify-prerelease-assets pipeline (#72232) CI: Fix verify-prerelease-assets pipeline (#72226) * Fix verify-prerelease-assets pipeline * Comment out unused assets (cherry picked from commit 142cbc2ec6232e69576a2873416717b065b0b9de) 24 July 2023, 21:49:44 UTC
ff5cf0f [v10.0.x] TimeSeries: Fix zoom not working after editing panel (#72224) TimeSeries: Fix zoom not working after editing panel (#72163) Co-authored-by: nmarrs <nathanielmarrs@gmail.com> (cherry picked from commit 425c92a92b8059d1577d3e175d88a1862e6cc3d6) Co-authored-by: Leon Sorokin <leeoniya@gmail.com> 24 July 2023, 20:14:43 UTC
4d1c8a1 [v10.0.x] Update _index.md (#72132) Update _index.md (#71400) * Update _index.md Added missing hyperlink for high availability and a small typo * updates link --------- Co-authored-by: Chris Moyer <chris.moyer@grafana.com> (cherry picked from commit 4e50115d958304d156d113e91b95e088f4d992f5) Co-authored-by: Usman Ahmad <usman.ahmad@grafana.com> 24 July 2023, 18:33:56 UTC
8859bca [v10.0.x] Alerting: Improve performance of matching captures (#71999) * Alerting: Improve performance of matching captures (#71828) This commit updates eval.go to improve the performance of matching captures in the general case. In some cases we have reduced the runtime of the function from 10s of minutes to a couple 100ms. In the case where no capture matches the exact labels, we revert to the current subset/superset match, but with a reduced search space due to grouping captures. (cherry picked from commit 8dd3eb856de497b53b6065c533a181908286b6f1) * Add label fingerprints from grafana-plugin-sdk-go * Remove unsafe.StringData as we use Go 1.19 * Fix lint --------- Co-authored-by: George Robinson <george.robinson@grafana.com> 24 July 2023, 13:44:12 UTC
6ec2fdc [v10.0.x] CI: Run only Grafana builds on RGM for grafana/grafana (#72161) * CI: Try setting the vault secret for 'grafana_api_key' (#71981) * Try setting the vault secret * Maybe? * forgot .drone.yml * CI: Use GCP keys in vault and not drone secrets (#72023) * CI: Run only Grafana builds on RGM for grafana/grafana (#72144) * Run only OSS builds on RGM for grafana/grafana * Update script name * Ignore windows step failure for RGM --------- Co-authored-by: Guilherme Caulada <guilherme.caulada@grafana.com> 21 July 2023, 21:27:43 UTC
4418e17 [v10.0.x] docs: fix broken link (#72156) docs: fix broken link (#72114) (cherry picked from commit 0589060041d846272b438f0acd274cb8274d58e2) Co-authored-by: David Harris <david.harris@grafana.com> 21 July 2023, 20:56:04 UTC
9973270 [v10.0.x] CloudMonitoring: Correctly set title and text fields for annotations (#72153) CloudMonitoring: Correctly set title and text fields for annotations (#71888) Correctly set title and text fields (cherry picked from commit c4d6509145a3c913b15a13d0231850e0b84a157f) Co-authored-by: Andreas Christou <andreas.christou@grafana.com> 21 July 2023, 20:54:47 UTC
c08159c [v10.0.x] Update logrus to v1.9.3 (#72083) Update logrus to v1.9.3 (#71571) (cherry picked from commit 892a0d2e5e52c27227d5e3775fbd8a630ec61fc5) Co-authored-by: George Robinson <george.robinson@grafana.com> 21 July 2023, 11:41:32 UTC
1ee817c [v10.0.x] docs: remove unnecessary front matter labels (#72055) docs: update incorrect front matter labels (#71974) * update incorrect front matter labels * removing unneeded labels from shared content files * change public preview to private preview for email sharing * add OSS back to product labels (cherry picked from commit a7c639f16e1a70dd56f8086df3e7c58d7ebd7044) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 20 July 2023, 18:08:57 UTC
1758cf6 [v10.0.x] Docs: adds mimir and oncall (#72049) Docs: adds mimir and oncall (#72042) adds mimir and oncall (cherry picked from commit 46c49aa7ffcd28ff779cb3a911031e7936b48ef3) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> 20 July 2023, 17:10:17 UTC
0bdb14c [v10.0.x] Docs: fix broken links (#72043) Docs: fix broken links (#71911) * Fix different broken links and missing pages * Pin version in docs link for release announcements * fixing validator error --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> (cherry picked from commit 62c6e04d70a9795c64235aa6ebb7af51f1cd4367) Co-authored-by: Clément Duveau <clement@duveau.eu> 20 July 2023, 16:55:04 UTC
ad793b8 [v10.0.x] Prometheus: Fix heatmap query format (#71971) (#72017) * Prometheus: Fix heatmap query format (#71971) Check first numeric field instead of name: Value --------- Co-authored-by: ismail simsek <ismailsimsek09@gmail.com> (cherry picked from commit 1c358de1902923e060a1fc190be89fa57cbc11e7) * fix conflicts in merge, add ts-ignore to ignore missing name in tests 20 July 2023, 14:26:46 UTC
340df22 [v10.0.x] Loki: Fix e2e flakiness (#72027) Loki: Fix e2e flakiness (#69441) fix loki e2e test flakiness by waiting for requests to finish (cherry picked from commit b11c264df3ac6c7a83d22c81158ee774ac286cb1) Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com> 20 July 2023, 14:26:37 UTC
d9eea1c [v10.0.x] AuthNZ documentation revamp (#71969) AuthNZ documentation revamp (#62581) * init for base branch * Add authnz code ownership * Fix docs ownsership path * docs revamp: Plan IAM strategy (#62582) * Add planning page * Add teams definition * Expand on planning and benefits * Add reasons to organize users * Add description of User Teams * Add Grafana organizations info * Add a section between Teams and Orgs * Add a section for external systems * planning your role strategy * Add service account documentation * Add Auth Setup to index sidebar * Address PR comments * Add planning for API keys * Add team and org sync * Docs: role and permission section for planning docs (#64702) * docs revamp: Service accounts (#63710) * docs revamp: Add new documentation to sidebar index (#66104) * docs revamp: synchronisation planning (#66409) * Docs: api keys (#64803) * Remove personal access tokens section * Move auth integration planning page * Remove auth folder * Restore codeowners file * reword and update info on user management and grouping * Rename iam strategy page * extend the section on teams and organizations * Rename planning your IAM section * Move to administration section * Add definition for role sync * Relocate planning --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> (cherry picked from commit 63346674e62f78a3b9f41234173c73440503f1c0) Co-authored-by: linoman <2051016+linoman@users.noreply.github.com> 19 July 2023, 21:19:19 UTC
e4e170f [v10.0.x] Alerting: Fix edit / view of webhook contact point when no authorization is set (#71972) Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com> Fix edit / view of webhook contact point when no authorization is set (#71965) 19 July 2023, 17:34:36 UTC
857b275 [v10.0.x] CI: Allow RGM to create msi for multiple editions (#71894) CI: Allow RGM to create msi for multiple editions (#71883) * Allow RGM to create msi for multiple editions * Remove suffix from build-windows-installer step * Invert exit code on verify_release_pipeline (cherry picked from commit 4c80bcf35fa01499cfd6e58a2ad3d9d32f14d0a5) 19 July 2023, 16:35:23 UTC
e63347f [v10.0.x] Docs: added alias to main data sources page (#71955) Docs: added alias to main data sources page (#71947) added features alias (cherry picked from commit bfff496ca6c4c080400a31fcd54bc7963f03fd5b) Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com> 19 July 2023, 14:57:01 UTC
bb0a6d7 [v10.0.x] Alerting: Add tests for matching captures (#71939) Alerting: Add tests for matching captures (#71928) This commit adds tests for matching captures, which we do not have at present. (cherry picked from commit f1af0502db219871d9f771a6e27555baf057334c) Co-authored-by: George Robinson <george.robinson@grafana.com> 19 July 2023, 12:07:25 UTC
cfd413d [v10.0.x] PanelContext: Provide events scope identifier (#71849) PanelContext: Provide events scope identifier (#71561) * PanelContext: Provide events scope identifier * What a console log (cherry picked from commit 34c9faf14056ef79f7c2e8cd9cb7054597e0ec54) Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> 19 July 2023, 12:02:17 UTC
f05b396 [v10.0.x] Docs: adds aliases to fix 404s (#71937) Docs: adds aliases to fix 404s (#71926) * Docs: adds aliases to fix 404s * fixes alias * updates alias re jack (cherry picked from commit 58729a331fc7f26770cffae9708470350a7870bf) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> 19 July 2023, 11:57:39 UTC
d30e6f2 [v10.0.x] Alerting: Sort NumberCaptureValues in EvaluationString (#71931) Alerting: Sort NumberCaptureValues in EvaluationString (#71927) This commit changes extractEvalString to sort NumberCaptureValues in ascending order of Var before building the output string. This means that users will see EvaluationString in a consistent order, but also make it possible to assert its output in tests. (cherry picked from commit 89dcaaf049d5e27d107f986c9820f85a7e4b2496) Co-authored-by: George Robinson <george.robinson@grafana.com> 19 July 2023, 11:22:17 UTC
824465d [v10.0.x] Docs: Update HTTP API docs for nested folders (#71918) Docs: Update HTTP API docs for nested folders (#67412) * Docs: Update HTTP API docs for nested folders * Apply suggestions from code review Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> (cherry picked from commit 3a50d7ea84ee355e153fc938aafcec08718126b5) Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com> 19 July 2023, 09:28:10 UTC
28c773a [v10.0.x] AzureMonitor: Set timespan in Logs Portal URL link (#71910) AzureMonitor: Set timespan in Logs Portal URL link (#71841) Set timespan in Logs Portal URL link (cherry picked from commit 116e971af315bf8d8da2f78fbc017496f67566bf) Co-authored-by: Andreas Christou <andreas.christou@grafana.com> 19 July 2023, 08:28:07 UTC
4ee7603 [v10.0.x] Bug: Compare `semver` digits for frontend packages config (#71908) Bug: Compare `semver` digits for frontend packages config (#71829) * Compare semver digits * Fix lint (cherry picked from commit 5f8ace33fb99dc375cb2bce697d5540e5812b469) # Conflicts: # pkg/build/frontend/config_test.go 19 July 2023, 07:19:08 UTC
793a8e3 [v10.0.x] docs: add docker commands for enabling alpha layers (#71899) docs: add docker commands for enabling alpha layers (#71897) added docker commands for enabling alpha layers (cherry picked from commit ef0de1af32c7bf8f7b03a0317769f0ffd56bb46f) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 18 July 2023, 22:14:42 UTC
a8c66c3 [v10.0.x] docs: add flowcharting-canvas migration, update styling (#71889) docs: add flowcharting-canvas migration, update styling (#71671) * docs: add canvas migration, update styling * docs: make pretty * docs: add windrose alternative * Add H1 and description * Update docs/sources/developers/angular_deprecation/angular-plugins.md Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com> * Update docs/sources/developers/angular_deprecation/angular-plugins.md Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com> * Update docs/sources/developers/angular_deprecation/angular-plugins.md Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com> --------- Co-authored-by: Joe Perez <joseph.perez@grafana.com> Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com> (cherry picked from commit 017ab9ddd8eca63e440c2addb6727736f3ff2adb) Co-authored-by: David Harris <david.harris@grafana.com> 18 July 2023, 20:02:57 UTC
aba669e [v10.0.x] Update _index.md (#71798) Update _index.md (#71792) * Update _index.md * makes prettier --------- Co-authored-by: Chris Moyer <chris.moyer@grafana.com> (cherry picked from commit 03c2efa2d6c2774c60b221f0b4481b4ac5d9efb5) Co-authored-by: Melori Arellano <melori.arellano@grafana.com> 18 July 2023, 19:30:35 UTC
f128a97 [v10.0.x] CI: Add rgm compatible windows msi pipeline (#71858) CI: Add rgm compatible windows msi pipeline (#71678) * Add rgm compatible windows msi pipeline * Fix dependencies and platform * Fix missing arg comment * Fix linting issues * Try to fix version on file path * Fix dependency on verify release pipeline (cherry picked from commit 4caa773401deedb232d4073230bf09ee33367d28) 18 July 2023, 16:51:32 UTC
7ef357a LogParser: safely stringify field value (#71873) * LogParser: safely stringify field value * LogParser: move null check to the top 18 July 2023, 16:39:19 UTC
3381eca [v10.0.x] Rework Okta OAuth2 (#71861) Rework Okta OAuth2 (#71349) * Rework Okta OAuth2 --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> (cherry picked from commit 130f142c7f41e333ebfbbd7aa0a0611522f4e117) 18 July 2023, 15:36:36 UTC
55784a2 [v10.0.x] AzureMonitor: Fix resource selection growing over resource selection table (#71862) AzureMonitor: Fix resource selection growing over resource selection table (#71463) * AzureMonitor: Fix resource selection growing over resource selection table * Unstick ResourcePicker footer, fix sizing (cherry picked from commit 409eae6ff974199c569df58ac2c55edde7377897) 18 July 2023, 14:51:44 UTC
a347d3d [v10.0.x] docs: Update Transform Data (#71854) docs: Update Transform Data (#71013) * Update Transform Data :docs: * Apply suggestions from code review Update Transform Data Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Fix link * Various suggestions * Various suggestions * Various suggestions * Reset make file * Add example for extract field * Add example for field lookup * Add example for histogram * Update * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> Co-authored-by: ludovio <ludovic.viaud@gmail.com> (cherry picked from commit 679365960bf523bf1d17d253dcd8dd9761eb3e9f) Co-authored-by: Jara Suárez de Puga García <jara.suarezdepuga@grafana.com> 18 July 2023, 14:39:19 UTC
cf45b83 [v10.0.x] CI: Removes enterprise specific pipelines and steps (#71782) [WIP] CI: Removes enterprise specific pipelines and steps (#70815) * Removes enterprise specific pipelines and steps (#123) * Comment out enterprise related pipelines and steps * Suppress unused variable warning * Removes all edition arguments * Remove leftover comments * Remove redundant oss on pipelines and steps names * Remove leftover unused variable * Remove leftovers * Remove pipeline dependencies * Rename pipelines * Fix starlark --------- Co-authored-by: dsotirakis <dimitrios.sotirakis@grafana.com> (cherry picked from commit 642a81ba75e79138246797302aba5c35575f030d) * Add editions for static assets (cherry picked from commit b13939b9af8263e01a6b85c16d859d56a0069cf8) Co-authored-by: Dimitris Sotirakis <dimitrios.sotirakis@grafana.com> 18 July 2023, 14:21:11 UTC
f877bb4 [v10.0.x] Docs: add azure auth section to prometheus data source doc (#71845) Docs: add azure auth section to prometheus data source doc (#71491) * added initial azure auth settings section * updated with additional azure auth info (cherry picked from commit f7bffb4c1c0447f696e82f8116ff45255a3e773e) Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com> 18 July 2023, 13:43:52 UTC
40b564b [v10.0.x] Add canonical URLs to all alerting pages (#71833) Add canonical URLs to all alerting pages (#71830) (cherry picked from commit 37ef4e940f79b6c81024db6863a6a264e71d8ed7) Signed-off-by: Jack Baldry <jack.baldry@grafana.com> 18 July 2023, 10:34:53 UTC
2004463 [v10.0.x] Explicitly set all front matter labels in the source files (#71817) Explicitly set all front matter labels in the source files (#71548) * Set every page to have defaults of 'Enterprise' and 'Open source' labels * Set administration pages to have of 'Cloud', 'Enterprise', and 'Open source' labels * Set administration/enterprise-licensing pages to have 'Enterprise' labels * Set administration/organization-management pages to have 'Enterprise' and 'Open source' labels * Set administration/provisioning pages to have 'Enterprise' and 'Open source' labels * Set administration/recorded-queries pages to have labels cloud,enterprise * Set administration/roles-and-permissions/access-control pages to have labels cloud,enterprise * Set administration/stats-and-license pages to have labels cloud,enterprise * Set alerting pages to have labels cloud,enterprise,oss * Set breaking-changes pages to have labels cloud,enterprise,oss * Set dashboards pages to have labels cloud,enterprise,oss * Set datasources pages to have labels cloud,enterprise,oss * Set explore pages to have labels cloud,enterprise,oss * Set fundamentals pages to have labels cloud,enterprise,oss * Set introduction/grafana-cloud pages to have labels cloud * Fix introduction pages products * Set panels-visualizations pages to have labels cloud,enterprise,oss * Set release-notes pages to have labels cloud,enterprise,oss * Set search pages to have labels cloud,enterprise,oss * Set setup-grafana/configure-security/audit-grafana pages to have labels cloud,enterprise * Set setup-grafana/configure-security/configure-authentication pages to have labels cloud,enterprise,oss * Set setup-grafana/configure-security/configure-authentication/enhanced-ldap pages to have labels cloud,enterprise * Set setup-grafana/configure-security/configure-authentication/saml pages to have labels cloud,enterprise * Set setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-hashicorp-key-vault pages to have labels cloud,enterprise * Set setup-grafana/configure-security/configure-request-security pages to have labels cloud,enterprise,oss * Set setup-grafana/configure-security/configure-team-sync pages to have labels cloud,enterprise * Set setup-grafana/configure-security/export-logs pages to have labels cloud,enterprise * Set troubleshooting pages to have labels cloud,enterprise,oss * Set whatsnew pages to have labels cloud,enterprise,oss * Apply updated labels from review --------- (cherry picked from commit 7eb17bcccae0881d794f02ceb39bf80e5709810b) Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 18 July 2023, 10:29:58 UTC
1f02b4a [v10.0.x] Docs: fix bullet lists for supported time interval (#71812) Docs: fix bullet lists for supported time interval (#67389) * Docs: fix bullet lists for supported time interval * Docs: run prettier (cherry picked from commit b0892812558849801b679f244bf75bdc5aadaae8) Co-authored-by: Rodrigo Petter Daniel <rodrigopetterdaniel@gmail.com> 18 July 2023, 07:33:39 UTC
2962af8 [v10.0.x] Auth: update GitHub OAuth documentation (#71763) Auth: update GitHub OAuth documentation (#70459) * github oauth doc improvements * add skip_org_role_sync to config for github provider * update links and section headings * update the docs based on the first PR * update references (cherry picked from commit cb695cef8ecbce5965b3fd4fa268c3becab8ec4b) Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> 17 July 2023, 15:56:33 UTC
8c22371 [v10.0.x] Auth: Add support for custom signing keys in auth.azure_ad (#71708) Auth: Add support for custom signing keys in auth.azure_ad (#71365) * fallthrough JWKS validation and caching for Azure * remove unused field (cherry picked from commit fbfdd6ba32bc5688ae11167e46fa01db4f37bd9c) 17 July 2023, 14:27:53 UTC
d24efd7 [v10.0.x] Auth: update generic OAuth documentation (#71759) * merge * Linting 17 July 2023, 13:52:58 UTC
f9a8e0a [v10.0.x] Alerting: No longer silence paused alerts during legacy migration (#71761) Alerting: No longer silence paused alerts during legacy migration (#71596) * Alerting: No longer silence paused alerts during legacy migration Now that we migrate paused legacy alerts to paused UA alert rules, we no longer need to silence them. (cherry picked from commit 8c6cdf51fce181f35c22707c0ee962b91238b8c0) Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com> 17 July 2023, 13:49:26 UTC
1bce7bb [v10.0.x] Docs: reorder auth provider pages (#71751) Docs: reorder auth provider pages (#70764) * order auth provider pages * add shorter menu titles * linting * update reference * rename Grafana auth section to basic auth (cherry picked from commit fc290281cbf3acb7e9b57b3f7132f0f510de4354) Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> 17 July 2023, 13:29:49 UTC
6a08346 [v10.0.x] Plugins: Only configure plugin proxy transport once (#71742) Plugins: Only configure plugin proxy transport once (#71735) only configure plugin proxy transport once (cherry picked from commit b59ca7fb22088dedb28f75c60f6522be1d4e90ba) Co-authored-by: Will Browne <wbrowne@users.noreply.github.com> 17 July 2023, 11:52:48 UTC
62eccdd [v10.0.x] Docs: fixes broken alias redirect (#71737) Docs: fixes broken alias redirect (#71730) (cherry picked from commit 7738a9846c7c2c00bef9a4edf554d358a2b7da8e) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> 17 July 2023, 11:33:03 UTC
8caf3fc [v10.0.x] CI: Re-enable milestone-check (#71723) CI: Re-enable milestone-check (#71718) This will hopefully resolve stuck PRs until we find a better way to disable that check. (cherry picked from commit 44b55a1ca66649b37520eb466f61a1eb9697a48b) Co-authored-by: Horst Gutmann <horst.gutmann@grafana.com> 17 July 2023, 09:16:16 UTC
96b94e7 [v10.0.x] CI: Fix broken env vars in publish-artifacts step (#71647) CI: Fix broken env vars in publish-artifacts step (#71471) Fix env vars (cherry picked from commit 64d2ff03c80c807c03390f63ba1834c5605fc96d) # Conflicts: # .drone.yml (cherry picked from commit fd90737884093c75d98cc0257b47437b7e4ca716) # Conflicts: # .drone.yml 17 July 2023, 08:53:51 UTC
40bcfab [v10.0.x] Chore: Add auto-milestone workflow for pull-requests (#71706) Chore: Add auto-milestone workflow for pull-requests (#71177) This adds a new auto-milestone workflow that will set the milestone for a PR when it is closed. This way, contributors no longer have to think about milestone at all. (cherry picked from commit 8ae92db53dda5b6236bcf50c7c7e39259a54c0ed) 17 July 2023, 08:28:36 UTC
1b1c11f [v10.0.x] Geomap: Address tooltip performance issue (#71672) Geomap: Address tooltip performance issue (#71607) (cherry picked from commit 16e5d442ba1c7ca410f41f0e399efe83d6476d3e) 14 July 2023, 19:45:29 UTC
ab36f46 [v10.0.x] Remove empty main block at the end (#71669) Remove empty main block at the end (#71574) Removed empty block at the end of the page (cherry picked from commit f924fc2b8d6838994cdeb5e814fbca70cc232fed) Co-authored-by: bojankezele <79632099+bojankezele@users.noreply.github.com> 14 July 2023, 15:43:18 UTC
7d49783 [v10.0.x] Docs: Add reference to Grafana Cloud doc (#71668) Docs: Add reference to Grafana Cloud doc (#71653) Add reference to Grafana Cloud doc (cherry picked from commit 6b40fe75f577b6dcfcf9700df91706521cf79f0f) Co-authored-by: Fabrizio <135109076+fabrizio-grafana@users.noreply.github.com> 14 July 2023, 15:21:38 UTC
932ff5d [v10.0.x] CI: Update and rename pr-patch-mirror-and-apply.yml to sync-mirror.yml (#71615) * CI: Update and rename pr-patch-mirror-and-apply.yml to sync-mirror.yml (#71608) * CI: Update and rename pr-patch-mirror-and-apply.yml to sync-mirror.yml * update CODEOWNERS (cherry picked from commit 3afc20fae9bd4fa696b7e2c3f518a30ae3033116) * Add sync-mirror to codeowners 14 July 2023, 10:50:17 UTC
d787628 [v10.0.x] Elasticsearch: Fix multiple max depth flatten of multi-level objects (#71636) Elasticsearch: Fix multiple max depth flatten of multi-level objects (#70302) (cherry picked from commit c1f6b91ea988efeb98801eb9149769ce3ea9d4d3) Co-authored-by: Shirley <4163034+fridgepoet@users.noreply.github.com> 14 July 2023, 10:01:41 UTC
b23c25c [v10.0.x] [DOC] Fix tracing links in explore/tracing (#71389) [DOC] Fix tracing links in explore/tracing (#71383) Fix tracing links (cherry picked from commit 41def2e346702cd63c6ab499cee5c51408cc50b1) Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> 13 July 2023, 20:44:04 UTC
4ee6677 [v10.0.x] docs: update references to deprecated plugins (#71592) 13 July 2023, 18:19:03 UTC
e17ebf1 [v10.0.x] Annotations: Fix database lock while updating annotations (#71207) Annotations: Fix database lock while updating annotations (#71199) (cherry picked from commit 56f52dc97e4932763d313832436ccefdcbf01f6f) Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> 13 July 2023, 08:33:43 UTC
1f05870 [v10.0.x] api: ignore /api/gnet proxy when gzipping responses (#71521) api: ignore /api/gnet proxy when gzipping responses (#71437) This PR adds /api/gnet to the list of ignored paths in the gzip middleware. Without this, when gzip is enabled (`server.enable_gzip = true`), responses from the gnet proxy are double compressed: once by grafana.com and once by Grafana itself. With this change we only do one round of compression for these endpoints. To test this out, try a request like this with `server.enable_gzip = true` (after setting `GCOM_TOKEN` to a valid grafana.com token; you may need to change the 'bsull' slug, too): curl -v --user admin:admin \ -H "X-Api-Key: $GCOM_TOKEN" \ -H 'Accept-Encoding: gzip' \ localhost:3000/api/gnet/instances/bsull/provisioned-plugins/grafana-ml-app | gzip -d Note that there are two Content-Encoding: gzip headers before this PR, and the output is still compressed even after the `gzip -d`. After this PR things look as expected. (cherry picked from commit 51c94bccd77b4b67d68228e80b42e992b2cdee34) Co-authored-by: Ben Sully <ben.sully@grafana.com> 13 July 2023, 07:36:20 UTC
7fdfc4d docs: fixed data source mgmt file for 10.0.x (#71503) * fixed data source mgmt file for 10.0.x * fixed query caching relrefs * fix anchor refs --------- Co-authored-by: Michael Mandrus <michael.mandrus@grafana.com> 13 July 2023, 01:58:04 UTC
dfc5d22 [v10.0.x] docs: add alphaPanels feature toggle information (#71506) docs: add alphaPanels feature toggle information (#71480) * add feature toggle information * fix typo * fixed config information (cherry picked from commit c3a020761510893be2135d79b968bcb473b79fd1) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 12 July 2023, 22:10:06 UTC
800f54b [v10.0.x] docs: update nodejs required version (#71483) docs: update nodejs required version (#71469) * docs: update nodejs required version * docs: update nodejs version in plugin tutorials * docs: update to LTS guidance (cherry picked from commit 3a45f02ef3a37e65aaae55626f3046abd1c0f537) Co-authored-by: David Harris <david.harris@grafana.com> 12 July 2023, 15:55:29 UTC
5d9e63c [v10.0.x] docs: restructure dashboard annotations page (#71481) 12 July 2023, 15:42:10 UTC
a264594 [v10.0.x] Docs: Adding alias to package a plugin (#71479) Docs: Adding alias to package a plugin (#71478) Adding alias to package a plugin (cherry picked from commit 471c858e67949ce67815c74621386cec67b47db6) Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com> 12 July 2023, 15:30:44 UTC
b0e8871 [v10.0.x] Update info for the Support Bundle (#71452) Update info for the Support Bundle (#69419) * Update info for the Support Bundle Add in a note that access to the Support Bundle requires Grafana 9.5 and above. * Make the user/permission restriction more visible since it gets lost a little in the code block * Run prettier * Move the new content to Before you begin section This is the pattern that we're following with other doc topics as well. * fix a typo * linting --------- Co-authored-by: Vardan Torosyan <vardants@gmail.com> Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> (cherry picked from commit 7f865f627a2008077f8bcf3571c88726887d158b) Co-authored-by: Zach Day <zachary.day@grafana.com> 12 July 2023, 14:24:54 UTC
73f53a3 [v10.0.x] Chore: Upgrade Go to 1.20.6 (#71445) Chore: Upgrade Go to 1.20.6 12 July 2023, 13:32:58 UTC
edfc354 [v10.0.x] Elasticsearch: Fix histogram colors in backend mode (#71447) Elasticsearch: Fix histogram colors in backend mode (#71442) elastic: backend-mode: fix histogram colors (cherry picked from commit fdb825700751e54fd001989fe31af7eb1393ad3b) 12 July 2023, 12:18:14 UTC
73f37c7 [v10.0.x] Alerting: Fix state in expressions footer (#71443) Alerting: Fix state in expressions footer (#71441) Fix state in expressions footer (cherry picked from commit 82a5770376d216843fe8c3616ae0c4a6f21dfe46) Co-authored-by: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com> 12 July 2023, 11:52:43 UTC
1f13067 [v10.0.x] AppChromeService: Fixes update to breadcrumb parent URL (#71418) AppChromeService: Fixes update to breadcrumb parent URL (#71410) AppChromeService: Fixes update to parent url (cherry picked from commit dc71d369586b666ae76bb0741358264a2e7a0035) 12 July 2023, 11:38:04 UTC
08def85 [v10.0.x] Variables: Page refreshes hitting enter to select a variable value (#71360) Variables: Page refreshes hitting enter to select a variable value (#70996) (cherry picked from commit 699e499cc7d93143a8f005da46d3491c133a3910) 12 July 2023, 11:29:59 UTC
899d6a5 [v10.0.x] UI/Select: Adjust typing to support extended props (#71369) UI/Select: Adjust typing to support extended props (#71211) (cherry picked from commit f604bf6d686d3feec69bf1843ed9d3190ed037eb) Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> 11 July 2023, 14:32:02 UTC
d85be0b Release: Bump version to 10.0.3 (#71344) "Release: Updated versions in package to 10.0.3" Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 11 July 2023, 14:28:15 UTC
34c621d [v10.0.x] fix shortcode usage (#71359) fix shortcode usage (#71353) (cherry picked from commit c3a8819ed20ba38e5eaed327a5ea5b5c5bbdf6ba) Co-authored-by: Robby Milo <robbymilo@fastmail.com> 11 July 2023, 12:25:08 UTC
eeca760 [v10.0.x] CI: Provide a Drone promotion to build the build-container (#71352) CI: Provide a Drone promotion to build the build-container (#71133) (cherry picked from commit 7a9847e1962e09c8a098079d5d5a53ad97a9fcc0) 11 July 2023, 12:03:50 UTC
111ddb9 [v10.0.x] Changelog: Updated changelog for 10.0.2 (#71339) Changelog: Updated changelog for 10.0.2 (#71338) Co-authored-by: grafanabot <bot@grafana.com> (cherry picked from commit b18b4895a4a843d0f7c37cfff0cc4dea6d8a946a) Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 11 July 2023, 10:19:13 UTC
bc1e8a7 [v10.0.x] Alerting: (Chore/Instrumentation) Add traceID to logs with contextual logger (#71333) Alerting: (Chore/Instrumentation) Add traceID to logs with contextual logger (#71289) Alerting: (Chore) Add traceID to logs with contextual logger (cherry picked from commit f6a28cadbc826ed7928794de1a7e25aca8720421) Co-authored-by: Kyle Brandt <kyle@grafana.com> 11 July 2023, 09:11:47 UTC
f767a3e [v10.0.x] Alerting: Fix Alertmanager change detection for receivers with secure settings (#71320) Alerting: Fix Alertmanager change detection for receivers with secure settings (#71307) * Alerting: Make ApplyAlertmanagerConfiguration only decrypt/encrypt new/changed secure settings Previously, ApplyAlertmanagerConfiguration would decrypt and re-encrypt all secure settings. However, this caused re-encrypted secure settings to be included in the raw configuration when applied to the embedded alertmanager, resulting in changes to the hash. Consequently, even if no actual modifications were made, saving any alertmanager configuration triggered an apply/restart and created a new historical entry in the database. To address the issue, this modifies ApplyAlertmanagerConfiguration, which is called by POST `api/alertmanager/grafana/config/api/v1/alerts`, to decrypt and re-encrypt only new and updated secure settings. Unchanged secure settings are loaded directly from the database without alteration. We determine whether secure settings have changed based on the following (already in-use) assumption: Only new or updated secure settings are provided via the POST `api/alertmanager/grafana/config/api/v1/alerts` request, while existing unchanged settings are omitted. * Ensure saving a grafana-managed contact point will only send new/changed secure settings Previously, when saving a grafana-managed contact point, empty string values were transmitted for all unset secure settings. This led to potential backend issues, as it assumed that only newly added or updated secure settings would be provided. To address this, we now exclude empty ('', null, undefined) secure settings, unless there was a pre-existing entry in secureFields for that specific setting. In essence, this means we only transmit an empty secure setting if a previously configured value was cleared. * Fix linting * refactor omitEmptyUnlessExisting * fixup --------- Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com> (cherry picked from commit e3787de470b5637d3407185040b8cefc5023b040) Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com> 11 July 2023, 08:58:06 UTC
b8e2990 [v10.0.x] Elasticsearch: Fix using multiple indexes with comma separated string (#71322) Elasticsearch: Fix using multiple indexes with comma separated string (#71284) * Revert "Elasticsearch: Use array of strings as index in backend queries (#67276)" This reverts commit d0ced39847c94a76047c2e79824f1ccb262e3a33. * updated tests (cherry picked from commit e17540bdcd298bc7605af5bf1e0bcddb87b7e8a0) Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com> 11 July 2023, 07:59:27 UTC
eeba36e [v10.0.x] Fix merge error in index.md (#71312) * Fix merge error in index.md Fixes glitch reported here: https://raintank-corp.slack.com/archives/C5PG2JK8W/p1689019056173919 * Prettier fix 10 July 2023, 21:25:09 UTC
25f498c [v10.0.x] Docs: Fix broken links to play (#71295) Docs: Fix broken links to play (#71112) * fix broken links to play * Update docs/sources/dashboards/variables/_index.md Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com> --------- Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com> (cherry picked from commit 69d8e3d8dc94c92a711252e2797e19bf61de6756) Co-authored-by: matt abrams <37156449+zuchka@users.noreply.github.com> 10 July 2023, 18:49:04 UTC
da6aeb8 [v10.0.x] Update Public Dashboards documentation (#71293) Update Public Dashboards documentation (#71276) The documentation for how to support public dashboards is slightly incorrect. (cherry picked from commit 899de865fc75f309de775226500d89fc008cbe8f) Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com> 10 July 2023, 15:56:47 UTC
84594e2 [v10.0.x] PanelInspect: Download CSV without extra blank rows (#71290) PanelInspect: Download CSV without extra blank rows (#71248) (cherry picked from commit 8a6c6c3285093cfea4dd48772ca29df69d6a81a9) Co-authored-by: Juan Cabanas <juan.cabanas@grafana.com> 10 July 2023, 15:28:31 UTC
c7031f4 [v10.0.x] Docs: fix incorrect alias for sign-a-plugin.md (#71270) Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com> fix incorrect alias for sign-a-plugin.md (#71255) 10 July 2023, 09:08:40 UTC
67a6f62 [v10.0.x] Transformations: Fix `extractFields` throwing Error if one value is undefined or null (#71267) Transformations: Fix `extractFields` throwing Error if one value is undefined or null (#71070) * fix extract fields with null values * rename test * check for null values * revert changes * improve position (cherry picked from commit b05cc2d65145647978a20c89d11d7e3be86cc400) Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com> 10 July 2023, 08:00:26 UTC
dca52d5 [v10.0.x] XYChart: Point size editor should reflect correct default (5) (#71229) XYChart: Point size editor should reflect correct default (5) (#71126) fix(xychart): reconcile point size editors (cherry picked from commit d92d3ede794a770dd23b82b7e176673422fa0305) Co-authored-by: Ihor Yeromin <yeryomin.igor@gmail.com> 07 July 2023, 20:39:52 UTC
d147af2 [v10.0.x] CI: Add GPG keys to rgm, don't clone RGM just use the docker image (#71234) * CI: Add rgm to drone (#66991) * add drone stub that build grafana using 'grafana/build' (dagger) --------- Co-authored-by: Ricky Whitaker <ricky.whitaker@grafana.com> (cherry picked from commit 768efe9748e4041eab92ee64161b33902977d5a8) * Add dagger token to rgm builds (#68651) (cherry picked from commit a870b227dba172dc67012f27b12c7b2f510cd014) * CI: Add GPG keys to rgm, don't clone RGM just use the docker image (#71143) * Add GPG keys to rgm, dont' clone RGM just use the docker image * remove the cd command * forgot to make drone :( * idk * reference script more specifically * i guess we'll just cd /src * Only show not found artifacts (cherry picked from commit d5a4c81fa1ed9ceb897db34b42a189a7eccc47f1) 07 July 2023, 17:47:34 UTC
e17bb5b [v10.0.x] Clarify external AM limitation (#71218) Clarify external AM limitation (#71179) (cherry picked from commit 3ec05582048ceaa4ad82cc0c4695f1ad6ec07640) Co-authored-by: Armand Grillet <2117580+armandgrillet@users.noreply.github.com> 07 July 2023, 15:18:00 UTC
23fbded [v10.0.x] Prometheus: Version detect bug (#71213) Prometheus: Version detect bug (#71198) * remove redundant request copy in backend, add more versions to semver lists (cherry picked from commit 7dc071f46b6881cca38f7715d85b766cb88bf474) Co-authored-by: Galen Kistler <109082771+gtk-grafana@users.noreply.github.com> 07 July 2023, 15:10:09 UTC
49fa587 [v10.0.x] Docs: update the word "integration" in Okta config (#71209) Docs: update the word "integration" in Okta config (#71181) (cherry picked from commit ac7814609126b70eec6397d34ce04c40454bf86e) Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com> 07 July 2023, 14:16:01 UTC
a5aa8a3 [v10.0.x] AsyncSegment: Display no-options placeholder for no items status (#71127) AsyncSegment: Display no-options placeholder for no items status (#70995) AsyncSegment: Display no options dropdown placeholder for no items status (cherry picked from commit ad5a36e7a3b8e66023c76ed95d0b9049e57d1d94) Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com> 07 July 2023, 13:12:49 UTC
be34911 [v10.0.x] Docs: Updates Grafana alerting link text on Panel Editor Overview page (#71197) Docs: Updates Grafana alerting link text on Panel Editor Overview page (#71146) * Updates Grafana alerting link text on panel editor overview page * fixed wording of link text --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> (cherry picked from commit 217265baee015caa646026f24712a2cfdbaf309d) Co-authored-by: Leanna Shippy <11079957+lshippy@users.noreply.github.com> 07 July 2023, 12:24:21 UTC
889b153 [v10.0.x] docs: remove kentik from angular plugins (#71192) docs: remove kentik from angular plugins (#71191) As of v1.7.0 this plugin no longer uses Angular (cherry picked from commit a9368aab7a3b0e9391608c6444d2850204f4bfc4) Co-authored-by: David Harris <david.harris@grafana.com> 07 July 2023, 11:31:36 UTC
afcf952 [v10.0.x] Explore: Remove duplicate decorator (#70778) Explore: Remove duplicate decorator (#70775) Remove duplicate decorator (cherry picked from commit c0b64612f89de684e781b988854218f00e046787) Co-authored-by: Kristina <kristina.durivage@grafana.com> 07 July 2023, 11:14:15 UTC
back to top