summaryrefslogtreecommitdiffstats
path: root/routers/api/actions/artifacts.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor AppURL usage (#30885) (#30891)wxiaoguang2024-05-081-5/+6
* Fix nil dereference on error (#30740) (#30746)wxiaoguang2024-04-291-3/+4
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-271-1/+1
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-1/+0
* 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-021-6/+28
* Fix uploaded artifacts should be overwritten (#28726)FuXiaoHei2024-01-171-2/+7
* Refactor deletion (#28610)delvh2023-12-251-7/+6
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-2/+6
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-061-4/+24
* Actions Artifacts support uploading multiple files and directories (#24874)FuXiaoHei2023-07-211-272/+108
* Refactor web package and context package (#25298)wxiaoguang2023-06-181-1/+2
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-44/+55
* Implement actions artifacts (#22738)FuXiaoHei2023-05-191-0/+587