UmairShahzad
7589da4c2b
removed extra import
2020-02-20 02:03:13 +05:00
UmairShahzad
1a485ddd2e
Merge remote-tracking branch 'cli/master' into pr-count
2020-02-20 01:57:44 +05:00
UmairShahzad
bb0fe46db6
total match count in title
2020-02-20 01:54:51 +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ć
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
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
Nate Smith
65a7d05205
Merge pull request #387 from ahmedelgabri/master
...
Make sure editor is set properly & not overridden later
2020-02-13 13:14:41 -06:00
Nate Smith
bd97b84fb1
Merge pull request #415 from cli/dotcom-ghes-others
...
Add availability section to README
2020-02-13 13:11:11 -06:00
Nate Smith
be639e80b2
Merge pull request #420 from odinuge/remote-url-err
...
Fix wrong repo url being used for pushing
2020-02-13 13:07:36 -06:00
Odin Ugedal
12887db9c8
Fix wrong repo url being used for pushing
...
afaik this should be finalURL (the fork) and not initURL (the upstream),
otherwise a bit of the code above can be removed.
2020-02-13 17:30:54 +01:00
Billy Griffin
26159ddcb3
Add availability section to readme
2020-02-13 07:52:09 -07:00
Morten Linderud
1b7009087e
[Makefile] Support reproducible builds
...
It's bad form to embed timestamps in binaries as it prevents
reproducible builds of the resulting binary.
The Reproducible Builds project defines SOURCE_DATE_EPOCH to help
reproduce binaries by allowing the date format to be overridden. This
patch adds support for this for GNU and BSD date.
Go 1.13 introduces `-trimpath` which strips build paths from all
compiled binaries. This enables people to reproduce the distributed cli
binary without having to recreate the build path.
https://reproducible-builds.org/specs/source-date-epoch/
https://reproducible-builds.org/docs/build-path/
Signed-off-by: Morten Linderud <morten@linderud.pw>
2020-02-13 11:22:04 +01:00