stable
Clone or download
Read-only
This fixes request #21852 Enhance GitLab repository name detection for reference Given a GitLab branch name containing some "/" like "dev/branch_name", Tuleap does not detect well the repository name and the branch name. This must be enhanced. Change-Id: Ic857ab9447f56cb0852f88565afd4bc5138a430a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/gitlab/include/Reference/GitlabCrossReferenceOrganizer.php | +4 | −1 | Go to diff View file |
M | plugins/gitlab/include/Reference/GitlabReferenceBuilder.php | +12 | −12 | Go to diff View file |
M | plugins/gitlab/include/Reference/GitlabReferenceExtractor.php | +13 | −12 | Go to diff View file |
A | plugins/gitlab/include/Reference/GitlabReferenceSplittedValues.php | +57 | −0 | Go to diff View file |
M | plugins/gitlab/tests/unit/Reference/GitlabCrossReferenceOrganizerTest.php | +44 | −45 | Go to diff View file |
M | plugins/gitlab/tests/unit/Reference/GitlabReferenceExtractorTest.php | +24 | −12 | Go to diff View file |