Story #3782
closedAs a user, I can filter plugin content types by repository versions
100%
Related issues
Updated by dkliban@redhat.com over 6 years ago
- Subject changed from As a user, I can get a list of all content in Pulp filtered by list of repo versions to As a user, I can get a list of all content of one type in Pulp filtered by list of repo versions
Updated by dkliban@redhat.com over 6 years ago
- Tracker changed from Issue to Story
- % Done set to 0
Updated by amacdona@redhat.com over 6 years ago
- Subject changed from As a user, I can get a list of all content of one type in Pulp filtered by list of repo versions to As a user, I can filter plugin content types by repository versions
- Tags Pulp 3 added
For example, api/v3/content/python/packages/ returns a list of all python content.
To add a filter for all content types, the generic content unit filter [0] should include a filter for repository versions. The filter should be able to accept one or many repository versions. Whether this filter is reasonable will require some investigation.
[0]: https://github.com/pulp/pulp/blob/master/pulpcore/pulpcore/app/viewsets/content.py#L51
Updated by amacdona@redhat.com over 6 years ago
- Related to Task #3784: Add a Content filter that inherits from core's ContentFilter added
Updated by amacdona@redhat.com over 6 years ago
- Related to Task #3783: Update PythonPackageContent filter to inherit from core's ContentFilter added
Updated by jsherril@redhat.com over 6 years ago
For indexing purposes:
For a repository version, i want all units of a given type
For a given type, list me all units across the installation, with a list of repository versions for each type.
Updated by vdusek about 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to vdusek
Updated by dalley almost 6 years ago
- Status changed from NEW to POST
- Assignee set to dalley
Updated by dalley almost 6 years ago
- Sprint set to Sprint 46
Added by dalley almost 6 years ago
Added by dalley almost 6 years ago
Revision 2888a44c | View on GitHub
Added filtering by repository version to the ContentFilter
Filter content by the repository version it is contained in, added to, or removed from
Updated by dalley almost 6 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|2888a44c8487e6ada3c6a1864c8f44f31c99066a.
Updated by bherring almost 6 years ago
- Copied to Test #4301: As a user, I can filter plugin content types by repository versions added
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Added filtering by repository version to the ContentFilter
Filter content by the repository version it is contained in, added to, or removed from
closes #3782 https://pulp.plan.io/issues/3782