Actions
Issue #8487
closedRepository list endpoint shows repos that are meant to be hidden
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 98
Quarter:
Description
The pulp_rpm plugin has "sub_repos" for distribution trees. These repos are not meant for users to view/manage. It filters out these repos in its viewset.
The problem is that the generic repo endpoint (/api/v3/repositories/
) does not honor that.
Proposal¶
Add a new field (hidden
?) to Repository. This would be useful for plugins that need to hide repos. But also for features like #7832.
Also, have the generic repo list use this field and update pulp_rpm to use this field.
Related issues
Updated by daviddavis over 3 years ago
- Blocks Issue #8494: Sub repos are showing up at /pulp/api/v3/repositories/ added
Updated by pulpbot over 3 years ago
- Status changed from NEW to POST
Updated by daviddavis over 3 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 94
Added by daviddavis over 3 years ago
Updated by daviddavis over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|ef7957d1abf8b94eff24fcd4b70725baf54b0432.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Allow plugin writers to hide repositories
fixes #8487