https://github.com/grafana/grafana

sort by:
Revision Author Date Message Commit Date
5e193d7 Changelog: Updated changelog for 9.5.16 (#82386) Co-authored-by: grafanabot <bot@grafana.com> (cherry picked from commit e6e9d6a782ac25b7967252815d25d5b8df91bb0c) 13 February 2024, 18:00:31 UTC
61d4d06 [v9.5.x] : `ImagePullSecrets`: Add `GAR` secret to `image_pull_secret` in `.drone.yml` (#80915) `ImagePullSecrets`: Add `GAR` secret to `image_pull_secret` in `.drone.yml` (#80912) * Add GAR secret to image_pull_secret * Fix starlark fmt (cherry picked from commit 65104a7efab8be95f37f390c04e39253a2e5913b) 19 January 2024, 18:04:36 UTC
ab74869 [v9.5.x] Annotations: Split cleanup into separate queries and deletes to avoid deadlocks on MySQL (#80682) * Annotations: Split cleanup into separate queries and deletes to avoid deadlocks on MySQL (#80329) * Split subquery when cleaning annotations * update comment * Raise batch size, now that we pay attention to it * Iterate in batches * Separate cancellable batch implementation to allow for multi-statement callbacks, add overload for single-statement use * Use split-out utility in outer batching loop so it respects context cancellation * guard against empty queries * Use SQL parameters * Use same approach for tags * drop unused function * Work around parameter limit on sqlite for large batches * Bulk insert test data in DB * Refactor test to customise test data creation * Add test for catching SQLITE_MAX_VARIABLE_NUMBER limit * Turn annotation cleanup test to integration tests * lint --------- Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com> (cherry picked from commit 81c45bfe449584dc7ff50e4fabd5d0c6568999b5) * Fix logs and interval per backport * empty commit to kick actions 17 January 2024, 17:52:40 UTC
bd9d3f7 [v9.5.x] Update pr-commands to use app token (#80751) Update pr-commands to use app token 17 January 2024, 17:37:27 UTC
4c9d693 [v9.5.x] Release: Deprecate latest.json and replace with api call to grafana.com (#80607) Release: Deprecate latest.json and replace with api call to grafana.com (#80537) * remove latest.json and replace with api call to grafana.com * remove latest.json * Revert "remove latest.json" This reverts commit bcff43d898d571c36680c2267c3cfaa5d8a60bef. * Revert "remove latest.json and replace with api call to grafana.com" This reverts commit 02b867d84ed43e0b0e27524afa87fae1f92f6835. * add deprecation message to latest.json (cherry picked from commit 127decee1ebb735098ddd458b13f50b1ff0d5483) 16 January 2024, 12:09:50 UTC
825ea04 Docs: remove allowed_groups from 9.5x (#80295) allowed groups was added in v10.x 10 January 2024, 17:07:17 UTC
f9f12d9 [v9.5.x] Chore: Update `grabpl` to `v3.0.47` (#79787) Chore: Update `grabpl` (#79758) Update grabpl (cherry picked from commit 7ba930b1355dfffb30bafbc7724255ccbced393b) # Conflicts: # .drone.yml Co-authored-by: Dimitris Sotirakis <dimitrios.sotirakis@grafana.com> 21 December 2023, 11:42:12 UTC
ae46e25 Release: Bump version to 9.5.16 (#79714) "Release: Updated versions in package to 9.5.16" Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 19 December 2023, 17:07:57 UTC
ae395a8 [v9.5.x] Changelog: Updated changelog for 9.5.15 (#79710) Changelog: Updated changelog for 9.5.15 (#79701) * Changelog: Updated changelog for 9.5.15 * fix lint --------- Co-authored-by: grafanabot <bot@grafana.com> Co-authored-by: Summer Wollin <summer.wollin@grafana.com> (cherry picked from commit f08138c94b4063ae32e881d779e6563819b677f1) Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 19 December 2023, 16:47:55 UTC
5f5a096 Alerting:fix silences removing labels pressing enter 5 (#79624) Fix Silences removing labels when user press enter in duration input 18 December 2023, 10:43:16 UTC
ee05de1 [v9.5.x] Re-add arm32 builds (#79622) Re-add arm32 builds (#79496) * Re-add arm32 builds * update grabpl version * make drone * make drone * format drone (cherry picked from commit 9dc015b595652881c39a119070429761284903aa) 18 December 2023, 08:56:33 UTC
427ccf3 [v9.5.x] Chore: Upgrade Go to 1.21.5 (#79563) Chore: Upgrade Go to 1.21.5 (#79329) * bumping grafanas go version to 1.21.5 * adding how to upgrade go doc * removing the whole ci-build and corresponding pipelines * clarifying that we have to run make drone * fixing starlark linter and removing unused code * Adding note about enterprise * trying to change the underyling image to avoid musl issues * only need to golang one (cherry picked from commit 4991e71b85c38bcdd133e6c4fe767ac93052ebcd) 15 December 2023, 11:47:18 UTC
314117a [v9.5.x] Auth: id response header (#78879) Auth: id response header (#77871) * Add config options for identity id response header * Add feature to add identity id response header to all responses * Use util.SplitString (cherry picked from commit 21f94c5b783b51a2cab61937d32a92bab572a45c) 11 December 2023, 08:38:15 UTC
65320de [v9.5.x] Alerting: Attempt to retry retryable errors (#79209) Alerting: Attempt to retry retryable errors (#79161) * Alerting: Attempt to retry retryable errors Retrying has been broken for a good while now (at least since version 9.4) - this change attempts to re-introduce them in their simplest and safest form possible. I first introduced #79095 to make sure we don't disrupt or put additional load on our customer's data sources with this change in a patch release. Paired with this change, retries can now work as expected. There's two small differences between how retries work now and how they used to work in legacy alerting. Retries only occur for valid alert definitions - if we suspect that that error comes from a malformed alert definition we skip retrying. We have added a constant backoff of 1s in between retries. --------- (cherry picked from commit c63126168104b1d8176c3edc3d37a9abd0ea2b2d) Signed-off-by: gotjosh <josue.abreu@gmail.com> 07 December 2023, 13:31:50 UTC
926a1d0 [v9.5.x] Unified Alerting: Set to 1 by default (#79109) Unified Alerting: Set `max_attempts` to 1 by default (#79095) * Unified Alerting: Set `max_attempts` to 1 by default The retry logic for unified alerting has been broken as far as v9.4.x, rather than fixing it in one go and causing a headache to our users with rules putting extra load on their datasources - I think a better approach is to simply set 1 as a default and then let our users change it. I see two cons with this approach: - Configuration for legacy to unified alerting cannot be ported over automatically, users will have to manually set `max_attempts` to 3 when migrating. - Users expecting to get any sort of retrying (as with legacy alerting) will not have it out of the box and will have to manually edit the configuration. Signed-off-by: gotjosh <josue.abreu@gmail.com> --------- Signed-off-by: gotjosh <josue.abreu@gmail.com> (cherry picked from commit 0c9356a3c78b83b8bb5abf99263053b10de84d48) 06 December 2023, 09:45:44 UTC
0f33605 [v9.5.x] fix: ha_peer to ha_peers (#78396) fix: ha_peer to ha_peers (#75724) (cherry picked from commit b3bf38ad68dde8eccca6a80dcc6875a9a1bcf70f) Co-authored-by: Arkadip Bhattacharya <in2arkadipb13@gmail.com> 20 November 2023, 13:35:51 UTC
1069ba6 [v9.5.x] CI: Test backend on feature-toggles documentation changes (#78305) CI: Test backend on feature-toggles documentation changes (#78177) Run backend tests if the feature-toggles documentation changes (cherry picked from commit d78b3fea2f9d8b6ca426bda631bcd776df31e4ee) 17 November 2023, 08:42:56 UTC
bed5060 Release: Bump version to 9.5.15 (#78137) "Release: Updated versions in package to 9.5.15" Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 14 November 2023, 17:35:50 UTC
9529b76 [v9.5.x] Changelog: Updated changelog for 9.5.14 (#78136) Changelog: Updated changelog for 9.5.14 (#78134) Co-authored-by: grafanabot <bot@grafana.com> (cherry picked from commit 8c5fcc60b10f2b62ec429dbf92d0fcd7f4cb8592) # Conflicts: # CHANGELOG.md Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 14 November 2023, 17:20:09 UTC
d250d5b [v9.5.x] Bump gRPC to 1.58.3 and otelhttptrace to 0.44.0 (#78112) * [v9.5.x] Bump gRPC to 1.58.3 * Bump otelhttptrace version to 0.44.0 * Fix typo-clash with docs and feature-flags 14 November 2023, 14:12:12 UTC
ef2bcdc [v9.5.x] Documentation: Update Hubot Integration documentation (#77565) * Documentation: Update Hubot Integration documentation (#76925) * Update Hubot Integration documentation The script package has improved over the years to allow for direct uploading to Slack, etc. This updates the documentation to reflect that. * Apply suggestions from code review Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com> --------- Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com> (cherry picked from commit c73a2bde9cda93c9bec1adf55c47fc8ec2fb1ef8) * Fix codespell issues Signed-off-by: Jack Baldry <jack.baldry@grafana.com> --------- Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Stephen Yeargin <stephenyeargin@users.noreply.github.com> Co-authored-by: Jack Baldry <jack.baldry@grafana.com> 13 November 2023, 17:43:09 UTC
84729d6 [v9.5.x] Alerting: Fix state manager to not keep datasource_uid and ref_id labels in state after Error (#77391) * Alerting: Fix state manager to not keep datasource_uid and ref_id labels in state after Error (#72216) (cherry picked from commit 78fc3bcdf4924c15a1c53133288418cc1f0ef1eb) * user QueryError --------- Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com> 13 November 2023, 17:00:42 UTC
3868db7 Chore: Update go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc (#77981) 10 November 2023, 10:57:28 UTC
0c4f2a9 Chore: Upgrade `golang.org/x/net` (#77882) * Chore: Upgrade `golang.org/x/net` * go mod tidy * go mod tidy * add kmspb import to stop linter from complaining * revert import remove 10 November 2023, 10:18:09 UTC
ac40e60 Chore: Remove replace statements (#77847) 08 November 2023, 10:20:38 UTC
71023f7 Chore: Update google.golang.org/grpc (#77734) 06 November 2023, 15:53:19 UTC
eb4bca2 [v9.5.x] CI: Fix race condition when building docker on main (#77508) CI: Fix race condition when building docker on main (#77504) * build docker after packages are updated * use my branch for main pipelines for testing * use my branch for main pipelines for testing * use main instead now * formatting (cherry picked from commit f6d323850507749c479e07f0b4621c327bf1a3f5) 01 November 2023, 16:50:37 UTC
f82b429 [v9.5.x] CI: Update RGM steps to use the artifacts command (#77475) CI: Update RGM steps to use the artifacts command (#77470) * update rgm steps to use artifacts subcmd * format-drone * make drone (cherry picked from commit 8a5d4c4c6e323529bbfea3a2774a38b91062eeeb) 31 October 2023, 22:40:28 UTC
9c9f13f [v9.5.x] Security Patch CI: Update to newest pr-patch-check.yml. (#77169) 25 October 2023, 19:52:53 UTC
21c17f0 [v9.5.x] CI: Rename scripts that build artifacts to use _build_ (#77014) CI: Rename scripts that build artifacts to use _build_ (#77005) Rename scripts that build artifacts to use _build_ (cherry picked from commit 442e533803c100b531b4cb505ccb64173bfd48c8) 24 October 2023, 00:01:55 UTC
b053f58 [v9.5.x] CI: Fix path for ./pkg/kindsys/report.go on Makefile (#76892) CI: Fix path for ./pkg/kindsys/report.go on Makefile (#76891) (cherry picked from commit 913d99983f4c6361210e022f3330cd6c0eea73f3) Co-authored-by: Guilherme Caulada <guilherme.caulada@grafana.com> 20 October 2023, 15:38:01 UTC
9598e87 [v9.5.x] CI: Update CI/CD tooling and pipelines from main (#76875) * CI: Update CI/CD tooling and pipelines from main (#76814) * CI: Update CI/CD tooling and pipelines from main * Update Makefile * Comment out validate_openapi_spec_step * Update broken frontend tests * Fix validate-npm-packages regex to work without suffix * Fix cypress image version (cherry picked from commit 03ecb1db39994bca1ba0a846e76719db33b5e883) * Comment out kindsysreport/codegen/report.go on Makefile * Disable steps that don't work for older versions * Fix permissions of validate-npm-packages.sh 20 October 2023, 13:26:39 UTC
0b55a53 [v9.5.x] CI: Remove 0.0.0-test tag event (#76667) CI: Remove `0.0.0-test` tag event (#76662) Remove 0.0.0-test tag event (cherry picked from commit faa22b8f2067fe752af7a16c5605306bd2ef81a6) # Conflicts: # .drone.yml # scripts/drone/pipelines/build.star # scripts/drone/steps/lib.star 17 October 2023, 08:22:28 UTC
cea23d3 [v9.5.x] [Docs] Annotate visualizations update (#76463) [Docs] Annotate visualizations update (#76395) There is a sentence in the [Built-in query](https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/annotate-visualizations/#built-in-query) section of the page that could use a "the" (emphasis added by me 😄) : > When you copy a dashboard using the Save As feature it will get a new dashboard id, **so annotations created on source dashboard** will no longer be visible on the copy. You can still show them if you add a new Annotation Query and filter by tags. However, this only works if the annotations on the source dashboard had tags to filter by. This PR adds "the" so the phrase reads "so annotations created on the source dashboard" (cherry picked from commit 7562607319b7453f3b67bcd3a1fad6090bedb6c2) Co-authored-by: Leanna Shippy <11079957+lshippy@users.noreply.github.com> 12 October 2023, 15:21:40 UTC
25df0c3 [v9.5.x] Changelog: Updated changelog for 9.5.13 (#76451) Changelog: Updated changelog for 9.5.13 (#76450) Co-authored-by: grafanabot <bot@grafana.com> (cherry picked from commit f7ede48d63d9af78f70175c4f39b264a4fc22d8d) Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 12 October 2023, 13:13:41 UTC
b60d01c [v9.5.x] Changelog: Updated changelog for 9.5.13 (#76422) Changelog: Updated changelog for 9.5.13 (#76418) Co-authored-by: grafanabot <bot@grafana.com> (cherry picked from commit 790f878eca9a0f3c756063d40dd1ea03b326746f) Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 12 October 2023, 11:21:29 UTC
caffe6d Release: Bump version to 9.5.14 (#76420) "Release: Updated versions in package to 9.5.14" Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 12 October 2023, 10:53:10 UTC
79b8343 [v9.5.x] Chore: Upgrade Go to 1.20.10 (#76367) Chore: Upgrade Go to 1.20.10 (#76355) * [v10.1.x] Chore: Upgrade Go to 1.20.10 * Rebuild .drone.yml (cherry picked from commit 428768642092392c2da32a4bcee1b2e0a3f5ca6d) 11 October 2023, 14:36:51 UTC
ffff170 [v9.5.x] fix: Verification typo (#76277) fix: Verification typo (#73137) * fix: Verification typo * fix: change to verification (cherry picked from commit d25163a6458f30907baaf2f0cfe9e820318270dd) Co-authored-by: guangwu <guoguangwu@magic-shield.com> 10 October 2023, 15:22:43 UTC
52d5880 [v9.5.x] Update Ansible Link in provision Doc (#76227) Update Ansible Link in provision Doc (#76178) (cherry picked from commit ecbe191a30b2e45069bdf20596280c0f59f9f151) Co-authored-by: Ishan Jain <51803183+ishanjainn@users.noreply.github.com> 10 October 2023, 07:30:28 UTC
cedcbd1 [v9.5.x] Building: Remove dependency to urw-fonts in RPM packages (#76222) Building: Remove dependency to urw-fonts in RPM packages (#76198) (cherry picked from commit 135566031345aeba0d8f4a7a84b6518cc3aadf29) 10 October 2023, 07:15:28 UTC
002f6a0 [v9.5.x] Adding .github/workflows/create-security-patch-from-security-mirror.yml (#75993) Adding .github/workflows/create-security-patch-from-security-mirror.yml (#75850) * Adding .github/workflows/create-security-patch-from-security-mirror.yml * Added .github/workflows/create-security-patch-from-security-mirror.yml to CODEOWNERS (cherry picked from commit 6842cc63ec1cba911a0527036c1f30f8355aad83) 05 October 2023, 15:53:14 UTC
3af839b [v9.5.x] Angular: Fix issue where panels in collapsed rows were not auto-migrated (#75971) Angular: Fix issue where panels in collapsed rows were not auto-migrated (#75735) (cherry picked from commit dc4091bd34764ba29046663de0682b15582ce0b7) Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> 04 October 2023, 14:45:38 UTC
76db241 [v9.5.x] Docs: update Grafana Play InfluxDB templated dashboard link (#75920) Docs: update Grafana Play InfluxDB templated dashboard link (#75919) Updated grafana play link (cherry picked from commit 39747c808e3d3b31ab0c68b40f9157e4a0afa465) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 03 October 2023, 19:28:43 UTC
ba029d4 [v9.5.x] Docs: update Grafana Play InfluxDB templated dashboard link (#75920) Docs: update Grafana Play InfluxDB templated dashboard link (#75919) Updated grafana play link (cherry picked from commit 39747c808e3d3b31ab0c68b40f9157e4a0afa465) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 03 October 2023, 19:28:04 UTC
bf45cc4 [v9.5.x] [v10.1.x] Docs: Remove duplicate "Legend values" heading (#75892) [v10.1.x] Docs: Remove duplicate "Legend values" heading (#75800) Docs: Remove duplicate "Legend values" heading (#75692) * Replaced legends shared content with text * Copy and structuring edits * Removed redundant link * Prettier --------- (cherry picked from commit 61b856c7dc5b8f7c14416a40b48e66b4c37b9584) Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> (cherry picked from commit c629e3b09c8d0cd760b13c0fc5e1b0be5b5090de) Co-authored-by: Jack Baldry <jack.baldry@grafana.com> 03 October 2023, 14:27:39 UTC
2e2c659 Fix link to developer content that has moved (#75807) * Fix link to developer content that has moved Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Remove dead link to plugins documentation Signed-off-by: Jack Baldry <jack.baldry@grafana.com> --------- Signed-off-by: Jack Baldry <jack.baldry@grafana.com> 03 October 2023, 12:49:38 UTC
7d29800 Docs: fix CHANGELOG.md 29 September 2023, 20:45:28 UTC
97d12a4 Release: Bump version to 9.5.13 (#75778) "Release: Updated versions in package to 9.5.13" Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 29 September 2023, 20:39:41 UTC
f4b46e5 [v9.5.x] Changelog: Updated changelog for 9.5.12 (#75777) Changelog: Updated changelog for 9.5.12 (#75776) Co-authored-by: grafanabot <bot@grafana.com> (cherry picked from commit bc4f2a35d3624dd19885ee43f0c88892b8e5acd2) Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 29 September 2023, 20:32:25 UTC
56f430f [v9.5.x] Azure: Add support for Workload Identity authentication (#75730) * Azure: Add support for Workload Identity authentication (#75681) * Update Azure Monitor * Update Prometheus * Update README * Update docs/sources/datasources/azure-monitor/_index.md Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com> * Update docs/sources/datasources/azure-monitor/_index.md Co-authored-by: Beverly <131809838+BeverlyJaneJ@users.noreply.github.com> * Update docs/sources/datasources/azure-monitor/_index.md Co-authored-by: Beverly <131809838+BeverlyJaneJ@users.noreply.github.com> * Update docs/sources/datasources/azure-monitor/_index.md Co-authored-by: Beverly <131809838+BeverlyJaneJ@users.noreply.github.com> * README updates * Fix prettier * memoize options --------- Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com> Co-authored-by: Beverly <131809838+BeverlyJaneJ@users.noreply.github.com> (cherry picked from commit 5796836662198ef09375c87f83ebf298f1c595b8) # Conflicts: # public/app/plugins/datasource/azuremonitor/components/AzureCredentialsForm.tsx # public/app/plugins/datasource/prometheus/configuration/AzureCredentialsForm.tsx * Fix types 29 September 2023, 10:50:06 UTC
b52b829 [v9.5.x] Azure: Settings for Azure AD Workload Identity (#75690) * Backport workload identity changes * Tidy go.mod * Add missing flag 29 September 2023, 09:06:03 UTC
9038465 Actually remove plugins docs from v9.5.x now that all the links are redirected to https://grafana.com/developers/ (#75613) * Update `make docs` procedure Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Actually remove the plugins docs now that all the links are redirected to https://grafana.com/developers/ Signed-off-by: Jack Baldry <jack.baldry@grafana.com> --------- Signed-off-by: Jack Baldry <jack.baldry@grafana.com> 28 September 2023, 16:27:07 UTC
4c3cf0f [v9.5.x] Docs: enhance disabling presence indicator content (#75673) Docs: enhance disabling presence indicator content (#75647) * docs presence indicator disable flag * Edited * Fixed typo * Fixed typo --------- Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com> Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> (cherry picked from commit 8771e4957bf31782b4b45144b22e37b100a33e8d) Co-authored-by: Krishna Dhakal <7krishna7dhakal7@gmail.com> 28 September 2023, 16:24:49 UTC
30e3d7f [v9.5.x] Docs: state data source queried upon time range change (#75665) Docs: state data source queried upon time range change (#75639) * docs changes on time range option * Removed unneeded sentence, typo fix, and added emphasis * Fixed prettier linting errors * Removed emphasis --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com> (cherry picked from commit 8a46f9fd0291d09702f4b954c209eb07a60369af) Co-authored-by: Krishna Dhakal <7krishna7dhakal7@gmail.com> 28 September 2023, 16:05:09 UTC
e83d212 Remove broken link to non-existent "Breaking changes" page (#75625) Signed-off-by: Jack Baldry <jack.baldry@grafana.com> 28 September 2023, 12:03:44 UTC
e748a4c Alerting docs: remove alertmanager link (#75523) (#75606) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> 28 September 2023, 08:06:22 UTC
960f9c1 [v9.5.x] LDAP: FIX Enable users on successfull login (#75192) LDAP: FIX Enable users on successfull login 28 September 2023, 07:43:29 UTC
3f19cc8 [v9.5.x] Remove plugins (#75583) * Delete plugins files comprehensively * Fix all links to "Sign a plugin" pages Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * [publish_dashboards] * Fix metadata links Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * [publish-technical-documentation-next] Publish from grafana/agent:main/docs/sources * Fix data-frames redirect Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * add collapse shortcode (#15422) * Add note about missing rewrites Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix all data-frames links Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix links to "plugins" Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix links to angular-react Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix "plugin-sdk-go" links Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix backend links Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix "Add query editor help" links Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix some remaining links Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * [publish_plugins] * [publish-technical-documentation-release] Publish from grafana/grafana:v9.5.x/docs/sources * Add missing redirects and fix a couple more links Signed-off-by: Jack Baldry <jack.baldry@grafana.com> --------- Signed-off-by: Jack Baldry <jack.baldry@grafana.com> 27 September 2023, 17:22:45 UTC
6430b48 Alerting docs: remove alertmanager link (#75523) 27 September 2023, 10:55:54 UTC
4674420 [v9.5.x] Chore: Remove reference to github discussions in canvas and geomap docs (#75310) Chore: Remove reference to github discussions in canvas and geomap docs (#75258) (cherry picked from commit 13ea22ac1e7dcfcd7a78d02a6443750e8c109493) 26 September 2023, 12:53:13 UTC
9d5f886 [v9.5.x] Fix links (#75415) Fix links in Grafana v9.x documentation Signed-off-by: Jack Baldry <jack.baldry@grafana.com> 26 September 2023, 12:00:37 UTC
88c167c [v9.5.x] Docs: Add note about rename by regex transform (#75397) Docs: Add note about rename by regex transform (#75394) Add note about rename by regex transform (cherry picked from commit be850b2cbb70487ce79772655ded432abd95900b) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 25 September 2023, 20:28:46 UTC
1f8c355 Alerting docs: various link fixes (#75361) * Alerting docs: deprecation link fixes * Fixes more broken links in 9.5 * fixes contact point link 25 September 2023, 14:10:30 UTC
d1a1264 [v9.5.x] Transformations: Config overrides being lost when config from query transform is applied (#75347) Transformations: Config overrides being lost when config from query transform is applied (#69720) fix config overides being lost by transforms (cherry picked from commit a5b9eac88ef4bee1487baa11e1682fa00d17605e) Co-authored-by: Ibrahim <93064150+IbrahimCSAE@users.noreply.github.com> 25 September 2023, 07:01:42 UTC
87e107f [v9.5.x] Docs: update visualization naming conventions - 2 (#75297) * Docs: update visualization naming conventions - 2 (#74954) * Updated naming style * Updated viz names on Visualiztions index page (cherry picked from commit 7cbca0dfa433f02d48e314846c65a56d07bef4c2) * Removed mistakenly added Trend page * Fixed prettier linting errors * Fixed styling 22 September 2023, 17:11:16 UTC
24f88cf [v9.5.x] Docs: update visualization naming conventions (#75305) * Docs: update visualization naming conventions (#74770) * Fixed naming conventions for several visualizations * Fixed naming conventions * Fixed a missed refernce * Apply suggestions from code review Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com> * Fixed prettier linting error --------- Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com> (cherry picked from commit 2192a34fc43d21b8b53f9995605303265fbdcc64) * Fixed typo * fixed typo 22 September 2023, 16:58:39 UTC
2037e9d [v9.5.x] RBAC: Fix search user permissions (#74835) RBAC: Fix search user permissions (#74729) Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com> (cherry picked from commit 729f9a01a04ee6129836158078e64c738f46c293) Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com> 19 September 2023, 09:36:55 UTC
c799a37 [v9.5.x] Changelog: Updated changelog for 9.5.10 (#75054) Changelog: Updated changelog for 9.5.10 (#75052) Co-authored-by: grafanabot <bot@grafana.com> (cherry picked from commit 695c1a08f3bcb58e4efa125176caf6d195ce0fe0) Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 19 September 2023, 07:22:36 UTC
163cc84 Release: Bump version to 9.5.11 (#75053) "Release: Updated versions in package to 9.5.11" Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 19 September 2023, 06:20:56 UTC
742f373 [v9.5.x] Docs: add deep links info (#75037) Docs: add deep links info (#75017) add deep links info (cherry picked from commit 025979df75f049e4365930a50045e747e50c29dc) 18 September 2023, 19:08:44 UTC
80077dc [v9.5.x] Docs: replace broken link with current docs location (#74935) * Docs: replace broken link with current docs location (#74884) Replaced broken link with current docs location (cherry picked from commit fb91919e3bb91d0f99a96875ce5137f6b81ed392) * Updated link location 18 September 2023, 14:54:53 UTC
63ed5dd [v9.5.x] Chore: Upgrade Alpine base image to 3.18.3 (#74995) Chore: Upgrade Alpine base image to 3.18.3 (#74984) (cherry picked from commit 85abf2bebd59bf095d68faa217fac0fcaffe960a) 18 September 2023, 10:24:16 UTC
5fd5af1 [v9.5.x] Chore: Upgrade Go to 1.20.8 (#74982) Chore: Upgrade Go to 1.20.8 (#74978) chore: Update to Go 1.20.8 (cherry picked from commit 39dbd9845841e928fff65fb24db53cfe45abe409) 18 September 2023, 09:17:43 UTC
e5ef5bb creates backup guide (#74920) 14 September 2023, 15:36:37 UTC
a76927f [v9.5.x] SSE: Fix DSNode to not panic when response has empty response (#74874) Fix DSNode to not panic when response has empty response (#74866) 13 September 2023, 19:17:03 UTC
56e07f9 [v9.5.x] Docs: Add multiple y-axes guidance (#74861) * Docs: Add multiple y-axes guidance (#74282) * Added multiple y axes shared file * Added shared content to time series page * Updated shared content and added to heatmap and bar chart pages (cherry picked from commit 9a389a80d8c83ae5c89850dfc576e3ff94ba89da) * Removed bad commands from file 13 September 2023, 16:41:46 UTC
fec166e [v9.5.x] Docs: 404 fix - updated alerting link (#74628) (#74854) Docs: 404 fix - updated alerting link (#74628) * Fixed contact points link in 8.4 what's new * Updated link per Jack's suggestion (cherry picked from commit 84106568aa8ca3ac0ad948b89cce7718b206f055) 13 September 2023, 15:50:11 UTC
f0d1dcf [v9.5.x] Docs: Fix nightly builds link (#74843) Docs: Fix nightly builds link (#73964) * Fix nightly builds link Replace dead link for nightly OSS builds * Updated link * Got updated link * Fixed link properties (cherry picked from commit a482795a96533b7df17c374258ec944b91e3515c) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 13 September 2023, 14:18:52 UTC
e630d7c [v9.5.x] Docs: add dashboards folder naming guidance (#74773) Docs: add dashboards folder naming guidance (#74772) * Added folder naming guidance * Fixed prettier linting errors (cherry picked from commit b4ac0eee54e49dae8666a7b50fb0cf2dea05b718) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 13 September 2023, 14:01:05 UTC
563bd4a [v9.5.x] Licensing: Pass func to update env variables when starting plugin (#74681) * Licensing: Pass func to update env variables when starting plugin (#74620) (cherry picked from commit 5e0b20266ec5401203b28f5811ac727cc5426c98) 13 September 2023, 13:12:23 UTC
cc10c64 [v9.5.x] Alerting docs: adds roll back warning to config grafana (#74829) Alerting docs: adds roll back warning to config grafana (#74785) (cherry picked from commit 38c3483594080b6d7e12d94f95bcacf67c3ac368) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> 13 September 2023, 12:36:06 UTC
91e9369 [v9.5.x] BrowseDashboards: Only remember the most recent expanded folder (#74817) BrowseDashboards: Only remember the most recent expanded folder (#74617) * BrowseDashboards: Only remember the most recent expanded folder * set to null * cleanup * only clear removed folder if it was the most recently opened * comments + variable (cherry picked from commit 5cb7eb588435f699f05b3fe9334cf6cf9bc2e60f) 13 September 2023, 11:02:32 UTC
5ff999b Fix absolute aliases in contact points page (#74672) Signed-off-by: Jack Baldry <jack.baldry@grafana.com> 13 September 2023, 09:32:59 UTC
45ea90a [v9.5.x] Chore: Remove unused secret enterprise2-cdn-path - Nightlies: Push windows artifacts to GCS on main builds (#74791) * Nightlies: Push windows artifacts to GCS on main builds (#74709) * Push windows artifacts to gcs * Lint starlark * Sign drone (cherry picked from commit 02f617a20d87e4344a6a6d251f77992241fbfa7e) # Conflicts: # .drone.yml * Chore: Remove unused secret `enterprise2-cdn-path` (#74741) Remove unused secret # Conflicts: # .drone.yml (cherry picked from commit 49165d35ad09b4368dc2b3f85b681a3f0bd17de5) # Conflicts: # .drone.yml 13 September 2023, 08:31:21 UTC
eb4b6e4 [v9.5.x] Prometheus: Handle the response with different field key order (#74734) Prometheus: Handle the response with different field key order (#74567) * Handle the response with different field key order * More unit tests to cover edge cases * Cover more edge cases * make it simpler * Better test inputs (cherry picked from commit 3107459e57d5043d9a90579559963ba62c103f85) 12 September 2023, 14:00:57 UTC
25a403c [v9.5.x] Nightlies: Bring back windows installers for main builds (#74706) Bring back windows installers for main builds (#74698) (cherry picked from commit 36728dd671c6dcc368ca2f3ce2d259e52cab46bb) # Conflicts: # .drone.yml 12 September 2023, 09:00:29 UTC
f7b7e3c [v9.5.x] Docs: 404 fix - removed broken link (#74626) Removed link 11 September 2023, 12:54:15 UTC
ca1ad7f [v9.5.x] CI: Get Github Token and Docker username/password from Vault (#74569) CI: Get Github Token and Docker username/password from Vault (#74555) CI: Get Docker username/password from Vault Not Drone secrets (cherry picked from commit 566215c22c1cac523ade21b62605a086350e0749) 08 September 2023, 05:31:54 UTC
a8befdc [v9.5.x] CI: Run auto-milestone workflow also on reopened pull-requests (#74525) CI: Run auto-milestone workflow also on reopened pull-requests (#74390) (cherry picked from commit 94c9bee18196c9b03e9bcd9ebc60a2d9423fa1c0) 07 September 2023, 11:40:28 UTC
6285daa [v9.5.x] Auth: Fix set basicrole to the previous role in UI on error from backend (#74511) Auth: Fix set basicrole to the previous role in UI on error from backend (#74395) fix: onchange effect to set basicrole when error from backend (cherry picked from commit 87e8b654a259ac2e6b3b97606ee545b465e3ae21) Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com> 07 September 2023, 08:53:08 UTC
ff8fbd0 [v9.5.x] Documentation linting on library_element docs (#74482) Documentation linting on library_element docs (#74407) * vale lint documentation changes * run prettier --------- Co-authored-by: unknown <antonio.caleromerello@grafana.com> (cherry picked from commit b0715816d8885d68d08c9cf103a126c856ffa67b) Co-authored-by: David Allen <david.allen@grafana.com> 06 September 2023, 20:31:02 UTC
d7f2691 [v9.5.x] Docs: Add basic query option descriptions (#74465) Docs: Add basic query option descriptions (#74419) * fixes 66291 * Update docs/sources/dashboards/variables/add-template-variables/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/dashboards/variables/add-template-variables/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> (cherry picked from commit 9319a906b2d797c0c9fca509bce1f34736cc3331) Co-authored-by: David Allen <david.allen@grafana.com> 06 September 2023, 15:44:38 UTC
30ee1a5 [v9.5.x] Docs: Fix broken link (#74468) Docs: Fix broken link (#74410) * fixes #68263 * Update docs/sources/panels-visualizations/visualizations/time-series/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/visualizations/time-series/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> (cherry picked from commit 0fd19e6e3ccb69a66847f1e1d6be9152490a21ce) Co-authored-by: David Allen <david.allen@grafana.com> 06 September 2023, 15:41:50 UTC
4a1f7d0 [v9.5.x] Docs: Correct broken link and update reference (#74449) Docs: Correct broken link and update reference (#74349) * Update index.md This commit addresses a broken link found in the documentation related to the "Prometheus dashboard with repeating panels". - The link provided on line 98, leading to [Prometheus dashboard with repeating panels](https://play.grafana.org/d/000000036/prometheus-repeat), appears to be no longer active. **Proposed Change**: - In order to maintain the illustrative and informative nature of the documentation, I'm suggesting we substitute the broken link with a reference to another relevant blog post or article. [How to automatically repeat rows and panels in dynamic dashboards](https://grafana.com/blog/2020/06/09/learn-grafana-how-to-automatically-repeat-rows-and-panels-in-dynamic-dashboards/) Thank you for considering this change. * Update docs/sources/panels-visualizations/configure-panel-options/index.md Thanks for the feedback and review :) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> (cherry picked from commit 12de22b771d92c3d4e60098c874b33d6be2877dd) Co-authored-by: Rodrigo Tavares <rodrigo.actavares@gmail.com> 06 September 2023, 15:14:24 UTC
357ccd9 [v9.5.x] Docs: Fix 404s (#74138) (#74214) * Docs: Fix 404s (#74138) * Fixed broken links * Replaced relref with doc ref * Replaced relrefs with doc refs * Removed trailing slash and fixed wording Co-authored-by: Jack Baldry <jack.baldry@grafana.com> --------- Co-authored-by: Jack Baldry <jack.baldry@grafana.com> (cherry picked from commit e3c0bc7f5cd30845d4ad1be674d62a5d792084d2) * Removed trailing slash and fixed path * Fixed file path * Fixed docs/refs style inks 05 September 2023, 14:31:31 UTC
f11774d Release: Bump version to 9.5.10 (#74374) "Release: Updated versions in package to 9.5.10" Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 05 September 2023, 12:10:07 UTC
eee5f5c [v9.5.x] Changelog: Updated changelog for 9.5.9 (#74375) Changelog: Updated changelog for 9.5.9 (#74373) Co-authored-by: grafanabot <bot@grafana.com> (cherry picked from commit 4027d41dbef0b2863393459e72bb2f224aea4ca8) Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 05 September 2023, 11:58:33 UTC
7ae72da [v9.5.x] PromLink: Fixes promlink test failing in CI and locally (#74357) PromLink: Fixes promlink test failing in CI and locally (#74299) (cherry picked from commit 39b3b089267d7028a9b9f98e4f77322309c0625c) Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 05 September 2023, 06:38:37 UTC
7e416a7 [v9.5.x] Annotation List: Fix panel not updating when variable is changed (#66690) 04 September 2023, 11:14:11 UTC
back to top