stable
Clone or download
Read-only
This is part of story #17183 close artifacts from commit messages No functional change expected here. Change-Id: If171407994ad2924785f833d79af86389bb56c05
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/gitlab/include/API/Credentials.php | +4 | −4 | Go to diff View file |
M | plugins/gitlab/include/REST/v1/BotApiTokenUpdater.php | +5 | −5 | Go to diff View file |
M | plugins/gitlab/include/REST/v1/GitlabRepositoryResource.php | +16 | −16 | Go to diff View file |
M | plugins/gitlab/include/Repository/GitlabRepositoryCreator.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/include/Repository/GitlabRepositoryDeletor.php | +3 | −3 | Go to diff View file |
R | plugins/gitlab/include/Repository/Token/GitlabBotApiToken.php | Go to diff View file | ||
R | plugins/gitlab/include/Repository/Token/GitlabBotApiTokenDao.php | Go to diff View file | ||
R | plugins/gitlab/include/Repository/Token/GitlabBotApiTokenInserter.php | Go to diff View file | ||
R | plugins/gitlab/include/Repository/Token/GitlabBotApiTokenRetriever.php | Go to diff View file | ||
M | plugins/gitlab/include/Repository/Webhook/Bot/CredentialsRetriever.php | +4 | −4 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/Bot/InvalidCredentialsNotifier.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/include/gitlabPlugin.php | +12 | −12 | Go to diff View file |
M | plugins/gitlab/tests/unit/REST/v1/BotApiTokenUpdaterTest.php | +7 | −7 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/GitlabRepositoryCreatorTest.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/GitlabRepositoryDeletorTest.php | +6 | −6 | Go to diff View file |
R | plugins/gitlab/tests/unit/Repository/Token/GitlabBotApiTokenInserterTest.php | Go to diff View file | ||
R | plugins/gitlab/tests/unit/Repository/Token/GitlabBotApiTokenTest.php | Go to diff View file | ||
M | plugins/gitlab/tests/unit/Repository/Webhook/Bot/CredentialsRetrieverTest.php | +8 | −8 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/Bot/InvalidCredentialsNotifierTest.php | +4 | −4 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/TagPush/TagPushWebhookCreateActionTest.php | +4 | −4 | Go to diff View file |
M | plugins/gitlab/tests/unit/Test/Builder/CredentialsTestBuilder.php | +2 | −2 | Go to diff View file |