Actions
Issue #5965
closedFileContentFilter defines a "digest" filter, but there is no "digest" field in the API
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 67
Quarter:
Description
The "digest" field on the FileContent
model is hidden in the API since the sha256 checksum is provided by ContentChecksumSerializer
.
However, FileContentFilter still defines a "digest" filter.
Related issues
Updated by fao89 almost 5 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 64
Updated by lmjachky almost 5 years ago
- Description updated (diff)
- Status changed from NEW to ASSIGNED
- Assignee set to lmjachky
Updated by lmjachky almost 5 years ago
- Status changed from ASSIGNED to POST
Updated by daviddavis over 4 years ago
- Related to Issue #6187: provide pulp_rpm content list options for filtering by checksum added
Added by daviddavis over 4 years ago
Updated by daviddavis over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset 146187b4ae9a82252f47f44710581c8d97498276.
Updated by daviddavis over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
- Sprint/Milestone set to 0.2.0
Actions
Renamed digest filter to sha256
fixes #5965 https://pulp.plan.io/issues/5965