Skip to content

Releases: zaquestion/lab

v0.17.1

13 Dec 02:42
d9733e5
Compare
Choose a tag to compare

Changelog

a2bc5d2 fix: #356 use SetScreen to avoid weird SetFocus deallocks

v0.17.0

11 Dec 22:20
73cf84e
Compare
Choose a tag to compare

Changelog

6d9efae improve project not found error to clarify it may be a permission issue
3f9088d add "tls" config section for specifiying client certs or skiping tls verification
c875a07 fix: #351, need to do proper interface checking since the cfg can come in as 2 different types
929c8f3 Add support for freebsd/arm64
284fbb8 fix #314: --version not showing lab version
6d80422 use latest go in travis
3680ee2 remove mentions of providing user to lab which happens automatically now
01a0366 docs: apline installation usage
45bb615 update readme to address new install requirements
d114488 fix: adopt license suggestions from #294
5cb35fa README: clarify what HCL is
01d6397 fix: #295 to bring in simplified current brnach changes
c5d4454 #321: allow completions to be generated without authenticating with GitLab
18d029c update tview dep
63bb26a try XDG_CONFIG_HOME
020e58f Create FUNDING.yml
bdb1a7e Use normal string concat to avoid "/" removal
da99136 Fix crash when opening issue in browser
3654a36 tview patch
5a30108 get the CurrentBranch from git instead of parsing text

v0.16.0

31 May 09:23
bc83ea2
Compare
Choose a tag to compare

Changelog

0a1c2c3 Address spacing in gitlab.go.
5d9d7de Fix test.
8f8525d Fix indentation.
45f8f63 Add support for posting notes to Merge Requests.
3fdad5f Merge branch 'master' into fix_brew_test
fb5bf74 Stop "brew test" from hanging
fd1a725 Switch from Unlicense to Creative Commons CC0 1.0 license

v0.15.3

21 Mar 22:43
7bdcb20
Compare
Choose a tag to compare

Changelog

6f56975 fix #271 (lab mr browse break) and fix #300 (lab alias is actually hub alias)
5c82aaf Fix spelling error
1bb24cd check remote on branch first before making guesses
7978cca add mr rebase

v0.15.2

12 Feb 16:48
f937b7c
Compare
Choose a tag to compare

Changelog

508af3a copy to the writer, dont assume stdout, oops
53a92ab README: Add completion documentation

v0.15.1

10 Feb 21:23
056874b
Compare
Choose a tag to compare

Changelog

0e6f782 close issue instead of deleting them

v0.15.0

10 Feb 04:38
Compare
Choose a tag to compare

Changelog

5bb5be4 save username locally so it can be used offline
42a6cec build release with modules
6b5f335 fix? panic on ci trace
887584f Add lab label for listing and searching labels.
21ec7ff (config) Check $HOME before looking up in the user db
8b63465 (ci status) support a short text based pipeline/job status
ef8b710 Document unusual .gitignore unit test dependency.
34fb0e9 Add tests for new 'internal/copy' pkg and extend existing cmd tests.
d05ff83 Make all tests pass on Windows.
3b1f5ae (config) use host from environment if available to setup lab.hcl
4cea8d4 [#269] remove need for configuring username during setup
be24c68 issue comments: implement pagination & show all comments (#264)
396a7c2 install.sh script fixes (#263)
751950f issue show: add --comments flag to print notes & discussions for issue (#256)
e088723 project create: update help text (#255)
a82eac8 add positional completion to issue edit
229e611 updated zsh completion for remote parameter (#253)
09324ac Issue edit (#245)
0cd2388 Added bash and zsh autocompletion (#252)
1e7613a Prettify install script (#248)
9ba0548 Issue list search (#242)
7eda748 docs: reword overview header
509a801 docs: document how to run tests (close #239)
a0f4572 Merge branch 'master' into issue-note
14f22e5 add lab issue note command
a6aa3c0 refactor git/edit to prepare for issue notes
26b8f62 update readme
afd0c51 [#228] (ci view) support viewing pipelines on provided branch/tag
3aebeb2 update install from source instructions for modules
21a102f upgrade to go1.11; use modules

v0.14.0

24 Oct 02:07
f9081ac
Compare
Choose a tag to compare

Changelog

f9081ac Need to do a reset not a clean to remove tracked files oops
1e0c955 actually clean the testdata dir up
59a3fc3 clean up git dir after test
2cf73c4 fix failed passthrough to git when using flags on the rootCmd
f5e1c4b add alias new for issue and merge request creation fix #216
e92a944 fix mrBrowseCurrent test
b7d9e5f Put badges on the title line
2ea831e add liberapay donation link
9c3caf4 fix os/exec missing
08ed930 add empty array for args
09c0a4c splitting mr_browse_test into 2 tests
8e8265f just try to display the branchs
479cda4 just a modification to reduce diff and trigger travis ci again
9694b59 open current merge request fix #218
fc4ca81 Fix SourceBranch missing by updating go-gitlab
0c5f7c4 use git.CurrentBranch()
7f96c8f just list merge request and source branch
0249d96 Pass required ApprovelsBeforeMerge parameter
0465c5a Update go-gitlab to use TargetBranch filter
295a892 Allow filtering by target branch
24e6729 fix #212 by using gitlab api to detect latest lab version

v0.13.1

10 Aug 15:47
85d3174
Compare
Choose a tag to compare

Changelog

c5de110 fix remove source branch and allow collaboration mr create options

v0.13.0

10 Aug 08:14
64b6bfb
Compare
Choose a tag to compare

Changelog

155e5c0 Expand on #187 and implement #190, allow ci pipelines to be created/trigger and allow lab to "just work" in gitlab ci
a94a451 (ci view) support suspending application to view trace logs
c9d2dc6 Support approve and thumb operations on MRs
eff2524 Support scoop and add windows installation instructions to readme
6700f77 fix #189 and fix #197: support non-titled commits and markdown in EDITOR
0bf771e fix dep lock file and clean up mr create flags
eb930b2 (listing) abstract pagination from user
6ea77f9 add some more MR options
762f637 Use git describe to get semantically meaningful version string
f9ef931 Separate make recipes and parameterize variables
fd63280 Fix misspellings and add doc comment
57ca8e9 Add logo into readme
de347a7 Introducing ci run command to create a pipeline
4df7f29 load config from file only if env is not present
84e891c (readme) move gif below summary text
d5592c6 update gif url to point to github content
b85cc1a add usage gif to README.md