sibis
0cef66dc67
Verify repo before viewing in the browser
2020-03-11 01:11:39 +05:30
Mislav Marohnić
7c11f7655a
No need to opt in to shadow-cat API preview
...
This was needed for draft pull requests, but these APIs were public
since Feburary 2020.
2020-03-10 13:59:56 +01:00
Mislav Marohnić
42b40b1179
No longer need to opt into pe_mobile API flag
...
`pe_mobile` was required to get access to `reviewDecision` and
`statusCheckRollup`, but both are now public in GitHub API.
2020-03-10 13:58:06 +01:00
Eddú Meléndez
8e7ba907b1
Add filter issues by author
2020-03-09 18:50:23 -06:00
rista404
e739d95c93
Show state instead of checks for closed/merged PRs
2020-03-09 23:59:34 +01:00
Mislav Marohnić
d584a9692c
Raise error if --draft was used in pr create --web
...
Since we cannot pass the "draft" option as query parameter, this raises
an error instead of proceeding to open the browser and potentially
confuse the user as to why `--draft` wasn't respected.
2020-03-09 14:53:27 +01:00
Mislav Marohnić
7777307588
Avoid forking/pushing until pr create inputs have been processed
...
This avoids fork or push operation if there were errors processing the
input arguments or if the operation has been cancelled during
interactive survey.
2020-03-09 14:51:40 +01:00
Mislav Marohnić
f9c32654e9
Fix setting homepage URL in repo create
2020-03-09 12:53:41 +01:00
mingrammer
0d38f1f6dc
fix: don't truncate field (tablewriter will do)
2020-03-07 22:06:47 +09:00
Alisson Santos
dcedacd4f7
Remove duplicates
2020-03-05 13:55:36 +01:00
Mislav Marohnić
9cd53b8f19
Simplify listHeader tests
2020-03-05 13:32:01 +01:00
Mislav Marohnić
3d48d40b69
Simplify getTitle and rename it to listHeader
2020-03-05 13:08:21 +01:00
Mislav Marohnić
5518c013f3
Indicate that the default issue list state is "open"
2020-03-05 13:07:10 +01:00
Mislav Marohnić
1ba577ca36
Merge remote-tracking branch 'origin/master' into pr-count
2020-03-05 12:31:05 +01:00
Mislav Marohnić
fa595596de
Improve completion docs
2020-03-05 09:34:05 +01:00
Mislav Marohnić
aa07c5366e
Add support for PowerShell completion
2020-03-05 09:33:49 +01:00
Billy Griffin
f2262cfcae
Consistent punctuation in usage
2020-03-04 10:22:46 -07:00
Christian Muehlhaeuser
fdfcecfcb6
Fix typo in 'overridden'
2020-03-04 14:20:55 +00:00
Billy Griffin
be32459de1
Update repo usage
2020-03-03 15:38:50 -07:00
Mislav Marohnić
74cd5b3837
Use overridable Confirm
2020-03-03 22:59:50 +01:00
Mislav Marohnić
15b758aaa9
Tweak repo docs
2020-03-03 22:59:35 +01:00
Mislav Marohnić
52cc04e300
Merge remote-tracking branch 'origin/master' into repo-create
2020-03-03 22:55:49 +01:00
Nate Smith
3d7733870e
Merge branch 'master' into repo-fork
2020-03-03 15:40:54 -06:00
vilmibm
44c0d115fc
usage
2020-03-03 15:40:19 -06:00
vilmibm
90d2f99d2a
this fetch was redundant since AddRemote fetches
2020-03-03 15:38:05 -06:00
UmairShahzad
debedf98cf
include int in command reset to reset 'Limit'
2020-03-04 02:36:38 +05:00
Mislav Marohnić
a73880f5dd
Merge pull request #567 from cli/pr-selector-base
...
Fix detecting PR for current branch pushed to fork
2020-03-03 22:02:21 +01:00
Mislav Marohnić
232453173c
Merge pull request #574 from cli/help-flag
...
Ensure that `gh <command> -h` is equivalent to `--help`
2020-03-03 21:57:07 +01:00
Mislav Marohnić
be09717918
Add ability to repo create within an org
2020-03-03 21:49:47 +01:00
UmairShahzad
77a6caa84d
test for all possible titles
2020-03-04 01:47:30 +05:00
Mislav Marohnić
8deb0d8783
repo create NAME offers to set up when ran outside of a git repo
2020-03-03 21:07:51 +01:00
UmairShahzad
945d4ffb55
Merge branch 'master' of https://github.com/cli/cli into pr-count
2020-03-04 00:09:35 +05:00
Mislav Marohnić
371d4f5c6a
Ensure that gh <command> -h is equivalent to --help
...
This compensates for what appears to be a bug in Cobra, which only
handles `pflag.ErrHelp` unless the error is wrapped. It also might be
that Cobra doesn't recognize Go 1.13-style error wrapping.
2020-03-03 20:05:44 +01:00
Nate Smith
fdf940eeba
Merge pull request #530 from doi-t/issue-467
...
Ability to differentiate pull requests by their state
2020-03-02 16:12:55 -06:00
vilmibm
ce8f3418eb
remove short versions of repo/clone to reduce usage clutter
2020-03-02 14:41:51 -06:00
vilmibm
48a6bbf043
minor golfing
2020-03-02 14:38:49 -06:00
vilmibm
6a57f04285
allow continuing if already forked
2020-03-02 14:37:08 -06:00
Mislav Marohnić
201217d88a
Fix detecting PR for current branch pushed to fork
...
Now passing base repo as reference to `prSelectorForCurrentBranch()` so
that it doesn't have to (inexactly) determine the base repo itself and
risk it being different than the base repo determined during `pr
status/view`.
2020-03-02 11:35:20 +01:00
vilmibm
bb65bda62f
escape codes in errors render v poorly in windows
2020-02-28 10:28:36 -06:00
vilmibm
5d44d9f483
tweak flag settings
2020-02-27 16:55:31 -06:00
vilmibm
8c473a2779
shorten some english
2020-02-27 16:44:02 -06:00
vilmibm
7fad2d05fb
switch to alternate method for determining if repo already forked
2020-02-27 16:43:44 -06:00
Billy Griffin
8340591ad3
Number is more readable
2020-02-27 11:23:37 -07:00
Billy Griffin
b18ea98436
Improve error message for issue URL with no args
2020-02-27 11:22:39 -07:00
Mislav Marohnić
adf2177a24
Merge pull request #474 from politas/fix/StripHash
...
Handle properly passed #<num> as equivalent to <num> for PRs and Issues
2020-02-27 12:15:00 +01:00
Mislav Marohnić
f5b0354ae3
Fix tests
2020-02-27 12:11:49 +01:00
Myk
038e5e5342
Accept #<num> syntax as issue/PR number
2020-02-27 12:11:49 +01:00
vilmibm
115bf37bbd
switch to --clone/--remote
2020-02-26 17:08:48 -06:00
vilmibm
256bdabf03
slight refactor
...
I didn't initially use GitHubRepo because it had the weird error
wrapping. I poked around and I think this function is leftover from a
vestigial GitHubRepoID function that used to be more single-purpose. I
took out the weird error handling so it could be reused and then used it
from the new GitHubRepoExists.
2020-02-26 16:48:29 -06:00
UmairShahzad
0c9909c230
pluralize match if total == 1
2020-02-27 01:44:35 +05:00