stable

Clone or download

Read-only

chore: Rename GitlabGroup class into GroupLink

This is part of story #26799 associate a Tuleap project and a GitLab group No functional changes expected here. This is a first step to rename all GitlabGroup* classes to GroupLink* We do it in multiple steps to avoid big unreviewable changes. Change-Id: I00c6708d393bace01d93b3b630c1d102f721ac15

Modified Files

Name
M plugins/gitlab/adr/glossary.md +2 −1 Go to diff View file
M plugins/gitlab/include/Group/GitlabGroupDAO.php +2 −2 Go to diff View file
M plugins/gitlab/include/Group/GitlabGroupFactory.php +2 −2 Go to diff View file
R plugins/gitlab/include/Group/GitlabGroup.php Go to diff View file
M plugins/gitlab/include/Group/GroupUpdator.php +3 −3 Go to diff View file
M plugins/gitlab/include/Group/RetrieveGroupLink.php +1 −1 Go to diff View file
M plugins/gitlab/include/Group/Token/GroupTokenInserter.php +2 −2 Go to diff View file
M plugins/gitlab/include/Group/Token/InsertGroupToken.php +2 −2 Go to diff View file
M plugins/gitlab/include/REST/v1/Group/GitlabGroupLinkRepresentation.php +2 −2 Go to diff View file
M plugins/gitlab/include/Repository/GitlabRepositoryGroupLinkHandler.php +2 −2 Go to diff View file
M plugins/gitlab/tests/unit/Group/GitlabGroupFactoryTest.php +1 −1 Go to diff View file
M plugins/gitlab/tests/unit/Group/GroupUpdatorTest.php +2 −2 Go to diff View file
M plugins/gitlab/tests/unit/Test/Stubs/InsertGroupTokenStub.php +2 −2 Go to diff View file