Mislav Marohnić
78b35b7b6e
Merge remote-tracking branch 'origin' into 3704-credential-helper
2021-09-24 14:35:01 +02:00
Nate Smith
96aed38819
Merge pull request #4308 from cli/ext-bin
...
install binary extensions
2021-09-23 10:51:37 -07:00
vilmibm
7bf85355a9
restore cached client
2021-09-22 15:59:57 -05:00
vilmibm
5f02ed2656
linter appeasement
2021-09-22 15:59:50 -05:00
vilmibm
514d4d992c
refactor dependencies of ext manager
2021-09-21 15:55:31 -05:00
Mislav Marohnić
2c43436c7a
Merge pull request #4347 from danburzo/trunk
...
Add 'git+https' to list of supported URL protocols
2021-09-21 14:40:19 +02:00
vilmibm
1f3b872859
test for unsupported platform
2021-09-20 17:17:30 -05:00
vilmibm
e85b0480e9
track installed tag name
2021-09-20 17:10:18 -05:00
vilmibm
0e2861a507
WIP refactoring
2021-09-20 17:05:19 -05:00
vilmibm
f5d269ebad
WIP refactoring
2021-09-20 17:02:34 -05:00
vilmibm
af7805af53
WIP refactoring
2021-09-20 16:46:54 -05:00
vilmibm
f4d97dcedd
WIP refactoring
2021-09-20 16:25:26 -05:00
vilmibm
ae38daf08a
nit
2021-09-20 16:05:35 -05:00
vilmibm
b00e8a5681
more accurately check for binary extension
2021-09-20 16:02:20 -05:00
Sam
02ed5a9666
Merge pull request #4316 from SiarheiFedartsou/sf-pulls-draft
...
Add `--draft` and `--non-draft` filters to `gh pr list`
2021-09-20 12:07:52 -07:00
Sam Coe
d14715f1e3
Convert bool to string early for pr list draft flag
2021-09-20 11:29:37 -07:00
Dan Burzo
9f43967042
Fixes #4346 : allow git+https URL protocol
2021-09-20 19:35:06 +03:00
Siarhei Fedartsou
6a34f53c6c
Change pr list --draft UX
2021-09-17 22:05:47 +03:00
Mislav Marohnić
bb86145cb6
Merge pull request #4331 from cli/repo-create-prompt-error
...
Do not swallow prompt error during `repo create`
2021-09-17 14:37:24 +02:00
Sam
0f7c4d94af
Merge pull request #4328 from cli/fix-sync-fetch
...
Allow user input for git fetch in repo sync
2021-09-16 10:15:26 -07:00
Sam Coe
0305788536
Typo
2021-09-16 09:02:10 -07:00
Mislav Marohnić
f9e49f4aec
Do not swallow prompt error during repo create
2021-09-16 12:25:44 +02:00
vilmibm
eeca998640
binary extension support in gh extension install
2021-09-15 18:46:17 -05:00
Andrew Hsu
e13398f6b4
fix browse of markdown files with line ranges ( #4310 )
...
Co-authored-by: Mislav Marohnić <mislav@github.com>
2021-09-14 16:08:19 +02:00
Mislav Marohnić
d7f7a98d81
Merge pull request #4320 from cli/site-ssh-key
...
Publish docs site using a deploy key instead of PAT
2021-09-13 19:43:39 +02:00
Mislav Marohnić
6f3b1eb080
Merge pull request #3967 from despreston/des/3839-warn-limit
...
show warning when limit exceeds search api max
2021-09-13 19:30:16 +02:00
Sam Coe
a8492bb0ea
Allow user input for git fetch in repo sync
2021-09-13 10:14:20 -07:00
Mislav Marohnić
2f45173370
Publish docs site using a deploy key instead of PAT
...
I'd like to decommission SITE_GITHUB_TOKEN as it's a PAT that has write
access to all my `github/*` repositories. Instead, I've created a deploy
key that only has access to `github/cli.github.com`.
ssh-keygen -t ed25519 -C "gh docs push" -N "" -f ~/.ssh/gh-docs-publish
gh repo -R github/cli.github.com deploy-key add ~/.ssh/gh-docs-publish.pub
# testing:
GIT_SSH_COMMAND='ssh -i $HOME/.ssh/gh-docs-publish' git push ...
2021-09-13 16:30:40 +02:00
Siarhei Fedartsou
1926971a76
Remove non-relevant test
2021-09-12 21:04:03 +03:00
Siarhei Fedartsou
f3053c3628
fix tests
2021-09-12 20:58:13 +03:00
Siarhei Fedartsou
373d1efb58
format code
2021-09-12 20:50:21 +03:00
Siarhei Fedartsou
11466fda12
Add --draft and --non-draft filters to gh pr list
2021-09-12 20:48:23 +03:00
Mislav Marohnić
3b20dfc032
Merge pull request #4299 from andrewhsu/fix-project-layout
...
fix link to code in project-layout doc
2021-09-09 18:16:47 +02:00
Andrew Hsu
7519421fc0
fix link to code in project-layout doc
...
Update link to code so it matches given example in doc: `gh help issue
list`.
2021-09-09 10:24:42 -05:00
Mislav Marohnić
156872c5db
Merge pull request #4271 from wrslatz/4201-extension-doc
...
Document installing extensions using full repo URL
2021-09-07 14:33:41 +02:00
Mislav Marohnić
2a2088dc89
💅 tweak extension docs
2021-09-06 20:04:40 +02:00
Mislav Marohnić
d731cb9c73
Fix determining current process location
2021-09-06 16:57:59 +02:00
Mislav Marohnić
55c3064f45
Merge remote-tracking branch 'origin' into 3704-credential-helper
2021-09-06 16:16:52 +02:00
Mislav Marohnić
619333adb6
Avoid using error values to pass information about the search cap
2021-09-06 16:09:18 +02:00
Des Preston
e8b015b80d
show warning when limit exceeds search api max
...
Fixes #3839
2021-09-06 16:05:11 +02:00
wrslatz
28cbfc4aab
Document installing extensions using full repo URL
2021-09-03 18:14:10 -04:00
Mislav Marohnić
8f3b6749d7
Merge pull request #4241 from cli/saml-error
...
Suggest to re-authenticate to fix "SAML enforcement" error
2021-09-03 16:10:16 +02:00
Mislav Marohnić
029d49f3b3
Merge pull request #4199 from cli/go-module-v2
...
Rename the module to "github.com/cli/cli/v2"
2021-09-02 20:10:09 +02:00
Mislav Marohnić
e0fa56dc29
Merge remote-tracking branch 'origin' into go-module-v2
2021-09-02 20:02:16 +02:00
Nate Smith
1af6a669e3
Merge pull request #4214 from cli/garden-portability
...
Use `x/term` package for repo garden instead of shelling out to stty
2021-09-02 12:39:23 -05:00
Mislav Marohnić
abfe29617a
Merge pull request #4253 from despreston/4248-line-range
...
feat(4248): add support for line range w/ browse
2021-09-01 18:08:51 +02:00
Des Preston
dafd0bfbd1
feat(4248): add support for line range w/ browse
...
Allow using a range of lines when browsing files. For example:
`gh browse test.go:10-20`
Closes #4248
2021-08-31 16:32:37 -04:00
wilso199
2dba58bfa8
Using gh executable from PATH in favor of the resolved path
2021-08-30 16:57:43 -04:00
Mislav Marohnić
b0b67014f1
Suggest to re-authenticate to fix "SAML enforcement" error
...
As far as I can put together, this error appears when someone has
authenticated GitHub CLI with a PAT that isn't authorized to access a
certain org. It can also happen if someone has authorized GitHub CLI
using the legacy "GitHub CLI (dev)" OAuth app instead of our production
OAuth app.
Doing `gh auth refresh` will re-authenticate the user using our
production "GitHub CLI" OAuth app which will not have problems accessing
resources in different GitHub organizations.
2021-08-30 17:18:59 +02:00
Mislav Marohnić
e6ff77ce73
Merge pull request #4239 from Jernik/trunk
...
add quotes around `@me` in documentation to ensure examples work on ps
2021-08-30 16:27:33 +02:00