lab
lab copied to clipboard
Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
This MR bring different commits to handle different test failures we're seeing on every MR. Some failures were caused due to the nature of our test cases that run on...
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...
This takes the `label.Color` hex and converts it to color in HexToRGB in utils, then uses is to set the background color. Closes: https://github.com/zaquestion/lab/issues/887
this is a longshot but I had these crazy ideas: 1. we have one messy jobs where I would like to have the job collapsible sections locally https://docs.gitlab.com/ee/ci/jobs/#custom-collapsible-sections (and see/convert...
would be neat if `lab label list` could reproduce the true colors in terminal. Dunno if the API returns the info though x)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.9.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...
Hi, thanks for this awesome tool. I have a recommendation that I would also be willing to take a stab at. Before that, I just want to pass this idea...
* PATs in our company instance are expired after one day by an automated process. * Our company instance requires a daily MFA login via SSO. * We implemented https://github.com/hickford/git-credential-oauth...
Add the ability to add, delete, and list merge request approval rules. Closes #835 Signed-off-by: Prarit Bhargava