lab
lab copied to clipboard
Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
It would be nice to be able to mirror a repo from github to gitlab, under the same namespace (org or user). It would create the gitlab repo if it...
lab needs some special access to the terminal on Windows that the standard bash/mintty can't handle. That's the same issue with Python and other terminal applications running on Windows. When...
What about adding a command and a job to `lab ci`? Example: in my CI I have to job `build` and `test`. Let's say I want to trace the `test`...
Would be nice to have a some functionality for adding/removing a member to a project/group
The README suggests installing the command as `lab`, and then optionally aliasing `git` to that. But as with `git-hub`, another option is to install the command as `git-lab`, and then...
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...
Is there any interest for a workflow for viewing environments, particularly which commits are on which environments? At $WORK we have multiple dev environments, one staging and one prod and...
Setup local repo for project and it's fork using following commands: lab clone cd lab fork -r -n git checkout -b After commiting changes and pushing mybranch to myremote (git...
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]$ ```
I can override the CI/CD configuration file in my gitlab project CI/CD General settings. It would be nice if lab either allowed me to override the name of my file,...