lab icon indicating copy to clipboard operation
lab copied to clipboard

Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab

Results 92 lab issues
Sort by recently updated
recently updated
newest added

Following on from #185 we want to support listing and cloning groups directly without having to parse `lab project list` results

Hi all 👋 Please be gentle - this is my first ever attempt at writing go code ;-) We have a javascript-based script that can show all kinds of information...

I'm using both `lab` and [Github cli](https://github.com/cli/cli) and one thing that I find very convenient with `gh` is the ability to create a pull request from a local branch that...

Add capability to add time tracking, due date and weight when create an issue

We need a new command to handle the basics of [merge-request approval rules](https://docs.gitlab.com/ee/api/merge_request_approvals.html). Some of the features I would like to see are: - [ ] show approval rules of...

I create an mr using `lab mr create --remove-source-branch` and it shows that the source branch will be removed. Then I do `lab mr merge` and then it no longer...

the lab version is 0.24.0 the gitlab version is GitLab Community Edition [13.12.15](https://gitlab.com/gitlab-org/gitlab-foss/-/tags/v13.12.15) (ez-sdk-IyrY50Hh-py3.9) (base) ➜ ez-sdk git:(CI) ✗ lab mr create origin master -m "docker file" https://gitlab.citydnatech.com/ez.cloud/ez-sdk/-/merge_requests/5/diffs (ez-sdk-IyrY50Hh-py3.9) (base)...

Hi everybody, while the [readme](https://github.com/zaquestion/lab#bash) claims that `lab` will be installed to `/usr/local/bin` (which is what you would expect when not installing via a package manager), the default for `BINDIR`...

GL supports [many different special "references"](https://docs.gitlab.com/ee/user/markdown.html#gitlab-specific-references) in markdown. These are the shortcuts like `#number` to refer to an issue or `!number` to refer to an MR. Although it doesn't come...