grafana-delivery-bot[bot]
78da36c656
[v11.0.x] Use v2 of publishing workflow that checks out HEAD of version branch on tag events ( #98584 )
...
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2025-01-07 17:01:26 +02:00
grafana-delivery-bot[bot]
cba22c714f
[v11.0.x] CI: Fix latest tag not being correctly applied to releases ( #97523 )
...
CI: Fix `latest` tag not being correctly applied to releases (#96497 )
* baldm0mma/tag_latest_bug/ update github-release.yml default values
* baldm0mma/tag_latest_bug/ update release-comms.yml
* baldm0mma/tag_latest_bug/ update logic
* baldm0mma/tag_latest_bug/ update logic
* baldm0mma/tag_latest_bug/ update logic
* baldm0mma/tag_latest_bug/ update logic for both cases
* baldm0mma/tag_latest_bug/ update comment
(cherry picked from commit d8c19136bf )
Co-authored-by: Jev Forsberg <46619047+baldm0mma@users.noreply.github.com >
2024-12-05 15:32:42 -07:00
grafana-delivery-bot[bot]
417b9e0c70
[v11.0.x] Update workflows to use actions that don't need organization secrets ( #93483 )
...
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-09-19 16:12:45 +03:00
grafana-delivery-bot[bot]
53f1fc1a8c
[v11.0.x] CI: Ensure changelogs are prettified prior to commit ( #92914 )
...
CI: Ensure changelogs are prettified prior to commit (#92580 )
* Ensure changelogs are prettified prior to commit
* Remove cache property
* Include .yarn directory
* Include packages directory
* Try just using npx
* Update workflows
(cherry picked from commit 8daa6f1f30 )
Co-authored-by: Andreas Christou <andreas.christou@grafana.com >
2024-09-04 12:16:28 +01:00
Kevin Minehart
12cd89b95a
[v11.0.x] CI: set dry-run if release/dry-run label is set on release-comms.yml and set latest on github release if latest is set ( #91130 )
...
CI: set dry-run if `release/dry-run` label is set on `release-comms.yml` and set latest on github release if `latest` is set (#91089 )
set dry-run and set latest on github release
(cherry picked from commit 4e84234424 )
2024-07-29 16:55:07 +03:00
grafana-delivery-bot[bot]
a779d2bc81
[v11.0.x] CI: use main instead of my branch in release-pr.yml ( #91006 )
...
CI: use main instead of my branch in release-pr.yml (#91004 )
use main instead of my branch
(cherry picked from commit 7e4b7f73e7 )
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
2024-07-26 00:54:10 +03:00
grafana-delivery-bot[bot]
9a9ce0667d
[v11.0.x] CI: fix release pr target ( #91001 )
...
CI: fix release pr target (#90999 )
* use inputs.target as checkout ref, and `main` for all reused actions.
(cherry picked from commit 2fe506d502 )
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
2024-07-26 00:33:19 +03:00
grafana-delivery-bot[bot]
40d528773e
[v11.0.x] CI: fix changelog repo null ( #90965 )
...
CI: fix changelog repo null (#90960 )
* give secrets when running changelog action
* i guess secrets don't have types
(cherry picked from commit d4304b59ec )
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
2024-07-25 12:47:28 -05:00
grafana-delivery-bot[bot]
8355bab39d
[v11.0.x] CI: fix changelog push error ( #90977 )
...
CI: fix changelog push error (#90971 )
* add --set-upstream origin to release-pr workflow git push
* use a different branch name for the changelog workflow
* disable backport support for now
* remove backport condition
(cherry picked from commit 089a5710b6 )
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
2024-07-25 12:28:52 -05:00
grafana-delivery-bot[bot]
6130c79c15
[v11.0.x] CI: changelog boolean type ( #90955 )
...
CI: changelog boolean type (#90948 )
* bool -> boolean
* add missing type keys
* provide secrets in release-pr
* use permissions and built-in github token
(cherry picked from commit 14396048d7 )
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
2024-07-25 18:11:23 +03:00
grafana-delivery-bot[bot]
6135d46155
[v11.0.x] CI: post changelog to forum in release-comms ( #90749 )
...
CI: post changelog to forum in release-comms (#90742 )
* post changelog to forum in post-release workflow
(cherry picked from commit 9a3672c2bb )
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
2024-07-22 18:24:05 +03:00
grafana-delivery-bot[bot]
5ad899207b
[v11.0.x] CI: For every release PR created, also push a changelog PR to main ( #90703 )
...
CI: For every release PR created, also push a changelog PR to main (#90698 )
For every release PR created, also push a changelog PR to main
(cherry picked from commit 9232db2416 )
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
2024-07-20 01:15:35 +03:00
Serge Zaitsev
f302f9113d
[v11.0.x] Chore: update changelog workflow ( #90692 )
...
Chore: update changelog workflow (#90608 )
* try integrating
* pass tags
* change section order
* use better terminology
* one more attempt
* keep delimiters
* attempt to patch changelog
* quotes, bash quotes...
* use proper content file
* parens around date
* time for a pr
* first checkout, then create user
* add latest input
* git push
* use square brackets
* formatting
* update release-pr
* fix typo
* try sparse checkout
* fetch depth zero
* clean up after changelog generator
(cherry picked from commit f8b092aba6 )
2024-07-19 21:42:46 +02:00
grafana-delivery-bot[bot]
bfe0568cb7
[v11.0.x] CI: fix release pr condition ( #90304 )
...
CI: fix release pr condition (#90299 )
* Release comms should only run when the source PR is
* Fix release-comms workflow condition
(cherry picked from commit a28db90dd5 )
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
2024-07-10 15:49:42 -05:00
grafana-delivery-bot[bot]
744d02f80a
[v11.0.x] CI: remove missing dependency from workflow action ( #90292 )
...
CI: remove missing dependency from workflow action (#90285 )
remove missing dep from workflow action
(cherry picked from commit f411d85749 )
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
2024-07-10 13:45:00 -05:00
grafana-delivery-bot[bot]
a2bc385988
[v11.0.x] CI: Sync branch and tag after release ( #90205 )
...
CI: Sync branch and tag after release (#89967 )
* Added `workflow_call` event to allow other workflows to invoke the "Create or update GitHub release"
* Added `dry_run` to `github-release.yml`
* Added `latest` to `release-pr.yml` which will cause the release PR to add a `release/latest` label.
* Removed unnecessary github app creation from github-release workflow and just used permissions.
(cherry picked from commit 63e715f6a9 )
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
2024-07-08 14:53:47 -05:00
grafana-delivery-bot[bot]
6338cbc33d
[v11.0.x] CI: fix release comms workflow ( #89788 )
...
CI: fix release comms workflow (#89744 )
* add runs-on key
* remove unneeded env key
* use more specific quotes in commands
* fix block syntax
* fix workflow dispatch event check
(cherry picked from commit 16b050f676 )
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
2024-06-26 17:40:00 +03:00
grafana-delivery-bot[bot]
a95edacfb8
[v11.0.x] CI: add release comms workflow ( #89737 )
...
CI: add release comms workflow (#89718 )
* add release comms workflow
* add version input
* Add release-comms workflow to CODEOWNERS
(cherry picked from commit 3ede2dba24 )
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
2024-06-25 17:14:04 -05:00
Kevin Minehart
302831c125
[11.0.x] backport CI / release changes ( #89636 )
...
* go mod tidy; go work sync
* CI: Add release-pr workflow (#89005 )
* Add release-pr workflow
* update CODEOWNERS
* CI: Trigger release pr workflow when a release is completed (#89062 )
* CI: Add bump-version action to the release PR workflow (#89491 )
* Automation: Verify release artifacts on grafana.com (#89197 )
* baldm0mma/verify_release/ create verify_release_for_download function
* baldm0mma/verify_release/ add name, image, env
* baldm0mma/verify_release/ add initial commands
* baldm0mma/verify_release/ add deps?
* baldm0mma/verify_release/ update location
* baldm0mma/verify_release/ add anno to lib-star
* bald0mma/verify_release/ update func name to verify_grafanacom_step
* baldm0mma/verify_release/ add verify shell script
* baldm0mma/verify_release/ add script content, first attempt
* baldm0mma/verify_release/ add node image to verify_grafanacom_step
* baldm0mma/verify_release/ add gcom secret note
* baldm0mma/verify_release/ add sudo to apt-get
* baldm0mma/verify_release/ add anno
* baldm0mma/verify_release/ add anno to secrets
* baldm0mma/verify_release/ update commands to reflect node env image
* baldm0mma/verify_release/ update annos
* baldm0mma/verify_release/ update tag variable
* baldm0mma/verify release/ add whitespace
* baldm0mma/verify_releases/ update with no bash loops
* baldm0mma/verify_release/ update exit logic
* baldm0mma/verify_release/ remove annos
* baldm0mma/verify_releasse/ resign and build yml
* baldm0mma/verify_release/ remove annos
* baldm0mma/verify_release/ update signature
* baldm0mma/verify_release/ download curl
* baldm0mma/verify_release/ remove temp key folder removal
* baldm0mma/verify_release/ account for artifact download time
* baldm0mma/verify_release/ add anno
* baldm0mma/verify_release/ update location
* baldm0mma/verify_release/ update script
* baldm0mma/verify_release/ make drone
* baldm0mma/verify_release/ update script for oss or ent
* baldm0mma/verify_release/ add promotion option
* baldm0mma/verify_release/ make drone
* Update scripts/drone/events/release.star
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
* Update scripts/drone/steps/lib.star
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
* Update scripts/drone/steps/lib.star
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
* baldm0mma/verify_release/ update drone
* Update scripts/drone/events/release.star
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
* baldm0mma/verify_release/ update drone
* Update scripts/drone/steps/lib.star
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
* baldm0mma/update drone
* baldm0mma/verify_release/ update path
* baldm0mma/verify_release/ make drone
* baldm0mma/update drone
* Apply suggestions from code review
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
* baldm0mma/verify_release/ update for loop to account for failure
* baldm0mma/verify_release/ make drone
* baldm0mma/verify_release/ make format-drone
* baldm0mma/verify_release/ rem unused var
---------
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
* use go 1.21.10
* use 1.21.10 in pkg/build
* upgrade to go 1.22.4
* upgrade swagger
* swagger-gen
* gen openapi3.json
* allow grpc.dial
* fix .bingo/README.md formatting
---------
Co-authored-by: Jev Forsberg <46619047+baldm0mma@users.noreply.github.com >
2024-06-24 15:06:58 -05:00
Horst Gutmann
009e6c1cb8
Revert "ci(docs): Disable tag requirement for pushing release docs" ( #85225 )
2024-05-14 11:19:15 +01:00
Stephanie Hingtgen
42da106097
[v11.0.x] Chore: Upgrade go to 1.21.10 ( #87472 )
...
* Chore: upgrade go to 1.20.10
* sign drone
---------
Co-authored-by: Kevin Minehart <kmineh0151@gmail.com >
2024-05-08 10:05:12 -05:00
grafana-delivery-bot[bot]
860f264be6
[v11.0.x] DashboardScenes: Pin go version to go.mod file in scenes e2e workflow ( #87246 )
...
DashboardScenes: Pin go version to go.mod file in scenes e2e workflow (#87238 )
* adjust workflow to use correct go version
* finalise wokflow adjustments
(cherry picked from commit 838e36bd99 )
Co-authored-by: Sergej-Vlasov <37613182+Sergej-Vlasov@users.noreply.github.com >
2024-05-02 18:35:01 +03:00
grafana-delivery-bot[bot]
39c9096a87
[v11.0.x] Dashboard: POC to run existing e2e with dashboardScene feature toggle ( #87237 )
...
Dashboard: POC to run existing e2e with `dashboardScene` feature toggle (#84598 )
* Standarize e2e for addDashbaord e2e flow
* WIP: Duplicate e2e dashboard flows and smoke test for scene e2e tests
* Fix autoformatting mistake for bash file
* Enable dashboardScene using local storage and only for the scene folder
* Add missing folders
* Set the feature toggle in the before of all tests
* Revert "Standarize e2e for addDashbaord e2e flow"
This reverts commit 6b9ea9d5a4 .
* Add missing e2e selectors to NavToolbarActions, and modify addDashboard scene flow
* e2e: panels_smokescreen.spec.ts migrated
* e2e smokeTestSceneario migrated
* Start migrating dashbaord-suite e2e
* WIP create variable types
* adjust tests for scenes
* restore dashboard json file
* update scenes version
* restore pkg/build/wire/internal/wire/testdata modifications
* finalising test adjusments
* restore pkg/build/wire/internal/wire/testdata files
* add latest scenes version and update tests
* add drone setup for dashboard scenes tests
* update to latest scenes version
* adjust drone errors
* adjust indentation in drone yml file
* drone adjustments
* add github workflow to run scenes e2e
* restore drone file
* adjust github workflow
* wip: github workflow adjustments
* test remove gpu
* bump
* undo formating changes
* wip: github workflow debugging
* adjusting flaky tests
* update to latest scenes
* clean up workflow file
* adjust flaky test
* clean up pr
* finalise worflow logic and add to codeowners
* clean up launching old arch dashboards e2e separately
---------
Co-authored-by: Sergej-Vlasov <sergej.s.vlasov@gmail.com >
Co-authored-by: Jeff Levin <jeff@levinology.com >
(cherry picked from commit 9ea1042329 )
Co-authored-by: Alexa V <239999+axelavargas@users.noreply.github.com >
2024-05-02 16:56:31 +03:00
grafana-delivery-bot[bot]
f0302dd2d7
[v11.0.x] Update doc-validator workflow to support ref URIs ( #87177 )
...
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-05-02 12:26:08 +01:00
grafana-delivery-bot[bot]
d81380cc21
[v11.0.x] Revert "Update ephemeral instances workflow to get version from package.json" ( #86352 )
...
Revert "Update ephemeral instances workflow to get version from package.json" (#85347 )
Revert "Update ephemeral instances workflow to get version from package.json …"
This reverts commit dda1531952 .
(cherry picked from commit 29c76b98d4 )
Co-authored-by: Leonor Oliveira <9090754+leonorfmartins@users.noreply.github.com >
2024-04-16 16:09:19 +01:00
grafana-delivery-bot[bot]
d781a08014
[v11.0.x] ci: Stop running ephemeral instances workflow when not needed ( #86329 )
...
ci: Stop running ephemeral instances workflow when not needed (#85306 )
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
(cherry picked from commit 08d603e660 )
Co-authored-by: Dave Henderson <dave.henderson@grafana.com >
2024-04-16 15:07:24 +01:00
grafana-delivery-bot[bot]
5c45d2f4cd
[v11.0.x] Update ephemeral instances workflow to get version from package.json ( #86180 )
...
Update ephemeral instances workflow to get version from package.json (#85088 )
* use the same value for GRAFANA_VERSION and HOSTED_GRAFANA_IMAGE_TAG
* update codeowners for these files
(cherry picked from commit dda1531952 )
Co-authored-by: Dafydd <72009875+dafydd-t@users.noreply.github.com >
2024-04-15 16:28:29 +01:00
grafana-delivery-bot[bot]
0a95bcb6bd
[v11.0.x] Chore: Add github action to check go module updates ( #86161 )
...
Chore: Add github action to check go module updates (#84936 )
(cherry picked from commit d4e6b325bf )
Co-authored-by: Todd Treece <360020+toddtreece@users.noreply.github.com >
2024-04-15 16:09:31 +01:00
grafana-delivery-bot[bot]
8f839fc894
[v11.0.x] Chore: update go version used in bump-version so it works with the new format ( #85724 )
...
Chore: update go version used in `bump-version` so it works with the new format (#85111 )
update go version used in bump-version
(cherry picked from commit 4974a89316 )
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2024-04-08 14:51:12 +03:00
Horst Gutmann
e7f0e17582
ci(docs): Disable tag requirement for pushing release docs ( #84825 )
2024-03-26 08:22:36 -04:00
Fabrizio
d1f791cf1f
Jaeger: Decouple Jaeger plugin ( #81377 )
2024-03-19 15:39:31 +02:00
Laura Benz
7e5ce8fc20
I18n: Add milestone automatically to Crowdin PRs ( #84253 )
...
* refactor: add milestone automatically
* refactor: remove step for extracting pr number
* refactor: milestone step
2024-03-15 16:14:11 +01:00
dependabot[bot]
ff03cb33f1
Bump actions/upload-artifact from 3 to 4 ( #84527 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-15 08:40:46 +00:00
dependabot[bot]
187d1afb9c
Bump peter-murray/workflow-application-token-action from 2 to 3 ( #84236 )
...
Bumps [peter-murray/workflow-application-token-action](https://github.com/peter-murray/workflow-application-token-action ) from 2 to 3.
- [Release notes](https://github.com/peter-murray/workflow-application-token-action/releases )
- [Commits](https://github.com/peter-murray/workflow-application-token-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: peter-murray/workflow-application-token-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-14 11:25:36 +01:00
dependabot[bot]
5cc92b6202
Bump frabert/replace-string-action from 2.0 to 2.5 ( #84235 )
...
Bumps [frabert/replace-string-action](https://github.com/frabert/replace-string-action ) from 2.0 to 2.5.
- [Release notes](https://github.com/frabert/replace-string-action/releases )
- [Commits](https://github.com/frabert/replace-string-action/compare/v2.0...v2.5 )
---
updated-dependencies:
- dependency-name: frabert/replace-string-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-14 10:20:24 +01:00
Selene
5c7849417b
Schemas: Replace registry generation and github workflow ( #83490 )
...
* Create small registries for core and composable kinds
* Update workflow with new registries
* Fix imports in plugin schemas and deleted old registry generation files
* Remove verification and maturity
* Modify registries and add missing composable information to make schemas in kind-registry work
* Add missing aliases
* Remove unused templates
* Remove kinds verification
* Format generated code
* Add gen header
* Delete unused code and clean path in composable template
* Delete kind-registry loader
* Delete unused code
* Update License link
* Update codeowners path
* Sort imports
* More cleanup
* Remove verify-kinds.yml from codeowners
* Fix lint
* Update composable_kidns
* Fix cue extension
* Restore verify-kinds to avoid to push outdated kind's registry
* Fix composable format
* Restore code owners for verify-kinds
* Remove verify check
2024-03-13 18:05:21 +02:00
Dave Henderson
01fb2cff62
chore: bump Go to 1.21.8 ( #83927 )
...
* chore: bump Go to 1.21.8
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
* bump workflows too
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
---------
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
2024-03-05 15:24:34 -05:00
Pepe Cano
eb25b669c6
Alerting docs: update Alerting Provisioning ( #83376 )
...
* Minor updates to Provisioning Index page
* Add instructions to export other alerting resources
* Edit example provisioning a `template` via config file
* Add `Resource` column to the `Export API endpoints` table
* Sort the `export` endpoint on the table in `Alerting Provisioning HTTP API`
* Minor updates for clarity to `Use configuration files to provision` docs
* Add `More examples` in Terraform Provisioning docs
* File provisioning: rename `Useful Links` section to `More examples`
* Minor grammar change
* Update docs/sources/alerting/set-up/provision-alerting-resources/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/export-alerting-resources/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/export-alerting-resources/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/export-alerting-resources/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/file-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/file-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/file-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/file-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/file-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/file-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/file-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/file-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/file-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/file-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/file-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/file-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/file-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/file-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/file-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/file-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/file-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Address requested changes to `Export` docs
* export: Minor grammar change
* Update docs/sources/alerting/set-up/provision-alerting-resources/export-alerting-resources/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Fix `doc-validator` issue with relative link
* Use patch fixed version of doc-validator that better supports docs/reference destinations
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-02-27 16:22:24 +01:00
Fabrizio
a35dc9ad4e
Allow build and release process for Zipkin plugin ( #83116 )
2024-02-22 10:49:51 +01:00
Fabrizio
8852b1dcc5
Run analysis steps only on grafana/grafana ( #83185 )
2024-02-22 10:26:50 +01:00
Fabrizio
d1c5e491ac
Zipkin: Decouple Zipkin plugin ( #81354 )
2024-02-20 18:24:40 +02:00
Fabrizio
f683ba8bfc
Run downstream patch check only for grafana/grafana ( #83050 )
2024-02-20 12:21:38 +01:00
Pepe Cano
b6098f2dde
Alerting docs: clean up Cloud links ( #83073 )
...
* Use fixed `/docs/grafana-cloud/alerting-and-irm` URLs for cloud references
* Fix `docs/grafana-cloud/` data sources links
* Fix `docs/grafana-cloud/` Panel & Visualization links
* Fix `/docs/grafana-cloud/` link to Dashboard page
* Set root directory `docs/reference` for non-cloud pages
* Fix `admonition` cannot use a `docs/reference` relative link
* Update `doc-validator`
https://github.com/grafana/technical-documentation/releases/tag/doc-validator%2Fv4.1.0
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-02-20 11:49:39 +01:00
Joey
a922ce86c8
Pyroscope: Add Pyroscope to build and release step ( #82363 )
...
Add Pyro to release step
2024-02-15 09:33:29 +00:00
Dimitris Sotirakis
a6bc262093
Chore: Remove grafana-delivery references ( #82505 )
...
* s/grafana-delivery/grafana-release-guild/g
* Remove -squad suffix
2024-02-15 10:00:30 +01:00
Alyssa Bull
77111a0714
Cloud Monitoring: Fix naming and warnings ( #82271 )
2024-02-09 11:22:44 -07:00
Andres Martinez Gotor
b658b562e8
Chore: Allow standalone release for core plugins without a backend ( #82157 )
2024-02-08 14:54:42 +01:00
Josh Hunt
645684df15
I18n: Add crowdin PRs to project board ( #82100 )
...
* Revert all previous changes to the workflow
Revert "I18n: Add pr to project board (#82096 )"
This reverts commit 30730ebdd8 .
Revert "I18n: Fix workflow for adding PR to project board (#82078 )"
This reverts commit c16cb7ed3c .
Revert "I18n: Use correct project and pull request ID (#82070 )"
This reverts commit 10a130191f .
Revert "Fix incorrect quotes in crowdin-download github action (#82063 )"
This reverts commit 945e26516b .
Revert "I18n: Add crowdin PRs to project board (#82059 )"
This reverts commit 5b9b990220 .
* Add crowdin pr to frontend platform project board
* refactor: clean up first trial
---------
Co-authored-by: Laura Benz <laura.benz@grafana.com >
2024-02-07 18:22:39 +01:00
Josh Hunt
30730ebdd8
I18n: Add pr to project board ( #82096 )
2024-02-07 14:57:14 +00:00
Josh Hunt
c16cb7ed3c
I18n: Fix workflow for adding PR to project board ( #82078 )
2024-02-07 12:47:21 +00:00