metrumresearchgroup / ghpm

BSD 3-Clause Clear License
1 stars 0 forks source link

get_repo issues returns paginated results out of order #4

Closed dpastoor closed 4 years ago

dpastoor commented 4 years ago

Given we're querying by last, projects that due end up paginating then get results out of order.

get_repo_issues("metrumresearchgroup", "pkgr")

starts with issue 87 goes up to 274, then goes back down to 1

For all queries that start with last we should sort them prior to returning

Blackglade commented 4 years ago

Resolved in PR #12