stable

Clone or download

Read-only

story #8825: GET impacted files

Change-Id: I2b4c0b157d6d3b7adc8b250607d17bde0b3fac7e

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