stable

Clone or download

Read-only

refactor: Prefixed Logger

part of story #26802 have smart commit with Tuleap Git No functional change expected in GitLab artifact closure. Repeating the same copy-pasted prefix is error-prone, and we won't need it when this code is moved to Git. Change-Id: If700d06cf97ce49d5eeec3232c6c00a6580f642a

Modified Files

Name
M plugins/gitlab/include/Repository/Webhook/PostPush/PostPushCommitArtifactUpdater.php +6 −6 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostPush/PostPushWebhookCloseArtifactHandler.php +4 −4 Go to diff View file
A plugins/gitlab/include/Repository/Webhook/PostPush/PrefixedLogger.php +39 −0 Go to diff View file
M plugins/gitlab/include/gitlabPlugin.php +7 −4 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PostPushWebhookCloseArtifactHandlerTest.php +3 −4 Go to diff View file
A plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PrefixedLoggerTest.php +50 −0 Go to diff View file