Clement Sam
Clement Sam
I think this is an issue with the GitLab CI Lint API: https://gitlab.com/gitlab-org/gitlab/-/issues/320778 The existing API endpoints allow for linting of CI scripts that only include scripts on the default...
Can you share a few insensitive part of your CI yaml?
Thanks a lot @dacieri... I finally figured this is an issue from our part. We use the general CI validation [endpoint](https://docs.gitlab.com/ee/api/lint.html#validate-the-ci-yaml-configuration), which doesn’t have any namespace specific context so it...
> What if we just hit both endpoints at the same time? > We can do that concurrently. If the Project endpoint just returns a 404, we can just ignore...
@tcpaiva thanks for opening this issue... GLab currently does not support creating issues or merge requests using file templates. I think this will be a great add for glab. I...
[Go templates]: https://golang.org/pkg/text/template/ This is interesting! We can make use of [Go templates][Go templates] but this would require that users be familiar with the [Go templates ][Go templates] format. I...
Good reference to serve as a start point: https://github.com/docker/cli/blob/daf5f126ad698f34548c21f672450afa5754b7a2/cli/command/formatter/formatter.go
This is a feature I would to have in `glab`. Moving it to our backlog
What's the output when you run `glab auth status`?
Mostly you get 403 error when - MRs are disabled on the repository. When merge requests are disabled on a repository, GitLab only returns error 403 (unauthorised) so it's difficult...