Commit graph

6894 commits

Author SHA1 Message Date
David Gardiner
e059f32aa5 Forward codespace ports over Dev Tunnels 2023-09-27 13:42:40 -07:00
Andy Feller
48b0d53d0e
Merge pull request #8033 from cli/dependabot/github_actions/mislav/bump-homebrew-formula-action-3
build(deps): bump mislav/bump-homebrew-formula-action from 2 to 3
2023-09-26 13:43:10 -04:00
Andy Feller
4dc80c3925
Merge pull request #7954 from siketyan/feat/cache-list-json
feat(cache): Add JSON exporting support for cache list
2023-09-26 07:51:16 -04:00
Andy Feller
50c96493f2
Merge branch 'trunk' into dependabot/github_actions/mislav/bump-homebrew-formula-action-3 2023-09-25 16:56:05 -04:00
Raj Hawaldar
decbbd2165
Show cancelled checks (#7960) 2023-09-24 18:27:01 +02:00
Heath Stewart
073ec3426b
Return HTTP errors properly for some commands (#8037)
* Return HTTP error for `run watch`

Partially fixes #8026

* Return HTTP error for `gpg-key delete`

Partially fixes #8026
2023-09-24 18:22:55 +02:00
Natsuki Ikeguchi
9ef7a5f262
test: Add unit test for cache.ExportData 2023-09-24 02:53:08 +09:00
Andy Feller
60f2da2d1f
Merge pull request #8030 from benoit-pierre/pr/fix_cache_delete_keys_handling
cache/delete: percent-encode keys
2023-09-22 08:53:03 -04:00
Benoit Pierre
564d07ce00 cache/delete: percent-encode keys 2023-09-21 16:32:53 +02:00
dependabot[bot]
9683b91363
build(deps): bump mislav/bump-homebrew-formula-action from 2 to 3
Bumps [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action) from 2 to 3.
- [Release notes](https://github.com/mislav/bump-homebrew-formula-action/releases)
- [Commits](https://github.com/mislav/bump-homebrew-formula-action/compare/v2...v3)

---
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>
2023-09-21 14:07:16 +00:00
Raj Hawaldar
c5a7bf8f45
Hint adding codespace scope to auth login (#7961) 2023-09-21 08:43:27 +02:00
Sam Coe
94fbbdf9b5
Cleanup release create around new --notes-from-tag flag (#8016) 2023-09-19 08:26:52 +00:00
William Martin
0558f54902
Merge pull request #7981 from cli/dependabot/github_actions/goreleaser/goreleaser-action-5
build(deps): bump goreleaser/goreleaser-action from 4 to 5
2023-09-18 15:22:41 +02:00
Keith Bailey
97755c6bf0
Document when gh auth login writes oauth token to plain text (#7781) 2023-09-18 11:34:13 +02:00
Andy Feller
53c36d0b12
Merge pull request #7861 from kbailey4444/git-tag-release-notes
Add `gh release create [<tag>] --notes-from-tag`
2023-09-13 08:36:22 -04:00
Andy Feller
abc282d3f2
Merge branch 'trunk' into git-tag-release-notes 2023-09-13 08:19:15 -04:00
Keith Bailey
f02cbf36d1
Merge branch 'git-tag-release-notes' of github.com:kbailey4444/cli into git-tag-release-notes 2023-09-12 21:36:39 -04:00
Josh Gross
c5f88bb551
Show full permissions URL in gh cs create (#7983)
* Show full permissions URL in `gh cs create`

* Validate that full permissions URL is displayed
2023-09-12 10:12:53 -07:00
dependabot[bot]
fe40c2652e
build(deps): bump goreleaser/goreleaser-action from 4 to 5
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4 to 5.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 14:24:27 +00:00
William Martin
4cd0b738d6
Merge pull request #7974 from cli/williammartin-patch-1
Reinforce not opening PRs without approval on an issue
2023-09-12 14:14:50 +02:00
Andy Feller
28746d8f60
Merge branch 'trunk' into git-tag-release-notes 2023-09-12 08:10:53 -04:00
Keith Bailey
be41a9bd20
moved remoteTagExists under if NotesFromTag exists and added three tests 2023-09-11 14:17:49 -04:00
Nick Alteen
7e7391bf88
Clarify list repo behavior (#7964)
Co-authored-by: William Martin <williammartin@github.com>
2023-09-11 17:28:14 +02:00
William Martin
27493ca2f8
Reinforce not opening PRs without approval on an issue 2023-09-11 15:18:20 +02:00
Keith Bailey
9f68a49304
Merge branch 'cli:trunk' into git-tag-release-notes 2023-09-07 17:31:20 -04:00
Keming
ba60f89f42
Delete local tag when running gh release delete --cleanup-tag (#7884) 2023-09-07 12:04:15 +00:00
Jun Nishimura
925473eeb1
Add --all flag to alias delete command (#7900) 2023-09-07 10:56:44 +00:00
Natsuki Ikeguchi
1749574310
feat(cache): Add JSON exporting support for cache list
Signed-off-by: Natsuki Ikeguchi <me@s6n.jp>
2023-09-07 01:35:03 +09:00
William Martin
bcbf842706
Merge pull request #7953 from cli/wm/remove-homebrew-bump-test
Remove test workflow for homebrew bump and move fork to personal namespace
2023-09-06 16:52:28 +02:00
William Martin
1d0d51834d Move homebrew bump fork to personal repo 2023-09-06 15:23:24 +02:00
William Martin
1d650a1577 Revert "Add a test workflow for homebrew bump investigations (#7951)"
This reverts commit 3d4df8800e.
2023-09-06 15:22:21 +02:00
William Martin
3d4df8800e
Add a test workflow for homebrew bump investigations (#7951) 2023-09-06 15:02:58 +02:00
Andy Feller
e5f499f301
Merge pull request #7879 from harveysanders/7771-list-all-run-jobs
Fetch all jobs on a `gh view run` with `json` flag
2023-09-06 09:46:43 +02:00
Harvey Sanders
4ccc6ed03b
Merge branch 'trunk' into 7771-list-all-run-jobs 2023-09-05 11:39:23 -04:00
Harvey Sanders
6f0f5a89e2 Use consistent variable naming 2023-09-05 11:36:33 -04:00
Robert Estelle
b91cfd8484
gh status: show status even if a comment 404s (#7873) 2023-09-05 04:34:44 +02:00
dependabot[bot]
f9df89da0f
build(deps): bump actions/checkout from 3 to 4 (#7937)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 04:06:24 +02:00
Ariel Deitcher
52a2a72210
rename template to mark-template cmd (#7923) 2023-09-05 03:58:07 +02:00
Harvey Sanders
e96fe1d007
Merge branch 'trunk' into 7771-list-all-run-jobs 2023-09-03 20:39:27 -04:00
Harvey Sanders
137da73642 Simplify mock jobs response 2023-09-03 20:32:41 -04:00
Harvey Sanders
d5d10a6f38 Use "Link" header for pagination completion check 2023-09-03 20:32:08 -04:00
Harvey Sanders
acc362f9d8 Fix pagination resp with "Link" header 2023-09-03 19:55:27 -04:00
Harvey Sanders
a4547481d6 Refactor GetJobs to use RESTWithNext 2023-09-02 01:01:29 -04:00
William Martin
e81a76d535
Add formula-path to homebrew-bump step (#7930) 2023-09-01 17:45:27 +02:00
Andy Feller
3a33f55fdc
Merge pull request #7916 from cli/mntlty/project_template
mark and unmark project as template
2023-08-31 15:19:03 -04:00
Andy Feller
d4f3695a09
Merge branch 'trunk' into mntlty/project_template 2023-08-31 15:18:23 -04:00
Harvey Sanders
656d83848b Merge branch 'trunk' of github.com:cli/cli into 7771-list-all-run-jobs
* 'trunk' of github.com:cli/cli:
  Add JSON output flags to workflow list command (#7902)
  Add config clear-cache command (#7693)
  Allow --disable-wiki flag with --template flag in repo create command (#7886)
  Reword token invalid message (#7906)
  🐛 (repo create)execute clone when readme option is enabled (#7837)
  Use go-gh prompter package (#7896)
  pr checks return distinct exit code for PENDING checks (#7866)
  Properly rename remote for GHES hosts (#7890)
  Add verbose flag to api cmd (#7826)
  Fix up Nix installation instructions (#7891)
2023-08-31 09:34:47 -04:00
Raj Hawaldar
330ad32c31
Add JSON output flags to workflow list command (#7902) 2023-08-30 20:19:18 +00:00
Ariel Deitcher
1fef870916 fix tests 2023-08-30 09:55:58 -07:00
Ariel Deitcher
f5d5e2ed1b no other descriptions have a period 2023-08-30 09:48:17 -07:00