Barry McDuling
Barry McDuling
Most recent result scraped from https://travis-ci.com/github/gitlab4j/gitlab4j-api (which is apparently passing and is good) shows this at the end of the report: ``` [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] TestSystemHooksApi.testAddSystemHook:67...
GitLab instance in question is running GitLab version 13.2 When I try to create a new discussion using this block of code: ```java Date createdAt = Date.from(Instant.now()); Discussion mergeRequestDiscussion =...
The Position model used with Notes and Discussions only covers position_type of "image", does not encapsulate the additional information required for position_type "text". Details from: https://docs.gitlab.com/ee/api/discussions.html#create-new-merge-request-thread Fully encapsulated by Position:...