diff options
author | Stan Hu <stanhu@gmail.com> | 2015-06-29 14:15:47 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-06-29 14:15:47 +0000 |
commit | e3dbaa7027d4561bdec6860af84a9d8704d6b2a0 (patch) | |
tree | a76afdc03c19219cf3459e14cc279c8da3b87889 /CHANGELOG | |
parent | 88162f697087594e714283f43301a0c35d8b44ee (diff) | |
parent | 4a203aab57c69ea402939cf8fc423a0e5aaa1cab (diff) | |
download | gitlab-ce-e3dbaa7027d4561bdec6860af84a9d8704d6b2a0.tar.gz |
Merge branch '1791-fix-github-issue-order' into 'master'
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
### 5. Screenshots (if relevant)
Nothing
See merge request !898
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 71ce1e7dfdb..4ee5a950d99 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 7.13.0 (unreleased) + - Fix order of issues imported form GitHub (Hiroyuki Sato) - Fix Merge Request webhook to properly fire "merge" action when accepted from the web UI - Add `two_factor_enabled` field to admin user API (Stan Hu) - Fix invalid timestamps in RSS feeds (Rowan Wookey) |