Граф коммитов

27 Коммитов

Автор SHA1 Сообщение Дата
Garrett Campbell e9c82487f0
ignore .js in codesign validation (#649)
* ignore .js in codesign validation

* fix glob
2024-09-16 11:45:35 -04:00
Garrett Campbell 162fa152e5
update node (#648) 2024-09-12 13:56:15 -07:00
Garrett Campbell f5b805ed6d
update signing, update to node 20, @vscode/vsce (#647)
* update signing, update to node 20, @vscode/vsce

* fix signvsix and switch cp to copy

* update changelog

* fix typo
2024-09-11 13:16:33 -04:00
Garrett Campbell 9b684df862 remove item from yml 2024-08-14 15:23:09 -04:00
Garrett Campbell e8778ac6d8 fix node 2024-08-12 10:56:20 -04:00
Garrett Campbell 081f3b091b upgrade node to fix coalesce 2024-08-12 10:30:52 -04:00
Garrett Campbell bc76975c58
Dev/gcampbell/try update node (#638)
* update node

* fix node in pipeline
2024-08-12 09:33:47 -04:00
Garrett Campbell 3864def922 fix pre-release version setting 2024-08-08 09:35:36 -04:00
Garrett Campbell 29a20d13fa
Refactor pipeline. (#631)
* update validation

* enforce job order

* update reference

* fix path

* fix dependson

* comment out release while testing

* uncomment release
2024-08-01 11:40:47 -04:00
Garrett Campbell 895599237a fix manual validation in release pipeline 2024-08-01 10:28:54 -04:00
Garrett Campbell 0216081182 remove extra paren 2024-08-01 09:45:11 -04:00
Garrett Campbell 5d2f1fee1c fix release build pipeline 2024-08-01 09:44:34 -04:00
Garrett Campbell f3ebc7016f use correct manual validation job 2024-07-31 11:34:22 -04:00
Garrett Campbell edfbe6323f fix using release var 2024-07-31 10:41:16 -04:00
Garrett Campbell 621bb9b464 fix pipelines for release 2024-07-31 10:00:48 -04:00
Garrett Campbell 12aee0230d
Use template for release pipelines (converted from classic) (#630)
* add release yaml pipelines

* fix names, uncomment publish step

* fix name
2024-07-30 12:27:06 -04:00
Garrett Campbell d65fe959f6
Update OneLocBuild process (#622)
* fix onelocbuild

* use variables
2024-07-18 10:39:03 -04:00
Garrett Campbell ffd81a8384
update validations to be better (#595) 2024-05-28 07:25:52 -04:00
Garrett Campbell fde726984b
update policheck for ignoring localized files (#592)
* update policheck for ignoring localized files

* try exclusionsFile
2024-05-22 10:26:25 -04:00
Garrett Campbell 4d19048903
Add policheck (#589)
* add policheck and tsa

* update
2024-04-29 11:08:12 -04:00
Garrett Campbell dcc52522f1
ensure changelog, notice, are up-to-date (#583)
* ensure changelog, notice, are up-to-date

* update comment
2024-04-03 09:46:21 -04:00
Garrett Campbell 889d4fff56
update formatting (#564)
* update formatting

* add extensions.json
2024-03-05 12:56:31 -05:00
Garrett Campbell 2958813260
Update to sign files (#559)
* add signing

* fix node modules directory

* install nuget

* fix signing?

* fix pattern

* fix format again

* add parameters

* fix variable

* fix parens

* fix yml

* attempt fix

* switch to webpack

* fix webpacking, sign files before package and sign vsix

* fix webpacking, still investigating testing

* fix vscode ignore

* working on getting tests passing

* add tasks

* install dependencies

* switch first test to calling commands

* fix test

* remove async

* try without reset

* add setup timeout

* add the resetState call in the setup

* change when reset state is available

* fix when clauses to account for testing

* try adding a step in pipeline

* more fixes?

* fix

* fix test 1

* linux test 1, start on test 2

* remove direct caller from test 2

* uncomment and translate one more test

* more testing converting

* pass argument

* fix configuration

* add another test

* fix extension

* try all tests

* reset state of test

* make sure the extension log is set so that we can test

* uncomment other tests

* fix var expansion test

* update out file

* add back preparing build target to test getting commandline

* Add comment about in the future, improving test infrastructure

* combine into this PR, fixing this command visibility

* revert package.json version
2024-02-21 13:15:21 -05:00
Garrett Campbell adfba24441
Transition pipelines (#557)
* add cg pipeline

* add team name

* add back cg

* transition prerelease

* add copyright, teamname, and release

* remove sbom

* update variables

* forgot to revert pool name

* use jobs folder that was already there

* translate loc job

* try different pool

* add team name

* update sbomBuildDropPath

* Switch from MicroBuild Pool because we don't need and to avoid issue
2024-02-06 13:43:54 -05:00
Colen Garoutte-Carson 360ea2cf07
Fix loc pipeline (#424) 2023-02-22 16:09:32 -08:00
Andreea Isac 3815f67bea
Changes suggested by the loc team (#280)
* Changes suggested by the loc team

* Use isCreatePrSelected the same as CMT and CppTools
2022-02-14 16:34:44 -08:00
Andreea Isac 9e1f4d7a73
Initial localization support (#258)
* Localization support end to end plus a few instances of strings. More strings to be reviewed and localized later.

* Temporary add 'localization' branch besides 'main' in translation script, hoping to help with running the pipeline on the 'localization' branch.

* Add missing quote

* Add missing package.nls.json

* Address first round of PR feedback.

* More PR feedback

* Change suggested by crsuzuki for loc work item 541630

* Avoid adding a new line ourselves for each chunk of text coming into stdout/stderr

* More localization in package.json and add one dependency reported by the locBuild pipeline.

* Quick baseline update

* More dependencies requested by locBuild pipeline

* Try one more small baseline update

* Avoid appending even an empty string when in test mode.

* One more baseline update required by the latest change

* One more baseline update required by the latest change

* Update windows baseline as well since latest change doesn't impact only linux

* Localize settings description strings. Move various punctuation inside the substitution strings.

* Remove localization branch reference from script since we're merging all localization functionality into main
2022-01-26 12:57:02 -08:00