Barry McDuling
Barry McDuling
After doing a few tests across different GitLab versions, turns out there's an issue with GitLab itself. One of the listed failures in the above tests are caused by issue...
Just noticed the updated builds... thanks for making changes to the tests, however there's still issues... From TestSystemHooksApi class lines 72-87: ``` hook.withPushEvents(false) .withTagPushEvents(true) .withMergeRequestsEvents(true) .withRepositoryUpdateEvents(false) .withEnableSslVerification(false); SystemHook updatedHook =...
Sure, will do shortly.
[PR 727](https://github.com/gitlab4j/gitlab4j-api/pull/727) created (after having proxy issues with my work PC, so apologies for the delay).