No more performing form validation for gitlab server url. Only checking if it is a valid url. Not checking if it a valid gitlab server url. Since gitlab doesn't have a public endpoint to validate the server url.
See https://github.com/gitlab4j/gitlab4j-api/issues/384
This can be fixed by fetching a single project from projects endpoint.
Fixed it by fetching public projects from /projects endpoint.