Actions
Bug #27608
closedIndex additional fields for collection version from pulp
Status:
Closed
Priority:
Normal
Assignee:
Category:
Ansible Collections
Target version:
Description
The list of fields available on collection version is:
https://github.com/pulp/pulp_ansible/blob/5eff6972b54662c2e63b7b434ff69bffeb6224a1/pulp_ansible/app/serializers.py#L239
https://github.com/pulp/pulp_ansible/blob/5eff6972b54662c2e63b7b434ff69bffeb6224a1/pulp_ansible/app/serializers.py#L239
- "authors"
- "contents"
- "dependencies"
- "description"
- "docs_blob"
- "documentation"
- "homepage"
- "issues"
- "license"
- "name"
- "namespace"
- "repository"
- "tags"
- "version"
We should index relevant fields in katello and expose on UI/API
Actions