stable
Clone or download
Read-only
This is part of story #17181 reference tuleap artifacts in gitlab branches GitLab branches references are now displayed in the cross-reference field in an artifact, in its dedicated section. Change-Id: Ie84bcae85b8a7b4933ef8864b75b3d3f929b43d2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/gitlab/include/REST/v1/GitlabRepositoryResource.php | +2 | −2 | Go to diff View file |
A | plugins/gitlab/include/Reference/Branch/GitlabBranch.php | +49 | −0 | Go to diff View file |
A | plugins/gitlab/include/Reference/Branch/GitlabBranchFactory.php | +54 | −0 | Go to diff View file |
M | plugins/gitlab/include/Reference/GitlabCrossReferenceOrganizer.php | +45 | −1 | Go to diff View file |
M | plugins/gitlab/include/Reference/GitlabReferenceBuilder.php | +9 | −1 | Go to diff View file |
M | plugins/gitlab/include/Repository/GitlabRepositoryDeletor.php | +5 | −5 | Go to diff View file |
R | plugins/gitlab/include/Repository/Webhook/PostPush/Branch/BranchTuleapReferenceDao.php | Go to diff View file | ||
M | plugins/gitlab/include/Repository/Webhook/PostPush/Branch/PostPushWebhookActionBranchHandler.php | +4 | −4 | Go to diff View file |
M | plugins/gitlab/include/gitlabPlugin.php | +30 | −5 | Go to diff View file |
M | plugins/gitlab/site-content/fr_FR/LC_MESSAGES/tuleap-gitlab.po | +6 | −0 | Go to diff View file |
M | plugins/gitlab/tests/unit/Reference/GitlabCrossReferenceOrganizerTest.php | +67 | −0 | Go to diff View file |
M | plugins/gitlab/tests/unit/Reference/GitlabReferenceBuilderTest.php | +40 | −0 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/GitlabRepositoryDeletorTest.php | +6 | −6 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostPush/Branch/PostPushWebhookActionBranchHandlerTest.php | +12 | −12 | Go to diff View file |