Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix uploaded artifacts should be overwritten (#28726) #28821

Closed

Commits on Jan 17, 2024

  1. Fix uploaded artifacts should be overwritten (go-gitea#28726)

    Fix `Uploaded artifacts should be overwritten`
    go-gitea#28549
    
    When upload different content to uploaded artifact, it checks that
    content size is not match in db record with previous artifact size, then
    the new artifact is refused.
    
    Now if it finds uploading content size is not matching db record when
    receiving chunks, it updates db records to follow the latest size value.
    fuxiaohei authored and GiteaBot committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a4fb5be View commit details
    Browse the repository at this point in the history