Amanda Pinsker
ef17aa520d
Add unicode to pr status
2020-03-19 10:33:34 -07:00
Nate Smith
2660561ed9
Merge pull request #673 from cli/bump-homebrew-formula
...
Configure bump-homebrew-formula action for homebrew-core
2020-03-18 12:34:51 -07:00
Mislav Marohnić
1179618e9a
Configure bump-homebrew-formula action for homebrew-core
2020-03-18 20:30:02 +01:00
Nate Smith
c1e7588966
Merge pull request #440 from ShahzadUmair/pr-count
...
Added pr count with list command
2020-03-18 09:27:36 -07:00
Nate Smith
51eb2cb345
Merge branch 'master' into pr-count
2020-03-18 09:26:05 -07:00
Billy Griffin
3d6089778b
Merge pull request #666 from cli/ghes-support-detail
...
More detail about GHES support
2020-03-18 10:12:34 -06:00
Nate Smith
3334bdd9b7
Merge pull request #668 from cli/mislav/check-if-pr-exists
...
Check for existing pull request on `pr create`
2020-03-18 08:37:28 -07:00
Nate Smith
75ebf1694f
Merge pull request #670 from cli/pr-status-branch-err
...
Allow `pr status` in cases where there is no current git branch
2020-03-18 08:34:41 -07:00
Mislav Marohnić
206844681b
Merge pull request #669 from doi-t/add-pr-status-tests
...
Add unit tests for Closed and Merged states of the current branch
2020-03-18 14:21:42 +01:00
Mislav Marohnić
a40fb04fc3
Allow pr status use when on detached HEAD
2020-03-18 14:14:45 +01:00
Mislav Marohnić
bec667964c
Allow pr status -R <repo> usage from outside of a git repo
2020-03-18 14:13:17 +01:00
Mislav Marohnić
e80c2f852d
Merge pull request #656 from sh7dm/fix-repo-not-found
...
Don't list remotes when --repo flag is set
2020-03-18 13:53:57 +01:00
Toshiya Doi
a2d3923d21
Add unit tests for Closed and Merged states of the current branch
2020-03-18 21:35:06 +09:00
Mislav Marohnić
5b76881624
Improve detecting existing PR on pr create
...
- Only check for existing PRs if `--web` wasn't given
- Fix detecting PRs from forks
- Improve order of error handling: local validation errors are handled
earlier than the ones that have to consult the API
2020-03-18 13:09:02 +01:00
Mislav Marohnić
23dfeff84f
Merge remote-tracking branch 'origin/master' into check-if-pr-exists
2020-03-18 12:04:08 +01:00
Mislav Marohnić
cb06812d19
Merge pull request #532 from mingrammer/consistent-printing
...
fix: inconsistent format between issue list and status
2020-03-18 11:59:17 +01:00
Billy Griffin
3e21043bc3
more specific timeframe
...
Co-Authored-By: Neha Batra <nerdneha@github.com>
2020-03-17 16:35:19 -06:00
Billy Griffin
c869211f9e
More detail about GHES support
2020-03-17 16:12:44 -06:00
Nate Smith
74a2a24104
Merge pull request #590 from cli/pr-create-autofill
...
autofill title/body for PRs
2020-03-17 14:24:21 -07:00
vilmibm
0344e9543a
humanize branch name for title
2020-03-17 16:18:32 -05:00
vilmibm
98a2281f45
more nuanced error handling
2020-03-17 16:09:40 -05:00
Dmitry Sharshakov
d755288cdf
Implement review comments
2020-03-17 20:05:53 +03:00
vilmibm
af46fcb1ff
--fill for pr create
2020-03-16 15:32:47 -05:00
vilmibm
2d90c09f48
review feedback
2020-03-16 15:32:35 -05:00
Mislav Marohnić
da4bbe398e
Merge pull request #650 from cli/oauth-localhost-callback
...
Avoid redirecting to `localhost` during authorization flow
2020-03-16 15:08:23 +01:00
Tarasovych
d0c32e7a3d
changed error message and pr check
2020-03-16 16:01:03 +02: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