Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Fix hostnames resolution #667

Merged
merged 1 commit into from
Apr 30, 2021
Merged

Commits on Apr 28, 2021

  1. fix(main): Allow host override with full URLs

    When trying to override host with full URLs, config key lookups would
    fail. This came down to the fact that we use `my.gitlab.com` as config
    key and when providing override as `https://my.gitlab.com/` it would
    fail to find this config key.
    
    Issue profclems#592
    zemzale authored and Alberts Zemzale committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    b520c9c View commit details
    Browse the repository at this point in the history