Module structure for gitlab client in react website #810
Closed
prasadtalasila
started this conversation in
Ideas
Replies: 2 comments
|
@VanessaScherma |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions