Nate Smith
ac0fe6bf71
Merge pull request #3490 from heaths/issue3487
...
Optionally read stdin for `gh alias set`
2021-04-26 16:40:07 -05:00
Heath Stewart
aaa5a9e949
Use - to read from stdin instead
...
Resolves PR feedback.
2021-04-23 17:23:27 -07:00
Nate Smith
5a2ec54685
Merge pull request #3494 from cli/pr-list-example
...
add some more examples for pr list
2021-04-23 11:51:07 -05:00
Nate Smith
bf7ed68aa8
Merge pull request #3495 from cli/release-create-eg
...
add some more examples for release create
2021-04-23 11:50:46 -05:00
vilmibm
47ed41bfcd
add some more examples for release create
2021-04-22 15:26:26 -05:00
vilmibm
c69f210807
add some more examples for pr list
2021-04-22 14:45:19 -05:00
Mislav Marohnić
9ee580de86
Merge pull request #3491 from junjieyuan/trunk
...
using filepath.Join() instead of path.Join() to fix wrong filepath on Windows
2021-04-22 13:33:40 +02:00
Mislav Marohnić
c57e30fff0
Fix stubbing config in tests on Windows
2021-04-22 11:42:51 +02:00
Mislav Marohnić
c6c3e72f43
Unexport StubConfig
2021-04-22 11:42:28 +02:00
Junjie Yuan
927e4c7e4d
using filepath.Join() instead of path.Join() to fix wrong filepath on Windows:
...
PS C:\Users\Junjie Yuan> gh auth status
github.com
✓ Logged in to github.com as junjieyuan (C:\Users\Junjie Yuan\.config\gh/hosts.yml)
✓ Git operations for github.com configured to use https protocol.
✓ Token: *******************
Signed-off-by: Junjie Yuan <yuan@junjie.pro>
2021-04-22 15:19:16 +08:00
Heath Stewart
bd2738379b
Optionally read stdin for gh alias set
...
Resolves #3487
2021-04-21 22:16:41 -07:00
Nate Smith
5821065ac0
Merge pull request #3419 from zxaos/patch-1
...
add Debian install variant without add-apt-repository
2021-04-20 12:13:59 -05:00
Nate Smith
f65af1473e
Merge pull request #3438 from invakid404/trunk
...
Add Funtoo Linux install instructions
2021-04-20 11:54:00 -05:00
Nate Smith
67d179ee84
Merge pull request #3465 from darkRaspberry/patch-1
...
linuxbrew details added in linux installation docs.
2021-04-20 11:52:38 -05:00
Mislav Marohnić
a3a7deadb8
Merge pull request #3400 from embano1/patch-1
...
Add note on supported value types in raw-fields
2021-04-20 18:49:41 +02:00
Mislav Marohnić
47b7987772
Merge pull request #3402 from cristiand391/remove-unused-embedded-struct
...
Remove unused embedded struct
2021-04-20 18:48:19 +02:00
Nate Smith
929b584003
Update docs/install_linux.md
2021-04-20 11:47:22 -05:00
Nate Smith
2872e79a4f
Update docs/install_linux.md
2021-04-20 11:47:17 -05:00
Nate Smith
d09896468d
Merge pull request #3351 from cristiand391/fix-pr-reopen
...
Fix detecting PR status when passing branch as arg
2021-04-20 11:41:16 -05:00
Nate Smith
882c08104d
Merge pull request #3472 from cli/issue-create-web-fix
...
Fix `issue create --web`
2021-04-20 11:39:48 -05:00
Nate Smith
754dc109d0
Merge pull request #3468 from cli/actions-remote
...
include magic repo resolution magic for workflow and run
2021-04-20 10:30:11 -05:00
Sam
aea6163a83
Merge pull request #3445 from adamslc/log_fix
...
Fix `run view --log` when steps have slashes
2021-04-20 08:13:26 -07:00
Sam Coe
75227f44d1
linter
2021-04-20 08:05:19 -07:00
Mislav Marohnić
a163096809
Merge pull request #3462 from cli/lint-timeout-increase
...
Increase linter timeout from 1min to 3min
2021-04-20 14:02:53 +02:00
Mislav Marohnić
a2ff97d73f
Fix issue create --web
2021-04-20 13:50:44 +02:00
Mislav Marohnić
ae99ad4fbe
Merge pull request #3461 from cli/jobs-url-enterprise
...
Fix requesting REST sub-resources on GHE
2021-04-20 11:31:23 +02:00
Sam
e99239c6b7
Merge pull request #3439 from kou029w/bump-survey
...
Bump AlecAivazis/survey
2021-04-19 15:27:54 -07:00
vilmibm
9ebcca7082
include magic repo resolution magic for workflow and run
2021-04-19 16:23:49 -05:00
Sam Coe
c77c7ec7c9
Match logs based on job name and step number
2021-04-19 12:21:34 -07:00
Nate Smith
057f5f2631
Merge pull request #3432 from cli/actions-int64
...
use int64 explicitly in Actions support
2021-04-19 13:22:49 -05:00
Luke Adams
58d3aa878d
Extract filename creation logic to seperate function
2021-04-19 10:59:36 -06:00
Abhay Kumar Verma
d479449ec5
linuxbrew details added
2021-04-19 19:58:37 +05:30
Mislav Marohnić
f18929cf3d
Increase linter timeout from 1min to 3min
...
Hopefully avoids CI failures like https://github.com/cli/cli/runs/2379956774
2021-04-19 12:53:52 +02:00
Mislav Marohnić
ac348b0dec
Fix requesting REST sub-resources on GHE
...
GitHub REST resources typically return full URLs to fetch related
resources at. We used to parse those URLs to find just the path portion
and pass that in to the `REST()` function, which only accepted paths. By
doing so, we are essential de-constructing a URL just to re-assemble it
again. While re-assembling it for Enterprise, though, we would
accidentally inject an extra `api/v3/` prefix where one was not needed.
The solution is just to use raw URLs as reported by the REST API with
no modifications. This extends the `REST()` function to accept full URLs
in addition to just paths to resources.
2021-04-19 12:41:09 +02:00
Luke Adams
0822e6b4ed
Fix run view --log when steps have slashes
2021-04-16 23:37:24 -06:00
Kohei Watanabe
17805c8cd5
Bump AlecAivazis/survey
2021-04-16 21:01:23 +09:00
invakid404
388075d55a
docs: add funtoo linux install instructions
2021-04-16 11:36:33 +03:00
vilmibm
8458c5f95d
use int64 explicitly in Actions support
2021-04-15 13:32:09 -05:00
Sam
09b09810dd
Merge pull request #3403 from cli/update-glamour
...
Update glamour to version which includes emoji support
2021-04-15 10:33:49 -07:00
Nate Smith
bd663b5049
Merge pull request #3429 from cli/log-fail-cache
...
hotfix: create cache dir in run view
2021-04-15 11:21:17 -05:00
vilmibm
a2f4f725af
create cache dir
2021-04-15 11:15:03 -05:00
Mislav Marohnić
31cccb4604
Merge pull request #3414 from cli/json-format
...
Add `--json` export flag for issues and pull requests
2021-04-14 20:15:29 +02:00
Mislav Marohnić
516ea8691e
Fix whitespace formatting of issue/pr view help text
2021-04-14 20:04:47 +02:00
Mislav Marohnić
654bd29ca0
Disallow unsupported values for --json flag
2021-04-14 19:58:58 +02:00
Mislav Marohnić
56cdbb643f
Fix pr view tests broken by createdAt → submittedAt switch
2021-04-14 19:41:55 +02:00
Mislav Marohnić
625505dcfb
Fix assigning null Exporter
2021-04-14 19:11:08 +02:00
Mislav Marohnić
7ec5b0f8cf
Merge remote-tracking branch 'origin' into json-format
2021-04-14 18:52:34 +02:00
Mislav Marohnić
78e48e2dfd
Tests for GraphQL query builder and JSON exporter
2021-04-14 18:52:02 +02:00
Mislav Marohnić
e327b42f79
Add gh help formatting topic & link to it from commands with JSON output
2021-04-14 18:27:15 +02:00
Nate Smith
f4d96ee789
Merge pull request #3418 from cli/startup-failure
...
actions wrap up
2021-04-14 11:22:58 -05:00