Ashley Harrison
0682ffa0ab
Chore: Remove cleanup step in Crowdin ( #105728 )
...
* remove cleanup step as it's not necessary
* fix CODEOWNERS
2025-05-21 15:14:59 +01:00
Josh Hunt
06206ced68
Actions: Update backport action to commit using grafana-delivery-bot ( #105735 )
...
(cherry picked from commit 6872f154ec34425388de3b6548b8d22dc3d06a90)
2025-05-21 14:55:34 +01:00
Ashley Harrison
e38e07ec60
Chore: Fix crowdin task cleanup ( #105690 )
...
* fix cleanup of project tasks
* fix task cleanup
2025-05-21 09:11:17 +01:00
Kevin Minehart
13f4cf162e
CI: move grafana-build into pkg/build ( #105640 )
...
* move grafana-build into pkg/build
2025-05-20 10:48:00 -05:00
Josh Hunt
759933d3e2
Actions: Remove pr trigger from Skye workflow, change to use JSON ( #105684 )
...
* Actions: Remove pr trigger from Skye workflow, change to use JSON
* remove mentions of PRs
2025-05-20 16:34:43 +01:00
Ashley Harrison
b1c1d080e2
Internationalisation: Mark up MSSQL ( #105532 )
...
* scaffolding
* markup
* fix typos + extract translations
* update crowdin.yml
* uppercase Grafana
2025-05-20 14:39:41 +01:00
Ashley Harrison
fbf12126f8
Internationalisation: Fix crowdin download action ( #105531 )
...
* fix filesChanged command
* try this instead
* try again...
* try again...
* AGAIN
* maybe?
* maybe?
* just trying this up, im pretty sure this is what it was originally
* Revert "just trying this up, im pretty sure this is what it was originally"
This reverts commit a036cbb32f .
* directly use crowdin-download output
---------
Co-authored-by: joshhunt <josh.hunt@grafana.com >
2025-05-19 11:56:23 +01:00
Kevin Minehart
d0637bba5b
CI: Update patch check event to use workflow_call ( #105478 )
...
* add pr-patch-check-event workflow_call
* remove unneded permission
* sender -> sender_login
* Add my branch as a target for testing
* fix branch name
* use pull_request event
* fix repo in list
* maybe repositories not prefixedby org?
* fix permissions
* remove my branch
* Missing @
* Add missing CODEOWNER entry
* call workflow from my branch and add oidc debugger
* add my branch to list for testing
* remove my branch; use workflow from main; remove oidc debug
* retrigger CI
2025-05-16 18:39:17 -06:00
Kevin Minehart
9e08471858
CI: Fix release-comms workflow ( #104968 )
...
* pass around github_token
2025-05-16 16:49:53 +03:00
Ashley Harrison
da36279312
Chore: Modify i18n-download action to work with mulitple sources ( #105492 )
...
modify i18n-download action to work with multiple sources
2025-05-15 17:12:39 +00:00
Ashley Harrison
d4d1514ecb
Internationalisation: Move some config to crowdin.yml to upload multiple files ( #105480 )
...
* move some config to crowdin.yml to upload multiple files
* explicitly add the type
* different dest for plugins
* better dest
2025-05-15 17:19:29 +01:00
Kevin Minehart
06e8b5a2f8
CI: Upload test result reports on PRs as well as pushes to protected branches ( #105431 )
...
Always upload test result report
2025-05-14 21:18:34 -05:00
Kevin Minehart
db1f7d494c
CI: Upload go unit test reports on pushes to main ( #105280 )
...
* generate junit reports in backend unit tests
* add quotes
* add my branch for testing
* Fix results file
* add missing quote
* remove my branch
2025-05-14 09:29:38 -05:00
Mariell Hoversholm
e8482e166e
Actions: Introduce a Trufflehog action ( #105359 )
2025-05-14 08:33:25 +02:00
Mariell Hoversholm
cc7accf0e7
Actions: Add a workflow to add pr/external labels ( #105326 )
2025-05-13 15:00:01 +02:00
Mariell Hoversholm
08c55b60ab
Actions: Shard test suite ( #105166 )
2025-05-13 13:08:19 +02:00
Mariell Hoversholm
c92ff0ca75
Actions: Introduce actionlint ( #105224 )
2025-05-13 08:23:59 +02:00
Mariell Hoversholm
99273f15eb
Actions: Reject GH secrets ( #105289 )
2025-05-13 08:13:28 +02:00
Mariell Hoversholm
65ac0ed3e9
Actions(pr-commands): use GITHUB_TOKEN ( #105283 )
2025-05-13 07:28:47 +02:00
Mariell Hoversholm
0a83cccc11
Coverage: Remove codecov collection ( #105264 )
2025-05-12 14:59:25 +02:00
Irene Rodríguez
3a601e0a3d
Fix broken links ( #105250 )
...
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2025-05-12 14:49:48 +03:00
Nick Moore
5e6c926b9c
Build: Update codeql to scan Actions ( #105136 )
...
Modifies the repository's codeql configuration to include GitHub Actions in its scanning
2025-05-09 16:15:58 +01:00
Ashley Harrison
a049ddece7
Chore: Clean up completed tasks in CrowdIn ( #105118 )
...
* clean up tasks as part of action
* split into separate files/steps
* remove unnecessary comment
* update CODEOWNERS
2025-05-08 17:12:28 +01:00
Sergej-Vlasov
60ea65ca69
DashboardNewLayouts: Add e2e workflow for dashboardNewLayouts ( #104995 )
...
* rename dashboard new layouts e2e path for clarity
* add workflow for dashboardNewLayouts e2e
* adjust workflow error
* remove forced fail from workflow
* formatting
2025-05-07 15:27:53 +01:00
Kevin Minehart
1877b671cb
CI: use push event instead of pull_request_target in pr-patch-check.yml ( #105011 )
...
* use push event instead of pull_request_target
* pull request sha -> push sha
* remove PR specific stuff from pr-patch-check
* use my branch for testing
* use main now that it's working
2025-05-06 19:04:49 +00:00
Jack Westbrook
1058a1a3f1
CI: Fix json parsing in levitate workflows ( #104853 )
...
* ci(levitate): remove backticks and escaping to fix json parsing
* ci(levitate): use code tag over escaping backticks - HTML FTW
* chore(prometheus-package): dummy commit to test levitate changes
* ci(levitate): use actions/github-script@v7 everywhere
2025-05-05 13:05:03 +02:00
Mariell Hoversholm
fba0b10881
Actions(ephemeral-instances): Clone the ephemeral repo ( #104920 )
2025-05-05 11:52:18 +03:00
Mariell Hoversholm
6bb4879b39
Actions(ephemeral-instances): Migrate to Vault ( #104848 )
2025-05-05 10:18:45 +02:00
Josh Hunt
033dc19b48
CI: Remove zizmor workflow in favor of org workflow ( #104879 )
...
* CI: Remove zizmor workflow in favor of org workflow
* Update CODEOWNERS
2025-05-02 11:33:29 -05:00
Ashley Harrison
d8fb1e8e4e
Chore: Harden action permissions ( #104820 )
...
* harden action permissions
* Update .github/workflows/ephemeral-instances-pr-comment.yml
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
* update documentation-ci
---------
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
2025-05-02 12:13:05 +01:00
Ashley Harrison
75f1ed6d31
Internationalisation: add workflow to automatically create tasks in Crowdin ( #104405 )
...
* convert to ts
* fix path
* add yarn install step
* revert to commonjs for now
* weird syntax...
* test task creation
* just use workflow step id
* update workflow
* get workflow step id from crowdin
* testing...
* final test
* tidy up
* typescript with type assertion until upstream is fixed
* fix CODEOWNERS
2025-05-01 15:17:47 +01:00
Esteban Beltran
065be6117e
Chore: remove misc stats secret for issue commands ( #104819 )
...
remove cehck for misc stats
2025-05-01 15:23:18 +03:00
Esteban Beltran
ba6d0f59ff
Chore: Issue triager, update vault paths ( #104814 )
...
* Chore: Issue triager, update vault paths
* Empty commit
* update commands tasjk
2025-05-01 14:31:59 +03:00
Ashley Harrison
b8ac9fd866
Chore: i18n action - get secrets stuff from vault ( #104816 )
...
get PR_AUTOMATION stuff from vault
2025-05-01 11:33:36 +01:00
Ashley Harrison
162fed84b5
Chore: No fail-fast on e2e tests ( #104812 )
...
no fail-fast on e2e tests
2025-05-01 11:31:43 +01:00
Josh Hunt
035ecc15b2
CI: Fix Skye and E2E GHA workflows ( #104811 )
...
* CI: Use pr_automation_app in skye workflow
* CI: Fix e2e workflow artifact name
(cherry picked from commit e9fe1dedf7 )
* remove old-arch check
(cherry picked from commit 960e2d057b )
2025-05-01 11:10:52 +01:00
Ashley Harrison
195dedf0fe
Chore: Fix crowdin download action ( #104809 )
...
fix crowdin download action
2025-05-01 11:02:28 +01:00
Kevin Minehart
e36d774d0c
CI: update permissions on workflows which get external secrets ( #104792 )
...
update permissions
2025-04-30 17:32:44 +00:00
Ashley Harrison
821b44182e
Chore: don't persist creds when checking out in actions ( #104778 )
...
* don't persist creds when checking out in actions
* kick CI
* kick CI
* actually commit the merge...
* don't need
* don't need
2025-04-30 17:20:57 +01:00
Esteban Beltran
ecd1f5ba92
Chore: Fix remaining levitate zizmur issues and move to use vault ( #104782 )
...
* Chore: Fix remaining levitate zizmur issues and move to use vault
* Levitate CI: Remove secrets usage for WIF identity provider and SA (#104783 )
---------
Co-authored-by: Giuseppe Guerra <giuseppe.guerra@grafana.com >
2025-04-30 18:39:26 +03:00
Jev Forsberg
cd5fa7943e
Chore: Use Vault secrets in release-comms.yml ( #104727 )
...
* baldm0mma/ update to use vault
* baldm0mma/ update permissions
2025-04-30 17:43:58 +03:00
Jev Forsberg
53321b56d8
Chore: Use Vault secrets in changelog.yml ( #104721 )
...
* baldm0mma/ update to use vault
* Update .github/workflows/changelog.yml
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
* Update .github/workflows/changelog.yml
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
---------
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
2025-04-30 17:42:49 +03:00
Ashley Harrison
454e260207
Internationalisation: Use new shared Crowdin token from vault ( #104764 )
...
* use new shared token now available in vault
* remove )
* use the token
* make changes for create-tasks as well
2025-04-30 14:56:21 +01:00
Jev Forsberg
c7f97060a0
Chore: Use Vault secrets in github-release.yml ( #104707 )
...
baldm0mma/ update to use vault
2025-04-30 13:46:18 +00:00
Jev Forsberg
693b373e68
Chore: Migrate to Vault Secrets ( #104701 )
...
* baldm0mma/ use valut secrets
* baldm0mma/ rem zizmor annos
2025-04-30 13:45:18 +00:00
Kevin Minehart
645af8df33
CI: Backport action can't combine with and working-directory ( #104754 )
...
* Can't combine with and working-directory
* add missing uses:
2025-04-29 21:30:52 -05:00
Kevin Minehart
be729ea562
CI: cd grafana in backport action ( #104753 )
...
cd grafana
2025-04-29 21:17:05 -05:00
Kevin Minehart
24351851c9
CI: cd grafana after clone in backport action ( #104752 )
...
cd grafana after clone
2025-04-29 21:01:09 -05:00
Kevin Minehart
6d1f918150
CI: manually git clone for backport action ( #104751 )
...
* manually clone for backport
* fix syntax error
2025-04-29 20:56:29 -05:00
Kevin Minehart
bb9c56c9d5
CI: use shallow clone with backport action ( #104750 )
...
use shallow clone with backport action
2025-04-29 20:19:36 -05:00