stable
Clone or download
Read-only
this is part of story #11664 display list of commits of a pull request This story introduce new REST route, for now the representation only returns the sha1 of pullrequest commit Change-Id: I00f29298d1ac8190eb93006fe79f463b9534bda6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git_Exec.class.php | +4 | −0 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/REST/v1/GitCommitRepresentationCollection.php | +58 | −0 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsCommitRepresentationFactory.php | +60 | −0 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php | +101 | −32 | Go to diff View file |