Nate Smith
57eb1d1d45
Merge pull request #505 from cli/completion-error-handling
...
Make sure to handle errors when generating completions
2020-02-19 08:52:34 -06:00
Mislav Marohnić
6424e8c92a
Make sure to handle errors when generating completions
2020-02-19 15:39:33 +01:00
Mislav Marohnić
f6c9e7b4af
Merge pull request #497 from ShahzadUmair/fix-template
...
Explicitly replace empty body with default template
2020-02-19 15:04:53 +01:00
Scott Penrose
7c76fb645a
Add repo view command
...
```
$ gh repo
Work with GitHub repositories.
A repository can be supplied as an argument in any of the following formats:
- by owner/repo, e.g. "cli/cli"
- by URL, e.g. "https://github.com/cli/cli "
Usage:
gh repo [command]
Available Commands:
view View a repository in the browser
```
2020-02-18 21:25:31 -05:00
Nate Smith
f6856d9783
Merge pull request #483 from cli/pr-create-web-base
...
Respect overriden base branch in `pr create --web`
2020-02-18 16:11:39 -06:00
Nate Smith
957fb6635f
Merge pull request #459 from sh7dm/feat/arm64
...
Release for arm64 linux
2020-02-18 15:33:05 -06:00
UmairShahzad
12216fee8c
reset to template if body is empty
2020-02-19 02:16:12 +05:00
Nate Smith
d682c1ca01
Merge pull request #311 from penguwin/glamour-markdown
...
Use glamour as markdown rendering backend for issue & pr previews
2020-02-18 14:33:59 -06:00
Nate Smith
c65ac4ae9d
Merge branch 'master' into glamour-markdown
2020-02-18 14:23:49 -06:00
Nate Smith
30a4a53744
Merge pull request #495 from cli/table-crash
...
Fix crash in `issue/pr list` for narrow terminals
2020-02-18 13:24:16 -06:00
Mislav Marohnić
61ff5d73bd
Fix crash in issue/pr list for narrow terminals
...
If the available column width is smaller than 3, don't try to truncate
with ellipsis (`...`). Instead, just truncate to available width.
2020-02-18 20:03:09 +01:00
Mislav Marohnić
02b4ab5be3
Merge pull request #492 from arnottcr/oauth
...
context: use the real oauth credentials
2020-02-18 19:36:21 +01:00
Mislav Marohnić
c32bcee4bb
No need to configure production OAuth app on release anymore
2020-02-18 19:31:18 +01:00
Mislav Marohnić
72bde685b0
Add back comments explaining OAuth app credentials
2020-02-18 19:31:18 +01:00
Colin Arnott
213f4a5333
context: use the real oauth credentials
...
It is trivial to extract this information from the released artefacts,
thus there is no security benefit to the safe/development credentials.
This approach also prevents users from using go-get to install.
As proof of concept, and to enable go-get, this change embeds
the GitHub CLI credentials, instead of GitHub CLI (dev).
2020-02-18 19:31:01 +01:00
Nate Smith
48ffd5aa00
Merge pull request #484 from cli/issue-template-labels
...
Add labels to issue template
2020-02-18 10:04:54 -06:00
Nate Smith
0215074f5e
Merge pull request #481 from cli/ci-pulls
...
Enable CI for pull requests from forks
2020-02-18 10:03:13 -06:00
Mislav Marohnić
75b7e9588a
Merge pull request #491 from arnottcr/version
...
command: default to toolchain version
2020-02-18 14:04:16 +01:00
Mislav Marohnić
408b565fd9
Allow setting version via ldflags again
2020-02-18 13:47:57 +01:00
Mislav Marohnić
032390ee22
Merge pull request #490 from jschmid1/patch-1
...
Add openSUSE/SUSE install instructions to README
2020-02-18 12:42:41 +01:00
Mislav Marohnić
7dc24a867a
Merge pull request #488 from emecas/doc-manual-pages-clarification
...
(Docs) Updating CONTRIBUTING.md
2020-02-18 12:26:27 +01:00
Colin Arnott
de6e99aa75
command: default to toolchain version
...
Since the Go toolchain is able to extract the module version at build
time, we should use that as a default instead of DEV. This means
customers installing via go-get will get the correct version.
Unfortunately, the toolchain does not store when the build occurs, so
BuildTime now defaults to the empty string. It is still set if build
officially, just not for go-get.
2020-02-18 07:55:54 +00:00
Joshua Schmid
abfc4d3b1a
Add openSUSE/SUSE install instructions to README
2020-02-18 08:53:37 +01:00
Emerson Castaneda
103d62b309
Add manual-pages-are-automatically-generated clarification
2020-02-17 21:29:04 -05:00
Mislav Marohnić
9dd9b8c763
Merge pull request #406 from Foxboron/morten/fix-reproducible
...
[Makefile] Support reproducible builds
2020-02-17 16:54:19 +01:00
Mislav Marohnić
69d859a47f
Add labels to issue template
2020-02-17 15:43:51 +01:00
Mislav Marohnić
96ba2d27d8
Respect overriden base branch in pr create --web
2020-02-17 14:14:37 +01:00
Mislav Marohnić
5f6fd35a99
Enable CI for pull requests from forks
2020-02-17 12:52:48 +01:00
Mislav Marohnić
5d2677ed33
Merge pull request #476 from sh7dm/chore/typoes
...
Correct typoes in comments
2020-02-17 12:17:45 +01:00
Mislav Marohnić
df60d8829d
Merge pull request #461 from TaKO8Ki/fix-typo
...
Fix typo
2020-02-17 12:17:17 +01:00
Mislav Marohnić
08811c1e05
Merge pull request #466 from emecas/doc/req_go_version_13
...
[DOCs] Indicate Go's Version Required for Installing from Source
2020-02-17 12:08:16 +01:00
Mislav Marohnić
3138b3b2a6
Update note about required Go version
2020-02-17 12:07:39 +01:00
Mislav Marohnić
a60a6dc621
Merge pull request #462 from gep13/chocolatey
...
(doc) Update Windows installation options
2020-02-17 10:40:40 +01:00
Mislav Marohnić
101fbc27e1
Reword Windows install instructions
2020-02-17 10:37:14 +01:00
Dmitry Sharshakov
b67bb55383
Correct typoes
2020-02-16 17:28:03 +03:00
UmairShahzad
94ef4bb377
switched title to fn literal
2020-02-16 12:26:36 +05:00
Emerson Castaneda
3075af84d9
Add Go ver. note for installing from source
2020-02-15 16:08:54 -05:00
UmairShahzad
c50f6f324e
updated list tests
2020-02-15 23:06:08 +05:00
UmairShahzad
906f49659f
updated title and tests
2020-02-15 22:37:13 +05:00
UmairShahzad
c546fd863d
Merge remote-tracking branch 'cli/master' into pr-count
2020-02-15 20:37:53 +05:00
Gary Ewan Park
71b1c49227
(doc) Update Windows installation options
...
To include installing/upgrading from Chocolatey
2020-02-15 15:19:24 +00:00
TaKO8Ki
5c8dd70bb7
fix typo
2020-02-15 23:20:15 +09:00
Dmitry Sharshakov
e20dc5fbfd
Release for arm64 linux
2020-02-15 13:23:37 +03:00
Nate Smith
10ea161f92
Merge pull request #428 from vertextau/oauth-fix
...
Improve randomString function
2020-02-14 10:20:22 -06:00
UmairShahzad
de77e78ef5
added pr count string before printing PRs
2020-02-14 14:15:07 +05:00
Nate Smith
96dc4376a1
Merge pull request #429 from cli/co-drawing-board
...
revert pr checkout branch prefixing
2020-02-13 17:37:42 -06:00
Nate Smith
2e7feddcc4
Merge pull request #362 from cli/cross-repo-create
...
Cross repo pr create
2020-02-13 17:23:47 -06:00
vilmibm
c5a511a2d1
Revert "prefix branch names for local pr checkout"
...
This reverts commit 5b8d7c1841 .
2020-02-13 17:16:53 -06:00
vertextau
95cbc56dec
Improve randomString func
2020-02-13 22:42:58 +01:00
Nate Smith
15d6d4bcf0
Merge pull request #405 from arkentos/master
...
Fix: Nil pointer dereference while previewing PR and Issues with empty body
2020-02-13 13:19:59 -06:00