Apparently query.py supports negated queries for tag and assignee. This would be really useful for owner too, and maybe also for user.
query.py
tag
assignee
owner
user
eg in Fedora pagure one could then query for owner=!orphan to list packages which are not orphaned, etc. (Not sure if owner or user is more important here, but I suspect owner?)
owner=!orphan
Metadata Update from @pingou: - Issue tagged with: RFE
Metadata Update from @pingou: - Issue set to the milestone: 5.5
Apparently query.py supports negated queries for tag and assignee.
It does but only for tickets, which means:
Fedora pagure one could then query for owner=!orphan to list packages which are not orphaned
will not work, or we would have to make it work for projects in addition to issues.
Metadata Update from @pingou: - Issue assigned to pingou
I've added support for this, it will work only via the API but I think it's fine.
Commit fd713671 fixes this issue
Thank you
When could one expect it to be deployed for src.fedoraproject.org ?