stable
Clone or download
Read-only
This is part of story #17183 close artifacts from commit messages No functional change expected here. Change-Id: Id32ec65a9c706356d9337e1bae4877e0253c0f42
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/gitlab/adr/glossary.md | +10 | −0 | Go to diff View file |
M | plugins/gitlab/include/API/Tag/GitlabTagRetriever.php | +4 | −4 | Go to diff View file |
M | plugins/gitlab/include/REST/v1/BotApiTokenUpdater.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/include/REST/v1/WebhookSecretGenerator.php | +2 | −2 | Go to diff View file |
M | plugins/gitlab/include/Reference/Commit/GitlabCommitFactory.php | +6 | −4 | Go to diff View file |
M | plugins/gitlab/include/Reference/Commit/GitlabCommitReference.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/include/Reference/GitlabCrossReferenceOrganizer.php | +10 | −10 | Go to diff View file |
M | plugins/gitlab/include/Reference/MergeRequest/GitlabMergeRequestReference.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/include/Reference/MergeRequest/GitlabMergeRequestReferenceRetriever.php | +6 | −4 | Go to diff View file |
M | plugins/gitlab/include/Reference/Tag/GitlabTagFactory.php | +6 | −4 | Go to diff View file |
M | plugins/gitlab/include/Reference/Tag/GitlabTagReference.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/include/Repository/GitlabRepositoryCreator.php | +2 | −2 | Go to diff View file |
M | plugins/gitlab/include/Repository/GitlabRepositoryDeletor.php | +9 | −7 | Go to diff View file |
M | plugins/gitlab/include/Repository/GitlabRepositoryFactory.php | +8 | −8 | Go to diff View file |
R | plugins/gitlab/include/Repository/GitlabRepository.php | Go to diff View file | ||
M | plugins/gitlab/include/Repository/Token/GitlabBotApiTokenInserter.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/include/Repository/Token/GitlabBotApiTokenRetriever.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/Bot/CommentSender.php | +3 | −3 | 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 | +5 | −5 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/PostMergeRequest/CrossReferenceFromMergeRequestCreator.php | +5 | −5 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/PostMergeRequest/PostMergeRequestBotCommenter.php | +5 | −5 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/PostMergeRequest/PostMergeRequestWebhookActionProcessor.php | +5 | −5 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/PostMergeRequest/PostMergeRequestWebhookAuthorDataRetriever.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/PostMergeRequest/PreviouslySavedReferencesRetriever.php | +2 | −2 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/PostPush/PostPushCommitArtifactUpdater.php | +2 | −2 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/PostPush/PostPushCommitBotCommenter.php | +5 | −5 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/PostPush/PostPushTuleapArtifactCommentBuilder.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/PostPush/PostPushWebhookActionProcessor.php | +5 | −5 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/PostPush/PostPushWebhookCloseArtifactHandler.php | +2 | −2 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/Secret/SecretChecker.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/Secret/SecretRetriever.php | +4 | −4 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/TagPush/TagPushWebhookActionProcessor.php | +2 | −2 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/TagPush/TagPushWebhookCreateAction.php | +4 | −4 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/TagPush/TagPushWebhookDeleteAction.php | +2 | −2 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/WebhookActions.php | +9 | −9 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/WebhookCreator.php | +14 | −12 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/WebhookDeletor.php | +5 | −5 | Go to diff View file |
M | plugins/gitlab/tests/unit/REST/v1/BotApiTokenUpdaterTest.php | +6 | −6 | Go to diff View file |
M | plugins/gitlab/tests/unit/REST/v1/WebhookSecretGeneratorTest.php | +6 | −6 | Go to diff View file |
M | plugins/gitlab/tests/unit/Reference/Commit/GitlabCommitFactoryTest.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/tests/unit/Reference/GitlabCrossReferenceOrganizerTest.php | +28 | −28 | Go to diff View file |
M | plugins/gitlab/tests/unit/Reference/GitlabReferenceBuilderTest.php | +4 | −4 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/GitlabRepositoryCreatorTest.php | +7 | −7 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/GitlabRepositoryDeletorTest.php | +6 | −6 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/GitlabRepositoryTest.php | +2 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Token/GitlabBotApiTokenInserterTest.php | +2 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/Bot/CommentSenderTest.php | +8 | −8 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/Bot/CredentialsRetrieverTest.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/Bot/InvalidCredentialsNotifierTest.php | +7 | −7 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostMergeRequest/CrossReferenceFromMergeRequestCreatorTest.php | +9 | −9 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostMergeRequest/PostMergeRequestBotCommenterTest.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostMergeRequest/PostMergeRequestWebhookActionProcessorTest.php | +30 | −30 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostMergeRequest/PostMergeRequestWebhookAuthorDataRetrieverTest.php | +7 | −7 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostMergeRequest/PreviouslySavedReferencesRetrieverTest.php | +11 | −11 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PostPushCommitArtifactUpdaterTest.php | +13 | −13 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PostPushCommitBotCommenterTest.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PostPushTuleapArtifactCommentBuilderTest.php | +38 | −29 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PostPushWebhookActionProcessorTest.php | +9 | −9 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PostPushWebhookCloseArtifactHandlerTest.php | +14 | −14 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/Secret/SecretCheckerTest.php | +9 | −9 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/TagPush/TagPushWebhookActionProcessorTest.php | +11 | −11 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/TagPush/TagPushWebhookCreateActionTest.php | +16 | −16 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/TagPush/TagPushWebhookDeleteActionTest.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/WebhookActionsTest.php | +9 | −9 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/WebhookCreatorTest.php | +11 | −11 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/WebhookDeletorTest.php | +13 | −13 | Go to diff View file |