cli/pkg/cmd
Mislav Marohnić 0ad153f696 Separate payload structs for REST vs GraphQL repo create
This enforces strict separation between serialization structs used for
repository creation payload with respect to whether GraphQL or REST was
used. Before, a field added to a GraphQL payload would leak to REST
payload (and vice versa).
2021-07-15 12:56:14 +02:00
..
actions Disable authentication check, but keep runnable 2021-06-18 23:43:42 -04:00
alias remove dead code 2021-06-28 14:36:51 -05:00
api Fix white space 2021-06-05 20:20:57 -07:00
auth Use absolute path when configuring gh as git credential 2021-03-03 16:20:21 +01:00
browse don't check Fprintf error 2021-07-12 13:05:49 -05:00
completion Make sure docs URLs are linked in web docs 2021-05-17 17:00:25 +02:00
config Fix USAGE help for some commands 2020-11-13 10:10:53 -03:00
extensions Fix test cleanup on Windows 2021-06-21 17:22:17 +02:00
factory add nebula preview 2021-06-30 17:38:07 -05:00
gist Update documentation for gist create command to reflect default of secret. 2021-06-21 11:25:49 -04:00
issue modified HexToRGB to check whether terminal and gh have color enabled, as well as created tests for HexToRGB 2021-07-03 17:09:25 -07:00
pr modified HexToRGB to check whether terminal and gh have color enabled, as well as created tests for HexToRGB 2021-07-03 17:09:25 -07:00
release Fix fetching draft releases from GitHub Actions 2021-05-18 19:44:29 +02:00
repo Separate payload structs for REST vs GraphQL repo create 2021-07-15 12:56:14 +02:00
root Merge pull request #3779 from jgold-stripe/unix 2021-06-29 09:46:33 -07:00
run Add test for gh run watch --exit-status with completed runs 2021-07-12 16:58:45 +02:00
secret Fix setting environment secrets 2021-06-14 11:51:20 +02:00
ssh-key Merge pull request #3200 from cli/table-widths 2021-03-30 16:54:13 +02:00
version Fix link in version output 2020-12-17 12:37:22 +01:00
workflow Use T.TempDir for temporary dirs in tests (#3580) 2021-05-07 12:21:26 +02:00