Commit graph

4973 commits

Author SHA1 Message Date
Nate Smith
762d956c6f
Merge pull request #4655 from cli/issue-4589
add base repo resolution to `gh repo delete`
2021-11-17 15:25:04 -06:00
Nate Smith
c5c83bfb9d
Merge pull request #4654 from cli/issue-4590
add base repo resolution to archive
2021-11-17 15:23:18 -06:00
Nate Smith
b5d90e1204
Merge pull request #4588 from cli/bin-ext-migrate
binary extension migration
2021-11-17 13:22:28 -06:00
Meijke
0a0a358168
rewrite gh repo create (#4578)
Co-authored-by: Parth Patel <ppatil91099@gmail.com>
2021-11-17 20:16:37 +01:00
nate smith
54b82dd072 Migrate to binary style extensions when detected 2021-11-17 13:15:04 -06:00
Nate Smith
6c12f34730
Merge pull request #4717 from cli/bin-ext-windows
fix binary extensions on windows
2021-11-17 12:57:12 -06:00
Amanda Lin
15c8f291e4
Add prebuild availability status to create codespaces (#4737) 2021-11-17 19:41:05 +01:00
Nate Smith
57215eccb1
Merge pull request #4610 from TobiX/no-gpg-debian
Don't use gpg in Debian instruction
2021-11-17 10:50:54 -06:00
Mislav Marohnić
0b8c218632
Merge pull request #4728 from cli/codespaces-codeowners
Fix CODEOWNERS for codespaces
2021-11-16 13:24:55 +01:00
Mislav Marohnić
ef1d02f71c
Fix CODEOWNERS for codespaces
The expression `dir/*` only matches files directly under `dir/`.
2021-11-15 20:05:54 +01:00
nate smith
3bc4f4f5dd oops 2021-11-12 15:26:15 -06:00
nate smith
59d651b5ea xplatform test fix 2021-11-12 15:17:21 -06:00
nate smith
6b7889be6e fix binary extensions on windows 2021-11-12 14:29:56 -06:00
nate smith
a20ea17147 print success for installing extension 2021-11-12 12:29:53 -06:00
meiji163
35131058ed commit @samcoe's suggestions 2021-11-10 17:38:11 -08:00
meiji163
a1426ac19b implement samcoe's suggestions 2021-11-10 17:10:37 -08:00
Mislav Marohnić
dae77fd398
Merge pull request #4675 from cli/docs-web-formatting
Overhaul manual pages for the web
2021-11-09 21:00:51 +01:00
Jose Garcia
db6e1d20cb
Merge pull request #4705 from cli/jg/rename-errs
codespace: Rename errors from Live Share to generic codespace
2021-11-09 07:42:14 -05:00
Jose Garcia
8296904c26
Rename errors from Live Share to generic codespace 2021-11-08 13:35:48 +00:00
Sam
67d1a9012c
Merge pull request #4450 from cli/repo-rename
gh repo rename
2021-11-04 10:52:22 -07:00
Boston Cartwright
dd0edc8fbd
Omit current directory when browse --branch is used with no file argument (#4676) 2021-11-04 15:00:42 +00:00
meiji163
0596834c95 rollback arg changes 2021-11-03 10:11:45 -07:00
Parth Patel
d4105807c2 @mislav changes requested 2021-11-03 12:18:44 -04:00
Mislav Marohnić
a7254ac43f Improve markdown rendering of man pages for commands
- "Examples" section now renders with syntax highlighting and doesn't
  interpret curly braces as Liquid tags anymore
- Flags are now listed with nicer formatting than just being rendered to
  a plain text block
- Flags are now listed above the "Examples" section
- The `--help` flag is no longer explicitly and repetitively being
  listed as an inherited flag under every command
- Usage synopsis line is now rendered early in the documentation for a
  command
- Every command that has subcommands now explicitly lists those
  subcommands in its documentation
2021-11-03 16:59:14 +01:00
Mislav Marohnić
5aa47f2428 Mark actions command as non-runnable 2021-11-03 16:58:51 +01:00
Mislav Marohnić
2b26a2c075 Consistently capitalize GitHub Actions 2021-11-03 15:54:10 +01:00
Mislav Marohnić
42c8ce91d0 Group gh secret as an Actions command 2021-11-03 15:51:19 +01:00
Mislav Marohnić
2c180a6338 Clean up codespace cp docs
- Examples block now moved to its own section
- Refer to flags by their full names
- Use backticks for delimiting command-line expressions
- Use double quotes for literal values
2021-11-03 15:44:09 +01:00
Mislav Marohnić
9b7d53501f Make sure URLs in man pages render as hyperlinks on the web 2021-11-03 15:39:10 +01:00
Jeff Hubbard
3a4d947603
Merge pull request #4635 from cli/ssh-waiter-timeout
Adds a timeout context to the ssh waiter to prevent indefinite hanging
2021-11-02 11:46:32 -07:00
meiji163
26748dc2f3 allow base repo notty 2021-11-02 10:59:30 -07:00
meiji163
09064a5f55 fix tests 2021-11-02 10:51:42 -07:00
Peter Benjamin
175da0f58a
Fix rendering issue in "formatting" help topic (#4661)
Signed-off-by: Peter Benjamin <petermbenjamin@gmail.com>
2021-11-02 17:30:49 +00:00
Parth Patel
dbebd74a9f final changes made 2021-11-01 17:14:04 -04:00
Parth Patel
13a97c29ed removed unnecessary things 2021-11-01 14:21:10 -04:00
Parth Patel
b0dce5b04d minor fix in base repo functionality 2021-11-01 13:49:11 -04:00
meiji163
001b1a36e7 add base resolution to delete 2021-10-31 14:46:57 -07:00
meiji163
48baf50b8e add base repo resolution to archive 2021-10-31 14:22:43 -07:00
Jeff Hubbard
97d85d0ac0 Oops, left it as second from debugging 2021-10-28 16:33:13 -07:00
nate smith
da258fb4f4 confirm when inferring repository 2021-10-28 12:26:01 -05:00
Jeff Hubbard
c18e54189c Adds a timeout context to the ssh waiter to prevent indefinite hanging 2021-10-27 15:40:49 -07:00
Sam Coe
296cf381a2
Reduce duplicate warning message code 2021-10-27 14:07:00 -04:00
Parth Patel
95dbd677e0 resolved comments 2021-10-27 12:12:09 -04:00
rsteube
d794a929da
Fix stack overflow in AddJSONFlags (#4614)
Co-authored-by: Mislav Marohnić <mislav@github.com>
2021-10-27 14:56:59 +02:00
Parth Patel
333f0ec530 remove repooverride from repo 2021-10-26 11:55:46 -04:00
Parth Patel
ea0e8d5c23 fixed http_tests git stub 2021-10-26 11:38:12 -04:00
Parth Patel
ccdea2db6d lint fix 2021-10-25 17:19:27 -04:00
Parth Patel
c83c6a83e6 Merge branch 'trunk' into repo-rename 2021-10-25 17:17:06 -04:00
Parth Patel
b4d2bce6fc res comments 2021-10-25 17:07:48 -04:00
Tobias Gruetzmacher
96fe761648 Don't use gpg in Debian instruction
It's not really necessary, since apt can work with the keyring file
hosted on cli.github.com.
2021-10-25 20:50:11 +02:00