stable

Clone or download

Read-only

Add cross-reference gitlab_commit while parsing post push webhook

This is part of story #17180 take into account gitlab commits If one or multiple TULEAP-{:id} references are found in GitLab commits, then cross-references are added in the Tuleap artifacts {:id} if they exist. Change-Id: Ifebcfb3fd6e59b20b7a370ae6b29a76e02845dc7

Modified Files

Name
A plugins/gitlab/include/Repository/Project/GitlabRepositoryProjectRetriever.php +62 −0 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostPush/PostPushWebhookActionProcessor.php +107 −6 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/WebhookActions.php +1 −1 Go to diff View file
M plugins/gitlab/include/gitlabPlugin.php +20 −2 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PostPushWebhookActionProcessorTest.php +200 −1 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/WebhookActionsTest.php +1 −1 Go to diff View file