1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-17 14:35:26 +01:00
gitea/routers/api/actions
Giteabot 5552eff6e7
Fix artifacts v4 backend upload problems (#36805) (#36834)
Backport #36805 by @ChristopherHX

* Use base64.RawURLEncoding to avoid equal sign
  * using the nodejs package they seem to get lost
* Support uploads with unspecified length
* Support uploads with a single named blockid
  * without requiring a blockmap

Signed-off-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: ChristopherHX <christopher.homberger@web.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2026-03-06 14:22:53 +01:00
..
ping Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
runner Fix various typos in codebase (#35480) 2025-09-13 10:34:43 -04:00
actions.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
artifact.pb.go Actions Artifacts v4 backend (#28965) 2024-03-02 09:12:17 +00:00
artifact.proto Actions Artifacts v4 backend (#28965) 2024-03-02 09:12:17 +00:00
artifacts_chunks.go Fix artifacts v4 backend upload problems (#36805) (#36834) 2026-03-06 14:22:53 +01:00
artifacts_utils.go Fix artifacts v4 backend upload problems (#36805) (#36834) 2026-03-06 14:22:53 +01:00
artifacts.go Fix artifacts v4 backend upload problems (#36805) (#36834) 2026-03-06 14:22:53 +01:00
artifactsv4.go Fix artifacts v4 backend upload problems (#36805) (#36834) 2026-03-06 14:22:53 +01:00