stable

Clone or download

Read-only

story #8825: PATCH pull_requests/:id

Change-Id: Id8eae9c954fc05f882262cbc7e82741c788aedf2

Modified Files

Name
M include/PullRequest/Dao.php +10 −0 Go to diff View file
A include/PullRequest/Exception/PullRequestCannotBeAbandoned.php +25 −0 Go to diff View file
A include/PullRequest/PullRequestCloser.php +46 −0 Go to diff View file
A include/PullRequest/REST/v1/PullRequestPATCHRepresentation.php +30 −0 Go to diff View file
M include/PullRequest/REST/v1/PullRequestRepresentation.php +3 −3 Go to diff View file
M include/PullRequest/REST/v1/PullRequestsResource.php +97 −10 Go to diff View file
M include/autoload.php +5 −2 Go to diff View file
M include/constants.php +3 −0 Go to diff View file
M tests/rest/PullRequest/PullRequestsTest.php +38 −2 Go to diff View file