Mislav Marohnić
e4f5545e86
Go 1.19: fix comment formatting for moq-generated mocks
2022-12-12 16:58:25 +01:00
Mislav Marohnić
684a4c5c8c
bump golangci-lint
2022-12-12 16:49:19 +01:00
Mislav Marohnić
d273005f40
Merge remote-tracking branch 'origin' into go-1.19-upgrade
2022-12-12 16:48:41 +01:00
Mislav Marohnić
487990bb0c
bump safeexec for 1.19 fix
2022-12-12 16:48:25 +01:00
Sam Coe
6dbe7e6342
Linter fixes ( #6722 )
...
Co-authored-by: Mislav Marohnić <mislav@github.com>
2022-12-12 15:27:32 +00:00
Mislav Marohnić
c9c39a66ba
Bump goreleaser
2022-12-12 16:02:54 +01:00
Mislav Marohnić
ba4d50452d
Update to Go 1.19
...
With this upgrade our codebase adopts the stricter handling of `os/exec` command lookup in it that it doesn't allow shelling out to a command in the current directory.
2022-12-12 15:50:13 +01:00
Max Coplan
f57249f0dd
docs: Update installation instructions for WinGet ( #6716 )
...
Co-authored-by: Mislav Marohnić <mislav@github.com>
2022-12-12 13:38:56 +00:00
Jake Shorty
c21408fc01
Merge pull request #6705 from cli/jshorty/new-pfs-domain
...
Use new domain for forwarded ports
2022-12-09 13:31:39 -05:00
Matthew Gabeler-Lee
eadc8e8372
Add isDraft to search prs json options, matching pr view ( #6704 )
2022-12-09 07:57:27 +00:00
Nate Smith
4fd56ac7c1
Merge pull request #5049 from hirasawayuki/add-more-author-infomation
...
Add author information in `pr list` JSON output
2022-12-08 16:19:18 -06:00
vilmibm
acaebe8a1a
export is_bot from issue list
2022-12-08 14:10:29 -08:00
vilmibm
c91c2d43cd
export is_bot in issue/pr search
2022-12-08 12:55:03 -08:00
Jake Shorty
1cb62b182c
Use new domain for forwarded ports
2022-12-08 18:36:26 +00:00
Des Preston
23913ac371
Show version diff when updating a single extension ( #6647 )
2022-12-08 14:40:41 +00:00
Owen Voke
57f5bd8cdd
Add support to exclude pre-releases from release list ( #6625 )
2022-12-08 08:53:12 +02:00
Skip Baney
06360429de
Prompt for owner when interactively creating repos ( #6578 )
2022-12-08 08:52:36 +02:00
Natthakit Susanthitanon
33779630da
Exclude the current user from reviewers when creating pr ( #6464 )
2022-12-08 08:51:35 +02:00
vilmibm
b37e29e643
fix test
2022-12-07 12:18:14 -08:00
vilmibm
84a15d0943
Merge remote-tracking branch 'origin/trunk' into add-more-author-infomation
2022-12-07 11:54:55 -08:00
Nate Smith
a22b7ca41c
Merge pull request #6451 from cli/pr-prompter
...
use Prompter in pr package
2022-12-05 13:43:44 -06:00
vilmibm
91445d2df3
Merge remote-tracking branch 'origin/trunk' into pr-prompter
2022-12-05 11:27:55 -08:00
Mislav Marohnić
3017168dc3
Merge pull request #6632 from luanzeba/gh_release_verify_tag
...
Add --verify-tag flag for release creation command
2022-11-28 13:27:48 +01:00
Mislav Marohnić
590dc84a09
Merge pull request #6653 from cli/devcontainer-docs
...
Document installing GitHub CLI in Codespaces
2022-11-23 13:02:48 +01:00
Mislav Marohnić
799aff18ae
Document installing GitHub CLI in Codespaces
2022-11-22 16:58:55 +01:00
Mislav Marohnić
14fd15da88
Merge pull request #6646 from cli/pr-expose-review-commit
...
Expose commit SHA in PR reviews JSON export
2022-11-22 12:37:22 +01:00
Mislav Marohnić
40cfa90222
Expose commit OID in PR reviews JSON export
2022-11-21 17:25:44 +01:00
Mislav Marohnić
1fe25b8376
Merge pull request #6634 from cli/dependabot/github_actions/mislav/bump-homebrew-formula-action-2
...
Bump mislav/bump-homebrew-formula-action from 1 to 2
2022-11-18 17:57:31 +01:00
dependabot[bot]
14c2b801ef
Bump mislav/bump-homebrew-formula-action from 1 to 2
...
Bumps [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action ) from 1 to 2.
- [Release notes](https://github.com/mislav/bump-homebrew-formula-action/releases )
- [Commits](https://github.com/mislav/bump-homebrew-formula-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: mislav/bump-homebrew-formula-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-17 14:09:07 +00:00
Luan Vieira
fad72b788d
Avoid duplicate remote tag lookups
...
Co-authored-by: Mislav Marohnić <hi@mislav.net>
2022-11-16 15:12:18 -05:00
Luan Vieira
f1a067ff18
Clarify --verify-tag flag description
...
Co-authored-by: Mislav Marohnić <hi@mislav.net>
2022-11-16 15:09:21 -05:00
Luan Vieira
11bef8c3b5
Add --verify-tag flag for release creation command
...
Fixes https://github.com/cli/cli/issues/6566
When running `gh release create <tag> --verify-tag`, we query <tag>
among repository tags via the GitHub API before creating the release,
and abort the command if the tag was not found.
2022-11-16 13:45:55 -05:00
Sam Coe
8891456b4b
Update go-gh to v1.0.0 ( #6618 )
2022-11-15 15:11:10 +02:00
Sam Coe
98ab1f2587
Authenticate network git commands ( #6541 )
2022-11-15 13:14:37 +02:00
Sam Coe
649fb35ece
Fix up bindir for new version of goreleaser ( #6621 )
2022-11-15 11:40:30 +02:00
Sam Coe
44e6483717
Set fetch depth for goreleaser to work properly
2022-11-15 09:37:24 +02:00
Sam Coe
c066edc984
Fix commands that use iostreams RefreshScreen ( #6607 )
2022-11-14 16:08:00 +01:00
Mislav Marohnić
3fd73ec470
Merge pull request #6608 from cli/revert-6552-owner-affiliations
...
Fix listing repositories for a named GitHub user
2022-11-14 14:01:42 +01:00
Sam Coe
45be3509bb
Update goreleaser so we can release ARM64 binaries for windows ( #6605 )
2022-11-14 13:54:16 +02:00
Mislav Marohnić
5408197a06
Revert "Fix repo list when belonging to org with IP Allow list enabled"
2022-11-14 12:46:41 +01:00
Sam Coe
6bbfc5056d
Use git client in extension manager ( #6547 )
2022-11-10 11:38:12 +02:00
Mislav Marohnić
30ad3f0fd1
Fix SECURITY.md
2022-11-09 20:07:56 +01:00
Nate Smith
f048eb9061
Merge pull request #6587 from maclarel/patch-1
2022-11-09 10:34:30 -08:00
Logan MacLaren
58deedb9f3
Create SECURITY.md
2022-11-09 12:41:04 -05:00
Nate Smith
f2febbc46e
Merge pull request #6567 from cli/gh-ext-search
...
gh ext search
2022-11-08 12:54:07 -08:00
vilmibm
036e16608f
Merge remote-tracking branch 'origin/trunk' into gh-ext-search
2022-11-08 12:40:21 -08:00
Nate Smith
bd54e8e472
Merge pull request #6530 from cli/gh-ext-browse-tview
...
gh ext browse
2022-11-08 12:35:10 -08:00
vilmibm
3abba558f3
review feedback
2022-11-08 12:32:44 -08:00
vilmibm
85e336526d
tweak usage
2022-11-08 12:31:33 -08:00
vilmibm
e84383589e
add more usage info
2022-11-08 11:15:39 -08:00