stable

Clone or download

Read-only

Organize GitLab references

part of: story #17180 take into account GitLab commits How to test: - Go to see an artifact being referenced by GitLab commits from various GitLab projects --> The commits are organized by GitLab projects Change-Id: Ie173c6674360521886e41cd97bd2540ba41b6b20

Modified Files

Name
A plugins/gitlab/include/Reference/GitlabCommit.php +100 −0 Go to diff View file
A plugins/gitlab/include/Reference/GitlabCommitFactory.php +64 −0 Go to diff View file
M plugins/gitlab/include/Reference/GitlabCommitReferenceBuilder.php +1 −15 Go to diff View file
A plugins/gitlab/include/Reference/GitlabCommitReferenceExtractor.php +39 −0 Go to diff View file
A plugins/gitlab/include/Reference/GitlabCrossReferenceOrganizer.php +120 −0 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostPush/Commits/CommitTuleapReferenceDAO.php +20 −0 Go to diff View file
M plugins/gitlab/include/gitlabPlugin.php +22 −0 Go to diff View file
A plugins/gitlab/tests/Tuleap/Gitlab/Reference/GitlabCommitReferenceExtractorTest.php +43 −0 Go to diff View file
A plugins/gitlab/tests/Tuleap/Gitlab/Reference/GitlabCrossReferenceOrganizerTest.php +414 −0 Go to diff View file
A plugins/gitlab/tests/unit/Reference/GitlabCommitFactoryTest.php +102 −0 Go to diff View file