stable
Clone or download
Read-only
fix: request #26791: Force order of pull requests
The order of pull requests is considered to be by creation date, but nothing currently enforce it, so MySQL might return a bunch of pull request not in the right order. Change-Id: Ie3b80628931a4aa5a8f6e4e52568835003f68cb7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/REST/v1/RepositoryResource.class.php | +12 | −8 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Dao.php | +1 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/src/app/dashboard/pull-request-collection-service.js | +3 | −4 | Go to diff View file |
M | plugins/pullrequest/scripts/src/app/dashboard/pull-request-collection-service.test.js | +19 | −20 | Go to diff View file |