lab
lab copied to clipboard
Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
The way the pager is getting closed today is by using deferred code: https://github.com/zaquestion/lab/blob/5a1fd5d7512ef9b457630920cf1374ff81c081c7/cmd/ci_status.go#L52-L53 However, in case an error occurs in the middle of a pager session and a `log.Fatal()`...
Hi all, I received a tip from a colleague that the [GitLab Merge Request API](https://docs.gitlab.com/ee/api/merge_request_approvals.html#approve-merge-request) allow the user to pass the HEAD commit SHA for which that approval should refer...
https://github.com/github/hub/issues/1512 is definitely also an issue in lab.
After `git pull origin master && make install` ``` $ lab Error: User authentication failed. This is likely due to a misconfigured Personal Access Token. Verify the token or token_load...
I couldn't find a flag for it but it would be very useful.
@prarit @zaquestion, I was discussing with some work colleagues last week how GitLab doesn't have an easy way of performing **OR**ed searches in issues and MRs. From the [docs](https://docs.gitlab.com/ee/user/search/#filtering-with-multiple-filters-of-the-same-type), the...
As stated in https://github.com/zaquestion/lab/pull/414 I'd like to allow overrides between the global (~/.config/lab/lab) and local git-tree (.git/lab/lab) configs. There is a problem with the way viper works that prevents us...
I'd like to watch the output of all jobs of a running pipeline, so I don't need to run `lab ci trace` again and again once a job finished.
While listing PRs and Issues, displaying labels beside their titles is kinda neat and intuitive.