This commit is contained in:
Ken Chau 2022-10-25 00:06:49 +00:00
Родитель 1f0d69225e
Коммит 44bb5b7bd3
18 изменённых файлов: 155 добавлений и 26 удалений

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "recover the cache check to not bombard with file reads",
"packageName": "@lage-run/cache",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

15
packages/cache/CHANGELOG.json поставляемый
Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@lage-run/cache",
"entries": [
{
"date": "Tue, 25 Oct 2022 00:06:49 GMT",
"tag": "@lage-run/cache_v0.1.23",
"version": "0.1.23",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/cache",
"commit": "1f0d69225e193de2c9495d9fe7a6e331ea8a3284",
"comment": "recover the cache check to not bombard with file reads"
}
]
}
},
{
"date": "Mon, 24 Oct 2022 21:40:05 GMT",
"tag": "@lage-run/cache_v0.1.22",

10
packages/cache/CHANGELOG.md поставляемый
Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @lage-run/cache
This log was last generated on Mon, 24 Oct 2022 21:40:05 GMT and should not be manually modified.
This log was last generated on Tue, 25 Oct 2022 00:06:49 GMT and should not be manually modified.
<!-- Start content -->
## 0.1.23
Tue, 25 Oct 2022 00:06:49 GMT
### Patches
- recover the cache check to not bombard with file reads (kchau@microsoft.com)
## 0.1.22
Mon, 24 Oct 2022 21:40:05 GMT

2
packages/cache/package.json поставляемый
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@lage-run/cache",
"version": "0.1.22",
"version": "0.1.23",
"description": "Cache for Lage",
"repository": {
"url": "https://github.com/microsoft/lage"

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

@ -1,6 +1,33 @@
{
"name": "@lage-run/cli",
"entries": [
{
"date": "Tue, 25 Oct 2022 00:06:49 GMT",
"tag": "@lage-run/cli_v0.4.20",
"version": "0.4.20",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/scheduler to v0.4.15",
"commit": "1f0d69225e193de2c9495d9fe7a6e331ea8a3284"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/cache to v0.1.23",
"commit": "1f0d69225e193de2c9495d9fe7a6e331ea8a3284"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/reporters to v0.2.29",
"commit": "1f0d69225e193de2c9495d9fe7a6e331ea8a3284"
}
]
}
},
{
"date": "Mon, 24 Oct 2022 21:40:05 GMT",
"tag": "@lage-run/cli_v0.4.19",

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

@ -1,9 +1,19 @@
# Change Log - @lage-run/cli
This log was last generated on Mon, 24 Oct 2022 21:40:05 GMT and should not be manually modified.
This log was last generated on Tue, 25 Oct 2022 00:06:49 GMT and should not be manually modified.
<!-- Start content -->
## 0.4.20
Tue, 25 Oct 2022 00:06:49 GMT
### Patches
- Bump @lage-run/scheduler to v0.4.15
- Bump @lage-run/cache to v0.1.23
- Bump @lage-run/reporters to v0.2.29
## 0.4.19
Mon, 24 Oct 2022 21:40:05 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/cli",
"version": "0.4.19",
"version": "0.4.20",
"description": "Command Line Interface for Lage",
"repository": {
"url": "https://github.com/microsoft/lage"
@ -19,10 +19,10 @@
"dependencies": {
"@lage-run/find-npm-client": "^0.1.1",
"@lage-run/logger": "^1.2.0",
"@lage-run/scheduler": "^0.4.14",
"@lage-run/scheduler": "^0.4.15",
"@lage-run/target-graph": "^0.4.4",
"@lage-run/cache": "^0.1.22",
"@lage-run/reporters": "^0.2.28",
"@lage-run/cache": "^0.1.23",
"@lage-run/reporters": "^0.2.29",
"commander": "^9.4.0",
"workspace-tools": "^0.28.0",
"chokidar": "3.5.3"

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

@ -18,7 +18,7 @@
"test": "jest"
},
"dependencies": {
"@lage-run/cli": "^0.4.19"
"@lage-run/cli": "^0.4.20"
},
"devDependencies": {
"memory-streams": "0.1.3"

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/lage",
"version": "2.4.1",
"version": "2.4.2",
"main": "dist/main.js",
"bin": {
"lage": "dist/lage.js"

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

@ -1,6 +1,21 @@
{
"name": "@lage-run/reporters",
"entries": [
{
"date": "Tue, 25 Oct 2022 00:06:49 GMT",
"tag": "@lage-run/reporters_v0.2.29",
"version": "0.2.29",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/reporters",
"comment": "Bump @lage-run/scheduler-types to v0.1.15",
"commit": "1f0d69225e193de2c9495d9fe7a6e331ea8a3284"
}
]
}
},
{
"date": "Mon, 24 Oct 2022 21:40:05 GMT",
"tag": "@lage-run/reporters_v0.2.28",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/reporters
This log was last generated on Mon, 24 Oct 2022 21:40:05 GMT and should not be manually modified.
This log was last generated on Tue, 25 Oct 2022 00:06:49 GMT and should not be manually modified.
<!-- Start content -->
## 0.2.29
Tue, 25 Oct 2022 00:06:49 GMT
### Patches
- Bump @lage-run/scheduler-types to v0.1.15
## 0.2.28
Mon, 24 Oct 2022 21:40:05 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/reporters",
"version": "0.2.28",
"version": "0.2.29",
"description": "Log reporters for Lage",
"repository": {
"url": "https://github.com/microsoft/lage"
@ -16,7 +16,7 @@
},
"dependencies": {
"@lage-run/logger": "^1.2.0",
"@lage-run/scheduler-types": "^0.1.14",
"@lage-run/scheduler-types": "^0.1.15",
"@lage-run/target-graph": "^0.4.4",
"@lage-run/format-hrtime": "^0.1.1",
"chalk": "^4.0.0",

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

@ -1,6 +1,21 @@
{
"name": "@lage-run/scheduler-types",
"entries": [
{
"date": "Tue, 25 Oct 2022 00:06:49 GMT",
"tag": "@lage-run/scheduler-types_v0.1.15",
"version": "0.1.15",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/scheduler-types",
"comment": "Bump @lage-run/cache to v0.1.23",
"commit": "1f0d69225e193de2c9495d9fe7a6e331ea8a3284"
}
]
}
},
{
"date": "Mon, 24 Oct 2022 21:40:05 GMT",
"tag": "@lage-run/scheduler-types_v0.1.14",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/scheduler-types
This log was last generated on Mon, 24 Oct 2022 21:40:05 GMT and should not be manually modified.
This log was last generated on Tue, 25 Oct 2022 00:06:49 GMT and should not be manually modified.
<!-- Start content -->
## 0.1.15
Tue, 25 Oct 2022 00:06:49 GMT
### Patches
- Bump @lage-run/cache to v0.1.23
## 0.1.14
Mon, 24 Oct 2022 21:40:05 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/scheduler-types",
"version": "0.1.14",
"version": "0.1.15",
"description": "Scheduler types for Lage",
"repository": {
"url": "https://github.com/microsoft/lage"
@ -16,7 +16,7 @@
"dependencies": {
"@lage-run/target-graph": "^0.4.4",
"@lage-run/logger": "^1.2.0",
"@lage-run/cache": "^0.1.22",
"@lage-run/cache": "^0.1.23",
"@lage-run/worker-threads-pool": "^0.2.0",
"p-graph": "^1.1.1",
"p-profiler": "^0.2.1",

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

@ -1,6 +1,27 @@
{
"name": "@lage-run/scheduler",
"entries": [
{
"date": "Tue, 25 Oct 2022 00:06:49 GMT",
"tag": "@lage-run/scheduler_v0.4.15",
"version": "0.4.15",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/scheduler",
"comment": "Bump @lage-run/cache to v0.1.23",
"commit": "1f0d69225e193de2c9495d9fe7a6e331ea8a3284"
},
{
"author": "beachball",
"package": "@lage-run/scheduler",
"comment": "Bump @lage-run/scheduler-types to v0.1.15",
"commit": "1f0d69225e193de2c9495d9fe7a6e331ea8a3284"
}
]
}
},
{
"date": "Mon, 24 Oct 2022 21:40:05 GMT",
"tag": "@lage-run/scheduler_v0.4.14",

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

@ -1,9 +1,18 @@
# Change Log - @lage-run/scheduler
This log was last generated on Mon, 24 Oct 2022 21:40:05 GMT and should not be manually modified.
This log was last generated on Tue, 25 Oct 2022 00:06:49 GMT and should not be manually modified.
<!-- Start content -->
## 0.4.15
Tue, 25 Oct 2022 00:06:49 GMT
### Patches
- Bump @lage-run/cache to v0.1.23
- Bump @lage-run/scheduler-types to v0.1.15
## 0.4.14
Mon, 24 Oct 2022 21:40:05 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/scheduler",
"version": "0.4.14",
"version": "0.4.15",
"description": "Scheduler for Lage",
"repository": {
"url": "https://github.com/microsoft/lage"
@ -17,7 +17,7 @@
"dependencies": {
"@lage-run/target-graph": "^0.4.4",
"@lage-run/logger": "^1.2.0",
"@lage-run/cache": "^0.1.22",
"@lage-run/cache": "^0.1.23",
"@lage-run/worker-threads-pool": "^0.2.0",
"@lage-run/format-hrtime": "^0.1.1",
"p-graph": "^1.1.1",
@ -26,7 +26,7 @@
"workspace-tools": "^0.28.0"
},
"devDependencies": {
"@lage-run/scheduler-types": "^0.1.14",
"@lage-run/scheduler-types": "^0.1.15",
"@lage-run/monorepo-fixture": "*",
"@types/workerpool": "6.1.0",
"monorepo-scripts": "*"