siggame / coliselia

Common components & services between ophelia and colisee; note: repo name subject to change
3 stars 1 forks source link

Integrate gitlab functionality into user creation #16

Closed russleyshaw closed 7 years ago

russleyshaw commented 7 years ago

https://docs.gitlab.com/ee/api/users.html#user-creation

when calling GET /api/v2/user/, creating a new user should also create a new user in GitLab

also make sure to add any parameters required by GitLab are added to the database, including the GitLab specific id

russleyshaw commented 7 years ago

This is effectively blocked by #12 We should have a testing framework in place before we begin working on gitlab integration

russleyshaw commented 7 years ago

Not needed because of #13 GitLab is independent of our db/dbapi