Skip to content

Commit 6e3a97c

Browse files
committed
close #68 no local issue branches found
1 parent 38f1d17 commit 6e3a97c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

ci/notes/CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
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.
22
We have also tried to address the issues with the workon command, where in some cases it was unable to locate the issues on github.
33
As 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

githandler/git_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)