stable
Clone or download
Read-only
This is part of story #17178 reference my gitlab repositories in my tuleap project A dedicated log file will be added: /var/log/tuleap/gitlab_syslog Info and errors will be logged to ease the debugging. Change-Id: Ief3cb4a36407b31bf098f8b60ce809f28bd4247b
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/gitlab/etc/logrotate.syslog.dist | +6 | −0 | Go to diff View file |
M | plugins/gitlab/include/Repository/GitlabRepositoryWebhookController.php | +12 | −0 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/EventNotAllowedException.php | +4 | −0 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/MissingKeyException.php | +4 | −0 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/Secret/SecretHeaderNotFoundException.php | +6 | −0 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/Secret/SecretHeaderNotMatchingException.php | +4 | −0 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/Secret/SecretNotDefinedException.php | +4 | −0 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/Secret/SecretRetriever.php | +1 | −1 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/WebhookDataExtractor.php | +13 | −9 | Go to diff View file |
M | plugins/gitlab/include/gitlabPlugin.php | +3 | −1 | Go to diff View file |