@appland/appmap 3.100.0 → 3.101.0
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.md +17 -0
- package/built/cmds/agentInstaller/gradleInstaller.js +2 -2
- package/built/cmds/agentInstaller/mavenInstaller.js +1 -1
- package/built/cmds/compare/loadFindings.js +1 -23
- package/built/cmds/compare/loadFindings.js.map +1 -1
- package/built/cmds/compare-report/ChangeReport.js +3 -0
- package/built/cmds/compare-report/ChangeReport.js.map +1 -1
- package/built/cmds/compare-report/MarkdownReport.js +3 -1
- package/built/cmds/compare-report/MarkdownReport.js.map +1 -1
- package/built/cmds/compare-report/Preprocessor.js +25 -5
- package/built/cmds/compare-report/Preprocessor.js.map +1 -1
- package/built/cmds/compare-report/ReportSection.js +99 -11
- package/built/cmds/compare-report/ReportSection.js.map +1 -1
- package/built/html/appmap.js +1 -1
- package/built/html/appmap.js.map +3 -3
- package/built/html/sequenceDiagram.js +1 -1
- package/built/html/sequenceDiagram.js.map +3 -3
- package/package.json +1 -1
- package/resources/change-report/changed-appmaps/details.hbs +1 -1
- package/resources/change-report/changed-appmaps/heading.hbs +1 -1
- package/resources/change-report/failed-tests/details.hbs +1 -1
- package/resources/change-report/findings/details.hbs +15 -19
- package/resources/change-report/findings/heading.hbs +7 -9
- package/resources/change-report/new-appmaps/details.hbs +1 -1
- package/resources/change-report/new-appmaps/heading.hbs +2 -2
- package/resources/change-report/openapi-diff/details.hbs +1 -1
- package/resources/change-report/openapi-diff/heading.hbs +1 -1
- package/resources/change-report/removed-appmaps/details.hbs +1 -1
- package/resources/change-report/removed-appmaps/heading.hbs +3 -1
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@ Review changes
|
|
|
19
19
|
{{/each}}
|
|
20
20
|
|
|
21
21
|
{{#if pruned}}
|
|
22
|
-
Because there are
|
|
22
|
+
Because there are many changed AppMaps, some of them are not listed in this report.
|
|
23
23
|
{{/if}}
|
|
24
24
|
</details>
|
|
25
25
|
{{/if}}
|
|
@@ -52,6 +52,6 @@ The error occurred at [{{failureLocation}}]({{ source_url failureLocation }}):
|
|
|
52
52
|
|
|
53
53
|
{{/each}}
|
|
54
54
|
{{#if pruned}}
|
|
55
|
-
Because there are
|
|
55
|
+
Because there are many failed tests, some of them are not listed in this report.
|
|
56
56
|
{{/if}}
|
|
57
57
|
{{/if}}
|
|
@@ -51,30 +51,26 @@
|
|
|
51
51
|
|
|
52
52
|
</details>
|
|
53
53
|
{{/inline}}
|
|
54
|
-
{{#
|
|
55
|
-
|
|
56
|
-
|
|
54
|
+
{{#if (length findingDiff.newFindings findingDiff.resolvedFindings)}}
|
|
55
|
+
<h2 id="{{ metadata.anchor }}">{{ metadata.title }}</h2>
|
|
56
|
+
{{#if (length findingDiff.newFindings) }}
|
|
57
57
|
|
|
58
|
-
|
|
59
|
-
### :beetle: New findings ({{ length this}})
|
|
58
|
+
### {{metadata.emoji}} New problems detected ({{ length findingDiff.newFindings }})
|
|
60
59
|
|
|
61
|
-
|
|
60
|
+
{{#each findingDiff.newFindings}}
|
|
62
61
|
{{> finding}}
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
62
|
+
{{/each}}
|
|
63
|
+
{{/if}}
|
|
64
|
+
{{#if (length findingDiff.resolvedFindings) }}
|
|
66
65
|
|
|
67
|
-
|
|
68
|
-
### :tada: Resolved findings ({{ length this}})
|
|
66
|
+
### :tada: Problems resolved ({{ length findingDiff.resolvedFindings}})
|
|
69
67
|
|
|
70
|
-
|
|
68
|
+
{{#each findingDiff.resolvedFindings}}
|
|
71
69
|
{{> finding}}
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
70
|
+
{{/each}}
|
|
71
|
+
{{/if}}
|
|
72
|
+
{{#if findingDiff.pruned}}
|
|
75
73
|
|
|
76
|
-
|
|
77
|
-
Because there are so many new and resolved findings, some of them are not listed in this report.
|
|
78
|
-
{{/if}}
|
|
74
|
+
Because there are many new and resolved {{ metadata.name }}, some of them are not listed in this report.
|
|
79
75
|
{{/if}}
|
|
80
|
-
{{/
|
|
76
|
+
{{/if}}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
| [
|
|
2
|
-
{{~#
|
|
3
|
-
|
|
4
|
-
:white_check_mark: None
|
|
1
|
+
| [{{ metadata.title }}](#{{ metadata.anchor }}) |
|
|
2
|
+
{{~#unless (length findingDiff.newFindings findingDiff.resolvedFindings) }}
|
|
3
|
+
:white_check_mark: None detected
|
|
5
4
|
{{~/unless}}
|
|
6
|
-
{{~#if (length newFindings) }}
|
|
7
|
-
|
|
5
|
+
{{~#if (length findingDiff.newFindings) }}
|
|
6
|
+
{{ metadata.emoji }} {{length findingDiff.newFindings}} new
|
|
8
7
|
{{~/if}}
|
|
9
|
-
{{~#if (length resolvedFindings) }}
|
|
10
|
-
:tada: {{length resolvedFindings}} resolved
|
|
8
|
+
{{~#if (length findingDiff.resolvedFindings) }}
|
|
9
|
+
:tada: {{length findingDiff.resolvedFindings}} resolved
|
|
11
10
|
{{~/if}}
|
|
12
|
-
{{~/with}}
|
|
13
11
|
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
| [New AppMaps](#new-appmaps) |
|
|
2
|
-
{{~#
|
|
3
|
-
|
|
2
|
+
{{~#with (group_appmaps_by_recorder_name newAppMaps) }} :star: {{#each @this}}{{#unless @first }}, {{/unless}}{{ count }} new {{ recorderName }}{{#if isTest}} {{ pluralize count 'test' }}{{/if}}{{/each}} {{else}} :zero: No new AppMaps {{/with~}}
|
|
3
|
+
|
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
{{/if}}
|
|
38
38
|
|
|
39
39
|
{{#if pruned}}
|
|
40
|
-
Because there are
|
|
40
|
+
Because there are many OpenAPI changes, some of them are not listed in this report,
|
|
41
41
|
and the full diff has not been printed either.
|
|
42
42
|
{{else}}
|
|
43
43
|
<details>
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
{{~#if differenceCount }}
|
|
4
4
|
{{~#if breakingDifferenceCount }} 🚧 {{breakingDifferenceCount}} breaking{{~/if}}
|
|
5
5
|
{{~#if nonBreakingDifferenceCount }}{{#if breakingDifferenceCount }},{{~/if}} :wrench: {{nonBreakingDifferenceCount}} non-breaking{{/if~}}
|
|
6
|
-
{{~else}} :
|
|
6
|
+
{{~else}} :zero: No API changes
|
|
7
7
|
{{~/if}} |
|
|
8
8
|
{{~/with}}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
{{#if removedAppMaps.length ~}}
|
|
2
|
-
| [Removed AppMaps](#removed-appmaps) |
|
|
2
|
+
| [Removed AppMaps](#removed-appmaps) |
|
|
3
|
+
{{~#with (group_appmaps_by_recorder_name removedAppMaps) }} :heavy_multiplication_x: {{#each @this}}{{#unless @first }}, {{/unless}}{{ count }} removed {{ recorderName }}{{#if isTest}} {{ pluralize count 'test' }}{{/if}}{{/each}} {{/with~}}
|
|
4
|
+
|
|
|
3
5
|
{{~/if}}
|