Commit Graph

13 Commits

Author SHA1 Message Date
Connor Peet 450f8e65b6 run cli tests on pr 2022-10-17 09:56:15 -07:00
Connor Peet 4772a823d4 cli: fix linux build
This contains the following changes:

https://github.com/hwchen/secret-service-rs/compare/v2.0.2...microsoft:vscode-secret-service-rs:2.0.2-openssl

Previously I had secret-service pulling in patches made against `main`
of secret-service-rs, but that is a newer, not-yet-published 3.x version
that was not compatible. I've now backported the necessary changes
(using openssl for SDL compliance) on the last 2.x release.
2022-10-17 09:43:48 -07:00
Connor Peet a2dd71c0fe cli: use openssl for all crypto-related activities
For compliance with SDL and MSFT crypto standards. Right now this uses
our forks of russh and secret-service. russh seems amenable to getting
this merged (https://github.com/warp-tech/russh/pull/52) but TBD about
the secret-service crate.

Fixes https://github.com/microsoft/vscode-internalbacklog/issues/3158
2022-10-14 11:09:31 -07:00
Connor Peet 8991187c38 cli: apply lint fixes 2022-10-12 22:39:57 -07:00
Connor Peet cbc174dcad Merge remote-tracking branch 'origin/main' into build-integrated-cli 2022-10-05 10:00:18 -07:00
Laurențiu Nicola 1ba1c51712 cli: point docs to the new RA extension ns (#162500) 2022-10-04 08:17:10 -07:00
Connor Peet b784bcdd32 cli: use hard tabs to align with vscode style 2022-09-23 14:17:01 -07:00
Connor Peet 665eb030a6 Merge remote-tracking branch 'origin/main' into build-integrated-cli 2022-09-23 13:33:35 -07:00
Connor Peet 9bcc88eafe cli: get builds in order 2022-09-23 13:28:26 -07:00
Connor Peet 54ca489a5b cli: get update endpoint from build 2022-09-22 12:55:28 -07:00
Connor Peet 5e2ce13287 Merge branch 'connor4312/import-cli' into build-integrated-cli 2022-09-20 09:12:03 -07:00
Connor Peet 5b24e93b35 cli: update problematic dependencies 2022-09-20 08:57:55 -07:00
Connor Peet 3762635fe1 move cli to top level 2022-09-20 08:42:44 -07:00