Commit Graph

90 Commits (main)

Author SHA1 Message Date
Lunny Xiao 331e878e81
Add new event commit status creation and webhook implementation (#27151) 1 week ago
Zettat123 81aec6d621
Update scheduled tasks even if changes are pushed by "ActionsUser" (#32246) 1 month ago
techknowlogick d9a7748cdc
bump to go 1.23 (#31855) 2 months ago
Lunny Xiao 4f5c96627b
Fix actions notify bug (#31866) 3 months ago
Jason Song 687c118248
Clear up old Actions logs (#31735) 3 months ago
Jason Song f989f46438
Move `registerActionsCleanup` to `initActionsTasks` (#31721) 4 months ago
Zettat123 4b376a0ed9
Support `pull_request_target` event for commit status (#31703) 4 months ago
Zettat123 31a0c4dfb4
Improve the handling of `jobs.<job_id>.if` (#31070) 6 months ago
Bo-Yi Wu 852547d0dc
feat(api): enhance Actions Secrets Management API for repository (#30656) 7 months ago
sillyguodong 2f6b1c46a1
Interpolate runs-on with variables when scheduling tasks (#30640) 7 months ago
silverwind 74f0c84fa4
Enable more `revive` linter rules (#30608) 7 months ago
yp05327 cb6814adad
Use action user as the trigger user of schedules (#30581) 7 months ago
silverwind c77e8140bc
Add `interface{}` to `any` replacement to `make fmt`, exclude `*.pb.go` (#30461) 7 months ago
Lunny Xiao fc34481d05
Add commit status summary table to reduce query from commit status table (#30223) 7 months ago
yp05327 96d31fe0a8
Avoid user does not exist error when detecting schedule actions when the commit author is an external user (#30357) 7 months ago
Lunny Xiao 908426aa0f
Fix missed doer (#30231) 7 months ago
Zettat123 1ef2eb50d8
Remove scheduled action tasks if the repo is archived (#30224) 8 months ago
sillyguodong 62b073e6f3
Add API for `Variables` (#29520) 8 months ago
Lunny Xiao f8ab9dafb7
Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) 8 months ago
Zettat123 2f060c5834
Fix bugs in rerunning jobs (#29955) 8 months ago
Jason Song b150ff0bab
Cancel previous runs of the same PR automatically (#29961) 8 months ago
yp05327 98217b0340
Fix invalid link of the commit status when ref is tag (#29752) 8 months ago
Denys Konovalov 7a90e5954f
add skip ci support for pull request title (#29774) 8 months ago
sillyguodong a1f5dd7677
Make runs-on support variable expression (#29468) 8 months ago
ChristopherHX 368743baf3
Add ac claim for old docker/build-push-action@v3 / current buildx gha cache (#29584) 8 months ago
yp05327 3f3335ae51
Add empty repo check in `DetectAndHandleSchedules` (#29606) 8 months ago
yp05327 9616dbec33
Fix workflow trigger event IssueChangeXXX bug (#29559) 9 months ago
Zettat123 1ad4bb9eb7
Fix workflow trigger event bugs (#29467) 9 months ago
Zettat123 d0fe6ea4e1
The job should always run when `if` is `always()` (#29464) 9 months ago
yp05327 403766cd81
Ignore empty repo for CreateRepository in action notifier (#29416) 9 months ago
Zettat123 a4fe1cdf38
Improve the `issue_comment` workflow trigger event (#29277) 9 months ago
KN4CK3R 7e8ff70940
Show commit status for releases (#29149) 9 months ago
wxiaoguang 8be198cdef
Use general token signing secret (#29205) 9 months ago
Lunny Xiao c2a8aacae5
Fix missed edit issues event for actions (#29237) 9 months ago
FuXiaoHei 68e1d17a5f
Expire artifacts before deleting them physically (#29241) 9 months ago
yp05327 1a6e1cbada
Implement some action notifier functions (#29173) 9 months ago
FuXiaoHei 67adc5c1dc
Artifact deletion in actions ui (#27172) 9 months ago
Zettat123 e600c35f06
Only delete scheduled workflows when needed (#29091) 9 months ago
ChristopherHX a9bc590d5d
Add artifacts v4 jwt to job message and accept it (#28885) 10 months ago
Zettat123 adc3598a75
Fix an actions schedule bug (#28942) 10 months ago
Lunny Xiao 5f82ead13c
Simplify how git repositories are opened (#28937) 10 months ago
Zettat123 071b7b2a03
Implement `MigrateRepository` for the actions notifier (#28920) 10 months ago
Lunny Xiao 23efd9d278
Fix schedule not trigger bug because matching full ref name with short ref name (#28874) 10 months ago
Lunny Xiao 97292da960
Fix schedule tasks bugs (#28691) 10 months ago
Denys Konovalov f10d716ff4
fix empty ref for cron workflow runs (#28640) 11 months ago
Lunny Xiao 4eb2a29910
Improve ObjectFormat interface (#28496) 11 months ago
Adam Majer cbf923e87b
Abstract hash function usage (#28138) 11 months ago
Lunny Xiao df1e7d0067
Use db.Find instead of writing methods for every object (#28084) 12 months ago
Denys Konovalov 816e46ee7c
add skip ci functionality (#28075) 1 year ago
KN4CK3R 83186eca80
Always delete existing scheduled action tasks (#27662) 1 year ago