zemzale
zemzale
Will see what can be done about this, or feel free to open a PR yourself, since this indeed is a bug.
@7a6bb3ef3 Hi. I actually can't find any specification about this, but the Go `net` library is used here for that, and it parses the address and leaves the port at...
As far as I understand it's basically a Go stdlib thing, where if the port is left empty it assumes port 0. It would still work with `net` code in...
@khawkinson Thanks for the issue. This seems to be some kind of bug. I will try to write a test case for this and check what can I do.
I just ran the test suite with this version and no compilation errors on our side. This must be an issue on your side. Check if you have actually updated...
Without a repro it's impossible to say what is wrong here, and our tests are not failing and working, If you can provide a repro then I can look into...
Changing the current validator would be a breaking change. But I can see benefit for such a validator so feel free to open a PR for that
I don't see a problem with this being added so feel free to open a PR. it might take a while for it to be reviewed and such, but it...
I would imagine we could also default to the available hosts in the config and work from there. If there is only one host setup and it isn't gitlab.com, we...