@appland/appmap 3.46.0 → 3.49.1
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 +48 -0
- package/built/appmap.html +1 -1
- package/built/cli.js +8 -10
- package/built/cli.js.map +1 -1
- package/built/cmds/agentInstaller/ValidationResult.js +34 -0
- package/built/cmds/agentInstaller/ValidationResult.js.map +1 -0
- package/built/cmds/agentInstaller/agentInstallerProcedure.js +5 -1
- package/built/cmds/agentInstaller/agentInstallerProcedure.js.map +1 -1
- package/built/cmds/agentInstaller/agentProcedure.js +7 -21
- package/built/cmds/agentInstaller/agentProcedure.js.map +1 -1
- package/built/cmds/agentInstaller/agentStatusProcedure.js +5 -1
- package/built/cmds/agentInstaller/agentStatusProcedure.js.map +1 -1
- package/built/cmds/agentInstaller/gradleInstaller.js +2 -1
- package/built/cmds/agentInstaller/gradleInstaller.js.map +1 -1
- package/built/cmds/agentInstaller/install-agent.js +2 -6
- package/built/cmds/agentInstaller/install-agent.js.map +1 -1
- package/built/cmds/agentInstaller/installers.js +3 -1
- package/built/cmds/agentInstaller/installers.js.map +1 -1
- package/built/cmds/agentInstaller/javaScriptAgentInstaller.js +4 -2
- package/built/cmds/agentInstaller/javaScriptAgentInstaller.js.map +1 -1
- package/built/cmds/agentInstaller/mavenInstaller.js +2 -1
- package/built/cmds/agentInstaller/mavenInstaller.js.map +1 -1
- package/built/cmds/agentInstaller/projectConfiguration.js +1 -1
- package/built/cmds/agentInstaller/projectConfiguration.js.map +1 -1
- package/built/cmds/agentInstaller/pythonAgentInstaller.js +6 -3
- package/built/cmds/agentInstaller/pythonAgentInstaller.js.map +1 -1
- package/built/cmds/agentInstaller/rubyAgentInstaller.js +1 -0
- package/built/cmds/agentInstaller/rubyAgentInstaller.js.map +1 -1
- package/built/cmds/record/record.js +12 -0
- package/built/cmds/record/record.js.map +1 -1
- package/built/cmds/sequenceDiagram.js +73 -0
- package/built/cmds/sequenceDiagram.js.map +1 -0
- package/built/cmds/sequenceDiagramDiff.js +172 -0
- package/built/cmds/sequenceDiagramDiff.js.map +1 -0
- package/built/lib/ticket/openTicket.js +10 -4
- package/built/lib/ticket/openTicket.js.map +1 -1
- package/built/lib/ticket/zendesk.js +2 -1
- package/built/lib/ticket/zendesk.js.map +1 -1
- package/built/main.js.map +1 -1
- package/built/search/findCodeObjects.js +13 -5
- package/built/search/findCodeObjects.js.map +1 -1
- package/built/search/iterateCodeObjectMatcher.js +3 -1
- package/built/search/iterateCodeObjectMatcher.js.map +1 -1
- package/built/search/matchSpec.js +34 -6
- package/built/search/matchSpec.js.map +1 -1
- package/built/sequenceDiagram/analyzeAppMaps.js +79 -0
- package/built/sequenceDiagram/analyzeAppMaps.js.map +1 -0
- package/built/sequenceDiagram/buildDiagrams.js +29 -0
- package/built/sequenceDiagram/buildDiagrams.js.map +1 -0
- package/built/service/config/validator.js.map +1 -1
- package/built/utils.js +29 -3
- package/built/utils.js.map +1 -1
- package/package.json +7 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,51 @@
|
|
|
1
|
+
# [@appland/appmap-v3.49.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.49.0...@appland/appmap-v3.49.1) (2022-11-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Export sequence diagram types ([5537840](https://github.com/getappmap/appmap-js/commit/55378405acf05f6e4f2091e764754e1a8b9cfbaa))
|
|
7
|
+
|
|
8
|
+
# [@appland/appmap-v3.49.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.48.0...@appland/appmap-v3.49.0) (2022-11-03)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* Don't fail the validation if the agent only sends warnings ([327ebeb](https://github.com/getappmap/appmap-js/commit/327ebeb8342d7a20510b7570e6dbad312f41803a))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* Show validation warnings from language agents ([e78169e](https://github.com/getappmap/appmap-js/commit/e78169e6e8c948b2f47bd50667e3273cfb9bbce3))
|
|
19
|
+
|
|
20
|
+
# [@appland/appmap-v3.48.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.47.0...@appland/appmap-v3.48.0) (2022-11-02)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* add static identifier property to installer classes ([af34ea3](https://github.com/getappmap/appmap-js/commit/af34ea383e09c44b83ac3c32776e537fab7e738f))
|
|
26
|
+
* prompt user for name to open a ticket ([35e1a7d](https://github.com/getappmap/appmap-js/commit/35e1a7d1aee4d885163e723c73ff1cd0f5b0f2b5))
|
|
27
|
+
* remove invalid reference to name ([4661227](https://github.com/getappmap/appmap-js/commit/466122725f5922dd31573c38e0167cb2194ddc80))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Features
|
|
31
|
+
|
|
32
|
+
* Generate sequence diagram ([870be30](https://github.com/getappmap/appmap-js/commit/870be30dbdc074672cc43495eebd396fd97c0184))
|
|
33
|
+
* seq diagram command prints one diagram ([ea85f38](https://github.com/getappmap/appmap-js/commit/ea85f38d91b4666e8086113f2f144d074c6b2815))
|
|
34
|
+
* Sequence diagram diff ([4c22101](https://github.com/getappmap/appmap-js/commit/4c2210170d19c9aa6abee7eeb14d02db7fb94178))
|
|
35
|
+
* When recording tests, if the directory path supplied as input ([ae33946](https://github.com/getappmap/appmap-js/commit/ae339469d907d0a49335bfce98b63b5a5e55e65c))
|
|
36
|
+
|
|
37
|
+
# [@appland/appmap-v3.47.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.46.0...@appland/appmap-v3.47.0) (2022-10-29)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* Listing AppMap files will now ignore non-permissioned directories ([6ed2c9f](https://github.com/getappmap/appmap-js/commit/6ed2c9f29d604bbc9ae06b47561b55a5fa655743))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Features
|
|
46
|
+
|
|
47
|
+
* Find external-route code objects ([471facb](https://github.com/getappmap/appmap-js/commit/471facbe40b7f4c2ead687c6eef8d6a0cb823fa6))
|
|
48
|
+
|
|
1
49
|
# [@appland/appmap-v3.46.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.45.0...@appland/appmap-v3.46.0) (2022-10-19)
|
|
2
50
|
|
|
3
51
|
|