-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
lunny
merged 10 commits into
go-gitea:release/v1.21
from
fuxiaohei:fix/artifact-backport-v1.21
Jan 22, 2024
Merged
Fix uploaded artifacts should be overwritten (#28726) backport v1.21 #28832
lunny
merged 10 commits into
go-gitea:release/v1.21
from
fuxiaohei:fix/artifact-backport-v1.21
Jan 22, 2024
Commits on Jan 17, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for d54cf47 - Browse repository at this point
Copy the full SHA d54cf47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57b070b - Browse repository at this point
Copy the full SHA 57b070bView commit details
Commits on Jan 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 10640ac - Browse repository at this point
Copy the full SHA 10640acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 533a4af - Browse repository at this point
Copy the full SHA 533a4afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64c1a93 - Browse repository at this point
Copy the full SHA 64c1a93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2238709 - Browse repository at this point
Copy the full SHA 2238709View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaec7ec - Browse repository at this point
Copy the full SHA aaec7ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5415f20 - Browse repository at this point
Copy the full SHA 5415f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 950cf9e - Browse repository at this point
Copy the full SHA 950cf9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f839fe - Browse repository at this point
Copy the full SHA 4f839feView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.