feat: GitLab wrapper commenting functionality (#2091)
Adds a series of functions related to the commenting aspect of GitLab for the API wrapper. These functions are: `getComments`, `addComment`, `editComment`, `deleteComment`, `ensureComment` and `ensureCommentRemoval`.
Showing
- lib/platform/gitlab/index.js 89 additions, 4 deletionslib/platform/gitlab/index.js
- test/platform/gitlab/__snapshots__/index.spec.js.snap 32 additions, 0 deletionstest/platform/gitlab/__snapshots__/index.spec.js.snap
- test/platform/gitlab/index.spec.js 47 additions, 2 deletionstest/platform/gitlab/index.spec.js
Loading
Please register or sign in to comment