summaryrefslogtreecommitdiffstats
path: root/routers/api/actions/artifacts_chunks.go
Commit message (Expand)AuthorAgeFilesLines
* Reduce memory usage for chunked artifact uploads to MinIO (#31325) (#31338)Giteabot2024-06-121-2/+2
* Actions Artifacts v4 backend (#28965)ChristopherHX2024-03-021-23/+72
* Fix uploaded artifacts should be overwritten (#28726)FuXiaoHei2024-01-171-1/+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-241-1/+5
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-061-1/+1
* fix artifact merging chunks path with correct slash on Windows (#26400)FuXiaoHei2023-08-081-1/+2
* Actions Artifacts support uploading multiple files and directories (#24874)FuXiaoHei2023-07-211-0/+187