jazz-community / rtc-git-connector

Connect RTC work items with commits, issues, and requests from GitHub or GitLab
MIT License
6 stars 6 forks source link

Update gitlab api library #21

Closed MartinBenninger closed 6 years ago

MartinBenninger commented 6 years ago

This switches to using the latest version of the node-gitlab api library (v3.5.0 at the time of writing).

All API calls have been adjusted to the new syntax and have been tested to be working correctly.

The usage of the client jazz proxy has been completely removed. This fixes the issues that it was causing (query parameters were not being passed to the API correctly). The removal of the client proxy was done after sufficient investigation together with @SBI- which revealed that the proxy was never needed in the first place.

This resolves issue #17