Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: deepkushagra/lab

Tags

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Need to do a reset not a clean to remove tracked files oops

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request zaquestion#210 from doits/fix_mr_create_options

fix remove source branch and allow collaboration mr create options

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request zaquestion#201 from zaquestion/gitlab_ci

Expand on zaquestion#187 and implement zaquestion#190, allow ci pipelines to be created/trigger and allow lab to "just work" in gitlab ci

v0.12.0

Toggle v0.12.0's commit message
(vendor) update Gopkg.lock to latest format

v0.11.1

Toggle v0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request zaquestion#145 from zaquestion/exit_ci_view

[zaquestion#74] support exiting `ci view` with ESC and "q"

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request zaquestion#142 from zaquestion/deprecate_merge-req…

…uest-2

[zaquestion#137] (merge-request) remove merge-request from docs, will leave the command around

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request zaquestion#131 from zaquestion/ssh_custom_port

[zaquestion#130] (tests) assert projects using ssh on non standard ports are parsed correctly in PathWithNameSpace

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request zaquestion#120 from adamryman/mrCheckoutTracking

[zaquestion#104] Support setting the remote during `lab mr checkout`

v0.9.5

Toggle v0.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request zaquestion#111 from zaquestion/http_remotes

[zaquestion#12] (internal/git) support parsing remotes using http/s, ssh://, and git://

v0.9.4

Toggle v0.9.4's commit message
(fix) panic during first run of lab

When writing the config the first run of lab would panic due to being reread in as the wrong type. Its not currently clear why the type comes in differently, but coersing the types works