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
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
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
vilmibm
bca828be2c
placeholder consistency
2021-04-14 11:17:12 -05:00
Mislav Marohnić
3ad41e3e65
Change JSON Exporter to an interface
2021-04-14 18:15:52 +02:00
Mislav Marohnić
e63904bacd
Expose more fields for PR JSON export
2021-04-14 17:28:27 +02:00
Nate Smith
a12cbe7c01
Merge pull request #3412 from cristiand391/current-branch-help-text
...
Add note about current branch detection
2021-04-13 23:00:24 -05:00
vilmibm
e10a3f164f
minor usage improvements
2021-04-13 22:43:02 -05:00
vilmibm
a85ef9273f
bump run list limit
2021-04-13 22:42:38 -05:00
vilmibm
04844256dd
annotation fixes
2021-04-13 22:10:32 -05:00
vilmibm
cd8ec47163
unhide actions commands
2021-04-13 22:08:06 -05:00
vilmibm
4e281153f6
incorporate wording feedback
2021-04-13 22:06:06 -05:00
vilmibm
efe7aa1f78
fix small bug with startup_failure conclusion
2021-04-13 22:03:59 -05:00
Mislav Marohnić
a516ee6833
Add issue status --json support
2021-04-13 21:26:26 +02:00
Mislav Marohnić
3f22e3b353
Add pr status --json support
2021-04-13 21:12:30 +02:00
Mislav Marohnić
e158fac1a9
Restructure PullRequestStatus function
2021-04-13 20:54:09 +02:00
Mislav Marohnić
298ef8add5
Merge remote-tracking branch 'origin' into json-format
2021-04-13 20:31:11 +02:00
Mislav Marohnić
abe452bb19
Add --json export flag for issues and pull requests
...
The `--json` flag accepts a list of GraphQL fields to query for and
output in JSON format. To get the list of available flags, run the
command with a blank value for `--json`. Additional `--jq` and
`--template` flags are available just like in `gh api`.
2021-04-13 20:29:31 +02:00
Mislav Marohnić
19ea49b5a9
Move issue list queries to under the issue/list package
2021-04-13 19:25:19 +02:00
Nate Smith
cadabb4e6d
Merge pull request #3413 from cli/run-download-fix
...
Fix extracting workflow artifact to a relative path
2021-04-13 12:23:30 -05:00
Mislav Marohnić
f8c7fd1d28
Fix extracting workflow artifact to a relative path
...
To prevent zipslip, we verify that each extracted file would fall
strictly under the prefix of the path to extract to. However, this
yielded a false positive when extracting to `.`, which is the default
for downloading a single archive.
2021-04-13 19:15:14 +02:00
Cristian Dominguez
8a0d5b0e43
Add note about current branch detection
2021-04-13 12:30:07 -03:00
Mislav Marohnić
61a8049592
Extract JSON filtering functionality from gh api
2021-04-13 16:48:21 +02:00