stable
Clone or download
Read-only
This is part of story #17178 reference my gitlab repositories in my tuleap project This is a technical refactoring. No functional change expected here. Change-Id: Ia7bc3c7fd77ead5a49e15ca994def892b7d06e44
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/gitlab/include/Repository/Webhook/Secret/SecretChecker.php | +63 | −0 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/Secret/SecretHeaderNotFoundException.php | +1 | −3 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/WebhookDataExtractor.php | +9 | −30 | Go to diff View file |
M | plugins/gitlab/include/gitlabPlugin.php | +7 | −4 | Go to diff View file |
A | plugins/gitlab/tests/unit/Repository/Webhook/Secret/SecretCheckerTest.php | +142 | −0 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/WebhookDataExtractorTest.php | +8 | −1 | Go to diff View file |