stable
Clone or download
Read-only
This is part of story #17183 close artifacts from commit messages ReposityDao has also been renamed to ReposityIntegrationDao. Some functions are also renamed to match the concepts. No functional change expected here. Change-Id: Ia8a018d4be876f93e72b425fe66264fb330d34be
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/gitlab/adr/glossary.md | +1 | −1 | Go to diff View file |
M | plugins/gitlab/include/REST/v1/BotApiTokenUpdater.php | +11 | −11 | Go to diff View file |
M | plugins/gitlab/include/REST/v1/GitlabProjectResource.php | +5 | −5 | Go to diff View file |
M | plugins/gitlab/include/REST/v1/GitlabRepositoryResource.php | +13 | −13 | Go to diff View file |
M | plugins/gitlab/include/REST/v1/WebhookSecretGenerator.php | +9 | −9 | Go to diff View file |
M | plugins/gitlab/include/Reference/GitlabCrossReferenceOrganizer.php | +6 | −6 | Go to diff View file |
M | plugins/gitlab/include/Reference/GitlabReferenceBuilder.php | +7 | −7 | Go to diff View file |
M | plugins/gitlab/include/Repository/GitlabRepositoryCreator.php | +11 | −11 | Go to diff View file |
M | plugins/gitlab/include/Repository/GitlabRepositoryDeletor.php | +3 | −3 | Go to diff View file |
R | plugins/gitlab/include/Repository/GitlabRepositoryDao.php | Go to diff View file | ||
R | plugins/gitlab/include/Repository/GitlabRepositoryFactory.php | Go to diff View file | ||
M | plugins/gitlab/include/Repository/GitlabRepositoryWebhookController.php | +10 | −10 | Go to diff View file |
M | plugins/gitlab/include/Repository/IntegrationWebhookController.php | +10 | −10 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/WebhookActions.php | +4 | −4 | Go to diff View file |
M | plugins/gitlab/include/gitlabPlugin.php | +13 | −13 | Go to diff View file |
M | plugins/gitlab/tests/unit/REST/v1/BotApiTokenUpdaterTest.php | +22 | −22 | Go to diff View file |
M | plugins/gitlab/tests/unit/REST/v1/WebhookSecretGeneratorTest.php | +20 | −20 | Go to diff View file |
M | plugins/gitlab/tests/unit/Reference/GitlabCrossReferenceOrganizerTest.php | +25 | −25 | Go to diff View file |
M | plugins/gitlab/tests/unit/Reference/GitlabReferenceBuilderTest.php | +10 | −10 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/GitlabRepositoryCreatorTest.php | +21 | −21 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/GitlabRepositoryDeletorTest.php | +5 | −5 | Go to diff View file |
R | plugins/gitlab/tests/unit/Repository/GitlabRepositoryFactoryTest.php | Go to diff View file | ||
M | plugins/gitlab/tests/unit/Repository/Webhook/WebhookActionsTest.php | +9 | −9 | Go to diff View file |