File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- The release brings some much needed features to the phlow. Requests for opening GitHub issues have been heard, and here it is.
1+ The release brings much needed features to the phlow. Requests for opening GitHub issues in your browser have been heard, and here it is.
22We have also tried to address the issues with the workon command, where in some cases it was unable to locate the issues on github.
33As always we strive for perfection and try to make the code pretty as a butterfly.
4+ git-phlow can still not keep the coffey hot, but we are working hard on it.
45
56#### Features
67- web command #63 (Browser can be started from phlow) @groenborg
7- - list issues #69 (Lists opens issues in the terminal)
8+ - list issues #69 (Lists opens issues in the terminal) @groenborg
9+ - List issues only assigned to you
10+ - improved user experience #67 (certain commands can be run outside a repo) @groenborg
811
912#### Bug fixes
10- - now finds remote issues #64 (both ssh and https urls now work) @groenborg
13+ - workon should fetch issues #68 (github issues should work) @groenborg
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ func TestRemoteUrlExtractor(t *testing.T) {
123123 Convey ("Running test on 'remoteUrlExtractor' function" , t , func () {
124124 Convey ("https remote url should return" , func () {
125125 var https = "https://github.com/Org/sOme--repo.git"
126- info := remoteUrlExtractor (https )
126+ info := remoteURLExtractor (https )
127127 So (info .Organisation , ShouldEqual , "Org" )
128128 So (info .Repository , ShouldEqual , "sOme--repo" )
129129
You can’t perform that action at this time.
0 commit comments