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) backport v1.21 #28832

Merged
merged 10 commits into from
Jan 22, 2024

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 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    d54cf47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57b070b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    10640ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    533a4af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64c1a93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2238709 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaec7ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5415f20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    950cf9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f839fe View commit details
    Browse the repository at this point in the history