stable

Clone or download

Read-only

Add generic informations to pullrequest commit representation

this is part of story #11664 display list of commits of a pull request This commit only add commiter information. The Tuleap user addition in this route will be done in a dedicated commit Change-Id: Ifb5ef83f8d2a6c0a3fad78bf1ed6deaed94fcc29

Modified Files

Name
M plugins/git/include/GitPHP/git/Commit.php +2 −2 Go to diff View file
M plugins/git/include/REST/v1/GitCommitRepresentation.php +25 −2 Go to diff View file
M plugins/git/include/REST/v1/RepositoryResource.class.php +6 −8 Go to diff View file
M plugins/git/tests/rest/Git/RepositoryTest.php +17 −4 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsCommitRepresentationFactory.php +11 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php +8 −3 Go to diff View file