aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/actions
Commit message (Expand)AuthorAgeFilesLines
* Refactor "string truncate" (#32984)wxiaoguang2024-12-261-1/+1
* Refactor request context (#32956)wxiaoguang2024-12-242-8/+4
* Fix missing outputs for jobs with matrix (#32823)Zettat1232024-12-143-16/+86
* Harden runner updateTask and updateLog api (#32462)ChristopherHX2024-11-111-1/+7
* Fix `missing signature key` error when pulling Docker images with `SERVE_DIRE...Zettat1232024-10-312-2/+2
* Fix artifact v4 upload above 8MB (#31664)ChristopherHX2024-09-222-40/+156
* Refactor names (#31405)wxiaoguang2024-06-194-9/+9
* Reduce memory usage for chunked artifact uploads to MinIO (#31325)Rowan Bohde2024-06-121-2/+2
* Enable `unparam` linter (#31277)silverwind2024-06-112-10/+6
* Azure blob storage support (#30995)Lunny Xiao2024-05-303-3/+3
* Remove deprecated stuff for runners (#30930)Jason Song2024-05-102-19/+0
* Refactor AppURL usage (#30885)wxiaoguang2024-05-072-9/+11
* Fix nil dereference on error (#30740)Chongyi Zheng2024-04-281-3/+4
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-272-3/+3
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-1/+0
* Check the token's owner and repository when registering a runner (#30406)Zettat1232024-04-111-0/+14
* Upgrade Go 1.22 and upgrade dependency (#29869)wxiaoguang2024-03-174-10/+6
* Make runs-on support variable expression (#29468)sillyguodong2024-03-081-68/+12
* 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