Commit graph

6924 commits

Author SHA1 Message Date
Andy Feller
7a68d19c40
Merge pull request #8116 from cli/andyfeller/7718-homebrew-bump
Update deployment.yml
2023-10-10 08:29:40 -04:00
Carl Walsh
3443a752a9
docs: fix typo in pr create (#8115)
https://cli.github.com/manual/gh_pr_create shows `BADINDEX` and broken markdown formatting right now.
Was very recently introduced in #8080
2023-10-03 17:20:02 +00:00
Andy Feller
80e46cabeb
Update deployment.yml
Update release job to use repository environment needed for homebrew secret
2023-10-03 11:28:58 -04:00
Andy Feller
aefecbab65
Update homebrew-bump.yml
Adding missing input needed for testing
2023-10-03 10:54:44 -04:00
William Martin
49ec484211
Add homebrew-bump-debug workflow (#8114) 2023-10-03 16:45:44 +02:00
Andy Feller
b775a9071f
Merge pull request #8024 from arunsathiya/new/7962-clear-flag-to-remove-field-value
update(project/item-edit): New clear flag to remove item field value
2023-10-03 08:53:38 -04:00
Arun Sathiya
9d04ee6c8d
update(run): Use attempt input when fetching jobs (#7831)
* Introduce attempt flag for run watch and use attempt input when fetching jobs

* Handle attempt input for 'run watch' commands instead of using the latest attempt

* Revert attempt flag implementation for 'run watch' command because it is intended only for the latest attempt

* Fix tests for cases when attempt flag is used on 'run view' command

---------

Co-authored-by: Andy Feller <andyfeller@github.com>
2023-10-03 14:36:47 +02:00
Andy Feller
d283e115a4
Merge branch 'trunk' into new/7962-clear-flag-to-remove-field-value 2023-10-03 08:32:52 -04:00
Andy Feller
8d53e246f2
Merge pull request #8080 from peterramaldes/3888-document-explicitly-fill-flag
docs: update the flag `--fill` docs
2023-10-03 08:30:30 -04:00
Arun Sathiya
39466f3c03
Merge branch 'trunk' into new/7962-clear-flag-to-remove-field-value 2023-10-02 11:47:01 -07:00
Andy Feller
c8b465269e
Bubble up return value from inner function calls in runEditItem 2023-10-02 11:42:34 -07:00
Peter A. Ramaldes
c10371605c
Update pkg/cmd/pr/create/create.go
Co-authored-by: Andy Feller <andyfeller@github.com>
2023-10-02 14:46:02 -03:00
Andy Feller
bd072c5e83
Merge pull request #8081 from rajhawaldar/SupportStandardOutputFormatFlags
Support standard output format flags for secret and deploy-key list
2023-10-02 13:21:47 -04:00
Lars Lehtonen
07ee387f25
pkg/cmd/root: fix startup panic (#8105) 2023-10-02 07:03:24 +00:00
Arun
45e4bf7fc0
Split clearing item, updating draft item and updating item values into individual functions for better readability; refactor field ID and project ID presence check into a separate function 2023-09-29 12:15:35 -07:00
Arun
eebef99b1c
Document clear flag in long form help as well 2023-09-29 11:56:19 -07:00
Arun
9d81ca0e44
Add clear flag usage example 2023-09-29 11:54:26 -07:00
Arun
6f6e179c49
Move field value flag and clear flag exclusivity one level higher up to RunE 2023-09-29 11:54:14 -07:00
Raj Hawaldar
976b84afd2
Merge branch 'trunk' into SupportStandardOutputFormatFlags 2023-09-29 15:46:48 +05:30
rajhawaldar
79296c0a62
Use camelCase for fields
Signed-off-by: rajhawaldar <rajhawaldar.in@gmail.com>
2023-09-29 13:02:59 +05:30
Peter Admilson Ramaldes
d4668c599e docs: update the details of fill and fill-first 2023-09-28 06:00:54 -03:00
David Gardiner
b4d075ef00
Merge pull request #8023 from dmgardiner25/dev-tunnels-pf
Forward codespace ports over Dev Tunnels
2023-09-27 13:56:32 -07:00
David Gardiner
e059f32aa5 Forward codespace ports over Dev Tunnels 2023-09-27 13:42:40 -07:00
Andy Feller
5dc58ca675
Merge pull request #8082 from cli/andyfeller-patch-1
Update triage documentation with link to unlabeled open issues
2023-09-26 18:55:49 -04: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
Andy Feller
8c2fd37bec
Update triage.md
Adding link to triage document for ease of reviewing incoming / open issues.
2023-09-25 13:55:33 -04:00
rajhawaldar
965eabd503
Support standard output format flags for secret and deploy-key list
Signed-off-by: rajhawaldar <rajhawaldar.in@gmail.com>
2023-09-25 21:35:47 +05:30
Peter Admilson Ramaldes
756d9a07d0 docs: update the flag --fill docs
The `--title` and/or `--body` could be overwritten when use `--fill`
togheter, so, this change makes this behavior more evident
2023-09-25 07:26:33 -03: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
Arun Sathiya
cfe055c29e
Merge branch 'trunk' into new/7962-clear-flag-to-remove-field-value 2023-09-19 20:11:12 -07:00
Arun
31fd8dfc45
Tests for the new clear flag 2023-09-19 19:57:25 -07:00
Arun
dde84c27a3
Driveby unrelated update: when both field ID and project ID are missing, specify that it's necessary to update the field value 2023-09-19 19:04:43 -07:00
Arun
55b41d8fa6
Introduce clear flag on 'project item-edit' command to remove field value 2023-09-19 19:03:57 -07: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