#2503 Add the ability to order issues by ascending in the API
Merged by pingou. Opened by mprahl.
Unknown source master

Download 2503.patch

This adds the ability to order the issues by ascending in the API. This would be nice to have in order to avoid doing the sorting in the code that uses the API content.

Since the rearchitecture to using celery, I've had trouble running the tests successfully in Vagrant, so I may have missed some of the tests that were affected by this change.

rebased

Looks good, but I did not run the full tests.

rebased

test_pagure_flask_api_ui_private_repo.py", line 2150, in test_api_priavte_repo_view_issues seems to be failing in this branch.

rebased

@pingou fixed the test you mentioned and rebased. Please review again when you can but this has much lower priority than the other two PRs I made.

This test is actually not working :)

Fixing it

rebased

Alright, tests fixed and PR rebased, doing a final run of the tests and merging :)

Pull-Request has been merged by pingou

Metadata