Commit graph

1137 commits

Author SHA1 Message Date
Tarasovych
d0c32e7a3d changed error message and pr check 2020-03-16 16:01:03 +02:00
Toshiya Doi
9a6026e9fc Format PR/Issue states with color 2020-03-16 04:32:41 +09:00
Toshiya Doi
c8a72c3bcb Add a test for viewing an issue without labels in CLI 2020-03-16 04:26:32 +09:00
Toshiya Doi
5a23113b5b Add tests for the Closed/Merged PR preview 2020-03-16 04:21:35 +09:00
Toshiya Doi
8cd6932f9e Add a test for the closed issue preview 2020-03-16 04:12:26 +09:00
Toshiya Doi
0475cf0112 Extract test fixtures for 'issue view --preview' 2020-03-16 03:21:03 +09:00
Toshiya Doi
e0bfd67c69 Fix tests for preview messages with a issue/PR state 2020-03-16 03:13:05 +09:00
Toshiya Doi
b8edb9f62d Show the PR state for viewing PRs in CLI 2020-03-16 02:41:02 +09:00
Toshiya Doi
caf26e4093 Show the issue state for viewing issues in CLI 2020-03-16 02:40:49 +09:00
Toshiya Doi
faa4bed67a Move colorFuncForState for a PR/issue state to the utils package 2020-03-16 02:32:11 +09:00
Toshiya Doi
d429babe2b Add 'state' to queries for pull requests 2020-03-16 02:27:33 +09:00
Toshiya Doi
94a1e6a830 Add 'state' and 'createdAt' to the query for IssueByNumber 2020-03-16 02:25:27 +09:00
Dmitry Sharshakov
45c2a16d49 Don't list remotes when --repo flag is set 2020-03-14 23:14:38 +03:00
UmairShahzad
f51669e228 Merge remote-tracking branch 'origin/master' into pr-count 2020-03-14 19:02:51 +05:00
vilmibm
a23549001e cleanup 2020-03-13 15:14:32 -05:00
vilmibm
1b7840326c actually add tests for computing defaults 2020-03-13 15:14:03 -05:00
vilmibm
fba4f4d19e InitCmdStubber 2020-03-13 15:12:23 -05:00
vilmibm
c4c967fa0f add AskStubber 2020-03-13 15:12:17 -05:00
vilmibm
ed8aaa83e3 add CmdStubber 2020-03-13 15:12:09 -05:00
vilmibm
8769299731 titlebody prepopulation 2020-03-13 15:12:03 -05:00
Mislav Marohnić
58f6bef8a7
Merge pull request #651 from doi-t/fix-issue-view-description
Fix 'gh issue view' usage description
2020-03-13 17:15:13 +01:00
Toshiya Doi
102cfdb1a2 Rearrange the order of command initialization 2020-03-13 23:59:18 +09:00
Toshiya Doi
5e3aa31cf1 Fix 'gh issue view' usage description 2020-03-13 23:58:41 +09:00
Tarasovych
f3c9406e76 fixed repo argument 2020-03-13 16:01:37 +02:00
Mislav Marohnić
71d3696667 Avoid redirecting to localhost during authorization flow
Web developers who have previously ran an application on
`http://localhost` that enabled HSTS (HTTP Strict Transport Security)
will find themselves unable to authenticate because their browser
(typically Safari, in practice) will keep redirecting them to
`https://localhost`, which isn't handled by our local server.

This switches the authorization callback to be to `127.0.0.1`, which
should be equivalent to `localhost`, but not subject to HSTS.
2020-03-13 13:40:04 +01:00
Tarasovych
b544583b26 added check if pr already exists 2020-03-13 14:02:29 +02:00
Mislav Marohnić
8a4fd432ea
Merge pull request #638 from doi-t/show-the-most-recent-pr
Only show the most recent PR for the current branch
2020-03-13 10:07:12 +01:00
Mislav Marohnić
c940c4c781
Merge pull request #643 from ianschmitz/patch-1
Update Feodra install instructions
2020-03-13 10:03:10 +01:00
Toshiya Doi
4c4aeb5ec6 Return the latest PR belonging to the current branch 2020-03-13 09:49:20 +09:00
Ian Schmitz
a7110a7065
Update Feodra install instructions
Updated instructions to use `dnf` package manager instead of `yum`, which has been the default package manager in Fedora since Fedora 22 (2015).
2020-03-12 15:50:34 -07:00
Mislav Marohnić
8913f6466d
Merge pull request #625 from eddumelendez/add_author_flag_issues
Add filter issues by author
2020-03-12 19:06:17 +01:00
Toshiya Doi
bc27ba2a75 Only show the most recent PR for the current branch 2020-03-13 00:25:17 +09:00
Toshiya Doi
3c4f006eff Add a test for the current branch 2020-03-13 00:24:44 +09:00
Toshiya Doi
6db7e89abf Fix indentations and PR numbers of a test fixture 2020-03-13 00:24:10 +09:00
Mislav Marohnić
d323783a0f
Merge pull request #629 from sibis/verify-view-repo
Verify repository before viewing in the browser #598
2020-03-11 20:21:40 +01:00
sibis
0fc9dfac37 refactor: code cleanup incorporating the PR suggestions and removed blank lines 2020-03-12 00:44:07 +05:30
Mislav Marohnić
14603f43d4
Merge pull request #624 from rista404/pr-state-merged-closed-613
Show state instead of checks/reviews for closed/merged PRs
2020-03-11 19:10:30 +01:00
Eddú Meléndez
834755acb6 Remove unused stub data 2020-03-11 10:13:47 -06:00
Mislav Marohnić
c5499c8173
Merge pull request #626 from jsjoeio/patch-1
feat: update README
2020-03-11 17:07:44 +01:00
Billy Griffin
825fd05321
Merge pull request #631 from cli/what-is-hub-baby-dont-hurt-me
Add documentation about gh vs. hub
2020-03-11 08:41:41 -06:00
Joe Previte
ba4d5c5f0b
Update README.md 2020-03-10 19:43:18 -07:00
Joe Previte
f8865e3c23
refactor: remove editor section and one line docs 2020-03-10 19:40:40 -07:00
Nate Smith
a55b473188
Merge pull request #591 from cli/powershell-completions
Add support for PowerShell completion
2020-03-10 14:56:28 -07:00
Nate Smith
6886795a2d
Merge pull request #617 from cli/repo-create-homepage
Fix setting homepage URL in `repo create`
2020-03-10 14:52:49 -07:00
Nate Smith
80f4cdde82
Merge pull request #618 from cli/pr-create-validate
Ensure `pr create` validates all inputs before forking+pushing
2020-03-10 14:51:00 -07:00
Nate Smith
d03b94c5b2
Merge pull request #628 from cli/api-flags-rm
Stop opting into API previews that have since shipped
2020-03-10 14:40:11 -07:00
Billy Griffin
5663a67df4 Minor language tweak to avoid repetition 2020-03-10 15:31:33 -06:00
Billy Griffin
21419531e3 Add links to docs 2020-03-10 15:27:34 -06:00
Billy Griffin
12ba3f6389 Add reference to hub comp in README 2020-03-10 15:21:01 -06:00
Billy Griffin
a00a48d0b6 Document comparison with hub 2020-03-10 15:20:49 -06:00