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

1855 Коммитов

Автор SHA1 Сообщение Дата
Jiaming 2061b3a351
fix - Fallback to Buildship when failed to generate named pipe (#1576) 2024-08-09 14:22:53 +08:00
Sheng Chen 4473d70c13
fix - Create linked folder for resource if it's placed out of the project (#1575) 2024-08-09 14:21:14 +08:00
Sheng Chen 57d4a77de4
fix - Fallback to Buildship when multiple gradle projects in same level (#1574) 2024-08-09 12:56:31 +08:00
Jiaming 93e68867c4
fix - Register the waitForImporterPipePath promise earlier (#1573) 2024-08-09 11:18:21 +08:00
Jiaming 5ff06bb71e
enhancement - Notify user to install jdk when GradleServerEnv not found (#1569)
Co-authored-by: Sheng Chen <sheche@microsoft.com>
2024-08-08 17:08:35 +08:00
Jiaming d94b31bf50
enhancement - Activate the extension when gradle files are in sub-folders of the workspace (#1570) 2024-08-08 15:45:05 +08:00
Sheng Chen 32d689afa4
dix - Dedup the project dependency (#1568) 2024-08-08 15:06:23 +08:00
Jiaming e5d74ffbbb
build - Update npm version to 18.20.4 (#1567) 2024-08-08 11:31:50 +08:00
Jiaming 8fbe26c496
docs - Add comments for grpc client handleConnectError (#1565) 2024-08-07 16:17:30 +08:00
Jiaming a281e6b319
fix - Make bspProxy start earlier (#1563) 2024-08-07 13:05:27 +08:00
Jiaming 36ac87493f
fix - Fallback to BuildShip when importer connect hit max attempts (#1560) 2024-08-06 19:05:13 +08:00
Jiaming 21f224f050
refactor - Remove redundant files (#1561) 2024-08-06 16:55:51 +08:00
dependabot[bot] faca9bbeee
chore(deps-dev): bump @grpc/grpc-js from 1.8.14 to 1.8.22 in /extension (#1494)
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.8.14 to 1.8.22.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.8.14...@grpc/grpc-js@1.8.22)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sheng Chen <sheche@microsoft.com>
2024-08-06 16:36:31 +08:00
Jiaming 9f3c9348d7
refactor - Add connector error listeners (#1558) 2024-08-05 19:35:07 +08:00
Jiaming 2d816ba345
fix - Gradle server will terminate if generatePipepath error (#1557) 2024-08-05 16:00:50 +08:00
Sheng Chen e692c0c7bd
build - Prepare for 3.16.2 (#1556) 2024-08-05 11:00:38 +08:00
Jiaming 78fd1d8fee
fix - Refine findValidJavaHome logic (#1554) 2024-08-05 10:17:27 +08:00
Sheng Chen 5763213413
fix - Inform that JDK 17 is required (#1549) 2024-08-05 10:14:32 +08:00
Sheng Chen b71fcb2e1e
fix - Use 'java.import.gradle.java.home' when it's specified (#1552) 2024-08-02 17:18:21 +08:00
Jiaming 4b505ade76
fix - Do not start build server when getRandomPipepath return empty (#1545) 2024-08-02 17:17:52 +08:00
Jiaming 2a631cb6d7
Fix: add bsp dispose method (#1543) 2024-08-01 17:34:56 +08:00
Jiaming 7f2f6d6081
fix - Task Server jdk search compatibility check (#1547) 2024-08-01 16:12:02 +08:00
Sheng Chen e1325e9ac2
build - Prepare for 3.16.1 (#1544) 2024-08-01 13:00:04 +08:00
Jiaming d45be23143
fix - Cannot start build server thread when path has spaces (#1542) 2024-07-31 21:08:57 +08:00
Sheng Chen 59195dc209
feat - Support debug test delegation (#1536) 2024-07-31 16:42:42 +08:00
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