Skip to content

build: Move Gradle Daemons implementation from Java into Typescript#1489

Merged
jdneo merged 25 commits intomicrosoft:developfrom
Jiaaming:revert-gd
May 21, 2024
Merged

build: Move Gradle Daemons implementation from Java into Typescript#1489
jdneo merged 25 commits intomicrosoft:developfrom
Jiaaming:revert-gd

Conversation

@Jiaaming
Copy link
Copy Markdown
Contributor

Rewrite getDaemonStatus, stopDaemon, stopDaemons in typescript.

@jdneo
Copy link
Copy Markdown
Member

jdneo commented May 14, 2024

Please fix the lint errors.

@Jiaaming
Copy link
Copy Markdown
Contributor Author

Please fix the lint errors.

should be fixed now

Comment thread extension/src/commands/StopDaemonsCommand.ts Outdated
Comment thread extension/src/test/unit/gradleDaemons.test.ts Outdated
Comment thread extension/src/views/gradleDaemons/services/GradleStatus.ts Outdated
@Jiaaming Jiaaming requested a review from jdneo May 14, 2024 08:46
Comment thread extension/src/views/gradleDaemons/services/GradleStatus.ts Outdated
Comment thread extension/src/views/gradleDaemons/services/GradleStatus.ts Outdated
Comment thread extension/src/views/gradleDaemons/services/GradleStatus.ts
Comment thread extension/src/views/gradleDaemons/models/DaemonStatus.ts Outdated
Comment thread extension/src/views/gradleDaemons/services/GradleWrapper.ts Outdated
Comment thread extension/src/views/gradleDaemons/services/GradleWrapper.ts Outdated
Comment thread extension/src/views/gradleDaemons/services/GradleWrapper.ts Outdated
Comment thread extension/src/views/gradleDaemons/services/GradleStatus.ts Outdated
Copy link
Copy Markdown
Member

@jdneo jdneo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jdneo jdneo merged commit a4265b3 into microsoft:develop May 21, 2024
@jdneo
Copy link
Copy Markdown
Member

jdneo commented May 21, 2024

Thank you @Jiaaming !

@jdneo jdneo added this to the 3.13.6 milestone May 21, 2024
Jiaaming added a commit to Jiaaming/vscode-gradle that referenced this pull request Jun 25, 2024
Jiaaming pushed a commit to Jiaaming/vscode-gradle that referenced this pull request Jul 1, 2024
Fix buildJars task (microsoft#1481)

chore(deps): bump protobufjs from 7.2.4 to 7.2.6 in /npm-package (microsoft#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](protobufjs/protobuf.js@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>

chore(deps-dev): bump protobufjs from 7.2.4 to 7.2.6 in /extension (microsoft#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](protobufjs/protobuf.js@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>

chores: Add build server debug config (microsoft#1486)

build: Update code sign task to v5 (microsoft#1488)

refactor: Move Gradle Daemons implementation from Java into Typescript (microsoft#1489)

Fix: Append the log message to build output if it's from compilation report. (microsoft#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>

fix: set GradleExecution jdk use java.import.gradle.java.home (microsoft#1491)

Refresh the output folders after build tasks (microsoft#1493)

Signed-off-by: Sheng Chen <sheche@microsoft.com>

build: Update telemetry wrapper to 0.14.0 (microsoft#1495)

chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /extension (microsoft#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](micromatch/braces@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>

Extract api scan to a separate pipeline (microsoft#1498)

build: Prepare for 3.14.0 (microsoft#1499)

chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /npm-package (microsoft#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](micromatch/braces@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>

gradle server muti-thread

fix- Fix the importer version and prepare for 3.14.1 (microsoft#1501)

build - Update target platform (microsoft#1502)

init named pipe

impl muti-thread and named pipe for buildServer

gradle server muti-thread

fix- Fix the importer version and prepare for 3.14.1 (microsoft#1501)

build - Update target platform (microsoft#1502)

init named pipe

test build Server named pipe connection

test build Server named pipe connection

update build/initialize sender

finish forward message demo

finish merge and named pipe

implement polling solution

Only send request after initialization (microsoft#1503)

fix - Add java 22 to compatibility matrix (microsoft#1505)

Introduce gson to simplify the object parsing (microsoft#1509)

Signed-off-by: Sheng Chen <sheche@microsoft.com>

fix bug: buildServerHandler
Jiaaming added a commit to Jiaaming/vscode-gradle that referenced this pull request Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants