Issue #4119
Trying to download already existing artifacts without prior knowlegde of their digest fail
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Easy Fix
Sprint:
Quarter:
Description
The stages api should be able to download a file even without knowledge of its digest and attach the DeclarativeContent to an existing artifact in case of a matching digest.
Associated revisions
History
#1
Updated by CodeHeeler about 2 years ago
- Triaged changed from No to Yes
#2
Updated by mdellweg almost 2 years ago
I think, this was solved by
#3
Updated by bmbouter almost 2 years ago
- Status changed from NEW to MODIFIED
- Assignee set to dkliban@redhat.com
- Tags Pulp 3 added
#4
Updated by bmbouter almost 2 years ago
I manually associated the commit here in Redmine and moved it to MODIFIED
#5
Updated by daviddavis almost 2 years ago
- Sprint/Milestone set to 3.0.0
#6
Updated by bmbouter over 1 year ago
- Tags deleted (
Pulp 3)
#7
Updated by bmbouter about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
Problem: Artifact Saver fails to associate existing Artifacts
Solution: Update Declarative Artifacts with Artifacts returned by bulk_get_or_create()
The Content unit saver did not account for duplicate units at all. This patch also addresses that problem.
[noissue]