Raymond Zhao
f7a1450dc7
chore: fix SBOM generation ( #2074 )
...
* chore: create SBOM drop path
* Test SBOM generation fix
* Test again
* Re-enable conditions
* Fix line endings
2024-09-04 18:58:57 -07:00
Raymond Zhao
2152210dc7
chore: exclude already-scanned file ( #1988 )
...
Co-authored-by: Connor Peet <connor@peet.io>
2024-04-08 12:55:30 -07:00
Raymond Zhao
a77ece85a0
chore: fix publish pipeline ( #1972 )
...
* chore: fix publish pipeline
* fix key
2024-03-18 10:57:00 -07:00
Ladislau Szomoru
3cdf218d7a
Engineering - cleanup TSA pipeline template parameter ( #1971 )
2024-03-18 12:13:28 +01:00
Raymond Zhao
cfc83ffb00
chore: add APIScan field ( #1957 )
2024-02-29 16:58:59 -08:00
Connor Peet
5ad6d66b19
chore: fix codeql warnings ( #1847 )
...
* chore: fix codeql warnings
* make longer
2023-10-16 12:28:18 -07:00
Connor Peet
19bdd14e6a
fix: browser path resolver unit test ( #1754 )
...
* fix: browser path resolver unit test
* fix: don't make gh tag for nightly builds
2023-07-10 14:49:21 -07:00
Ladislau Szomoru
7c56591252
Engineering - add TSAOptions ( #1735 )
2023-06-21 11:03:37 +02:00
Ladislau Szomoru
8fa24a71b8
Engineering - update stable pipeline ( #1732 )
2023-06-14 16:17:41 +02:00
Connor Peet
d7ef9e6bf0
chore: 'hoist' package to reduce pipeline variance ( #1705 )
...
This adds a new build mode where the built assets will replace those in
the repo. This can be used in pipelines to avoid having the "workingDir"
that doesn't exist until later.
I also looked at modifying the checked-in package.json, but this was
difficult because:
(a) we modify the _name_ for nightly builds, which includes local
development, and having this change based on the build is noisy.
(b) there's just a lot of package.json (about 13k lines) which
uncompressed is sizable
2023-05-11 15:57:17 -07:00
Connor Peet
53cfeec1e9
feat: implement a pure DAP server ( #1614 )
...
* wip on implementing a pure dap debug server
* get it in a more working state
2023-03-24 09:09:42 -07:00
Connor Peet
fe1ba6140e
Merge branch 'main' into tyler/shouldonlypush
2023-03-03 10:16:27 -08:00
Connor Peet
188f552ca9
fix: source map resolution in parent workspace folder paths not working ( #1573 )
...
* fix: source map resolution in parent workspace folder paths not working
Fixes https://github.com/microsoft/vscode-js-debug/issues/1554#issuecomment-1420520834
* fix for auto-updated build agents
2023-02-22 11:05:25 -07:00
Tyler James Leonhardt
dc55084d06
move to main since the changes are in
2023-02-02 16:18:23 -05:00
Tyler James Leonhardt
ce3fc45628
try packagenlspath
2023-02-02 14:33:30 -05:00
Tyler James Leonhardt
54944368ad
Push localization strings
2023-02-02 09:44:54 -05:00
Connor Peet
7716940929
fix: put extracted locals in the right place for l10n ( #1534 )
2023-01-30 11:00:07 -08:00
Connor Peet
175d9120d2
chore: adopt new localization pipeline ( #1515 )
...
* chore: adopt new localization pipeline
Fixes https://github.com/microsoft/vscode/issues/164438
* update
* add l10n path
* update
* update
* fix function name
* fixup
2023-01-14 13:30:20 -08:00
Connor Peet
f2ae79c55a
chore: update ci image pools for brownout
2022-12-15 15:50:07 -08:00
Connor Peet
c30942566f
chore: allow disabling gh release to unblock publishing ( #1463 )
...
Some of our tokens changed which broke automated GH releases. I will toggle it off for this iteration and create the release manually in order to get js-debug out.
2022-11-29 09:14:41 -08:00
Tyler James Leonhardt
44ffc43e34
Use `l10nShouldProcess: false` ( #1398 )
...
* try skipping
* l10nShouldProcess
* switch back to main
* ignore for nightly too
2022-09-21 10:43:38 -07:00
Connor Peet
d6fb0419c1
Revert "Merge pull request #1361 from microsoft/feat/use-preview-builds"
...
This reverts commit 8363c62bb8
, reversing
changes made to 4294f65e08
.
2022-08-12 16:12:56 -07:00
Connor Peet
adc5586583
chore: use pre-release pipeline for publishing
2022-08-05 11:43:49 -07:00
Connor Peet
cbb1086812
fix: race in entrypoint breakpoints ( #1360 )
...
* fix: race in entrypoint breakpoints
This was causing a ~10% failure in a test, and could have caused some
failures for users in edge cases (where rarely stepping into the
first function or class declaration in a file would not work.)
* chore: update vscode-test for resiliency, use newer macos image
* chore: use node 16 in CI to match vscode
2022-08-04 16:12:10 -07:00
Connor Peet
8401fe466b
fix: remove query strings from sourcemapped URLs ( #1253 )
...
* fix: remove query strings from sourcemapped URLs
Fixes https://github.com/microsoft/vscode-js-debug/issues/1225
Fixes https://github.com/microsoft/vscode/issues/147662
* chore: update windows vm image
2022-05-10 08:22:38 -07:00
Connor Peet
42cfe59d08
fix: make test green again
2022-05-03 10:37:42 -07:00
Connor Peet
e3b0fdefaf
chore: update to new template
2022-04-04 16:05:08 -07:00
Connor Peet
65160926b7
chore: update nightly template
2022-03-03 10:17:02 -08:00
Connor Peet
16c1c98a75
chore: use generic nightly template
2022-03-02 10:28:59 -08:00
Connor Peet
bf03ca48c9
chore: remove old publish pipelines
2022-02-23 10:59:04 -08:00
Connor Peet
7668a4c704
chore: swap back to main
2022-02-18 10:31:12 -08:00
Connor Peet
aa6d36fb44
chore: adopt vsce package args
2022-02-18 09:11:54 -08:00
Connor Peet
b0922736e0
chore: remove wrong cd's
2022-02-17 11:42:46 -08:00
Connor Peet
960e718257
chore: separate nightly publishing pipeline
2022-02-17 11:38:28 -08:00
Connor Peet
a27efcf334
chore: debug osx failures in ci
2022-02-16 15:27:15 -08:00
Connor Peet
7ea1a0b854
add standard package template
2022-02-16 15:25:52 -08:00
Connor Peet
7edae0d545
chore: fix tests
2022-01-20 15:02:27 -08:00
Connor Peet
8c33902236
chore: fix tests, partly
2022-01-20 11:54:00 -08:00
Connor Peet
9c12e58d83
fix: run tests on insiders
2020-10-02 09:02:50 -07:00
Connor Peet
7fe349a40a
feat: add version variables to other ci pipelines
2020-07-11 15:27:35 -07:00
Connor Peet
4c7a0b0c68
fix: connection error on node 8, check sanity in 8 in ci
...
Fixes https://github.com/microsoft/vscode/issues/102166
2020-07-11 15:09:54 -07:00
Connor Peet
48635ca336
chore: add ci for stable releases
2020-06-05 09:53:03 -07:00
Connor Peet
371d2160bb
fix: use command line to run tests so that stdio is visible
...
See https://github.com/microsoft/azure-pipelines-tasks/issues/12650
2020-04-07 14:31:14 -07:00
Connor Peet
41fa0d37f3
fix: tests
2020-04-07 13:45:24 -07:00
Connor Peet
6eaac99157
fix: errors due to typing change
2020-04-07 10:05:03 -07:00
Connor Peet
3cd5396cc4
fix: update vm images for ci tests
2020-03-27 12:00:36 -07:00
John
81693fe224
chore: add test for webviews
...
* add webview test
* pass browser launcher in from binder
* only run webview test on the windows platform with pipeline support for edge
* updated webview demo to build a portable release version of WebView2Sample.exe per https://github.com/MicrosoftEdge/WebView2Samples/pull/16
* update webview readme
2020-02-12 08:41:17 -08:00
Rob Lourens
cfd8656a72
Frameworktests only in "slow tests"
2020-02-06 11:57:50 -08:00
Rob Lourens
c1bb81457b
Clean up int-chrome tests, port some ( #306 )
...
* Add hit condition tests
* Add tests for conditional breakpoints
* Delete unneeded int-chrome tests
* Add test that runs create-react-app
* Clean up testdata/ and remaining int-chrome references
* Fix env var spelling
* Fix "invalid condition" test
* Categorize tests correctly
* Disable framework tests for Windows
* Make React test a substring test
* Add new devops pipeline config
2020-02-06 11:55:03 -08:00
Rob Lourens
01315ea5c2
Allow tests to run on mac in CI
2020-01-10 18:21:01 -08:00