lab
lab copied to clipboard
Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
Hi, I saw that when you create an Issue it is not possible to create an MR, which instead you can do through Gitlab's web interface, as shown in the...
Hello Running `lab` for the first time. The experience is still not fluid as with [`gh`](https://cli.github.com/manual/) by GitHub, but still it's a nice to have! I am trying to avoid...
…used @doronbehar reported a bug in lab where they specified LAB_CORE_TOKEN on the command line and then value was saved in the config file. Using LAB_CORE_TOKEN or LAB_CORE_HOST should not...
Consider adding support management of [gitlab "epic" objects](https://docs.gitlab.com/ee/user/group/epics/). This gitlab feature does require gitlab premium - would that be a hard-stop in having support for it in the `lab` tool?
`lab ci view --follow` panics before downstream pipelines are created/running: ``` $ lab ci view --follow 2023/03/01 09:58:15 ERROR: ci_view.go:487: runtime error: invalid memory address or nil pointer dereference goroutine...
My PATs are all expiring tomorrow, so – eager to try out the relatively new `token create` command – I tried: ``` ❯ lab token create --expiresat 2025-05-13 --name 'Bot...
It would be nice if `lab mr list --source-branch` functional, as the underlaying lib already supports it: https://github.com/xanzy/go-gitlab/blob/a29d3198a23aaf87a23e45f1bd5c83fb8fe90367/merge_requests.go#L274 ref: - discussion on Gitlab https://gitlab.com/gitlab-org/gitlab/-/issues/213177
Add --resolve to lab discussion cli. Also check if thread is already resolved before resolving. Depends on: https://github.com/zaquestion/lab/pull/890
When a user works with signed commits (SSH or GPG key) and wants to verify the keys locally, one must retrieve the public key for the commit's author from GitLab's...
This seems to be fallout from the client-go port: ```sh $ lab issue list 2025/04/03 14:44:29 ERROR: issue_list.go:124: issueAssigneeID (%!s(*gitlab.AssigneeIDValue=)) cannot be converted to int $ lab issue list --assignee...