@lage-run/reporters 0.2.12 → 0.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +49 -1
- package/CHANGELOG.md +21 -2
- package/lib/AdoReporter.d.ts +1 -1
- package/lib/ChromeTraceEventsReporter.d.ts +1 -1
- package/lib/JsonReporter.d.ts +1 -1
- package/lib/JsonReporter.js +1 -0
- package/lib/JsonReporter.js.map +1 -1
- package/lib/LogReporter.d.ts +1 -1
- package/lib/types/TargetLogEntry.d.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,55 @@
|
|
|
2
2
|
"name": "@lage-run/reporters",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 03 Oct 2022 00:06:43 GMT",
|
|
6
|
+
"tag": "@lage-run/reporters_v0.2.14",
|
|
7
|
+
"version": "0.2.14",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "ken@gizzar.com",
|
|
12
|
+
"package": "@lage-run/reporters",
|
|
13
|
+
"commit": "49254d0cf616602f77fd3a779b060f1adbaa2c72",
|
|
14
|
+
"comment": "factoring out scheduler types to a new package"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@lage-run/reporters",
|
|
19
|
+
"comment": "Bump @lage-run/scheduler-types to v0.1.1",
|
|
20
|
+
"commit": "49254d0cf616602f77fd3a779b060f1adbaa2c72"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Sat, 01 Oct 2022 16:21:41 GMT",
|
|
27
|
+
"tag": "@lage-run/reporters_v0.2.13",
|
|
28
|
+
"version": "0.2.13",
|
|
29
|
+
"comments": {
|
|
30
|
+
"patch": [
|
|
31
|
+
{
|
|
32
|
+
"author": "ken@gizzar.com",
|
|
33
|
+
"package": "@lage-run/reporters",
|
|
34
|
+
"commit": "8f3016548ae7d9b05d0356a5a52d7602843e9ab2",
|
|
35
|
+
"comment": "addressing no-console rule"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"author": "beachball",
|
|
39
|
+
"package": "@lage-run/reporters",
|
|
40
|
+
"comment": "Bump @lage-run/scheduler to v0.3.11",
|
|
41
|
+
"commit": "8f3016548ae7d9b05d0356a5a52d7602843e9ab2"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"author": "beachball",
|
|
45
|
+
"package": "@lage-run/reporters",
|
|
46
|
+
"comment": "Bump @lage-run/target-graph to v0.4.1",
|
|
47
|
+
"commit": "8f3016548ae7d9b05d0356a5a52d7602843e9ab2"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"date": "Sat, 01 Oct 2022 15:29:50 GMT",
|
|
6
54
|
"tag": "@lage-run/reporters_v0.2.12",
|
|
7
55
|
"version": "0.2.12",
|
|
8
56
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,31 @@
|
|
|
1
1
|
# Change Log - @lage-run/reporters
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 03 Oct 2022 00:06:43 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.2.14
|
|
8
|
+
|
|
9
|
+
Mon, 03 Oct 2022 00:06:43 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- factoring out scheduler types to a new package (ken@gizzar.com)
|
|
14
|
+
- Bump @lage-run/scheduler-types to v0.1.1
|
|
15
|
+
|
|
16
|
+
## 0.2.13
|
|
17
|
+
|
|
18
|
+
Sat, 01 Oct 2022 16:21:41 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- addressing no-console rule (ken@gizzar.com)
|
|
23
|
+
- Bump @lage-run/scheduler to v0.3.11
|
|
24
|
+
- Bump @lage-run/target-graph to v0.4.1
|
|
25
|
+
|
|
7
26
|
## 0.2.12
|
|
8
27
|
|
|
9
|
-
Sat, 01 Oct 2022 15:29:
|
|
28
|
+
Sat, 01 Oct 2022 15:29:50 GMT
|
|
10
29
|
|
|
11
30
|
### Patches
|
|
12
31
|
|
package/lib/AdoReporter.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
import { LogLevel } from "@lage-run/logger";
|
|
3
3
|
import type { Reporter, LogEntry } from "@lage-run/logger";
|
|
4
|
-
import type { SchedulerRunSummary } from "@lage-run/scheduler";
|
|
4
|
+
import type { SchedulerRunSummary } from "@lage-run/scheduler-types";
|
|
5
5
|
import type { Writable } from "stream";
|
|
6
6
|
export declare class AdoReporter implements Reporter {
|
|
7
7
|
private options;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
import type { LogEntry, Reporter } from "@lage-run/logger";
|
|
3
|
-
import type { SchedulerRunSummary, TargetRun } from "@lage-run/scheduler";
|
|
3
|
+
import type { SchedulerRunSummary, TargetRun } from "@lage-run/scheduler-types";
|
|
4
4
|
import type { TargetMessageEntry, TargetStatusEntry } from "./types/TargetLogEntry";
|
|
5
5
|
import type { Writable } from "stream";
|
|
6
6
|
export interface ChromeTraceEventsReporterOptions {
|
package/lib/JsonReporter.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { SchedulerRunSummary } from "@lage-run/scheduler";
|
|
1
|
+
import type { SchedulerRunSummary } from "@lage-run/scheduler-types";
|
|
2
2
|
import type { LogEntry, LogLevel, Reporter } from "@lage-run/logger";
|
|
3
3
|
import type { TargetMessageEntry, TargetStatusEntry } from "./types/TargetLogEntry";
|
|
4
4
|
export declare class JsonReporter implements Reporter {
|
package/lib/JsonReporter.js
CHANGED
package/lib/JsonReporter.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JsonReporter.js","sourceRoot":"","sources":["../src/JsonReporter.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"JsonReporter.js","sourceRoot":"","sources":["../src/JsonReporter.ts"],"names":[],"mappings":";AAAA,+BAA+B;;;AAE/B,qDAA+C;AAK/C,MAAa,YAAY;IACvB,YAAoB,OAA+B;QAA/B,YAAO,GAAP,OAAO,CAAwB;IAAG,CAAC;IAEvD,GAAG,CAAC,KAAuD;QACzD,IAAI,KAAK,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE;YAC/D,OAAO;SACR;QAED,IAAI,IAAI,CAAC,OAAO,CAAC,QAAQ,IAAI,KAAK,CAAC,KAAK,EAAE;YACxC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC;SACpC;IACH,CAAC;IAED,SAAS,CAAC,mBAAwC;QAChD,MAAM,EAAE,QAAQ,EAAE,UAAU,EAAE,iBAAiB,EAAE,GAAG,mBAAmB,CAAC;QACxE,MAAM,OAAO,GAAQ,EAAE,CAAC;QACxB,MAAM,SAAS,GAAU,EAAE,CAAC;QAE5B,KAAK,MAAM,SAAS,IAAI,UAAU,CAAC,MAAM,EAAE,EAAE;YAC3C,SAAS,CAAC,IAAI,CAAC;gBACb,OAAO,EAAE,SAAS,CAAC,MAAM,CAAC,WAAW;gBACrC,IAAI,EAAE,SAAS,CAAC,MAAM,CAAC,IAAI;gBAC3B,QAAQ,EAAE,IAAA,4BAAW,EAAC,SAAS,CAAC,QAAQ,CAAC;gBACzC,MAAM,EAAE,SAAS,CAAC,MAAM;aACzB,CAAC,CAAC;SACJ;QAED,KAAK,MAAM,MAAM,IAAI,MAAM,CAAC,IAAI,CAAC,iBAAiB,CAAC,EAAE;YACnD,IAAI,iBAAiB,CAAC,MAAM,CAAC,IAAI,iBAAiB,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE;gBAC5E,OAAO,CAAC,GAAG,MAAM,SAAS,CAAC,GAAG,iBAAiB,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC;aAChE;SACF;QAED,OAAO,CAAC,QAAQ,GAAG,IAAA,4BAAW,EAAC,QAAQ,CAAC,CAAC;QACzC,OAAO,CAAC,SAAS,GAAG,SAAS,CAAC;QAE9B,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC,CAAC;IAC3C,CAAC;CACF;AAtCD,oCAsCC"}
|
package/lib/LogReporter.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
import { LogLevel } from "@lage-run/logger";
|
|
3
3
|
import type { Reporter, LogEntry } from "@lage-run/logger";
|
|
4
|
-
import type { SchedulerRunSummary } from "@lage-run/scheduler";
|
|
4
|
+
import type { SchedulerRunSummary } from "@lage-run/scheduler-types";
|
|
5
5
|
import type { Writable } from "stream";
|
|
6
6
|
export declare class LogReporter implements Reporter {
|
|
7
7
|
private options;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lage-run/reporters",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.14",
|
|
4
4
|
"description": "Log reporters for Lage",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/microsoft/lage"
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@lage-run/logger": "^1.2.0",
|
|
19
|
-
"@lage-run/scheduler": "^0.
|
|
20
|
-
"@lage-run/target-graph": "^0.4.
|
|
19
|
+
"@lage-run/scheduler-types": "^0.1.1",
|
|
20
|
+
"@lage-run/target-graph": "^0.4.1",
|
|
21
21
|
"chalk": "^4.0.0",
|
|
22
22
|
"ansi-regex": "^5.0.1",
|
|
23
23
|
"gradient-string": "^2.0.1"
|