Joyce Er
e408ce88e0
Revert "build: refactor alpine out of linux ( #169278 )"
...
This reverts commit 3567fd1145 .
2022-12-15 11:47:27 -08:00
João Moreno
3567fd1145
build: refactor alpine out of linux ( #169278 )
2022-12-15 16:51:12 +01:00
João Moreno
59814267dd
Use new Key Vault account ( #166049 )
...
use separate keyvault
2022-11-11 09:38:36 +01:00
Connor Peet
63fbcea804
cli: pin rust (and clippy) version for builds
2022-11-07 17:56:35 -08:00
João Moreno
b0da2ea781
fix Alpine builds with npm custom registry ( #165137 )
...
fixes #165135
2022-11-01 07:28:06 -07:00
Alexandru Dima
ba91a81c16
Always patch the npm registry in yarn.lock files and compute the node modules cache key after having patched them ( #164795 )
2022-10-27 12:31:15 +02:00
Connor Peet
ed54a91fd0
build: parallelize cli build
...
Put all win and macOS builds on their own machine, since they take a minute.
Build the two GNU ARM builds together on an x64 machine, since they're
faster and can cross-compile in ~5 minutes.
This makes the CompileCLI step take a little less time than the VS Code
"Compile" step.
2022-10-24 12:01:03 -07:00
João Moreno
8fe6f3e917
Allow custom npm registries at build time ( #163629 )
...
* use azure artifacts as new terrapin solution
* debug
* skip npm auth
* bring back
* also configure yarn
* custom npm registry
* oops
* powershell
* use none instead of empty string
* uff
2022-10-24 09:24:44 +02:00
Martin Aeschlimann
f10e84118b
ci: use tunnelApplicationName ( #164257 )
...
fix location of tunnel command in CI and in code
2022-10-23 20:12:23 +03:00
Connor Peet
c3692c96f6
build: use npm instead of universal for arm compatibility
2022-10-21 10:21:02 -07:00
Connor Peet
bf36a10c47
cli: use packaged openssl instead of artisanal builds
2022-10-20 17:14:14 -07:00
Connor Peet
8bfd07de06
update client builds to pull the right artifacts
2022-10-18 15:42:31 -07:00
Connor Peet
691ffd27c2
fix missing sudo
2022-10-18 15:05:49 -07:00
Connor Peet
067db8e75b
set linker for armhf correctly
2022-10-18 14:59:21 -07:00
Connor Peet
ed0a21eda6
Merge remote-tracking branch 'origin/main' into connor4312/msrustup
2022-10-18 14:25:51 -07:00
Connor Peet
24a51e506f
try using vcpkg for everything
2022-10-18 10:58:50 -07:00
Connor Peet
7c3740a7e7
update prepare scripts, license, lockfile
2022-10-17 11:50:49 -07:00
Connor Peet
84439a87f6
wip
2022-10-14 15:46:49 -07:00
João Moreno
ac9aff3521
reenable terrapin ( #163622 )
...
* drop npx for terrapin
* enable terrapin by default
2022-10-14 01:35:15 -07:00
Connor Peet
b42f25b50b
address pr comments
2022-10-11 08:30:43 -07:00
Connor Peet
dc69e22984
fix build
2022-10-10 15:59:55 -07:00
Connor Peet
191dc770d1
address pr comments
2022-10-10 10:40:01 -07:00
Connor Peet
b401701d87
address pr comments
2022-10-05 11:46:24 -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
Benjamin Pasero
ca745eea7c
tests - do not retryCountOnTaskFailure playwright ( #161299 )
...
* tests - do not `retryCountOnTaskFailure` playwright
* compile
2022-09-20 09:55:06 +02:00
Connor Peet
e02895941d
build: include the integrated CLI in product builds
2022-09-19 23:16:19 -07:00
Benjamin Pasero
42cbf7dde0
build - debug playwright install ( #161099 )
2022-09-16 06:52:48 -07:00
Rob Lourens
c717237d7c
Reenable a couple notebook smoketests ( #159521 )
...
* Remove vscode-notebook-tests in favor of an .ipynb in vscode-smoketest-express
* Update build folder
* Add build task to correct platform
* Build for smoke tests on other platforms
* Fix repo url and remove comment
* Just -media?
* Update darwin/win32 as well
2022-09-14 13:22:16 -07:00
Ladislau Szomoru
95caaea452
Engineering - Add timeout and retries to the task to download Electron and Playwright ( #160490 )
...
Add timeout and retries to the task to download Electron and Playwright
2022-09-09 10:47:29 +02:00
Johannes
46bab7505c
let builds use transpile-client-swc
2022-08-26 15:03:31 +02:00
Connor Peet
fbda011715
build: do proper hashing for built-in dependencies ( #157295 )
...
Fixes #157244
2022-08-05 13:00:33 -07:00
Connor Peet
c9df538b06
build: apply built-in ext cache to the rest of the pipeline ( #156939 )
2022-08-02 16:26:17 -07:00
Ladislau Szomoru
c4d99090fc
Engineering - Code OSS pipeline to use generic node modules cache ( #156537 )
...
Code OSS pipeline to use generic node modules cache
2022-07-28 08:50:51 +02:00
Ladislau Szomoru
34f1bc679d
Engineering - update Code OSS pipeline ( #155610 )
2022-07-19 13:40:33 +00:00
Matt Bierner
ad9675f099
Scaffold out basic markdown language server ( #154293 )
...
* Scaffold out basic markdown lsp
This scaffolds out a new markdown language server and then uses it to implement document symbols. After the change, the markdown extension will have the following structure:
- languageService — Where all the LSP language stuff will eventually land
- server — The actual language server. Consumes ` languageService`
- src — The current extension that launches the server and implements VS Code specific functions
* Adding build scripts
* a
* Use language service from github
* Remove ls build scripts
* Bump versions
* Only build ext
* Enable for web
* Fixing for browser
2022-07-06 16:03:24 -07:00
Matt Bierner
bbe7b54cf4
Remove custom editor tests ( #152777 )
...
These tests are not actively being run or maintained. Removing them for now
2022-06-21 15:37:19 -04:00
Benjamin Pasero
47f417529c
Revert "fix smoke tests on linux ( #152232 )" ( #152418 )
...
This reverts commit 5f696f9955 .
2022-06-17 08:20:16 +02:00
Benjamin Pasero
5f696f9955
fix smoke tests on linux ( #152232 )
2022-06-15 11:07:42 -07:00
Martin Aeschlimann
527bc71786
add compile configuration-editing to pipeline ( #152020 )
2022-06-14 07:41:45 +00:00
Tyler James Leonhardt
a1c801454b
Move sbom above publishing client ( #151775 )
...
move sbom above publishing client
2022-06-10 10:51:56 -07:00
Ladislau Szomoru
2be99473d5
Engineering - execute tests in parallel for the CI build ( #151593 )
2022-06-10 04:35:28 -07:00
Benjamin Pasero
14676ca481
ci - always publish log files ( #151686 )
2022-06-10 06:30:07 +00:00
Robo
9aa946329d
ci: fix 32-bit arm compilation ( #150799 )
2022-05-31 04:39:24 -07:00
Robo
60e199cda4
chore: bump electron@17.4.4 ( #149896 )
2022-05-18 22:34:26 -07:00
Ladislau Szomoru
d1f882f635
Engineering - Exploration to run tests in parallel ( #149698 )
2022-05-18 10:37:44 +02:00
João Moreno
5854ef865c
Generate policies again ( #149322 )
...
* Generate ADMX/ADML policy declaration files from static analysis
Fixes : #148941
* fix build
* move to optional dependencies
2022-05-12 09:16:03 +02:00
Ladislau Szomoru
2a9f19d36f
Engineering - create pull request pipeline ( #149171 )
2022-05-11 03:08:54 -07:00
Robo
42b1f560e3
ci: fix 403 when downloading ripgrep prebuilt ( #149081 )
2022-05-09 05:04:29 -07:00
Robo
3d7135a49f
ci: fix 32-bit builds of native modules ( #149062 )
...
* ci: fix 32-bit builds of native modules
* chore: bump distro
2022-05-09 10:00:18 +00:00