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
Actions
Allow plugin writers to hide repositories
fixes #8487