stable
Clone or download
Read-only
story #8825: GET impacted files
Change-Id: I2b4c0b157d6d3b7adc8b250607d17bde0b3fac7e
Modified Files
Name | ||||
---|---|---|---|---|
R | include/PullRequest/PullRequestNotCreatedException.php | Go to diff View file | ||
R | include/PullRequest/PullRequestNotFoundException.php | Go to diff View file | ||
R | include/PullRequest/UnknownReferenceBranchException.php | Go to diff View file | ||
A | include/PullRequest/Exception/UnknownReferenceException.php | +29 | −0 | Go to diff View file |
M | include/PullRequest/Factory.php | +2 | −0 | Go to diff View file |
M | include/PullRequest/GitExec.php | +19 | −2 | Go to diff View file |
A | include/PullRequest/REST/v1/PullRequestFileRepresentation.php | +39 | −0 | Go to diff View file |
A | include/PullRequest/REST/v1/PullRequestFileRepresentationFactory.php | +54 | −0 | Go to diff View file |
M | include/PullRequest/REST/v1/PullRequestsResource.php | +60 | −10 | Go to diff View file |
M | include/autoload.php | +9 | −6 | Go to diff View file |
M | tests/GitExecTest.php | +25 | −1 | Go to diff View file |