meiji163
44334bbec6
pinning script exts
2022-03-02 19:25:25 -08:00
JP Ungaretti
aea8a0e021
Clean up code
2022-03-03 01:32:12 +00:00
JP Ungaretti
3582090fb8
Fix RPC call
2022-03-03 01:21:35 +00:00
Bernardo
383a711902
fix linter error
2022-03-02 17:59:46 +00:00
Nate Smith
5772c0958a
Merge pull request #5271 from cli/dependabot/github_actions/actions/checkout-3
...
Bump actions/checkout from 2 to 3
2022-03-02 10:47:59 -06:00
dependabot[bot]
0cce0e1543
Bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [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/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 14:29:49 +00:00
Patrick Veverka
edfaac23da
updates from review
2022-03-02 13:17:57 +00:00
Bernardo
347e7dc67b
delete unneeded comment
2022-03-02 01:22:05 +00:00
meiji163
15bca56fd2
Merge branch 'cli:trunk' into pin-ext
2022-03-01 15:02:03 -08:00
meiji163
fe5eca1dd5
pinning binary exts
2022-03-01 15:01:04 -08:00
JP Ungaretti
9e3b955163
Add cs jupyter
2022-03-01 22:38:35 +00:00
Mario Campos
97ea5e77b4
Fix obtained scope mapping to include implied scopes ( #5256 )
...
* Fix obtained scope mapping to include missing scopes
As is, `gotScopes` does not contain certain scopes because it doesn't check for the "special" scopes that imply other scopes. For example, the `repo` scope implies `repo:invite`.
* Add a comment in ScopesSuggestion explaining branch statements
* Delete whitespace to appease go-fmt
2022-03-01 14:37:58 +00:00
Mark Phelps
a9e92c9ed5
Fix HexToRGB panic ( #5247 )
2022-03-01 14:37:10 +00:00
dependabot[bot]
12f2e3cab0
Bump github.com/itchyny/gojq from 0.12.6 to 0.12.7 ( #5263 )
...
Bumps [github.com/itchyny/gojq](https://github.com/itchyny/gojq ) from 0.12.6 to 0.12.7.
- [Release notes](https://github.com/itchyny/gojq/releases )
- [Changelog](https://github.com/itchyny/gojq/blob/main/CHANGELOG.md )
- [Commits](https://github.com/itchyny/gojq/compare/v0.12.6...v0.12.7 )
---
updated-dependencies:
- dependency-name: github.com/itchyny/gojq
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01 14:27:35 +00:00
Nate Smith
91c4a5d828
Merge pull request #5234 from markphelps/codespaces-accept-perms
...
Codespaces Create: Allow Accepting Permissions
2022-02-28 16:54:45 -06:00
Jose Garcia
35638cb82f
Update tests for serverSharing
2022-02-28 08:22:09 -05:00
Jose Garcia
2328ccb881
Abstract port notification logic into liveshare
2022-02-28 07:56:37 -05:00
Mislav Marohnić
25a4877f2e
Update triage.md ( #5238 )
2022-02-28 09:31:27 +01:00
boonhong
a6161cb8cb
pr close skips deleting local branch if not in a git repo
2022-02-26 18:03:05 +08:00
Mark Phelps
dd5feda00a
Update wording after consulting product
2022-02-25 17:32:08 -05:00
Jose Garcia
3847d965da
Refactor port update data into liveshare
2022-02-25 08:09:12 -05:00
Patrick Veverka
86feaff6a9
little bit of testing
2022-02-24 20:21:06 +00:00
Mark Phelps
71f32376d0
Fix tests
2022-02-22 20:20:52 -05:00
Mark Phelps
707220a9b1
PR updates
2022-02-22 14:16:03 -05:00
Mark Phelps
1ea26f33d8
Add create test
2022-02-22 09:50:43 -05:00
Mislav Marohnić
cf4b73ff95
Merge pull request #5223 from cli/docs-improvements
...
Misc. docs improvements
2022-02-21 15:35:10 +01:00
Mislav Marohnić
57d0581504
Add note about git auth
2022-02-21 15:24:54 +01:00
Mislav Marohnić
112ca8bf91
Merge remote-tracking branch 'origin' into docs-improvements
2022-02-21 15:24:18 +01:00
Mislav Marohnić
2c981b70bf
Merge pull request #5221 from cli/string-enum-flag
...
Use StringEnumFlag helper in more places
2022-02-21 15:21:07 +01:00
Mislav Marohnić
a315e6865c
run download: fix extracting to root path
...
Our rudimentary check for whether a file path is entirely contained
under a directory had a false negative when the parent directory is "/".
2022-02-18 20:27:40 +01:00
Mislav Marohnić
9cbfe73140
Have core commands have consistent Short description
2022-02-18 18:39:30 +01:00
Mislav Marohnić
0f956c8502
auth login: clarify authentication alternatives
2022-02-18 18:39:30 +01:00
Mislav Marohnić
7235384f12
gh: list help topics in help output
2022-02-18 18:39:30 +01:00
Mislav Marohnić
286ba5e8dc
issue/pr list: clarify search syntax
2022-02-18 18:39:30 +01:00
Mislav Marohnić
5f8bdd64da
gh api: clarify how to pass API preview names
2022-02-18 18:39:30 +01:00
Mislav Marohnić
0f1aaae57c
issue/pr comment: allow using editor in non-interactive mode
...
The user should be able to `gh config set prompt disabled` and still be
allowed to use `gh issue comment --editor`.
2022-02-18 18:38:55 +01:00
Mislav Marohnić
57f49d9f8a
issue/pr comment: improve docs as it relates to editor
2022-02-18 18:38:44 +01:00
Mislav Marohnić
512208ca96
repo fork: tweak docs
2022-02-18 18:38:34 +01:00
Mislav Marohnić
19563c4a74
Use StringEnumFlag helper in more places
2022-02-18 12:52:47 +01:00
Jose Garcia
9556c72ecf
Update event types and drop idea of global request
2022-02-17 17:05:56 -05:00
Mark Phelps
e7c2f973ae
Support opting out of permissions
2022-02-17 15:11:12 -05:00
Jonathan Mayer
1eefda0b45
gh auth login: add git protocol flag ( #5158 )
...
Co-authored-by: Mislav Marohnić <mislav@github.com>
2022-02-17 19:35:59 +00:00
Hanjingxue Boling
f4b4a4e18f
Update installation instructions for Fedora ( #5204 )
...
gh-cli has entered fedora's official repository and can be installed directly without adding a third-party repository.
Co-authored-by: Mislav Marohnić <mislav@github.com>
2022-02-17 18:41:26 +00:00
Christian Gregg
c5dbf20ed4
Alias list as ls for all commands ( #5214 )
...
I always get tripped up whenever trying to list my codespaces, adding
`ls` as an alias to `list` feels natural enough.
Co-authored-by: Mislav Marohnić <mislav@github.com>
2022-02-17 13:53:42 +01:00
Patrick Veverka
3d093d1a95
some tests
2022-02-17 02:23:17 +00:00
Jose Garcia
ee349700de
Checkin almost final impl but wrong direction
2022-02-16 17:56:09 -05:00
Mark Phelps
84aad52b22
Merge branch 'cli:trunk' into codespaces-accept-perms
2022-02-16 10:08:49 -05:00
Patrick Veverka
133be27d99
wip tests
2022-02-16 13:35:46 +00:00
Bernardo
ca14d10b7b
add failure tests
2022-02-16 03:10:47 +00:00
Mark Phelps
590acaa1d6
WIP
2022-02-15 19:35:53 -05:00