aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/actions
Commit message (Expand)AuthorAgeFilesLines
* Add a new column schedule_id for action_run to track (#26975)Lunny Xiao2023-09-081-1/+7
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-062-5/+25
* Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804)KN4CK3R2023-08-301-5/+3
* Include the GITHUB_TOKEN/GITEA_TOKEN secret for fork pull requests (#26759)js6pak2023-08-291-8/+5
* fix artifact merging chunks path with correct slash on Windows (#26400)FuXiaoHei2023-08-081-1/+2
* Reduce unnecessary DB queries for Actions tasks (#25199)sillyguodong2023-07-241-7/+26
* Actions Artifacts support uploading multiple files and directories (#24874)FuXiaoHei2023-07-213-272/+377
* Fix `ref` for workflows triggered by `pull_request_target` (#25743)Zettat1232023-07-071-3/+13
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` (#25581)Jason Song2023-06-301-1/+1
* Support `pull_request_target` event (#25229)Zettat1232023-06-261-2/+13
* Support configuration variables on Gitea Actions (#24724)sillyguodong2023-06-201-0/+24
* Fix incorrect actions ref_name (#25358)Daniel Wolf2023-06-191-1/+1
* Refactor web package and context package (#25298)wxiaoguang2023-06-182-3/+3
* Support changing labels of Actions runner without re-registration (#24806)sillyguodong2023-06-132-21/+53
* Fix compatible for webhook ref type (#25195)Lunny Xiao2023-06-131-2/+2
* Fix ref type error (#24941)Lunny Xiao2023-05-261-2/+5
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-8/+2
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-44/+55
* Implement actions artifacts (#22738)FuXiaoHei2023-05-191-0/+587
* Improve updating Actions tasks (#24600)Jason Song2023-05-101-22/+1
* Gitea Actions add `base_ref`, `head_ref`, `api_url`, `ref_type` fields (#24356)ChristopherHX2023-04-281-5/+20
* Support upload `outputs` and use `needs` context on Actions (#24230)Jason Song2023-04-222-1/+81
* Set `ref` to fully-formed of the tag when trigger event is `release` (#23944)sillyguodong2023-04-071-1/+2
* Refactor commit status for Actions jobs (#23786)Jason Song2023-03-292-4/+4
* Display the version of runner in the runner list (#23490)sillyguodong2023-03-191-2/+15
* Avoid panic caused by broken payload when creating commit status (#23216)Jason Song2023-03-041-1/+1
* Fix grammar in error message (#23273)ChristianSch2023-03-031-1/+1
* Avoid too long names for actions (#23162)Jason Song2023-02-281-1/+3
* Implement actions (#21937)Jason Song2023-01-316-0/+546