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
ChristopherHX b594cec2bd
Fix artifact v4 upload above 8MB (#31664)
Multiple chunks are uploaded with type "block" without using
"appendBlock" and eventually out of order for bigger uploads.
8MB seems to be the chunk size

This change parses the blockList uploaded after all blocks to get the
final artifact size and order them correctly before calculating the
sha256 checksum over all blocks

Fixes #31354
5 months ago
..
ping Upgrade Go 1.22 and upgrade dependency (#29869) 11 months ago
runner Remove deprecated stuff for runners (#30930) 10 months ago
actions.go Refactor names (#31405) 8 months ago
artifact.pb.go Actions Artifacts v4 backend (#28965) 12 months ago
artifact.proto Actions Artifacts v4 backend (#28965) 12 months ago
artifacts.go Refactor names (#31405) 8 months ago
artifacts_chunks.go Fix artifact v4 upload above 8MB (#31664) 5 months ago
artifacts_utils.go Refactor names (#31405) 8 months ago
artifactsv4.go Fix artifact v4 upload above 8MB (#31664) 5 months ago