stable

Clone or download

Read-only

Refactoring: extract tag creation action in a dedicated object

This is part of request #20918 GitLab tags that contains a reference to Tuleap should be backlinked No functional change expected here. Change-Id: I52e20e5d8f373e068a1d0431b509ce6078f328a9

Modified Files

Name
M plugins/gitlab/include/Repository/Webhook/TagPush/TagPushWebhookActionProcessor.php +20 −159 Go to diff View file
A plugins/gitlab/include/Repository/Webhook/TagPush/TagPushWebhookCreateAction.php +194 −0 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/TagPush/TagPushWebhookDeleteAction.php +18 −27 Go to diff View file
M plugins/gitlab/include/gitlabPlugin.php +16 −13 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/TagPush/TagPushWebhookActionProcessorTest.php +19 −271 Go to diff View file
A plugins/gitlab/tests/unit/Repository/Webhook/TagPush/TagPushWebhookCreateActionTest.php +346 −0 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/TagPush/TagPushWebhookDeleteActionTest.php +0 −2 Go to diff View file