Commit graph

942 commits

Author SHA1 Message Date
Toshiya Doi
5e3aa31cf1 Fix 'gh issue view' usage description 2020-03-13 23:58:41 +09: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
Billy Griffin
601a934a99
Merge pull request #630 from cli/create-docs
Move docs to docs folder
2020-03-10 15:08:13 -06:00
rista404
e803470b03 Print merged/closed in the same line as PR title 2020-03-10 20:56:45 +01:00
sibis
0cef66dc67 Verify repo before viewing in the browser 2020-03-11 01:11:39 +05:30
Billy Griffin
159a697159 Add README to docs folder 2020-03-10 13:22:39 -06:00
Billy Griffin
f32235aa08 Move docs to docs folder
The docs were just hanging out in the top level repo and we thought it'd be nicer to start to organize them together.
2020-03-10 12:52:01 -06:00
Amanda Pinsker
7f9cceccbd
Make the README title a little less verbose 2020-03-10 11:15:47 -07:00
Eddú Meléndez
2a87dabf59 Remove unused fields 2020-03-10 10:17:22 -06:00
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
Joe Previte
a6f06f8084
feat: update README 2020-03-09 19:16:44 -07: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
Mislav Marohnić
115b4b5ee9
Merge pull request #614 from MikeRogers0/refactor/fix-spelling-mistakes
Fixing 2 typos
2020-03-09 11:44:08 +01:00
Mike Rogers
50e886c5f8 sequental > sequential 2020-03-07 20:44:39 +00:00
Mike Rogers
caf12adef1 unusally > unusually 2020-03-07 20:44:14 +00:00
Mislav Marohnić
ca7a9364fd
Merge pull request #594 from alissonbrunosa/pr-list-remove-duplicates
Remove duplicated PRs from GitHub API response.
2020-03-05 19:15:26 +01:00
Alisson Santos
7a0a6658d5 avoid nested ifs 2020-03-05 18:52:27 +01:00
Mislav Marohnić
7e3ce60da5
Merge pull request #526 from henvic/impr/race
tests: adding the Go data race detector.
2020-03-05 18:25:38 +01:00
Alisson Santos
101d985a16 remove duplicate from pages 2020-03-05 18:10:00 +01:00
Henrique Vicente
a1db5c3070 tests: adding the Go data race detector.
https://golang.org/doc/articles/race_detector.html
https://blog.golang.org/race-detector
2020-03-05 14:40:55 +01:00
Alisson Santos
a3557197fe 2 space identation for JSON 2020-03-05 14:05:33 +01:00
Alisson Santos
dcedacd4f7 Remove duplicates 2020-03-05 13:55:36 +01:00