Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a REST api user I would like to know which distributions are included in a publication #718

Open
dkliban opened this issue Feb 2, 2023 · 0 comments
Labels
.feature CHANGES/<issue_number>.feature

Comments

@dkliban
Copy link
Member

dkliban commented Feb 2, 2023

Is your feature request related to a problem? Please describe.
I am working on pulp-replica. This plugin discovers distributions at an upstream Pulp and then syncs that content. In order to configure the remote to consume from the AptDistributions, I need to know which distributions are available there. I am able to use the REST API to look up the publication that is backing the distribution, so it would be helpful to have the publication specify what distributions are included.

Describe the solution you'd like

When make a GET request to the AptPublication or VerbatimPublication end point, I would like the response to include which distributions are available in the publication. Ideally, this would be in the same format as the remote configuration of distributions.

The publication creation task should populate this information when creating a publication.

@quba42 quba42 added .feature CHANGES/<issue_number>.feature and removed Feature Triage-Needed labels Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.feature CHANGES/<issue_number>.feature
Projects
None yet
Development

No branches or pull requests

2 participants