Jose Garcia
5dc923777b
update docs, make ports private to be more consistent
2021-08-27 15:32:18 +00:00
Alan Donovan
0392c50174
api: close HTTP response body on all paths
2021-08-27 11:31:05 -04:00
Jose Garcia
3dcee5cca7
remove dst port column and add docs
2021-08-27 12:41:36 +00:00
Jose Garcia
273782bcbc
rename file
2021-08-27 11:49:21 +00:00
Edmundo Gonzalez
49cebb11ca
Merge pull request #5 from github/edgonmsft/codespaces-ssh-rpc
...
Adding sshRPC interface
2021-08-26 16:27:16 -07:00
Edmundo Gonzalez
d5a26e1536
Apply renames on the go-liveshare side.
2021-08-26 23:14:13 +00:00
Edmundo Gonzalez
0eb769d608
Rename File
2021-08-26 23:04:35 +00:00
Edmundo Gonzalez
18ab421b08
Rename to SSHServer
2021-08-26 23:04:05 +00:00
Edmundo Gonzalez
a89c17a564
Adding sshRPC interface
2021-08-26 22:34:56 +00:00
Edmundo Gonzalez
b6094e0006
Changes to point to RPC service.
2021-08-26 21:50:20 +00:00
Mislav Marohnić
99cbfd3dd8
Merge pull request #4213 from cli/defunct-doc-link
...
Remove defunct link from `gh actions`
2021-08-26 18:16:40 +02:00
Mislav Marohnić
6cbc886c53
Use x/term package for repo garden instead of shelling out to stty
...
Shelling out to stty seems hard to get right between Linux and macOS.
2021-08-26 16:45:55 +02:00
Mislav Marohnić
5dfeb1f7ce
Remove defunct link from gh actions
...
The online guide that was GitHub CLI-specific no longer exists. Instead,
"GitHub CLI" sections were added to existing individual articles about
managing workflow runs.
2021-08-26 15:48:08 +02:00
Jose Garcia
e4e77a4294
merge upstream
2021-08-26 08:55:38 -04:00
Jose Garcia
151eb2b656
fix linter
2021-08-26 08:35:30 -04:00
Mislav Marohnić
6ec289c408
Merge pull request #4203 from kidonng/patch-1
...
Use `/usr/bin/env bash` instead of `/bin/bash` in `gh extension create`
2021-08-26 11:36:23 +02:00
Kid
b56f77b2e5
Use /usr/bin/env bash instead of /bin/bash in gh extension create
2021-08-26 00:49:33 +08:00
Gabriel Ramírez
a48f1070c3
Merge pull request #86 from github/auto-ssh-composition
...
Piping support for ssh and code
2021-08-25 09:11:43 -05:00
Mislav Marohnić
11fbb60ae7
Rename the module to "github.com/cli/cli/v2"
2021-08-25 12:41:30 +02:00
Jose Garcia
2ef6e95982
show status under a flag
2021-08-24 20:15:21 -04:00
Jose Garcia
46ee45bcdd
simplify the state iteration
2021-08-24 17:46:24 -04:00
Mislav Marohnić
355d28195e
Merge pull request #4189 from cuonglm/issue-4188
...
Disable auth for cobra shell request completion hidden commands
2021-08-24 20:48:46 +02:00
Cuong Manh Le
6cf6bb4a44
Disable auth for cobra shell request completion hidden commands
...
Those hidden command are used by the shell completion scripts, but they
are not disabled auth check. Thus, the shell completion does not work
even the completion setup was done properly.
Fixes #4188
2021-08-25 01:35:49 +07:00
Gabriel Ramirez
30be4c98f9
Send codespace name to Stdout to enable scripting
2021-08-24 13:12:18 -05:00
Mislav Marohnić
a94cadc702
Merge pull request #4184 from cli/changelog-squashed-merges
...
Improve changelog script so it includes squashed merges
2021-08-24 18:59:30 +02:00
Mislav Marohnić
4e219a9c8f
Improve changelog script so it includes squashed merges
2021-08-24 14:29:29 +02:00
Heath Stewart
e2973453b5
Add helper template functions for rendering tables ( #3519 )
...
Co-authored-by: Mislav Marohnić <mislav@github.com>
2021-08-23 21:00:25 +02:00
Nate Smith
a53ea0c655
Merge pull request #4177 from cli/survey231
...
bump survey to 2.3.1
2021-08-23 13:51:03 -05:00
Heath Stewart
88af63d36f
Re-enable label colors for issue list ( #4106 )
...
* Re-enable label colors for issue list
* Drop parentheses wrapping issue labels
* Support ANSI escape codes in TablePrinter cells
* Switch to a Truncate implementation that correctly measures ANSI escape codes
* Only output RGB color if terminal has truecolor capabilities
* Enable `ENABLE_VIRTUAL_TERMINAL_PROCESSING` on Windows - fixes wrapping issues with full lines and allows truecolor rendering
Co-authored-by: Mislav Marohnić <mislav@github.com>
2021-08-23 19:55:12 +02:00
vilmibm
0388d457b0
bump survey to 2.3.1
2021-08-23 12:53:11 -05:00
Sam
25b150ad6e
Merge pull request #4159 from cli/ext-create
...
Add extension create command
2021-08-23 10:44:54 -07:00
Sam Coe
5756e2397a
Extension template is executable according to git
2021-08-23 10:36:29 -07:00
Josh Gross
a19997a399
Merge pull request #83 from github/joshmgross/code-insiders
...
Add support to `code` for VS Code Insiders
2021-08-23 13:14:00 -04:00
Nate Smith
5a328c38db
Merge pull request #4172 from cli/accessible-survey
...
Bump Survey for accessibility features
2021-08-23 11:55:49 -05:00
Mislav Marohnić
351cd622e7
Merge pull request #4175 from cli/bump-go
...
Require Go 1.16+
2021-08-23 18:41:40 +02:00
Mislav Marohnić
eb78ac0dcb
Require Go 1.16+
2021-08-23 18:08:09 +02:00
Josh Gross
ae88091fd8
Replace options struct with variable
2021-08-23 12:01:13 -04:00
Sam Coe
c8963a6345
Address PR comments
2021-08-23 09:01:05 -07:00
Sam Coe
bb0107ad51
Unhide extension commands
2021-08-23 08:49:09 -07:00
Mislav Marohnić
af2aecd40b
Merge pull request #4146 from cli/force-tty
...
Add ability to force terminal-style output even when redirected
2021-08-23 16:46:14 +02:00
Mislav Marohnić
0701f8aa82
Add tests for ForceTerminal
2021-08-23 16:09:08 +02:00
Mislav Marohnić
8129fb3d3e
Merge pull request #4171 from mahdyar/chore/make-gh-status-clickable
...
chore: make gh status link clickable
2021-08-23 13:12:35 +02:00
Mislav Marohnić
a508fee4e1
Merge pull request #4158 from cli/extensions-ux
...
Enable `help` for extensions, accept full extension names as argument
2021-08-23 12:45:22 +02:00
Mislav Marohnić
c96834228e
Merge pull request #4169 from saintmalik/patch-1
...
fix typos in docs
2021-08-23 12:23:44 +02:00
Mislav Marohnić
18ea94a28e
Bump Survey for accessibility features
...
a4e159a1a7
2021-08-23 12:20:31 +02:00
Mislav Marohnić
4a45ca6fa6
Merge pull request #4154 from cli/graphql-502-error
...
Fix HTTP 502 error reporting from GraphQL request
2021-08-23 12:03:34 +02:00
Mahdyar Hasanpour
db74830e64
chore: make gh status clickable
...
Adding https:// to githubstatus.com to make it clickable on terminal emulators
2021-08-22 18:01:55 +04:30
SaintMalik
75dc51084b
fix typos in docs
2021-08-22 08:25:15 +01:00
Sam Coe
7f0e09c13f
Move link to next line since it is long
2021-08-19 16:18:59 -07:00
Sam Coe
d22286a8e8
Add examples to template
2021-08-19 15:58:01 -07:00