cli/command
Mislav Marohnić 1f90579d2a Extract common interface for a GitHub Repository
Also define a handful of utility methods:
- `New(owner, repo)`
- `FullName`: the name slash owner pair
- `FromFullName`: parse the name slash owner pair
- `FromURL`: parse a GitHub.com URL
- `IsSame(r1, r2)`: compare two repositories
2020-01-22 22:44:46 +01:00
..
completion.go Add tests 2019-10-31 23:43:50 +01:00
completion_test.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
issue.go Extract common interface for a GitHub Repository 2020-01-22 22:44:46 +01:00
issue_test.go review feedback 2020-01-13 15:32:07 -06:00
pr.go Extract common interface for a GitHub Repository 2020-01-22 22:44:46 +01:00
pr_checkout_test.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
pr_create.go Extract common interface for a GitHub Repository 2020-01-22 22:44:46 +01:00
pr_create_test.go Fix tests 2020-01-21 22:56:15 +01:00
pr_test.go Fix test after copy changes 2020-01-15 12:53:52 +01:00
root.go Avoid resetting the current branch when --repo is used 2020-01-22 19:33:53 +01:00
root_test.go Add changelog func 2020-01-13 11:02:34 -08:00
testing.go Merge remote-tracking branch 'origin/master' into issue-update 2019-11-18 11:09:00 -08:00
title_body_survey.go rely on iota syntax magic 2020-01-16 14:28:49 -06:00