stable
Clone or download
Read-only
part of: story #17180 take into account gitlab commits How to test: - Have an artifact referencing (or referenced by) a GitLab commit --> GitLab cross references have their titles displayed --> When the commiter has an account on Tuleap matching his email, its name is displayed along with his avatar --> Otherwise the commiter name is displayed along with the default Tuleap avatar Change-Id: I051abe27f5eba08a4461af28303cc1ea1606f243
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/gitlab/include/Reference/GitlabCrossReferenceEnhancer.php | +100 | −0 | Go to diff View file |
M | plugins/gitlab/include/Reference/GitlabCrossReferenceOrganizer.php | +15 | −13 | Go to diff View file |
M | plugins/gitlab/include/gitlabPlugin.php | +7 | −0 | Go to diff View file |
A | plugins/gitlab/tests/unit/Reference/GitlabCrossReferenceEnhancerTest.php | +166 | −0 | Go to diff View file |
M | plugins/gitlab/tests/unit/Reference/GitlabCrossReferenceOrganizerTest.php | +44 | −31 | Go to diff View file |
M | src/common/User/UserManager.class.php | +1 | −10 | Go to diff View file |