Commit Graph
4014 Commits
Author SHA1 Message Date
Joao Moreno 39f1f7bd41 remove bogus build steps, added retries to yarn install in new places
fixes #138983
2021-12-13 14:25:12 +01:00
Joao Moreno 0d9f75df79 remove bogus build step 2021-12-13 14:25:12 +01:00
Joao Moreno acdd512060 make api proposal names task play better with gulp
cc @jrieken
2021-12-13 11:36:37 +01:00
Logan Ramos 1216d0c578 Bump ES build to latest version 2021-12-10 11:42:52 -05:00
Alex Dima 4bc25f7394 Set monaco-editor-core version to 0.0.0 2021-12-10 15:30:43 +01:00
Benjamin Pasero 27e38a8e27 smoke - always create screenshot on failure on desktop 2021-12-09 09:51:55 +01:00
Joao Moreno 18214d3dbd fix EOL for generated extensionsApiProposals.ts 2021-12-08 15:19:51 +01:00
Joao Moreno f0e7d8545a we check in /build ts output to the repo
cc @lramos15
2021-12-08 15:19:50 +01:00
Alex Dima 91b97cec91 Debt: Rename IModeService to ILanguageService 2021-12-08 14:36:18 +01:00
Benjamin Pasero 52eaad0761 ci - add name of browser to web tests 2021-12-08 10:17:19 +01:00
Benjamin Pasero fbad065eea Playwright: record a trace per failing test, not suite (#138600)
* smoke - record traces per test and not entire suite

* smoke - only persist failing tests

* smoke - cleanup

* smoke - more logging

* smoke - push a test failure to proof the point

* smoke - switch back to chrome for smoke tests

* smoke - warn when exit takes 10s

* Revert "smoke - push a test failure to proof the point"

This reverts commit e572a0c40d.
2021-12-08 10:09:30 +01:00
Tyler James Leonhardt f8455fc38e update to windows latest in azure pipelines (#137691)
* update to windows latest

* use ExtractFile task instead of tar directly
2021-12-07 11:58:07 -08:00
Logan Ramos 9ec4aed235 Fix #135360 2021-12-07 11:50:33 -05:00
Alex Dima 0a81bd1bbf Use an identical CSP for both https and http (enabled by using 'self') 2021-12-07 14:40:56 +01:00
Benjamin Pasero 16d0a319b2 watcher - remove vscode-nsfw legacy watcher 2021-12-06 10:50:15 +01:00
Logan Ramos f0654a2f62 Fix #138361 2021-12-03 10:00:47 -05:00
João Moreno eafeb7d3da build: 👷 give names to the api proposal tasks
cc @jrieken
2021-11-29 13:47:51 +01:00
Benjamin Pasero 7aaa0aefd9 smoke - always print tasks 2021-11-29 13:40:27 +01:00
Benjamin Pasero 687521092d smoke - print running tasks after smoke test run 2021-11-29 10:12:42 +01:00
deepak1556 d18d093403 ci: remove xcode switch step
Refs 480888c7ce
2021-11-26 15:19:42 +09:00
deepak1556 480888c7ce ci: unset SDKROOT
macOS 11 is the default agent that has the correct headers
by default to build for arm target. The hack was needed when
the agent was still Catalina and the arm headers were not
available by default.
2021-11-26 13:19:47 +09:00
Dirk Baeumer e346d0f1f9 Add script to prefetch headers for native module compile 2021-11-24 21:45:05 +01:00
Ladislau Szomoru bfad20be9d Extract remote source provider registry into the vscode.git-base extension (#137656) 2021-11-24 20:48:44 +01:00
Benjamin PaseroandAlex Dima 754190f326 Run unit tests against node.js too (#137790)
* tests - run unit tests also against node.js

* fixes

* fail if major node.js version mismatch

* -tfs is unsupported

* Add `@ts-check` and remove `jsdom`

* tests - process.env layer breaker

* Improve loader config

* skip one test

* address todos

* try to force color output

* Use a file: URI as baseUrl

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2021-11-24 13:45:17 +01:00
Jean Pierre 556ce85c82 Fixes #137568 (#137570) 2021-11-24 04:42:44 -08:00
João Moreno db93152cba ci: ⬆️ bump cache salt 2021-11-24 13:05:21 +01:00
João Moreno 37f68b4803 Revert "builds: disable caching"
This reverts commit 2ec3bfc440.
2021-11-24 13:04:43 +01:00
Benjamin Pasero 23d5cb019d 💄 CI names 2021-11-23 15:50:13 +01:00
Alex Dima 955fc38aed bump version 2021-11-22 23:31:38 +01:00
Benjamin Pasero aa21039c3c 🆙 iconv-lite 2021-11-22 11:51:08 +01:00
João Moreno 6f2ad1994c More RBAC usage (#137579)
* ci: 👷 remove secret references

* inline web storage account

* remove unused reference

* inline storage accounts

* formatting

* formatting

* drop ticino-storage-key, web-storage-key

* remove leftovers

* fix build

* fix build

* catch errors on all upload* scripts

* bump gulp-azure-storage
2021-11-20 09:01:39 -08:00
João Moreno a71275a72f increase smoke test limits 2021-11-19 16:55:07 +01:00
João Moreno e53aa2a0dc fix snap 2021-11-19 16:53:55 +01:00
João Moreno 2ec3bfc440 builds: disable caching 2021-11-19 15:07:35 +01:00
Benjamin Pasero 4970694100 Use dist from jschardet and not sources
* use dist from `jschardet`

* fix it
2021-11-19 14:14:54 +01:00
João Moreno f5be473ddf fix snap build 2021-11-19 13:43:38 +01:00
João Moreno 780cf1c4e4 fix snap build 2021-11-19 10:45:19 +01:00
Alex Dima 39155b5711 Update .cachesalt in an attempt to help the build proceed 2021-11-19 09:24:37 +01:00
deepak1556 d495934fe4 fix: loading unsigned native modules from Ext host
Fixes https://github.com/microsoft/vscode/issues/137312
2021-11-19 15:06:35 +09:00
João Moreno 6ac63ccffb Use RBAC for builds (#137473)
* build: 👷 adopt latest azure storage account

* build: 💄

* missing compilation

* iterate faster

* try using AzureCliCredential

* fix indentation

* arg

* fix build

* use MSI for storage

* fix dependency

* argh

* debug

* fix!

* bring back

* argh

* use RBAC for cosmos

* empty
2021-11-18 12:37:23 -08:00
João Moreno acfb946ec1 ci: 👷 no need for yarninstaller task 2021-11-18 15:57:11 +01:00
Matt Bierner 4415c0f105 Update ts@next for building VS Code 2021-11-15 18:16:01 -08:00
Johannes Rieken 7ac327281a make sure proposal name generation is sorted, https://github.com/microsoft/vscode/issues/131165 2021-11-12 11:05:56 +01:00
Alexandru Dima 37794dfd2c Merge pull request #135774 from microsoft/alex/main-process-extension-host
Create extension host processes from a node worker in the main process
2021-11-11 17:51:25 +01:00
Johannes Rieken 788d959222 simplify extensionsApiProposals, https://github.com/microsoft/vscode/issues/131165 2021-11-11 17:17:21 +01:00
Alex Dima 18777d92ea Merge remote-tracking branch 'origin/main' into alex/main-process-extension-host 2021-11-11 15:09:20 +01:00
Johannes Rieken b48a7f385e tweak generation of propsal file a little bit 2021-11-11 12:55:28 +01:00
Johannes Rieken f161c7edf0 Merge branch 'main' into joh/vscode-dts 2021-11-10 20:01:07 +01:00
Johannes Rieken 654829a325 Merge pull request #136794 from alex-brs/npm-fix-msg
build/npm/preinstall: fix error message for node version
2021-11-10 18:44:00 +01:00
Johannes Rieken 0613f0caf2 generate apiProposalNames as ReadonlySet 2021-11-10 15:20:44 +01:00