Skip to content

Fix artifacts v4 backend upload problems (#36805)#36834

Merged
ChristopherHX merged 2 commits intogo-gitea:release/v1.25from
GiteaBot:backport-36805-v1.25
Mar 6, 2026
Merged

Fix artifacts v4 backend upload problems (#36805)#36834
ChristopherHX merged 2 commits intogo-gitea:release/v1.25from
GiteaBot:backport-36805-v1.25

Conversation

@GiteaBot
Copy link
Copy Markdown
Collaborator

@GiteaBot GiteaBot commented Mar 5, 2026

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

* 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: wxiaoguang <wxiaoguang@gmail.com>
@GiteaBot GiteaBot added modifies/api This PR adds API routes or modifies them modifies/go Pull requests that update Go code topic/gitea-actions related to the actions of Gitea type/bug labels Mar 5, 2026
@GiteaBot GiteaBot added this to the 1.25.5 milestone Mar 5, 2026
@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Mar 5, 2026
@GiteaBot GiteaBot requested review from lunny and wxiaoguang March 5, 2026 16:32
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Mar 5, 2026
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Mar 5, 2026
@ChristopherHX ChristopherHX merged commit 5552eff into go-gitea:release/v1.25 Mar 6, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. modifies/api This PR adds API routes or modifies them modifies/go Pull requests that update Go code topic/gitea-actions related to the actions of Gitea type/bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants