Mislav Marohnić
ee1328de49
Bump Cobra to eliminate Viper
2022-03-10 17:28:39 +01:00
Josh Spicer
4d5ce7aa56
Adds internal codespace developer flags ( #5287 )
2022-03-09 15:59:29 +00:00
Sam Coe
e0045f26b9
Add top level search command and search repos sub command ( #5172 )
2022-03-09 12:24:27 +00:00
Mislav Marohnić
4a41fec2ed
Merge pull request #5286 from cli/checks-branch
...
pr checks: fix error message when no checks were found
2022-03-08 18:41:31 +01:00
Mislav Marohnić
a657fa808a
pr checks: fix error message when no checks were found
...
Fixes the error message:
no checks reported on the '' branch
Now the correct branch name is reported.
2022-03-08 16:44:41 +01:00
meiji163
8174640cda
install tests
2022-03-07 19:47:21 -08:00
meiji163
65bc3acaa5
merge upstream
2022-03-07 17:58:48 -08:00
meiji163
aad291a3b8
Merge branch 'tmp' into pin-ext
2022-03-07 17:53:42 -08:00
meiji163
619774d460
fix tests
2022-03-07 17:50:38 -08:00
meiji163
bed630452b
list pinned exts
2022-03-07 17:49:04 -08:00
meiji163
db53df102c
pinning script exts
2022-03-07 17:02:22 -08:00
meiji163
d7277e396c
pinning binary exts
2022-03-07 17:02:22 -08:00
meiji163
95fa7f97cd
Merge branch 'trunk' of https://github.com/meiji163/cli into pin-ext
2022-03-07 16:53:53 -08:00
Bernardo
9b1a6607ce
review suggestion: deregister handle after receiving notification
2022-03-07 22:00:16 +00:00
Nate Smith
e361fd47a3
Merge pull request #5254 from ganboonhong/pr-close-failed
...
pr close skips deleting local branch if not in a git repo
2022-03-07 14:53:41 -06:00
Seito Tanaka
6f66a1d265
Add version to extension list command ( #5219 )
...
* Add version to extension list command
* Trim sha only when displaying
2022-03-07 07:14:26 +00:00
Bernardo
fc55e01d86
fix progress indicator bug
2022-03-05 01:48:11 +00:00
Bernardo
75c6c2c877
fix scoping bug
2022-03-04 23:07:24 +00:00
Bernardo
9616706984
review suggestion
2022-03-04 22:30:50 +00:00
meiji163
f350b917e4
fix tests
2022-03-03 22:10:35 -08:00
Patrick Veverka
cd8d653285
Merge pull request #5211 from cli/edit_codspaces
...
Allow Editing Codespaces
2022-03-03 18:22:01 -05:00
Mark Phelps
625f3ac144
Updates wording for codespaces accept permissions flow
2022-03-03 15:36:53 -05:00
Cameron Booth
bf5801e646
Implement --job for rerunning a specific actions job
2022-03-03 11:49:08 -08:00
Cameron Booth
c38ca830be
Extract shared.GetJob so we can use in rerun too
2022-03-03 11:10:22 -08:00
Bernardo
7656943c31
review suggestions
2022-03-03 18:40:00 +00:00
meiji163
bdab7de1d2
list pinned exts
2022-03-02 21:06:23 -08:00
meiji163
44334bbec6
pinning script exts
2022-03-02 19:25:25 -08: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
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