stable

Clone or download

Read-only

story #8825: PATCH pull_requests/:id

Change-Id: Id8eae9c954fc05f882262cbc7e82741c788aedf2

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