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

1830 Коммитов

Автор SHA1 Сообщение Дата
Sheng Chen 131f4cd300
build - Prepare for 3.16.0 (#1540) 2024-07-31 14:20:58 +08:00
Jiaming 3cfecc8aa0
fix - Gradle server jvm opts alignment (#1541) 2024-07-31 13:58:50 +08:00
Jiaming 702d1cc38a
fix - Language server is not correctly started (#1539) 2024-07-31 12:33:30 +08:00
Jiaming 1db6ee43c7
fix - Correct the telemetry name (#1538) 2024-07-31 10:09:46 +08:00
Jiaming 895a1fee77
fix - Get daemon status handle folder name contain empty space (#1537) 2024-07-30 15:46:02 +08:00
Jiaming 8400fdc0fc
Fix: use import.gradle.java.home in prior (#1534) 2024-07-30 13:37:44 +08:00
Jiaming ff9ce622b5
fix - Override language server setTrace (#1533) 2024-07-29 16:42:28 +08:00
Jiaming 34e089628a
refactor - Rename to taskServerClient & remove gradle daemon status (#1531) 2024-07-29 14:30:57 +08:00
Sheng Chen e4d2842501
fix - Wrong status code returned for test completion (#1532) 2024-07-29 14:21:39 +08:00
Jiaming f7f93d4889
fix - Increase importer Max_Attempts & Refine getRandomPipePath (#1530) 2024-07-26 10:40:10 +08:00
Sheng Chen ffc122dc48
build - Update ado pipelines according to the new arch (#1526) 2024-07-25 19:26:33 +08:00
Jiaming 2243c686f6
doc - Update doc after merge language server (#1528) 2024-07-25 10:18:58 +08:00
Jiaming 8e6e7ac008
refactor - Merge Language Server to Gradle Server (#1525) 2024-07-24 13:56:50 +08:00
Jiaming bad7388035
Update: architecture.md for merge server (#1520) 2024-07-22 17:26:17 +08:00
Sheng Chen 9ba8b54010
fix - Catch the error when running gradle tests (#1524) 2024-07-22 16:06:18 +08:00
Jiaming a8dfb8b8e0
refactor - Merge Task Server & Build Server (#1512) 2024-07-22 16:05:27 +08:00
Sheng Chen a7584c3fbb
build - Prepare for 3.15.0 (#1523) 2024-07-18 15:23:47 +08:00
Sheng Chen d904c27d96
fix - Slice the build target list to 1 when running gradle tests (#1518) 2024-07-11 13:18:27 +08:00
Sheng Chen 19af24afa5
fix - Copy file task does not copy required files (#1516) 2024-07-08 13:31:43 +08:00
Sheng Chen b5c05924a3
build - Add vsix sign task to pipeline (#1514) 2024-07-05 14:40:26 +08:00
Sheng Chen de1e18d927
feat - Support delegate tests to Gradle build Server (#1510) 2024-07-04 09:56:55 +08:00
Sheng Chen 144c865749
Introduce gson to simplify the object parsing (#1509)
Signed-off-by: Sheng Chen <sheche@microsoft.com>
2024-06-26 15:22:13 +08:00
Sheng Chen 72e228c1a0
fix - Add java 22 to compatibility matrix (#1505) 2024-06-21 14:01:05 +08:00
Sheng Chen 1185a1ff19
Only send request after initialization (#1503) 2024-06-19 16:53:36 +08:00
Sheng Chen 2905593dcc
build - Update target platform (#1502) 2024-06-18 19:12:03 +08:00
Sheng Chen d94acd9155
fix- Fix the importer version and prepare for 3.14.1 (#1501) 2024-06-18 11:01:43 +08:00
dependabot[bot] 56426f144d
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /npm-package (#1500)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-14 15:52:36 +08:00
Sheng Chen 7403d3a830
build: Prepare for 3.14.0 (#1499) 2024-06-14 15:38:22 +08:00
Sheng Chen 40347755c7
Extract api scan to a separate pipeline (#1498) 2024-06-13 16:08:36 +08:00
dependabot[bot] 8ac81f7841
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /extension (#1496)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-12 20:23:54 +08:00
Sheng Chen 1d9db4fd60
build: Update telemetry wrapper to 0.14.0 (#1495) 2024-06-12 20:12:04 +08:00
Sheng Chen ffa87a309f
Refresh the output folders after build tasks (#1493)
Signed-off-by: Sheng Chen <sheche@microsoft.com>
2024-06-12 14:18:08 +08:00
Jiaming 4e76ebc7bb
fix: set GradleExecution jdk use java.import.gradle.java.home (#1491) 2024-05-29 13:09:59 +08:00
Sheng Chen 44a4bfce94
Fix: Append the log message to build output if it's from compilation report. (#1490)
- Store the id of the compilation task in an LRU cache.
- Append the log message to the build output if it's from the compilation task.

Signed-off-by: Sheng Chen <sheche@microsoft.com>
2024-05-24 12:34:10 +08:00
Jiaming a4265b3239
refactor: Move Gradle Daemons implementation from Java into Typescript (#1489) 2024-05-21 13:11:48 +08:00
Sheng Chen 3cc4338aad
build: Update code sign task to v5 (#1488) 2024-05-14 10:08:21 +08:00
Jiaming fcbabebe55
chores: Add build server debug config (#1486) 2024-05-10 08:56:59 +08:00
dependabot[bot] bfb2eacff0
chore(deps-dev): bump protobufjs from 7.2.4 to 7.2.6 in /extension (#1482)
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.4 to 7.2.6.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.2.4...protobufjs-v7.2.6)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jinbo Wang <jinbwan@microsoft.com>
2024-04-15 18:23:22 +08:00
dependabot[bot] 516afc03de
chore(deps): bump protobufjs from 7.2.4 to 7.2.6 in /npm-package (#1483)
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.4 to 7.2.6.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.2.4...protobufjs-v7.2.6)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jinbo Wang <jinbwan@microsoft.com>
2024-04-15 18:22:46 +08:00
Donát Csikós fb879a0831
Fix buildJars task (#1481) 2024-04-11 10:04:34 +08:00
Sheng Chen ddb31c40d2
build: Add API Scan tasks (#1476)
Signed-off-by: Sheng Chen <sheche@microsoft.com>
2024-03-06 08:34:33 +08:00
Jinbo Wang 1e7296505b
Group the Gradle related menus in the file explorer into a submenu labeled 'Gradle' (#1474) 2024-02-28 12:06:28 +08:00
Sheng Chen cdad052f7b
build: Migrate to 1ES pipelines (#1470)
* build: Migrate to 1ES pipelines

* Fix indention
2024-01-18 09:34:13 +08:00
Sheng Chen fd041f373c
fix: Exclude the project itself becoming its project classpath entry (#1464)
Signed-off-by: Sheng Chen <sheche@microsoft.com>
2023-12-21 12:29:50 +08:00
Sheng Chen 37cfa03d59
deps: Update @vscode/test-electron to 2.3.8 (#1465) 2023-12-21 11:14:04 +08:00
Sheng Chen 18354a00f7
fix: Enable the gradle task server tests (#1459)
Signed-off-by: Sheng Chen <sheche@microsoft.com>
2023-12-07 12:46:19 +08:00
Jose Luis Leon 48d2eda0d6
feat(compat): Bump Gradle Wrapper to v8.5 and change Java 21 min Gradle version (#1455)
Co-authored-by: Sheng Chen <sheche@microsoft.com>
2023-12-06 15:38:26 +08:00
Sheng Chen e1cf562941
build: Prepare for 3.13.5 (#1452)
Signed-off-by: Sheng Chen <sheche@microsoft.com>
2023-11-27 14:50:01 +08:00
Sheng Chen 8a9771a7a3
fix: Disable manual apply temporarily (#1451)
Signed-off-by: Sheng Chen <sheche@microsoft.com>
2023-11-22 15:24:33 +08:00
Sheng Chen 3bbf17366a
build: Update target platform versions (#1450)
Signed-off-by: Sheng Chen <sheche@microsoft.com>
2023-11-22 13:23:19 +08:00