zemzale
zemzale
Thanks for the suggestion @sunny0826 This looks like a pretty cool and powerful feature. We are already using `go-gitlab` so that is not an issue. The question is under what...
> Right, ssh typically serves on port 22, and http/s on port 80; with custom GitLabs, that is typically 10000+port, so 10022 and 10080. Adjusting my config as per your...
So few things here. 1. `glab config set gitlab_uri https://example.com/` needs to be run inside a git repository to make, sense. This sets the URI for the GitLab API for...
> makes no sense to be directory specific when otherwise my calls to "search repo" says 401 unauthorized to gitlab.com The API host is found by - GITLAB_HOST - Check...
I assume the maintainers are now gonna be from GitLab side? I really loved working on this project, but it was simply impossible to keep up with the feature requests...
Yeah, this is kinda dumb from GitLab's side. The one thing we could do is filter the tests on our side, but I feel like that would be a lot...
I have actually opened a PR for this at #982 It still needs to be tested before merging, because of those nasty breaking changes, but after we do this, we...
Hey @ryanprior. So GitLab doesn't support creating personal access tokens programmatically using the API, only using the rails console, which is not a thing we are gonna even try to...
I am gonna slowly started working on this. Won't be very fast since I don't have that much time to work on this, but I hope for some slow and...
So I have created the initial support for adding snippets, but that only works for a single file, because the GitLab API library didn't support it when writing the initial...