Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use 'SetBaseURL' to correctly set GitLab URL #231

Merged
merged 4 commits into from
Jan 16, 2018
Merged

Commits on Jan 12, 2018

  1. Use 'SetBaseURL' to correctly set GitLab URL based on user params.

    This change updates server/server.go to set the GitLab URL using
    the `Client.SetBaseURL` to set the base URL off of the configured
    param. Previosuly even if a user set the `--gitlab-hostname` the
    default URL for GitLab would not overriden to match this.
    
    Closes #227
    jrasell committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    c8d59ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec00033 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Configuration menu
    Copy the full SHA
    f6a97c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Configuration menu
    Copy the full SHA
    6d67178 View commit details
    Browse the repository at this point in the history