stable

Clone or download

Read-only

Rename Group to Group Link

Part of story #26799 associate a Tuleap project and a GitLab group Make the name of the group link classes more consistent in Group folder No functionnal change expected Change-Id: I9946ed35e81e99b32f6909dfc8b66f4451d675fa

Modified Files

Name
R plugins/gitlab/include/Group/AddNewGroup.php Go to diff View file
R plugins/gitlab/include/Group/GitlabGroupAlreadyLinkedToProjectException.php Go to diff View file
M plugins/gitlab/include/Group/GroupLink.php +1 −1 Go to diff View file
R plugins/gitlab/include/Group/GroupCreator.php Go to diff View file
R plugins/gitlab/include/Group/GitlabGroupDAO.php Go to diff View file
R plugins/gitlab/include/Group/GitlabGroupFactory.php Go to diff View file
R plugins/gitlab/include/Group/GroupRepositoryIntegrationDAO.php Go to diff View file
M plugins/gitlab/include/Group/GroupLinkUpdateHandler.php +1 −1 Go to diff View file
R plugins/gitlab/include/Group/GroupUpdator.php Go to diff View file
R plugins/gitlab/include/Group/NewGroup.php Go to diff View file
R plugins/gitlab/include/Group/ProjectAlreadyLinkedToGitlabGroupException.php Go to diff View file
R plugins/gitlab/include/Group/Token/GetTokenByGroupId.php Go to diff View file
R plugins/gitlab/include/Group/Token/GroupApiToken.php Go to diff View file
R plugins/gitlab/include/Group/Token/GroupApiTokenDAO.php Go to diff View file
R plugins/gitlab/include/Group/Token/GroupTokenInserter.php Go to diff View file
M plugins/gitlab/include/Group/Token/GroupLinkTokenRetriever.php +3 −3 Go to diff View file
M plugins/gitlab/include/Group/Token/GroupLinkTokenUpdater.php +1 −1 Go to diff View file
R plugins/gitlab/include/Group/Token/InsertGroupToken.php Go to diff View file
D plugins/gitlab/include/Group/Token/RetrieveGroupLinkToken.php +0 −36 Go to diff View file
R plugins/gitlab/include/Group/UpdateArtifactClosureOfGroup.php Go to diff View file
R plugins/gitlab/include/Group/UpdateBranchPrefixOfGroup.php Go to diff View file
M plugins/gitlab/include/Group/UpdateGroupLinkCommand.php +2 −2 Go to diff View file
M plugins/gitlab/include/REST/v1/GitlabGroupResource.php +21 −21 Go to diff View file
M plugins/gitlab/include/Repository/GitlabRepositoryGroupLinkHandler.php +10 −10 Go to diff View file
M plugins/gitlab/include/gitlabPlugin.php +4 −4 Go to diff View file
M plugins/gitlab/tests/integration/Group/GitlabApiTokenDAOTest.php +3 −3 Go to diff View file
R plugins/gitlab/tests/integration/Group/GitlabGroupDAOTest.php Go to diff View file
M plugins/gitlab/tests/integration/Repository/GitlabRepositoryIntegrationDaoTest.php +3 −3 Go to diff View file
M plugins/gitlab/tests/unit/Group/GitlabRepositoryGroupLinkHandlerTest.php +6 −6 Go to diff View file
R plugins/gitlab/tests/unit/Group/GroupCreatorTest.php Go to diff View file
R plugins/gitlab/tests/unit/Group/GitlabGroupFactoryTest.php Go to diff View file
M plugins/gitlab/tests/unit/Group/GroupLinkUpdateHandlerTest.php +7 −7 Go to diff View file
R plugins/gitlab/tests/unit/Group/GroupUpdatorTest.php Go to diff View file
R plugins/gitlab/tests/unit/Group/NewGroupTest.php Go to diff View file
M plugins/gitlab/tests/unit/Group/Token/GroupLinkTokenRetrieverTest.php +4 −4 Go to diff View file
R plugins/gitlab/tests/unit/Test/Stubs/AddNewGroupStub.php Go to diff View file
R plugins/gitlab/tests/unit/Test/Stubs/GetTokenByGroupIdStub.php Go to diff View file
R plugins/gitlab/tests/unit/Test/Stubs/InsertGroupTokenStub.php Go to diff View file
R plugins/gitlab/tests/unit/Test/Stubs/UpdateArtifactClosureOfGroupStub.php Go to diff View file
R plugins/gitlab/tests/unit/Test/Stubs/UpdateBranchPrefixOfGroupStub.php Go to diff View file