Actions
Issue #4119
closedTrying 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.
Added by dkliban@redhat.com about 6 years ago
Updated by mdellweg almost 6 years ago
I think, this was solved by
Updated by bmbouter almost 6 years ago
- Status changed from NEW to MODIFIED
- Assignee set to dkliban@redhat.com
- Tags Pulp 3 added
Updated by bmbouter almost 6 years ago
I manually associated the commit here in Redmine and moved it to MODIFIED
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by bmbouter over 4 years ago
- Category deleted (
14)
We are removing the 'API' category per open floor discussion June 16, 2020.
Actions
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]