-
Notifications
You must be signed in to change notification settings - Fork 486
Closed
Labels
Description
The GitLabApi.login method is deprecated because this functionality was removed in GitLab 10.2.
Are you looking for a replacement of this method? So to be able to get instance of GitLabApi just from url, username and password.
My use-case is simple - I'm executing gitlab/gitlab-ce Docker image as part of my integration tests and I need access it. So I've set the GITLAB_ROOT_PASSWORD as described here. Unfortunately, I'm not able to set the access token so easily :(