Actions
Task #3079
closedAdd/update Repository Filters
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 30
Quarter:
Description
As an authenticated user I can use filters on Repositories list:
id: (id_in_list) # id equality is not necessary, v3/repositories/<UUID>/
name: (equality, name_in_list)
https://django-filter.readthedocs.io/en/latest/ref/filters.html#filters
Related issues
Updated by amacdona@redhat.com about 7 years ago
- Copied to Task #3080: Add/update Importer Filters added
Updated by dkliban@redhat.com almost 7 years ago
- Description updated (diff)
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
Updated by daviddavis almost 7 years ago
- Status changed from ASSIGNED to CLOSED - COMPLETE
Looks like you can already filter repos by name (name, name_in_list).
For the id_in_list filter, that is covered by issue #3240.
Actions