Snoppy
8d54ffc9f6
chore: fix typos ( #216562 )
...
Signed-off-by: snoppy <michaleli@foxmail.com >
2024-06-27 20:01:19 +00:00
Connor Peet
e3d04f279f
cli: support refresh token in tunnel user login ( #212106 )
2024-05-06 18:47:37 +02:00
solimant
9b22c85e7d
Honor GitHub brand name casing ( #208503 )
2024-03-25 15:49:45 +00:00
Connor Peet
df809f53dd
cli: use a better permission for keychain fallback ( #206650 )
...
Fixes https://github.com/microsoft/vscode-remote-release/issues/9619
2024-03-01 23:40:46 +01:00
Connor Peet
fcb814b0d6
cli: fix text shown when GH auth is auto-selected ( #196527 )
...
Refs https://github.com/microsoft/vscode-remote-release/issues/8908\#issuecomment-1778427807
2023-10-25 09:07:14 +02:00
Connor Peet
f75db45b2f
cli: support signing in with msft account ( #195820 )
...
For https://github.com/microsoft/vscode-remote-release/issues/8908
2023-10-17 11:38:25 -07:00
Connor Peet
2e37be2160
Adopt Terrapin / msrustup for the CLI ( #188732 )
...
* cli: use terrapin for cli builds
* update rust to 1.70 to allow ado artifacts feed on windows
* apparently manaul cargo login is required
* use msrustup
* rustup is no longer user
* update to 1.73
* add rust oss install
2023-10-08 17:18:22 -07:00
Connor Peet
fe318d50e0
cli: add refresh loop for tunnel, touch GH token ( #194834 )
...
Fixes #194658
2023-10-04 22:36:40 +01:00
Connor Peet
660d22c3ef
cli: automatically use file storage if storage in keychain fails ( #189336 )
...
Fixes #187380
2023-07-31 10:56:08 -07:00
Connor Peet
30fde0d369
fix: stall on "starting new singleton" on linux if keychain blocks ( #187182 )
...
Adds a 5s timeout to keychain access on Linux. We had an issue about this a long time ago, but I never repro'd it until today and can't find the original...
If this timeout is hit, it'll fall back to the file-based keychain.
2023-07-06 23:49:31 +02:00
Connor Peet
13b1b90a83
tunnel: fix keyring panic on Linux ( #185066 )
...
tunnel: fix keyring panic on Linxu
Fixes #184792
Reported on https://github.com/hwchen/keyring-rs/issues/132
2023-06-14 23:34:03 +09:00
Connor Peet
75c2f321b2
cli: update dependencies ( #184189 )
...
Up all the dependencies! Notably:
- russh to the latest main now that tunnel changes are merged
- secret-service-rs to 3.x and dropping our custom fork
- which also fixes SDL pings
Fixes https://github.com/microsoft/vscode-internalbacklog/issues/4328
Fixes https://github.com/microsoft/vscode-internalbacklog/issues/4077
2023-06-02 10:27:47 -07:00
Simon Byrne
ef46983a3a
cli: option to disable encryption of keychain matter
...
* option to disable encryption of keys
Avoids issue of token invalidation when switching machines with a shared home directory, as suggested by @connor4312 in https://github.com/microsoft/vscode-remote-release/issues/8110#issuecomment-1452270922
Fixes #8110
* Update cli/src/auth.rs
Co-authored-by: Connor Peet <connor@peet.io >
* Change variable to VSCODE_CLI_DISABLE_KEYCHAIN_ENCRYPT
Co-authored-by: Connor Peet <connor@peet.io >
---------
Co-authored-by: Connor Peet <connor@peet.io >
2023-03-02 20:28:57 +01:00
Connor Peet
6d59c82ddc
cli: add option to enable --no-sleep for tunnel ( #172043 )
...
Fixes https://github.com/microsoft/vscode-remote-release/issues/7127
Also add auth logs for debugging, seemed like my OSS retained
a bad Github token.
2023-01-23 10:44:27 -08:00
Connor Peet
82b239204c
cli: print oauth errors better, respect slow_down ( #169164 )
...
For diagnosing https://github.com/microsoft/vscode/issues/169066
2022-12-14 14:06:24 -05:00
Connor Peet
796ee2bf3c
chore: pull more strings from the product.json ( #166769 )
...
Fixes the bulk of https://github.com/microsoft/vscode-cli/issues/560
2022-11-18 18:52:52 -08:00
Connor Peet
b784bcdd32
cli: use hard tabs to align with vscode style
2022-09-23 14:17:01 -07:00
Connor Peet
9bcc88eafe
cli: get builds in order
2022-09-23 13:28:26 -07:00
Connor Peet
3762635fe1
move cli to top level
2022-09-20 08:42:44 -07:00