stable
Clone or download
Read-only
Merge commit 'refs/changes/19/5119/10' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: story #8825: PATCH pull_requests/:id
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/GitRepository.class.php | +6 | −1 | Go to diff View file |
M | plugins/git/tests/rest/GitDataBuilder.php | +39 | −8 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Dao.php | +10 | −0 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/Exception/PullRequestCannotBeAbandoned.php | +25 | −0 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/PullRequestCloser.php | +46 | −0 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestPATCHRepresentation.php | +30 | −0 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestRepresentation.php | +3 | −3 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php | +97 | −10 | Go to diff View file |
M | plugins/pullrequest/include/autoload.php | +5 | −2 | Go to diff View file |
M | plugins/pullrequest/include/constants.php | +3 | −0 | Go to diff View file |
M | plugins/pullrequest/tests/rest/PullRequest/PullRequestsTest.php | +38 | −2 | Go to diff View file |
M | src/common/REST/Header.class.php | +4 | −0 | Go to diff View file |