stable

Clone or download

Read-only

Tag push updates the last update date of the integration

This is part of request #20918 GitLab tags that contains a reference to Tuleap should be backlinked When a tag is pushed in a GitLab repository, the last update date in the Tuleap integration is updated. New integrated GitLab repository will enable the tag push hook by default. Change-Id: I2f18901de350dd748f6a7d9fd083c4538c4a642d

Modified Files

Name
M plugins/gitlab/include/Repository/GitlabRepositoryWebhookController.php +2 −0 Go to diff View file
A plugins/gitlab/include/Repository/Webhook/InvalidValueFormatException.php +30 −0 Go to diff View file
A plugins/gitlab/include/Repository/Webhook/TagPush/TagPushWebhookData.php +82 −0 Go to diff View file
A plugins/gitlab/include/Repository/Webhook/TagPush/TagPushWebhookDataBuilder.php +53 −0 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/WebhookCreator.php +1 −0 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/WebhookDataExtractor.php +34 −1 Go to diff View file
M plugins/gitlab/include/gitlabPlugin.php +2 −0 Go to diff View file
A plugins/gitlab/tests/unit/Repository/Webhook/TagPush/TagPushWebhookDataBuilderTest.php +90 −0 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/WebhookCreatorTest.php +8 −4 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/WebhookDataExtractorTest.php +68 −0 Go to diff View file