Fix wrong order of issues when importing from github
1. What does this MR do?
The order of issues imported from GitHub is fixed.
2. Are there points in the code the reviewer needs to double check?
Nothing.
3. Why was this MR needed?
The default behaviors of GitHub API at listing issues are sort: :created and direction: :desc.
See GitHub API details at https://developer.github.com/v3/issues/#list-issues.
4. What are the relevant issue numbers / Feature requests?
Fixes #1791 (closed)
5. Screenshots (if relevant)
Nothing
Merge request reports
Activity
/cc @masawada Could you take a look?
Added 78 commits:
- c8d38df8...9f166a86 - 77 commits from branch
gitlab-org:master
- 77cdcaad - Fix wrong order of issues when importing from github
- c8d38df8...9f166a86 - 77 commits from branch
Added 1 commit:
- 4a203aab - Fix wrong order of issues when importing from github
Thanks, @hiroponz. Looks good.
mentioned in commit e3dbaa70
Thanks, @stanhu.
mentioned in merge request !825 (merged)
Please register or sign in to reply