stable
Clone or download
Read-only
Part of story #26799 associate a Tuleap project and a GitLab group No functional change when synchronizing a project linked to a GitLab group. Notes: Since we are going to be reusing the GroupLinkSynchronizer, it should not be tied to REST context. The Resource maps the domain object to a representation. Change-Id: Iab95cf39010bb660f3ad9977c04fa30772426982
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/gitlab/include/Group/GroupLinkSynchronized.php | +33 | −0 | Go to diff View file |
M | plugins/gitlab/include/Group/GroupLinkSynchronizer.php | +3 | −7 | Go to diff View file |
M | plugins/gitlab/include/REST/v1/GitlabGroupResource.php | +1 | −1 | Go to diff View file |
M | plugins/gitlab/include/REST/v1/Group/GitlabGroupLinkSynchronizedRepresentation.php | +8 | −1 | Go to diff View file |
M | plugins/gitlab/tests/unit/Group/GroupLinkSynchronizerTest.php | +2 | −4 | Go to diff View file |