lab
lab copied to clipboard
Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
Trying to use lab from within a cloned **.wiki** repo fails to find the gitlab project. ``` $ git clone ://wiki.wiki $ cd wiki.wiki/ $ lab issue ls issue_list.go:38: gitlab...
Will there ever be socks proxy support? I tried using export https_proxy=socks5:// with my tunnel that I use with glab, but it can't connect. So I assume it has no...
Hi, seems to me that included yml (using "local" style) files are not found: $ lab ci lint 2019/10/02 16:03:06 ci_lint.go:30: ci yaml invalid: Local file `ci/lab_basic.yml` does not have...
As the subject says, there's not much to add. Except, maybe, using light grey as markdown color for comments when the background color is light grey leaves something to be...
GitLab has had an open issue for a while now desiring a "Lab CLI for GitLab", and we've made ourselves known. More recently we've started talking about officially making the...
In #552 I've started a change to help separate common code/data for different commands from code command-specific. However, this is the first step, where common code was placed in a...
Following https://github.com/zaquestion/lab/issues/471, another problem occurs in the same time. The order is now correct in the `ci` view, but if I restart a failed job, the job is inserted at...
``` $ lab --version git version 2.24.1 hub version 2.13.0 lab version 0.17.1 $ uname -a Darwin HOSTNAME 19.2.0 Darwin Kernel Version 19.2.0: Sat Nov 9 03:47:04 PST 2019; root:xnu-6153.61.1~20/RELEASE_X86_64...
Currently [Gitlab Child Pipelines](https://docs.gitlab.com/ee/ci/parent_child_pipelines.html) are not displayed in `lab ci` commands. It would be a good addition if lab could visually represent child pipelines
Please consider support for being able to list, get, and put CI variables. I have started weaving `lab` more and more into some scripting and this is a tedious task...