stable

Clone or download

Read-only

Add Tuleap users information to representation

If there is at least one Tuleap user with the email used by the author of a commit, the user representation of the author is added to the commit. This is part of story #11664 display list of commits of a pull request Change-Id: Iaad1f7db91593399a09092e81b062edf6d60c474

Modified Files

Name
M plugins/git/include/GitPHP/git/Commit.php +10 −0 Go to diff View file
M plugins/git/include/REST/v1/GitCommitRepresentation.php +21 −2 Go to diff View file
A plugins/git/phpunit/GitPHP/CommitTest.php +61 −0 Go to diff View file
M plugins/git/tests/rest/Git/RepositoryTest.php +43 −7 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php +2 −2 Go to diff View file
M tests/phpunit/phpunit.xml +1 −2 Go to diff View file