prarit
prarit
@bmeneg @zampierilucas https://docs.gitlab.com/ee/update/deprecations#ci_build_-predefined-variables Just an FYI. We need to think about this.
I noticed this while working on the commit comment code but felt it was slightly out of scope for that changeset. When you start a comment with 'mr note' lab...
As stated in https://github.com/zaquestion/lab/pull/414 I'd like to allow overrides between the global (~/.config/lab/lab) and local git-tree (.git/lab/lab) configs. There is a problem with the way viper works that prevents us...
I've previously implemented the display of code comments similar to how the GitLab WebUI displays them. I'd like to add an additional option to make replying to code comments a...
Best explained with an example: ``` [prarit@prarit rhel-8]$ lab mr list tg [prarit@prarit rhel-8]$ lab mr list tg3 !325 tg3: improve PCI VPD access [prarit@prarit rhel-8]$ ```
From comments in https://github.com/zaquestion/lab/pull/437 @zaquestion recommends this as a change to the text input usage in lab. This is the best reference in the repo most likely https://github.com/zaquestion/lab/blob/fea5044402775b8777520f7dfcc03d0804a6ba1b/cmd/mr_create.go#L246-L295
## What happened? Calling the GetWatchers() function results in a stacktrace [1] This occurs because the Watchers api no longer returns an AccountID for each Watcher and now returns a...
#### What type of PR is this? * bug Optionally add one or more of the following kinds if applicable: * api-change #### What this PR does / why we...
cmd/mr_create.go: Add --close-issue option Add an option that allows a user to specify issues that can be closed when the merge request is merged. The --close-issue option can be used...
Add the ability to add, delete, and list merge request approval rules. Closes #835 Signed-off-by: Prarit Bhargava