aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/actions
Commit message (Expand)AuthorAgeFilesLines
* Actions Artifacts v4 backend (#28965)ChristopherHX2024-03-025-23/+1726
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Add support for action artifact serve direct (#29120)KN4CK3R2024-02-151-1/+14
* Add artifacts v4 jwt to job message and accept it (#28885)ChristopherHX2024-02-022-6/+34
* Fix uploaded artifacts should be overwritten (#28726)FuXiaoHei2024-01-172-3/+15
* Refactor deletion (#28610)delvh2023-12-251-7/+6
* Added instance-level variables (#28115)Jean-Baptiste Gomond2023-12-251-2/+8
* Fix merging artifact chunks error when minio storage basepath is set (#28555)FuXiaoHei2023-12-211-4/+9
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-243-8/+17
* Fix/upload artifact error windows (#27802)FuXiaoHei2023-10-301-1/+2
* Redefine the meaning of column is_active to make Actions Registration Token g...Lunny Xiao2023-09-271-3/+3
* 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