Signed-off-by: Clement Verna cverna@tutanota.com
FIx for #2468
rebased
Does it make sense to adjust one of these to return the full list?
wow, ?status=closed was not returning anything before, gloups :s
?status=closed
One question, otherwise looks good
It used to return the full list because there was no Closed status issues in the FULL_ISSUE_LIST. I have change on issue status to Closed so that we can test the case below.
Closed
FULL_ISSUE_LIST
Yes but would it make sense for one of the two tests we have here to include all tickets, open and closed?
There is already one test for that with ?status=All https://pagure.io/pagure/blob/master/f/tests/test_pagure_flask_api_issue.py#_1065
?status=All
Pull-Request has been merged by pingou
Signed-off-by: Clement Verna cverna@tutanota.com