aboutsummaryrefslogtreecommitdiffstats
path: root/services/actions
Commit message (Expand)AuthorAgeFilesLines
* Refactor functions to reduce repopath expose (#33892)Lunny Xiao6 days1-2/+2
* Feature: Ephemeral action runners (#33570)ChristopherHX7 days2-1/+46
* Add workflow_job webhook (#33694)ChristopherHX11 days6-3/+45
* Fix auto concurrency cancellation skips commit status updates (#33764)ChristopherHX11 days4-6/+26
* Refactor error system (#33771)wxiaoguang2025-03-031-5/+5
* Use test context in tests and new loop system in benchmarks (#33648)TheFox0x72025-02-201-2/+1
* Refactor error system (#33626)wxiaoguang2025-02-171-1/+1
* Refactor error system (#33610)wxiaoguang2025-02-161-2/+2
* Add a transaction to `pickTask` (#33543)Zettat1232025-02-121-0/+107
* Enhance routers for the Actions variable operations (#33547)Jason Song2025-02-111-9/+6
* Feature: Support workflow event dispatch via API (#33545)wxiaoguang2025-02-111-0/+281
* Revert "Feature: Support workflow event dispatch via API (#32059)" (#33541)wxiaoguang2025-02-102-316/+0
* Feature: Support workflow event dispatch via API (#32059)Bence Sántha2025-02-102-0/+316
* Skip deletion error for action artifacts (#33476)wxiaoguang2025-02-021-6/+5
* Refactor user & avatar (#33433)wxiaoguang2025-01-301-1/+1
* Move some Actions related functions from `routers` to `services` (#33280)Zettat1232025-01-153-3/+191
* Refactor RefName (#33234)wxiaoguang2025-01-131-4/+4
* Update status check for all supported on.pull_request.types in Gitea (#33117)yp053272025-01-081-1/+7
* feat(action): issue change title notifications (#33050)Bo-Yi Wu2024-12-311-0/+8
* Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946)wxiaoguang2024-12-232-3/+128
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-151-6/+6
* allow the actions user to login via the jwt token (#32527)Rowan Bohde2024-11-201-3/+8
* Add new event commit status creation and webhook implementation (#27151)Lunny Xiao2024-11-071-4/+2
* Update scheduled tasks even if changes are pushed by "ActionsUser" (#32246)Zettat1232024-10-131-1/+9
* bump to go 1.23 (#31855)techknowlogick2024-09-101-1/+2
* Fix actions notify bug (#31866)Lunny Xiao2024-08-192-11/+16
* Clear up old Actions logs (#31735)Jason Song2024-08-021-9/+58
* Move `registerActionsCleanup` to `initActionsTasks` (#31721)Jason Song2024-07-301-2/+1
* Support `pull_request_target` event for commit status (#31703)Zettat1232024-07-261-1/+6
* Improve the handling of `jobs.<job_id>.if` (#31070)Zettat1232024-05-272-16/+16
* feat(api): enhance Actions Secrets Management API for repository (#30656)Bo-Yi Wu2024-04-261-0/+28
* Interpolate runs-on with variables when scheduling tasks (#30640)sillyguodong2024-04-231-1/+7
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-3/+5
* Use action user as the trigger user of schedules (#30581)yp053272024-04-201-2/+7
* Add `interface{}` to `any` replacement to `make fmt`, exclude `*.pb.go` (#30461)silverwind2024-04-131-1/+1
* Add commit status summary table to reduce query from commit status table (#30...Lunny Xiao2024-04-121-12/+8
* Avoid user does not exist error when detecting schedule actions when the comm...yp053272024-04-111-6/+3
* Fix missed doer (#30231)Lunny Xiao2024-04-081-5/+5
* Remove scheduled action tasks if the repo is archived (#30224)Zettat1232024-04-012-2/+7
* Add API for `Variables` (#29520)sillyguodong2024-03-281-0/+100
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-221-1/+1
* Fix bugs in rerunning jobs (#29955)Zettat1232024-03-222-0/+86
* Cancel previous runs of the same PR automatically (#29961)Jason Song2024-03-212-7/+7
* Fix invalid link of the commit status when ref is tag (#29752)yp053272024-03-191-3/+13
* add skip ci support for pull request title (#29774)Denys Konovalov2024-03-141-3/+7
* Make runs-on support variable expression (#29468)sillyguodong2024-03-081-1/+12
* Add ac claim for old docker/build-push-action@v3 / current buildx gha cache (...ChristopherHX2024-03-052-0/+34
* Add empty repo check in `DetectAndHandleSchedules` (#29606)yp053272024-03-051-0/+4
* Fix workflow trigger event IssueChangeXXX bug (#29559)yp053272024-03-031-2/+14
* Fix workflow trigger event bugs (#29467)Zettat1232024-02-281-1/+7