One of the important bugs that wasn't caught earlier was when the apiBuilder method of GitLabHelper. The static getCredentials method had a flaw and it never retrieved the Personal Access Token for GitLab Server. I added a member getCredentials method to `GitLabServer` and it now works perfectly.