This commit is contained in:
Ken Chau 2024-10-09 17:20:33 +00:00
Родитель 41964958d5
Коммит 278977d362
15 изменённых файлов: 127 добавлений и 39 удалений

Просмотреть файл

@ -1,18 +0,0 @@
{
"changes": [
{
"type": "patch",
"comment": "fixing up the lage integrate with buildxl to utilize lage-server",
"packageName": "@lage-run/cli",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
},
{
"type": "patch",
"comment": "fixed the workerpool to raise \"idle\" event only if all workers are freed",
"packageName": "@lage-run/worker-threads-pool",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}
]
}

Просмотреть файл

@ -1,6 +1,33 @@
{
"name": "@lage-run/cli",
"entries": [
{
"date": "Wed, 09 Oct 2024 17:20:33 GMT",
"version": "0.23.4",
"tag": "@lage-run/cli_v0.23.4",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/cli",
"commit": "41964958d510982762eaa7a496cad7bbb560bcc5",
"comment": "fixing up the lage integrate with buildxl to utilize lage-server"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/scheduler to v1.3.3",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/worker-threads-pool to v0.8.4",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 08 Oct 2024 20:03:36 GMT",
"version": "0.23.3",

Просмотреть файл

@ -1,9 +1,19 @@
# Change Log - @lage-run/cli
<!-- This log was last generated on Tue, 08 Oct 2024 20:03:36 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 09 Oct 2024 17:20:33 GMT and should not be manually modified. -->
<!-- Start content -->
## 0.23.4
Wed, 09 Oct 2024 17:20:33 GMT
### Patches
- fixing up the lage integrate with buildxl to utilize lage-server (kchau@microsoft.com)
- Bump @lage-run/scheduler to v1.3.3
- Bump @lage-run/worker-threads-pool to v0.8.4
## 0.23.3
Tue, 08 Oct 2024 20:03:36 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@lage-run/cli",
"version": "0.23.3",
"version": "0.23.4",
"description": "Command Line Interface for Lage",
"repository": {
"type": "git",
@ -29,10 +29,10 @@
"@lage-run/reporters": "^1.2.11",
"@lage-run/rpc": "^1.2.3",
"@lage-run/runners": "^1.0.3",
"@lage-run/scheduler": "^1.3.2",
"@lage-run/scheduler": "^1.3.3",
"@lage-run/scheduler-types": "^0.3.16",
"@lage-run/target-graph": "^0.9.0",
"@lage-run/worker-threads-pool": "^0.8.3",
"@lage-run/worker-threads-pool": "^0.8.4",
"chokidar": "3.5.3",
"commander": "9.5.0",
"execa": "5.1.1",

Просмотреть файл

@ -19,7 +19,7 @@
"lint": "monorepo-scripts lint"
},
"dependencies": {
"@lage-run/cli": "^0.23.3",
"@lage-run/cli": "^0.23.4",
"@lage-run/globby": "^14.2.0",
"@lage-run/monorepo-scripts": "*",
"@lage-run/scheduler-types": "^0.3.16",

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "lage",
"entries": [
{
"date": "Wed, 09 Oct 2024 17:20:33 GMT",
"version": "2.11.3",
"tag": "lage_v2.11.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "lage",
"comment": "Bump @lage-run/cli to v0.23.4",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 08 Oct 2024 20:03:36 GMT",
"version": "2.11.2",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - lage
<!-- This log was last generated on Tue, 08 Oct 2024 20:03:36 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 09 Oct 2024 17:20:33 GMT and should not be manually modified. -->
<!-- Start content -->
## 2.11.3
Wed, 09 Oct 2024 17:20:33 GMT
### Patches
- Bump @lage-run/cli to v0.23.4
## 2.11.2
Tue, 08 Oct 2024 20:03:36 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "lage",
"version": "2.11.2",
"version": "2.11.3",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/lage"
@ -23,7 +23,7 @@
"fsevents": "~2.3.2"
},
"devDependencies": {
"@lage-run/cli": "^0.23.3",
"@lage-run/cli": "^0.23.4",
"@lage-run/runners": "^1.0.3",
"backfill-config": "6.4.2",
"dts-bundle-generator": "^9.5.1",

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@lage-run/scheduler",
"entries": [
{
"date": "Wed, 09 Oct 2024 17:20:33 GMT",
"version": "1.3.3",
"tag": "@lage-run/scheduler_v1.3.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/scheduler",
"comment": "Bump @lage-run/worker-threads-pool to v0.8.4",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 02 Oct 2024 20:26:19 GMT",
"version": "1.3.2",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @lage-run/scheduler
<!-- This log was last generated on Wed, 02 Oct 2024 20:26:19 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 09 Oct 2024 17:20:33 GMT and should not be manually modified. -->
<!-- Start content -->
## 1.3.3
Wed, 09 Oct 2024 17:20:33 GMT
### Patches
- Bump @lage-run/worker-threads-pool to v0.8.4
## 1.3.2
Wed, 02 Oct 2024 20:26:19 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@lage-run/scheduler",
"version": "1.3.2",
"version": "1.3.3",
"description": "Scheduler for Lage",
"repository": {
"type": "git",
@ -23,7 +23,7 @@
"@lage-run/logger": "^1.3.1",
"@lage-run/runners": "^1.0.3",
"@lage-run/target-graph": "^0.9.0",
"@lage-run/worker-threads-pool": "^0.8.3"
"@lage-run/worker-threads-pool": "^0.8.4"
},
"devDependencies": {
"@lage-run/monorepo-scripts": "*",

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@lage-run/worker-threads-pool",
"entries": [
{
"date": "Wed, 09 Oct 2024 17:20:33 GMT",
"version": "0.8.4",
"tag": "@lage-run/worker-threads-pool_v0.8.4",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/worker-threads-pool",
"commit": "41964958d510982762eaa7a496cad7bbb560bcc5",
"comment": "fixed the workerpool to raise \"idle\" event only if all workers are freed"
}
]
}
},
{
"date": "Wed, 02 Oct 2024 20:26:19 GMT",
"version": "0.8.3",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @lage-run/worker-threads-pool
<!-- This log was last generated on Wed, 02 Oct 2024 20:26:19 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 09 Oct 2024 17:20:33 GMT and should not be manually modified. -->
<!-- Start content -->
## 0.8.4
Wed, 09 Oct 2024 17:20:33 GMT
### Patches
- fixed the workerpool to raise "idle" event only if all workers are freed (kchau@microsoft.com)
## 0.8.3
Wed, 02 Oct 2024 20:26:19 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@lage-run/worker-threads-pool",
"version": "0.8.3",
"version": "0.8.4",
"description": "A worker_threads pool implementation based on the official Node.js async_hooks documentation",
"repository": {
"type": "git",

Просмотреть файл

@ -1697,7 +1697,7 @@ __metadata:
languageName: unknown
linkType: soft
"@lage-run/cli@npm:^0.23.3, @lage-run/cli@workspace:packages/cli":
"@lage-run/cli@npm:^0.23.4, @lage-run/cli@workspace:packages/cli":
version: 0.0.0-use.local
resolution: "@lage-run/cli@workspace:packages/cli"
dependencies:
@ -1711,10 +1711,10 @@ __metadata:
"@lage-run/reporters": "npm:^1.2.11"
"@lage-run/rpc": "npm:^1.2.3"
"@lage-run/runners": "npm:^1.0.3"
"@lage-run/scheduler": "npm:^1.3.2"
"@lage-run/scheduler": "npm:^1.3.3"
"@lage-run/scheduler-types": "npm:^0.3.16"
"@lage-run/target-graph": "npm:^0.9.0"
"@lage-run/worker-threads-pool": "npm:^0.8.3"
"@lage-run/worker-threads-pool": "npm:^0.8.4"
"@types/proper-lockfile": "npm:^4.1.4"
chokidar: "npm:3.5.3"
commander: "npm:9.5.0"
@ -1748,7 +1748,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@lage-run/e2e-tests@workspace:packages/e2e-tests"
dependencies:
"@lage-run/cli": "npm:^0.23.3"
"@lage-run/cli": "npm:^0.23.4"
"@lage-run/globby": "npm:^14.2.0"
"@lage-run/monorepo-scripts": "npm:*"
"@lage-run/scheduler-types": "npm:^0.3.16"
@ -1898,7 +1898,7 @@ __metadata:
languageName: unknown
linkType: soft
"@lage-run/scheduler@npm:^1.3.2, @lage-run/scheduler@workspace:packages/scheduler":
"@lage-run/scheduler@npm:^1.3.3, @lage-run/scheduler@workspace:packages/scheduler":
version: 0.0.0-use.local
resolution: "@lage-run/scheduler@workspace:packages/scheduler"
dependencies:
@ -1910,7 +1910,7 @@ __metadata:
"@lage-run/runners": "npm:^1.0.3"
"@lage-run/scheduler-types": "npm:^0.3.16"
"@lage-run/target-graph": "npm:^0.9.0"
"@lage-run/worker-threads-pool": "npm:^0.8.3"
"@lage-run/worker-threads-pool": "npm:^0.8.4"
languageName: unknown
linkType: soft
@ -1923,7 +1923,7 @@ __metadata:
languageName: unknown
linkType: soft
"@lage-run/worker-threads-pool@npm:^0.8.3, @lage-run/worker-threads-pool@workspace:packages/worker-threads-pool":
"@lage-run/worker-threads-pool@npm:^0.8.4, @lage-run/worker-threads-pool@workspace:packages/worker-threads-pool":
version: 0.0.0-use.local
resolution: "@lage-run/worker-threads-pool@workspace:packages/worker-threads-pool"
dependencies:
@ -6085,7 +6085,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "lage@workspace:packages/lage"
dependencies:
"@lage-run/cli": "npm:^0.23.3"
"@lage-run/cli": "npm:^0.23.4"
"@lage-run/runners": "npm:^1.0.3"
backfill-config: "npm:6.4.2"
dts-bundle-generator: "npm:^9.5.1"