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 user, I want to be able to list the Published Artifacts for a Publication #5313

Open
daviddavis opened this issue Apr 26, 2024 · 0 comments
Labels

Comments

@daviddavis
Copy link
Contributor

We had reports that one of the InRelease (a repo metadata file) for an apt repo was empty so we wanted to look through the PublishedArtifacts for the Publication to confirm if the CDN was serving the file or if the file was empty in Pulp. We had already republished the repo to fix the problem so we no longer could access the published artifact through pulp-content. Eventually we resorted to using the pulp shell to run PublishedArtifact.objects.filter(publication__pk="...", relative_path__contains="InRelease").

Ideally, we'd have a way to list/filter PublishedArtifacts without having to go to the pulp shell. I'd propose maybe a published artifact list endpoint. Ideally it would have fields like publication, digests, size, relative_path and users could filter by those fields.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants