You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/api/actions
Giteabot 8ca32dc873
Fix merging artifact chunks error when minio storage basepath is set (#28555) (#28568)
Backport #28555 by @fuxiaohei

Related to  https://github.com/go-gitea/gitea/issues/28279

When merging artifact chunks, it lists chunks from storage. When storage
is minio, chunk's path contains `MINIO_BASE_PATH` that makes merging
break.

<del>So trim the `MINIO_BASE_PATH` when handle chunks.</del>

Update the chunk file's basename to retain necessary information. It
ensures that the directory in the chunk's path remains unaffected.

Co-authored-by: FuXiaoHei <fuxiaohei@vip.qq.com>
1 year ago
..
ping Implement actions (#21937) 2 years ago
runner Redefine the meaning of column is_active to make Actions Registration Token generation easier (#27143) (#27304) 1 year ago
actions.go Refactor web package and context package (#25298) 2 years ago
artifacts.go Artifacts retention and auto clean up (#26131) 1 year ago
artifacts_chunks.go Fix merging artifact chunks error when minio storage basepath is set (#28555) (#28568) 1 year ago
artifacts_utils.go Fix/upload artifact error windows (#27802) (#27840) 1 year ago