Module structure for gitlab client in react website #810
Replies: 2 comments
-
@VanessaScherma |
Beta Was this translation helpful? Give feedback.
-
completed in PR #891 |
Beta Was this translation helpful? Give feedback.
-
The first task is to develop code which will correctly invoke gitlab CI pipelines. The code is to be placed in
client/util/gitlab.ts
. This code needs to implement the following.This class needs to take Gitlab URL, authorization parameters, create an instance of DT class on which the methods can be executed. Please remember to write unit and integration tests.
Beta Was this translation helpful? Give feedback.
All reactions