stable

Clone or download

Read-only

Merge commit 'refs/changes/07/5107/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #8825: GET impacted files Change-Id: Ie2d1b92c94470f228dd77ef84f11e03e0bf10c47

Modified Files

Name
R plugins/pullrequest/include/PullRequest/PullRequestNotCreatedException.php Go to diff View file
R plugins/pullrequest/include/PullRequest/PullRequestNotFoundException.php Go to diff View file
R plugins/pullrequest/include/PullRequest/UnknownReferenceBranchException.php Go to diff View file
A plugins/pullrequest/include/PullRequest/Exception/UnknownReferenceException.php +29 −0 Go to diff View file
M plugins/pullrequest/include/PullRequest/Factory.php +2 −0 Go to diff View file
M plugins/pullrequest/include/PullRequest/GitExec.php +19 −2 Go to diff View file
A plugins/pullrequest/include/PullRequest/REST/v1/PullRequestFileRepresentation.php +39 −0 Go to diff View file
A plugins/pullrequest/include/PullRequest/REST/v1/PullRequestFileRepresentationFactory.php +54 −0 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php +60 −10 Go to diff View file
M plugins/pullrequest/include/autoload.php +9 −6 Go to diff View file
M plugins/pullrequest/tests/GitExecTest.php +25 −1 Go to diff View file