@appland/appmap 3.37.0 → 3.37.2
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 +389 -313
- package/built/appMapCatalog.js.map +1 -1
- package/built/appmap.html +1 -1
- package/built/cli.js +1 -3
- package/built/cli.js.map +1 -1
- package/built/cmds/agentInstaller/agentProcedure.js +1 -3
- package/built/cmds/agentInstaller/agentProcedure.js.map +1 -1
- package/built/cmds/agentInstaller/commandRunner.js +1 -1
- package/built/cmds/agentInstaller/commandRunner.js.map +1 -1
- package/built/cmds/agentInstaller/gradleInstaller.js +2 -7
- package/built/cmds/agentInstaller/gradleInstaller.js.map +1 -1
- package/built/cmds/agentInstaller/gradleParser.js +4 -7
- package/built/cmds/agentInstaller/gradleParser.js.map +1 -1
- package/built/cmds/agentInstaller/install-agent.js +3 -8
- package/built/cmds/agentInstaller/install-agent.js.map +1 -1
- package/built/cmds/agentInstaller/installers.js +1 -1
- package/built/cmds/agentInstaller/installers.js.map +1 -1
- package/built/cmds/agentInstaller/javaBuildToolInstaller.js +1 -4
- package/built/cmds/agentInstaller/javaBuildToolInstaller.js.map +1 -1
- package/built/cmds/agentInstaller/javaScriptAgentInstaller.js +2 -8
- package/built/cmds/agentInstaller/javaScriptAgentInstaller.js.map +1 -1
- package/built/cmds/agentInstaller/mavenInstaller.js +2 -6
- package/built/cmds/agentInstaller/mavenInstaller.js.map +1 -1
- package/built/cmds/agentInstaller/projectConfiguration.js +1 -3
- package/built/cmds/agentInstaller/projectConfiguration.js.map +1 -1
- package/built/cmds/agentInstaller/pythonAgentInstaller.js +20 -7
- package/built/cmds/agentInstaller/pythonAgentInstaller.js.map +1 -1
- package/built/cmds/agentInstaller/rubyAgentInstaller.js +1 -3
- package/built/cmds/agentInstaller/rubyAgentInstaller.js.map +1 -1
- package/built/cmds/agentInstaller/status.js.map +1 -1
- package/built/cmds/errors.js.map +1 -1
- package/built/cmds/inspect/inspect.js.map +1 -1
- package/built/cmds/open/openers.js +1 -14
- package/built/cmds/open/openers.js.map +1 -1
- package/built/cmds/open/serveAndOpenAppMap.js +1 -3
- package/built/cmds/open/serveAndOpenAppMap.js.map +1 -1
- package/built/cmds/open/showAppMap.js +1 -1
- package/built/cmds/open/showAppMap.js.map +1 -1
- package/built/cmds/openapi.js.map +1 -1
- package/built/cmds/prune/prune.js.map +1 -1
- package/built/cmds/prune/pruneAppMap.js +1 -6
- package/built/cmds/prune/pruneAppMap.js.map +1 -1
- package/built/cmds/record/action/configureHostAndPort.js +1 -1
- package/built/cmds/record/action/configureHostAndPort.js.map +1 -1
- package/built/cmds/record/action/configureRemainingRequestOptions.js +1 -1
- package/built/cmds/record/action/configureRemainingRequestOptions.js.map +1 -1
- package/built/cmds/record/action/detectProcessCharacteristics.js.map +1 -1
- package/built/cmds/record/action/guessTestCommands.js.map +1 -1
- package/built/cmds/record/action/printAppMapCount.js.map +1 -1
- package/built/cmds/record/action/startTestCases.js.map +1 -1
- package/built/cmds/record/configuration.js +3 -7
- package/built/cmds/record/configuration.js.map +1 -1
- package/built/cmds/record/makeRequest.js.map +1 -1
- package/built/cmds/record/prompt/continueWithRequestOptionConfiguration.js +1 -4
- package/built/cmds/record/prompt/continueWithRequestOptionConfiguration.js.map +1 -1
- package/built/cmds/record/prompt/obtainTestCommands.js +2 -4
- package/built/cmds/record/prompt/obtainTestCommands.js.map +1 -1
- package/built/cmds/record/prompt/recordingInProgress.js +1 -5
- package/built/cmds/record/prompt/recordingInProgress.js.map +1 -1
- package/built/cmds/record/recordContext.js +1 -2
- package/built/cmds/record/recordContext.js.map +1 -1
- package/built/cmds/record/state/agentAvailableAndReady.js.map +1 -1
- package/built/cmds/record/state/agentIsRecording.js.map +1 -1
- package/built/cmds/record/state/agentNotAvailable.js +2 -2
- package/built/cmds/record/state/agentNotAvailable.js.map +1 -1
- package/built/cmds/record/state/agentProcessNotRunning.js.map +1 -1
- package/built/cmds/record/state/initial.js.map +1 -1
- package/built/cmds/record/state/record_remote.js.map +1 -1
- package/built/cmds/record/state/record_test.js.map +1 -1
- package/built/cmds/record/state/testCasesComplete.js.map +1 -1
- package/built/cmds/record/state/testCasesRunning.js.map +1 -1
- package/built/cmds/record/state/testCommandsAvailable.js.map +1 -1
- package/built/cmds/record/state/testCommandsNeeded.js.map +1 -1
- package/built/cmds/record/test/areTestCommandsConfigured.js.map +1 -1
- package/built/cmds/record/test/isAgentAvailable.js.map +1 -1
- package/built/cmds/record/test/isRecordingInProgress.js.map +1 -1
- package/built/cmds/record/testCaseRecording.js.map +1 -1
- package/built/cmds/runCommand.js.map +1 -1
- package/built/cmds/userInteraction.js.map +1 -1
- package/built/depends.js +2 -6
- package/built/depends.js.map +1 -1
- package/built/encodedFile.js +1 -1
- package/built/encodedFile.js.map +1 -1
- package/built/fingerprint/algorithms.js +1 -2
- package/built/fingerprint/algorithms.js.map +1 -1
- package/built/fingerprint/appmapIndex.js.map +1 -1
- package/built/fingerprint/canonicalize/httpClientRequests.js +2 -6
- package/built/fingerprint/canonicalize/httpClientRequests.js.map +1 -1
- package/built/fingerprint/canonicalize/httpServerRequests.js +1 -3
- package/built/fingerprint/canonicalize/httpServerRequests.js.map +1 -1
- package/built/fingerprint/canonicalize/info.js +2 -5
- package/built/fingerprint/canonicalize/info.js.map +1 -1
- package/built/fingerprint/canonicalize/trace.js +2 -5
- package/built/fingerprint/canonicalize/trace.js.map +1 -1
- package/built/fingerprint/canonicalize/update.js +3 -8
- package/built/fingerprint/canonicalize/update.js.map +1 -1
- package/built/fingerprint/fingerprintWatchCommand.js +1 -3
- package/built/fingerprint/fingerprintWatchCommand.js.map +1 -1
- package/built/fingerprint/fingerprinter.js +2 -5
- package/built/fingerprint/fingerprinter.js.map +1 -1
- package/built/functionStats.js +1 -3
- package/built/functionStats.js.map +1 -1
- package/built/inspect/context.js.map +1 -1
- package/built/inspect/filter.js.map +1 -1
- package/built/inspect/home.js +1 -3
- package/built/inspect/home.js.map +1 -1
- package/built/inspect/ui.js.map +1 -1
- package/built/inventoryCommand.js.map +1 -1
- package/built/lib/appmapDirFromConfig.js.map +1 -1
- package/built/lib/locateAppMapDir.js.map +1 -1
- package/built/lib/ticket/openTicket.js +5 -2
- package/built/lib/ticket/openTicket.js.map +1 -1
- package/built/lib/ticket/zendesk.js.map +1 -1
- package/built/main.js.map +1 -1
- package/built/search/descentCodeObjectMatcher.js.map +1 -1
- package/built/search/findCodeObjects.js.map +1 -1
- package/built/search/findEvents.js +2 -5
- package/built/search/findEvents.js.map +1 -1
- package/built/search/iterateCodeObjectMatcher.js.map +1 -1
- package/built/search/matchFilter.js.map +1 -1
- package/built/search/matchSpec.js +1 -3
- package/built/search/matchSpec.js.map +1 -1
- package/built/search/trigram.js +1 -3
- package/built/search/trigram.js.map +1 -1
- package/built/service/config/validator.js.map +1 -1
- package/built/utils.js +2 -4
- package/built/utils.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,908 +1,984 @@
|
|
|
1
|
-
# [@appland/appmap-v3.37.
|
|
1
|
+
# [@appland/appmap-v3.37.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.37.1...@appland/appmap-v3.37.2) (2022-09-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* users with older versions of pip can install ([9464223](https://github.com/applandinc/appmap-js/commit/946422324c14c906a8a57d1840076d1d682f68fe))
|
|
7
|
+
|
|
8
|
+
# [@appland/appmap-v3.37.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.37.0...@appland/appmap-v3.37.1) (2022-09-16)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
2
12
|
|
|
13
|
+
* Use better language when opening a ticket ([1f072a7](https://github.com/applandinc/appmap-js/commit/1f072a70d081f98fc94aa8f4e8baf82f830fef05))
|
|
14
|
+
|
|
15
|
+
# [@appland/appmap-v3.37.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.36.0...@appland/appmap-v3.37.0) (2022-09-14)
|
|
3
16
|
|
|
4
17
|
### Features
|
|
5
18
|
|
|
6
|
-
|
|
19
|
+
- check project dependencies before adding appmap
|
|
20
|
+
([ee200e9](https://github.com/applandinc/appmap-js/commit/ee200e9e86e57781d0152fffc511cae6e734f4fa))
|
|
7
21
|
|
|
8
22
|
# [@appland/appmap-v3.36.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.35.0...@appland/appmap-v3.36.0) (2022-09-14)
|
|
9
23
|
|
|
10
|
-
|
|
11
24
|
### Features
|
|
12
25
|
|
|
13
|
-
|
|
26
|
+
- Open a ticket when remote recording fails
|
|
27
|
+
([607d040](https://github.com/applandinc/appmap-js/commit/607d04001e35be2a05687899fa07671efa0cfca1))
|
|
14
28
|
|
|
15
29
|
# [@appland/appmap-v3.35.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.34.0...@appland/appmap-v3.35.0) (2022-09-02)
|
|
16
30
|
|
|
17
|
-
|
|
18
31
|
### Bug Fixes
|
|
19
32
|
|
|
20
|
-
|
|
21
|
-
|
|
33
|
+
- Don't swallow output from test commands
|
|
34
|
+
([e0b3fe0](https://github.com/applandinc/appmap-js/commit/e0b3fe0bd94c68bc31c5a8418184207a5f84b500))
|
|
22
35
|
|
|
23
36
|
### Features
|
|
24
37
|
|
|
25
|
-
|
|
38
|
+
- Indexing in watch mode now indexes all existing AppMaps
|
|
39
|
+
([d7fb3c6](https://github.com/applandinc/appmap-js/commit/d7fb3c6f163a4150c1ae1f2c783e08214dfa0b53))
|
|
26
40
|
|
|
27
41
|
# [@appland/appmap-v3.34.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.33.1...@appland/appmap-v3.34.0) (2022-08-25)
|
|
28
42
|
|
|
29
|
-
|
|
30
43
|
### Bug Fixes
|
|
31
44
|
|
|
32
|
-
|
|
33
|
-
|
|
45
|
+
- Add spacing before reporting command failure
|
|
46
|
+
([b60bf23](https://github.com/applandinc/appmap-js/commit/b60bf236c7ea941db06732cf316cf7917709e9d2))
|
|
34
47
|
|
|
35
48
|
### Features
|
|
36
49
|
|
|
37
|
-
|
|
38
|
-
|
|
50
|
+
- Create a ticket when "record test" fails.
|
|
51
|
+
([206db5e](https://github.com/applandinc/appmap-js/commit/206db5eebeeca118a400a511cdc60ada002acb5e))
|
|
52
|
+
- Don't require user's name for a support ticket
|
|
53
|
+
([f308fd0](https://github.com/applandinc/appmap-js/commit/f308fd0aeb1d8aad3fc7ca7fb22a55c0ef0e8d95))
|
|
39
54
|
|
|
40
55
|
# [@appland/appmap-v3.33.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.33.0...@appland/appmap-v3.33.1) (2022-08-17)
|
|
41
56
|
|
|
42
|
-
|
|
43
57
|
### Bug Fixes
|
|
44
58
|
|
|
45
|
-
|
|
59
|
+
- Don't prompt to create ticket on success
|
|
60
|
+
([054d2e6](https://github.com/applandinc/appmap-js/commit/054d2e66984d5a52e35ee426cb0e57d69c94f806))
|
|
46
61
|
|
|
47
62
|
# [@appland/appmap-v3.33.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.32.2...@appland/appmap-v3.33.0) (2022-08-16)
|
|
48
63
|
|
|
49
|
-
|
|
50
64
|
### Features
|
|
51
65
|
|
|
52
|
-
|
|
66
|
+
- Open a Zendesk ticket if install fails
|
|
67
|
+
([745f784](https://github.com/applandinc/appmap-js/commit/745f784472a300f65e5c270c0f8fb36241757d04))
|
|
53
68
|
|
|
54
69
|
# [@appland/appmap-v3.32.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.32.1...@appland/appmap-v3.32.2) (2022-08-09)
|
|
55
70
|
|
|
56
|
-
|
|
57
71
|
### Bug Fixes
|
|
58
72
|
|
|
59
|
-
|
|
73
|
+
- Improve telemetry for "appmap record remote"
|
|
74
|
+
([dbc8184](https://github.com/applandinc/appmap-js/commit/dbc8184970a9d35cf6ed52dbd6fb1676d0a6be1f))
|
|
60
75
|
|
|
61
76
|
# [@appland/appmap-v3.32.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.32.0...@appland/appmap-v3.32.1) (2022-08-05)
|
|
62
77
|
|
|
63
|
-
|
|
64
78
|
### Bug Fixes
|
|
65
79
|
|
|
66
|
-
|
|
80
|
+
- Recording metrics report 0 counts
|
|
81
|
+
([4753c9d](https://github.com/applandinc/appmap-js/commit/4753c9dd9d32e616523de722ea74f01303fa2775))
|
|
67
82
|
|
|
68
83
|
# [@appland/appmap-v3.32.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.31.0...@appland/appmap-v3.32.0) (2022-07-27)
|
|
69
84
|
|
|
70
|
-
|
|
71
85
|
### Bug Fixes
|
|
72
86
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
87
|
+
- analyzeSQL was being called incorrectly
|
|
88
|
+
([71ea8c4](https://github.com/applandinc/appmap-js/commit/71ea8c47d9d130c17f1db02275300de54406ae0b))
|
|
89
|
+
- Correct FunctionStats types to match reality
|
|
90
|
+
([72885a7](https://github.com/applandinc/appmap-js/commit/72885a7f65d0e2be15699e7fc9a2d895111a9e2f))
|
|
91
|
+
- De-duplicate matches
|
|
92
|
+
([e8e1019](https://github.com/applandinc/appmap-js/commit/e8e1019b9f3aa75e9ff1acc43ae9c083929875ae))
|
|
93
|
+
- Find matches across all AppMaps
|
|
94
|
+
([f86603a](https://github.com/applandinc/appmap-js/commit/f86603abf5252796855b4e3e656f4d5c561e028d))
|
|
95
|
+
- Shortcut processFiles when there are no files
|
|
96
|
+
([1254896](https://github.com/applandinc/appmap-js/commit/1254896d09f7e57d516bd1341d426740571ebcca))
|
|
79
97
|
|
|
80
98
|
### Features
|
|
81
99
|
|
|
82
|
-
|
|
83
|
-
|
|
100
|
+
- Define a RegExp to match RegExps
|
|
101
|
+
([58a28f4](https://github.com/applandinc/appmap-js/commit/58a28f420b549edca8b705b60fb8051939cac7d7))
|
|
102
|
+
- Iterate and find code objects by RegExp
|
|
103
|
+
([7d0e60d](https://github.com/applandinc/appmap-js/commit/7d0e60dd7c78f026f7cca2d0ebe29669ce3436dd))
|
|
84
104
|
|
|
85
105
|
# [@appland/appmap-v3.31.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.30.0...@appland/appmap-v3.31.0) (2022-07-12)
|
|
86
106
|
|
|
87
|
-
|
|
88
107
|
### Features
|
|
89
108
|
|
|
90
|
-
|
|
109
|
+
- Write a pid file on startup
|
|
110
|
+
([71b63a7](https://github.com/applandinc/appmap-js/commit/71b63a7a4de3ca3d5bdab741589ac0a24084fab6))
|
|
91
111
|
|
|
92
112
|
# [@appland/appmap-v3.30.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.29.4...@appland/appmap-v3.30.0) (2022-07-12)
|
|
93
113
|
|
|
94
|
-
|
|
95
114
|
### Features
|
|
96
115
|
|
|
97
|
-
|
|
116
|
+
- Handle -d working directory arg
|
|
117
|
+
([f8a38bb](https://github.com/applandinc/appmap-js/commit/f8a38bbbb0e0471cef68b3f94e30fdd4952429f2))
|
|
98
118
|
|
|
99
119
|
# [@appland/appmap-v3.29.4](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.29.3...@appland/appmap-v3.29.4) (2022-06-27)
|
|
100
120
|
|
|
101
|
-
|
|
102
121
|
### Bug Fixes
|
|
103
122
|
|
|
104
|
-
|
|
123
|
+
- Upgrade @appland/models to v1.16.2
|
|
124
|
+
([a7c3009](https://github.com/applandinc/appmap-js/commit/a7c3009b7db007f098ef8ce7a7b15e758c23d768))
|
|
105
125
|
|
|
106
126
|
# [@appland/appmap-v3.29.3](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.29.2...@appland/appmap-v3.29.3) (2022-06-24)
|
|
107
127
|
|
|
108
|
-
|
|
109
128
|
### Bug Fixes
|
|
110
129
|
|
|
111
|
-
|
|
130
|
+
- Emit missing data fields to JSON
|
|
131
|
+
([abf3de3](https://github.com/applandinc/appmap-js/commit/abf3de334f89432b2c7b36e02c7e4ce96e556128))
|
|
112
132
|
|
|
113
133
|
# [@appland/appmap-v3.29.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.29.1...@appland/appmap-v3.29.2) (2022-06-24)
|
|
114
134
|
|
|
115
|
-
|
|
116
135
|
### Bug Fixes
|
|
117
136
|
|
|
118
|
-
|
|
137
|
+
- record subcommand now always opens the AppMap
|
|
138
|
+
([976e3bd](https://github.com/applandinc/appmap-js/commit/976e3bd2720168336134dfc160f35f8dcf6eb38a))
|
|
119
139
|
|
|
120
140
|
# [@appland/appmap-v3.29.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.29.0...@appland/appmap-v3.29.1) (2022-06-22)
|
|
121
141
|
|
|
122
|
-
|
|
123
142
|
### Bug Fixes
|
|
124
143
|
|
|
125
|
-
|
|
144
|
+
- Indexing now works correctly even with long appmap filenames
|
|
145
|
+
([71e1a21](https://github.com/applandinc/appmap-js/commit/71e1a21f92cac0a8468fa10be14f939b72e4bbe3))
|
|
126
146
|
|
|
127
147
|
# [@appland/appmap-v3.29.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.28.1...@appland/appmap-v3.29.0) (2022-06-17)
|
|
128
148
|
|
|
129
|
-
|
|
130
149
|
### Bug Fixes
|
|
131
150
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
151
|
+
- Improve handling of file access errors
|
|
152
|
+
([8fdbe64](https://github.com/applandinc/appmap-js/commit/8fdbe6498482de0c3253bf8ab679fc4226a0f4ef))
|
|
153
|
+
- Reliably determine that an AppMap index is up-to-date
|
|
154
|
+
([17e3eba](https://github.com/applandinc/appmap-js/commit/17e3ebab54ad230ab4db21043234bebccfc29291))
|
|
135
155
|
|
|
136
156
|
### Features
|
|
137
157
|
|
|
138
|
-
|
|
158
|
+
- Drop ctime file from index, use mtime
|
|
159
|
+
([c57397d](https://github.com/applandinc/appmap-js/commit/c57397d00a74015b133c51e5de9410f5afb860ea))
|
|
139
160
|
|
|
140
161
|
# [@appland/appmap-v3.28.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.28.0...@appland/appmap-v3.28.1) (2022-06-08)
|
|
141
162
|
|
|
142
|
-
|
|
143
163
|
### Bug Fixes
|
|
144
164
|
|
|
145
|
-
|
|
165
|
+
- Index no longer panics on missing files
|
|
166
|
+
([b56bde3](https://github.com/applandinc/appmap-js/commit/b56bde37c5d4adeac3df39b50ef4c7f43d95b3c9))
|
|
146
167
|
|
|
147
168
|
# [@appland/appmap-v3.28.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.27.6...@appland/appmap-v3.28.0) (2022-06-08)
|
|
148
169
|
|
|
149
|
-
|
|
150
170
|
### Bug Fixes
|
|
151
171
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
172
|
+
- Ensure that maxTime is a number
|
|
173
|
+
([0e42152](https://github.com/applandinc/appmap-js/commit/0e42152fc6e56d8f2670347ed74428ec1f5720d8))
|
|
174
|
+
- listAppMapFiles expects transient files
|
|
175
|
+
([fd45854](https://github.com/applandinc/appmap-js/commit/fd458549a615fef39f5e335322523670b99b1fce))
|
|
155
176
|
|
|
156
177
|
### Features
|
|
157
178
|
|
|
158
|
-
|
|
159
|
-
|
|
179
|
+
- Respect appmap_dir
|
|
180
|
+
([11357d3](https://github.com/applandinc/appmap-js/commit/11357d3398af1754cf6fb9199383f44d9e5c1222))
|
|
181
|
+
- Suggest next step after CLI command
|
|
182
|
+
([61dca63](https://github.com/applandinc/appmap-js/commit/61dca63df62509dfaa13586e7adafcf4cc511371))
|
|
160
183
|
|
|
161
184
|
# [@appland/appmap-v3.27.6](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.27.5...@appland/appmap-v3.27.6) (2022-06-07)
|
|
162
185
|
|
|
163
|
-
|
|
164
186
|
### Bug Fixes
|
|
165
187
|
|
|
166
|
-
|
|
188
|
+
- User can configure extended RR URL
|
|
189
|
+
([7429fa1](https://github.com/applandinc/appmap-js/commit/7429fa1d4455efaff0dfe6320323012e8e4775ad))
|
|
167
190
|
|
|
168
191
|
# [@appland/appmap-v3.27.5](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.27.4...@appland/appmap-v3.27.5) (2022-06-06)
|
|
169
192
|
|
|
170
|
-
|
|
171
193
|
### Bug Fixes
|
|
172
194
|
|
|
173
|
-
|
|
195
|
+
- Update test command used for minitest
|
|
196
|
+
([2ac70fc](https://github.com/applandinc/appmap-js/commit/2ac70fc480df377c696f4cb60057f34fa171ba1a))
|
|
174
197
|
|
|
175
198
|
# [@appland/appmap-v3.27.4](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.27.3...@appland/appmap-v3.27.4) (2022-06-01)
|
|
176
199
|
|
|
177
|
-
|
|
178
200
|
### Bug Fixes
|
|
179
201
|
|
|
180
|
-
|
|
202
|
+
- Openapi template is packaged correctly and the command works again
|
|
203
|
+
([1c98f95](https://github.com/applandinc/appmap-js/commit/1c98f9547b3a2aaab6956c016839d862058b3216))
|
|
181
204
|
|
|
182
205
|
# [@appland/appmap-v3.27.3](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.27.2...@appland/appmap-v3.27.3) (2022-05-31)
|
|
183
206
|
|
|
184
|
-
|
|
185
207
|
### Bug Fixes
|
|
186
208
|
|
|
187
|
-
|
|
209
|
+
- Warn and reject too large AppMaps instead of raising an error
|
|
210
|
+
([901756f](https://github.com/applandinc/appmap-js/commit/901756f4a506f58098dd7ad0204b8c8edc0e0d0a))
|
|
188
211
|
|
|
189
212
|
# [@appland/appmap-v3.27.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.27.1...@appland/appmap-v3.27.2) (2022-05-30)
|
|
190
213
|
|
|
191
|
-
|
|
192
214
|
### Bug Fixes
|
|
193
215
|
|
|
194
|
-
|
|
195
|
-
|
|
216
|
+
- compare AppMap ctime to dependency mtime
|
|
217
|
+
([fd41733](https://github.com/applandinc/appmap-js/commit/fd4173372718cfabbe8c542d9bf757286404eb4d))
|
|
218
|
+
- Indexing no longer causes EXDEV on Linux
|
|
219
|
+
([f8b0481](https://github.com/applandinc/appmap-js/commit/f8b0481881cc48715b1dcaa6a3caeaf0782d7b08))
|
|
196
220
|
|
|
197
221
|
# [@appland/appmap-v3.27.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.27.0...@appland/appmap-v3.27.1) (2022-05-27)
|
|
198
222
|
|
|
199
|
-
|
|
200
223
|
### Bug Fixes
|
|
201
224
|
|
|
202
|
-
|
|
225
|
+
- Correct packages/cli bin script location
|
|
226
|
+
([5aafd90](https://github.com/applandinc/appmap-js/commit/5aafd90aab3c328a7ada80c80958c1139787c6fe))
|
|
203
227
|
|
|
204
228
|
# [@appland/appmap-v3.27.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.26.0...@appland/appmap-v3.27.0) (2022-05-27)
|
|
205
229
|
|
|
206
|
-
|
|
207
230
|
### Features
|
|
208
231
|
|
|
209
|
-
|
|
232
|
+
- Save remote recordings to $appmap_dir/remote
|
|
233
|
+
([81cd0c4](https://github.com/applandinc/appmap-js/commit/81cd0c4ab495fb9b7d35f0c894de7abfb0625adc))
|
|
210
234
|
|
|
211
235
|
# [@appland/appmap-v3.26.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.25.4...@appland/appmap-v3.26.0) (2022-05-27)
|
|
212
236
|
|
|
213
|
-
|
|
214
237
|
### Features
|
|
215
238
|
|
|
216
|
-
|
|
239
|
+
- install command accepts -d for target directory
|
|
240
|
+
([efc817c](https://github.com/applandinc/appmap-js/commit/efc817c4de78ea6912e03db5d36ab4a77fcfa0ae))
|
|
217
241
|
|
|
218
242
|
# [@appland/appmap-v3.25.4](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.25.3...@appland/appmap-v3.25.4) (2022-05-17)
|
|
219
243
|
|
|
220
|
-
|
|
221
244
|
### Bug Fixes
|
|
222
245
|
|
|
223
|
-
|
|
246
|
+
- Move index directory into place more robustly
|
|
247
|
+
([8139e44](https://github.com/applandinc/appmap-js/commit/8139e44ab1046b482ab6181926679291699d6d6b))
|
|
224
248
|
|
|
225
249
|
# [@appland/appmap-v3.25.3](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.25.2...@appland/appmap-v3.25.3) (2022-05-11)
|
|
226
250
|
|
|
227
|
-
|
|
228
251
|
### Bug Fixes
|
|
229
252
|
|
|
230
|
-
|
|
231
|
-
|
|
253
|
+
- await for locationString
|
|
254
|
+
([c8f7da7](https://github.com/applandinc/appmap-js/commit/c8f7da7d0daa5d64f1fac85c853c7e98b56e126c))
|
|
255
|
+
- don't print progress to a non-tty stream
|
|
256
|
+
([b1b785f](https://github.com/applandinc/appmap-js/commit/b1b785f950fc0465ca3787c073447ede3db1c4f3))
|
|
232
257
|
|
|
233
258
|
# [@appland/appmap-v3.25.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.25.1...@appland/appmap-v3.25.2) (2022-05-10)
|
|
234
259
|
|
|
235
|
-
|
|
236
260
|
### Bug Fixes
|
|
237
261
|
|
|
238
|
-
|
|
262
|
+
- Safely handle code object with no classObject
|
|
263
|
+
([10cb8a7](https://github.com/applandinc/appmap-js/commit/10cb8a7c4de6760cc6a9ed43a0408586ebb23970))
|
|
239
264
|
|
|
240
265
|
# [@appland/appmap-v3.25.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.25.0...@appland/appmap-v3.25.1) (2022-05-02)
|
|
241
266
|
|
|
242
|
-
|
|
243
267
|
### Bug Fixes
|
|
244
268
|
|
|
245
|
-
|
|
269
|
+
- Test commands must not be blank
|
|
270
|
+
([f7a6e21](https://github.com/applandinc/appmap-js/commit/f7a6e2119f32a988826aa0a3a0558213a23beb67))
|
|
246
271
|
|
|
247
272
|
# [@appland/appmap-v3.25.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.24.0...@appland/appmap-v3.25.0) (2022-04-28)
|
|
248
273
|
|
|
249
|
-
|
|
250
274
|
### Features
|
|
251
275
|
|
|
252
|
-
|
|
276
|
+
- Extended telemetry for the 'record' command
|
|
277
|
+
([99f1450](https://github.com/applandinc/appmap-js/commit/99f145038dda0ff91c3def394529edfd6b1fbff7))
|
|
253
278
|
|
|
254
279
|
# [@appland/appmap-v3.24.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.23.1...@appland/appmap-v3.24.0) (2022-04-27)
|
|
255
280
|
|
|
256
|
-
|
|
257
281
|
### Bug Fixes
|
|
258
282
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
283
|
+
- Fix test command guessing for Ruby
|
|
284
|
+
([7905910](https://github.com/applandinc/appmap-js/commit/790591005576d4c27b796819466476d4f277be2a))
|
|
285
|
+
- Suggest test recording before remote
|
|
286
|
+
([d905f7e](https://github.com/applandinc/appmap-js/commit/d905f7e6d74e40d87b34ce865621a52fee270d52))
|
|
262
287
|
|
|
263
288
|
### Features
|
|
264
289
|
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
290
|
+
- 'record' command finishes by prompting with next steps
|
|
291
|
+
([ec9766e](https://github.com/applandinc/appmap-js/commit/ec9766ef17ace1e4ac8cb128a30c320dc7ae202b))
|
|
292
|
+
- install command prompts the user to run 'record'
|
|
293
|
+
([585008a](https://github.com/applandinc/appmap-js/commit/585008a17a42f024c3fabd9b8a6a6ee43c042e17))
|
|
294
|
+
- Telemetry for 'record'
|
|
295
|
+
([afc19a9](https://github.com/applandinc/appmap-js/commit/afc19a953c43f74736d63949ad6a866e3bf5ee15))
|
|
268
296
|
|
|
269
297
|
# [@appland/appmap-v3.23.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.23.0...@appland/appmap-v3.23.1) (2022-04-27)
|
|
270
298
|
|
|
271
|
-
|
|
272
299
|
### Bug Fixes
|
|
273
300
|
|
|
274
|
-
|
|
301
|
+
- Don't match events that have no return event
|
|
302
|
+
([31dca43](https://github.com/applandinc/appmap-js/commit/31dca43b25af18a8927fda0ebfec3f52dca8268f))
|
|
275
303
|
|
|
276
304
|
# [@appland/appmap-v3.23.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.22.0...@appland/appmap-v3.23.0) (2022-04-27)
|
|
277
305
|
|
|
278
|
-
|
|
279
306
|
### Bug Fixes
|
|
280
307
|
|
|
281
|
-
|
|
282
|
-
|
|
308
|
+
- Prompt for test command
|
|
309
|
+
([b9abca2](https://github.com/applandinc/appmap-js/commit/b9abca2352904f9692c49b7fced893f4be351a6d))
|
|
283
310
|
|
|
284
311
|
### Features
|
|
285
312
|
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
313
|
+
- Add UI.continue
|
|
314
|
+
([36d948f](https://github.com/applandinc/appmap-js/commit/36d948f7257671d2cb64d8eee09058d07a180a77))
|
|
315
|
+
- Boldly print if the agent is available or not
|
|
316
|
+
([5c25abd](https://github.com/applandinc/appmap-js/commit/5c25abdf4c3c223113e7923a66caed53771f369b))
|
|
317
|
+
- Guess 'mvn test' command
|
|
318
|
+
([65534a8](https://github.com/applandinc/appmap-js/commit/65534a8c356450eab92bb9568edad413b17f9ba8))
|
|
289
319
|
|
|
290
320
|
# [@appland/appmap-v3.22.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.21.0...@appland/appmap-v3.22.0) (2022-04-26)
|
|
291
321
|
|
|
292
|
-
|
|
293
322
|
### Bug Fixes
|
|
294
323
|
|
|
295
|
-
|
|
296
|
-
|
|
324
|
+
- Fix hash key of saved settings
|
|
325
|
+
([26f54f4](https://github.com/applandinc/appmap-js/commit/26f54f479047b38b667c27b7d12c280d4d91413c))
|
|
297
326
|
|
|
298
327
|
### Features
|
|
299
328
|
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
329
|
+
- 'record test' sub-command
|
|
330
|
+
([9471f7f](https://github.com/applandinc/appmap-js/commit/9471f7f5de90a0f7ba52086d7385371ee50ecf23))
|
|
331
|
+
- Prompt for test commands
|
|
332
|
+
([93ae6f6](https://github.com/applandinc/appmap-js/commit/93ae6f6a4b0d97c4338480c1943d1ac32a0cd6d7))
|
|
333
|
+
- Recording mode argument is optional
|
|
334
|
+
([44b3575](https://github.com/applandinc/appmap-js/commit/44b35751ea025c6c4a33b60f6e51089ea0a709bc))
|
|
335
|
+
- Set a time limit on test case execution
|
|
336
|
+
([a6c2803](https://github.com/applandinc/appmap-js/commit/a6c28037123f087e7d40deecc6de1b2274820f43))
|
|
304
337
|
|
|
305
338
|
# [@appland/appmap-v3.21.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.20.0...@appland/appmap-v3.21.0) (2022-04-14)
|
|
306
339
|
|
|
307
|
-
|
|
308
340
|
### Features
|
|
309
341
|
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
342
|
+
- Reorganize code into states, actions, and tests
|
|
343
|
+
([a62c923](https://github.com/applandinc/appmap-js/commit/a62c92386a9a8388b7b39cfb54c1b83b4896fba5))
|
|
344
|
+
- Split dev_server options between config and settings
|
|
345
|
+
([0cde0c2](https://github.com/applandinc/appmap-js/commit/0cde0c23d0f607e36b6947d87363ab5424576215))
|
|
346
|
+
- Upgrade UX of the 'record' command
|
|
347
|
+
([573749f](https://github.com/applandinc/appmap-js/commit/573749fdcb79e10b8dc8fe8ef328eb74b524b1b6))
|
|
313
348
|
|
|
314
349
|
# [@appland/appmap-v3.20.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.19.0...@appland/appmap-v3.20.0) (2022-04-05)
|
|
315
350
|
|
|
316
|
-
|
|
317
351
|
### Features
|
|
318
352
|
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
353
|
+
- Add OpenAPI response schema by mime type
|
|
354
|
+
([fb96895](https://github.com/applandinc/appmap-js/commit/fb96895e071aaa010a43aaa53da7e5e480a590d8))
|
|
355
|
+
- Best-effort inference of schema from multiple examples
|
|
356
|
+
([d76f3c4](https://github.com/applandinc/appmap-js/commit/d76f3c4c5e665a7d261ed21d77093bb56762cfe7))
|
|
357
|
+
- Don't emit openapi item when type is nil/unknown
|
|
358
|
+
([6e0831a](https://github.com/applandinc/appmap-js/commit/6e0831a682d1ae50152c95d6b6e5825a7c9f5009))
|
|
359
|
+
- Emit 'object' for unrecognized type
|
|
360
|
+
([651b5ae](https://github.com/applandinc/appmap-js/commit/651b5ae0921ba5cfa79ba46618a79390f43a8f56))
|
|
323
361
|
|
|
324
362
|
# [@appland/appmap-v3.19.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.18.3...@appland/appmap-v3.19.0) (2022-03-10)
|
|
325
363
|
|
|
326
|
-
|
|
327
364
|
### Features
|
|
328
365
|
|
|
329
|
-
|
|
330
|
-
|
|
366
|
+
- check identifyGradleFile ends gradle.kts
|
|
367
|
+
([71c09f2](https://github.com/applandinc/appmap-js/commit/71c09f2af6d0a9476f3541c9247e332d62463875))
|
|
368
|
+
- Support gradle projects with build file written in kotlin script (build.gradle.kts)
|
|
369
|
+
([53c5e02](https://github.com/applandinc/appmap-js/commit/53c5e022ec9d97487b0245dcf3aed2711223b6c1))
|
|
331
370
|
|
|
332
371
|
# [@appland/appmap-v3.18.3](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.18.2...@appland/appmap-v3.18.3) (2022-02-14)
|
|
333
372
|
|
|
334
|
-
|
|
335
373
|
### Bug Fixes
|
|
336
374
|
|
|
337
|
-
|
|
338
|
-
|
|
375
|
+
- Ensure availability of Event.requestContentType
|
|
376
|
+
([73f44ed](https://github.com/applandinc/appmap-js/commit/73f44ede6fca001b757bd67ade8afc6459262822))
|
|
377
|
+
- typeof null is object - handle this
|
|
378
|
+
([8740248](https://github.com/applandinc/appmap-js/commit/8740248b62c129f2203f29a8be8dfe82051fdd60))
|
|
339
379
|
|
|
340
380
|
# [@appland/appmap-v3.18.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.18.1...@appland/appmap-v3.18.2) (2022-02-11)
|
|
341
381
|
|
|
342
|
-
|
|
343
382
|
### Bug Fixes
|
|
344
383
|
|
|
345
|
-
|
|
346
|
-
|
|
384
|
+
- Expect Content-Type header instead of mime_type field
|
|
385
|
+
([0886d8c](https://github.com/applandinc/appmap-js/commit/0886d8cf667e1b5b5325d26fd882a7586db29c25))
|
|
386
|
+
- Recognize Ruby String type
|
|
387
|
+
([f045bc5](https://github.com/applandinc/appmap-js/commit/f045bc570f7d3bd857068f72930d7ba3394a467e))
|
|
347
388
|
|
|
348
389
|
# [@appland/appmap-v3.18.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.18.0...@appland/appmap-v3.18.1) (2022-02-04)
|
|
349
390
|
|
|
350
|
-
|
|
351
391
|
### Bug Fixes
|
|
352
392
|
|
|
353
|
-
|
|
393
|
+
- Set the metadata name property before writing out AppMap data
|
|
394
|
+
([b784cd6](https://github.com/applandinc/appmap-js/commit/b784cd6a835f940d7e97f3f62e76aff001c54c55))
|
|
354
395
|
|
|
355
396
|
# [@appland/appmap-v3.18.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.17.2...@appland/appmap-v3.18.0) (2022-02-03)
|
|
356
397
|
|
|
357
|
-
|
|
358
398
|
### Features
|
|
359
399
|
|
|
360
|
-
|
|
400
|
+
- Refactor SQL utilities into @appland/models
|
|
401
|
+
([ef8a9be](https://github.com/applandinc/appmap-js/commit/ef8a9bebb08f08959272af24f8a8069514107681))
|
|
361
402
|
|
|
362
403
|
# [@appland/appmap-v3.17.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.17.1...@appland/appmap-v3.17.2) (2022-02-01)
|
|
363
404
|
|
|
364
|
-
|
|
365
405
|
### Bug Fixes
|
|
366
406
|
|
|
367
|
-
|
|
368
|
-
|
|
407
|
+
- Fix JS post-install message
|
|
408
|
+
([3821584](https://github.com/applandinc/appmap-js/commit/3821584c045cbb1f70c148a48d3df1cb10d7f2a7))
|
|
409
|
+
- Remove post-install message
|
|
410
|
+
([716c5a9](https://github.com/applandinc/appmap-js/commit/716c5a96a1d587496921e756995e7cd8831ff616))
|
|
369
411
|
|
|
370
412
|
# [@appland/appmap-v3.17.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.17.0...@appland/appmap-v3.17.1) (2022-01-27)
|
|
371
413
|
|
|
372
|
-
|
|
373
414
|
### Bug Fixes
|
|
374
415
|
|
|
375
|
-
|
|
416
|
+
- Handle spaces in CommandStruct.args
|
|
417
|
+
([30c65cc](https://github.com/applandinc/appmap-js/commit/30c65cc710f8d363c94f24ad697617452d4c5192))
|
|
376
418
|
|
|
377
419
|
# [@appland/appmap-v3.17.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.16.1...@appland/appmap-v3.17.0) (2022-01-27)
|
|
378
420
|
|
|
379
|
-
|
|
380
421
|
### Bug Fixes
|
|
381
422
|
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
423
|
+
- Don't prompt the user for confirmation if the process was obviously not found
|
|
424
|
+
([c1e7aea](https://github.com/applandinc/appmap-js/commit/c1e7aea7977b2e74b1b8f137b78435b980d0e997))
|
|
425
|
+
- Handle the case when no data is obtained from recording
|
|
426
|
+
([16b0a98](https://github.com/applandinc/appmap-js/commit/16b0a98b9676f7491144948c370d2f4c6eba60ff))
|
|
385
427
|
|
|
386
428
|
### Features
|
|
387
429
|
|
|
388
|
-
|
|
430
|
+
- Shortcut the record 'open' step when running in the VSCode terminal
|
|
431
|
+
([85d7a75](https://github.com/applandinc/appmap-js/commit/85d7a754a2da457aa39719ebdd0f75416f04e3dd))
|
|
389
432
|
|
|
390
433
|
# [@appland/appmap-v3.16.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.16.0...@appland/appmap-v3.16.1) (2022-01-25)
|
|
391
434
|
|
|
392
|
-
|
|
393
435
|
### Bug Fixes
|
|
394
436
|
|
|
395
|
-
|
|
437
|
+
- Add supports-hyperlinks dependency
|
|
438
|
+
([308c4bd](https://github.com/applandinc/appmap-js/commit/308c4bd250f36bf88df3e249fe9d36a9266980b2))
|
|
396
439
|
|
|
397
440
|
# [@appland/appmap-v3.16.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.15.1...@appland/appmap-v3.16.0) (2022-01-25)
|
|
398
441
|
|
|
399
|
-
|
|
400
442
|
### Features
|
|
401
443
|
|
|
402
|
-
|
|
444
|
+
- Add remote recording doc links for Java and JavaScript
|
|
445
|
+
([f40affe](https://github.com/applandinc/appmap-js/commit/f40affeb705d30b7bc682d388e37abc0487c7adf))
|
|
403
446
|
|
|
404
447
|
# [@appland/appmap-v3.15.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.15.0...@appland/appmap-v3.15.1) (2022-01-18)
|
|
405
448
|
|
|
406
|
-
|
|
407
449
|
### Bug Fixes
|
|
408
450
|
|
|
409
|
-
|
|
451
|
+
- Add missing dependency on JSONStream
|
|
452
|
+
([748876d](https://github.com/applandinc/appmap-js/commit/748876dcb3fc5ff0fe2be831343ff93fc92054df))
|
|
410
453
|
|
|
411
454
|
# [@appland/appmap-v3.15.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.8...@appland/appmap-v3.15.0) (2022-01-18)
|
|
412
455
|
|
|
413
|
-
|
|
414
456
|
### Features
|
|
415
457
|
|
|
416
|
-
|
|
458
|
+
- Port prune subcommand
|
|
459
|
+
([fd1d724](https://github.com/applandinc/appmap-js/commit/fd1d7240c2ce8d1fb3227713ab78a1a9761e14a5))
|
|
417
460
|
|
|
418
461
|
# [@appland/appmap-v3.14.8](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.7...@appland/appmap-v3.14.8) (2022-01-07)
|
|
419
462
|
|
|
420
|
-
|
|
421
463
|
### Bug Fixes
|
|
422
464
|
|
|
423
|
-
|
|
465
|
+
- Fix the path to static assets for the open command
|
|
466
|
+
([eed3e3e](https://github.com/applandinc/appmap-js/commit/eed3e3eaebff1484f4310bcf3c6f48d21098842e))
|
|
424
467
|
|
|
425
468
|
# [@appland/appmap-v3.14.7](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.6...@appland/appmap-v3.14.7) (2022-01-05)
|
|
426
469
|
|
|
427
|
-
|
|
428
470
|
### Bug Fixes
|
|
429
471
|
|
|
430
|
-
|
|
472
|
+
- Make dependency package versions compatible with scanner
|
|
473
|
+
([347a4f4](https://github.com/applandinc/appmap-js/commit/347a4f4844cfa89879fbc2154066c4e6eb920786))
|
|
431
474
|
|
|
432
475
|
# [@appland/appmap-v3.14.6](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.5...@appland/appmap-v3.14.6) (2021-12-09)
|
|
433
476
|
|
|
434
|
-
|
|
435
477
|
### Bug Fixes
|
|
436
478
|
|
|
437
|
-
|
|
479
|
+
- Upgrade @appland/models in packages/cli
|
|
480
|
+
([115d60a](https://github.com/applandinc/appmap-js/commit/115d60a36ee21a493a31d04e8ac015757cf931a7))
|
|
438
481
|
|
|
439
482
|
# [@appland/appmap-v3.14.5](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.4...@appland/appmap-v3.14.5) (2021-12-07)
|
|
440
483
|
|
|
441
|
-
|
|
442
484
|
### Bug Fixes
|
|
443
485
|
|
|
444
|
-
|
|
486
|
+
- Use a shell when running a command
|
|
487
|
+
([12986a5](https://github.com/applandinc/appmap-js/commit/12986a5bbaa97a8e9b671ab1308636813f06ef2d))
|
|
445
488
|
|
|
446
489
|
# [@appland/appmap-v3.14.4](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.3...@appland/appmap-v3.14.4) (2021-12-06)
|
|
447
490
|
|
|
448
|
-
|
|
449
491
|
### Bug Fixes
|
|
450
492
|
|
|
451
|
-
|
|
493
|
+
- Nudge user to install in current project
|
|
494
|
+
([28f358e](https://github.com/applandinc/appmap-js/commit/28f358e0479a5a919eb4d2b45be79a51f8dd9799))
|
|
452
495
|
|
|
453
496
|
# [@appland/appmap-v3.14.3](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.2...@appland/appmap-v3.14.3) (2021-12-03)
|
|
454
497
|
|
|
455
|
-
|
|
456
498
|
### Bug Fixes
|
|
457
499
|
|
|
458
|
-
|
|
459
|
-
|
|
500
|
+
- Correct post-install instructions
|
|
501
|
+
([ed8febd](https://github.com/applandinc/appmap-js/commit/ed8febd6bc0cd9c2ba1380ed5a9ccced7e907e2e))
|
|
502
|
+
- Use an absolute path when installing
|
|
503
|
+
([c39a784](https://github.com/applandinc/appmap-js/commit/c39a784a646662355f1aecbc4518e2b219037d10))
|
|
460
504
|
|
|
461
505
|
# [@appland/appmap-v3.14.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.1...@appland/appmap-v3.14.2) (2021-12-01)
|
|
462
506
|
|
|
463
|
-
|
|
464
507
|
### Bug Fixes
|
|
465
508
|
|
|
466
|
-
|
|
467
|
-
|
|
509
|
+
- Allow the user to override agent package
|
|
510
|
+
([963e15b](https://github.com/applandinc/appmap-js/commit/963e15b5684371102247efb97456f9497c96653f))
|
|
511
|
+
- EncodedFile now handles empty files
|
|
512
|
+
([bacf4ac](https://github.com/applandinc/appmap-js/commit/bacf4aca20f0c1364a4b4c6f7657655b6a2db794))
|
|
468
513
|
|
|
469
514
|
# [@appland/appmap-v3.14.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.0...@appland/appmap-v3.14.1) (2021-11-30)
|
|
470
515
|
|
|
471
|
-
|
|
472
516
|
### Bug Fixes
|
|
473
517
|
|
|
474
|
-
|
|
475
|
-
|
|
518
|
+
- Use correct path to JB maven plugin
|
|
519
|
+
([7bc5880](https://github.com/applandinc/appmap-js/commit/7bc588011dee9feb759c16d731b90e843fd74435))
|
|
520
|
+
- Wait for the user to pick an installer
|
|
521
|
+
([f16e4a3](https://github.com/applandinc/appmap-js/commit/f16e4a3a77ec72e3eb9efefdb18699c5e50f9f0f))
|
|
476
522
|
|
|
477
523
|
# [@appland/appmap-v3.14.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.13.4...@appland/appmap-v3.14.0) (2021-11-29)
|
|
478
524
|
|
|
479
|
-
|
|
480
525
|
### Features
|
|
481
526
|
|
|
482
|
-
|
|
527
|
+
- Add JavaScript project installers
|
|
528
|
+
([eb8f934](https://github.com/applandinc/appmap-js/commit/eb8f93476b85fab1a50f767c5774d5d2fc1910a7))
|
|
483
529
|
|
|
484
530
|
# [@appland/appmap-v3.13.4](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.13.3...@appland/appmap-v3.13.4) (2021-11-19)
|
|
485
531
|
|
|
486
|
-
|
|
487
532
|
### Bug Fixes
|
|
488
533
|
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
534
|
+
- Exit cleanly when the user aborts
|
|
535
|
+
([e570101](https://github.com/applandinc/appmap-js/commit/e5701017d01aa3597c2c66556a2c1a08ca3678a6))
|
|
536
|
+
- Flush telemetry events before exiting
|
|
537
|
+
([60df8e8](https://github.com/applandinc/appmap-js/commit/60df8e83eec2b3fa3d53d6339613cf4a595c03ae))
|
|
538
|
+
- Send success event
|
|
539
|
+
([4d05374](https://github.com/applandinc/appmap-js/commit/4d053742e6cb05f964485764a29c548ab6002582))
|
|
492
540
|
|
|
493
541
|
# [@appland/appmap-v3.13.3](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.13.2...@appland/appmap-v3.13.3) (2021-11-11)
|
|
494
542
|
|
|
495
|
-
|
|
496
543
|
### Bug Fixes
|
|
497
544
|
|
|
498
|
-
|
|
545
|
+
- Show the correct version with --version
|
|
546
|
+
([e695e2c](https://github.com/applandinc/appmap-js/commit/e695e2c69e1936a35c94a6c37129e06bce7b8287))
|
|
499
547
|
|
|
500
548
|
# [@appland/appmap-v3.13.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.13.1...@appland/appmap-v3.13.2) (2021-11-11)
|
|
501
549
|
|
|
502
|
-
|
|
503
550
|
### Bug Fixes
|
|
504
551
|
|
|
505
|
-
|
|
506
|
-
|
|
552
|
+
- Improve error reporting
|
|
553
|
+
([ac18468](https://github.com/applandinc/appmap-js/commit/ac184684d3e16a96ac98c8129d59fe5a147786bd))
|
|
554
|
+
- Map language types to OpenAPI types
|
|
555
|
+
([e44f906](https://github.com/applandinc/appmap-js/commit/e44f906304ac7fe568e574c9a768943ea931ec8e))
|
|
507
556
|
|
|
508
557
|
# [@appland/appmap-v3.13.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.13.0...@appland/appmap-v3.13.1) (2021-11-11)
|
|
509
558
|
|
|
510
|
-
|
|
511
559
|
### Bug Fixes
|
|
512
560
|
|
|
513
|
-
|
|
561
|
+
- Wait for debugging information on exit
|
|
562
|
+
([fe71319](https://github.com/applandinc/appmap-js/commit/fe71319feb97dafffa1065e0747abe1f05e65cee))
|
|
514
563
|
|
|
515
564
|
# [@appland/appmap-v3.13.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.12.2...@appland/appmap-v3.13.0) (2021-11-08)
|
|
516
565
|
|
|
517
|
-
|
|
518
566
|
### Bug Fixes
|
|
519
567
|
|
|
520
|
-
|
|
521
|
-
|
|
568
|
+
- Wait for verification before proceeding
|
|
569
|
+
([3e945fb](https://github.com/applandinc/appmap-js/commit/3e945fb5c2749a1b77a7b76ed8692f97034fa0f7))
|
|
522
570
|
|
|
523
571
|
### Features
|
|
524
572
|
|
|
525
|
-
|
|
573
|
+
- Use IntelliJ JDK, build tools, if available
|
|
574
|
+
([c4d8101](https://github.com/applandinc/appmap-js/commit/c4d81013040c613277fb3c21ded2474df2f317ae))
|
|
526
575
|
|
|
527
576
|
# [@appland/appmap-v3.12.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.12.1...@appland/appmap-v3.12.2) (2021-11-05)
|
|
528
577
|
|
|
529
|
-
|
|
530
578
|
### Bug Fixes
|
|
531
579
|
|
|
532
|
-
|
|
580
|
+
- include resources directory in package
|
|
581
|
+
([66e98fb](https://github.com/applandinc/appmap-js/commit/66e98fbb205452b33d064a3ee3435933db7e6e81))
|
|
533
582
|
|
|
534
583
|
# [@appland/appmap-v3.12.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.12.0...@appland/appmap-v3.12.1) (2021-11-04)
|
|
535
584
|
|
|
536
|
-
|
|
537
585
|
### Bug Fixes
|
|
538
586
|
|
|
539
|
-
|
|
587
|
+
- reverting openapi version to 3.0.1
|
|
588
|
+
([90ef5ee](https://github.com/applandinc/appmap-js/commit/90ef5ee8e1e0381ce82eda734931e7a136287ad4))
|
|
540
589
|
|
|
541
590
|
# [@appland/appmap-v3.12.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.11.0...@appland/appmap-v3.12.0) (2021-11-03)
|
|
542
591
|
|
|
543
|
-
|
|
544
592
|
### Bug Fixes
|
|
545
593
|
|
|
546
|
-
|
|
547
|
-
|
|
594
|
+
- Only display the command name if it's not found
|
|
595
|
+
([136ff50](https://github.com/applandinc/appmap-js/commit/136ff50bbbf3e069da79a7b8e490be24cbd6ffd4))
|
|
548
596
|
|
|
549
597
|
### Features
|
|
550
598
|
|
|
551
|
-
|
|
599
|
+
- Add support for sub-project installation
|
|
600
|
+
([7696ace](https://github.com/applandinc/appmap-js/commit/7696aceb813c9905580f53588327387dd06142a8))
|
|
552
601
|
|
|
553
602
|
# [@appland/appmap-v3.11.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.10.1...@appland/appmap-v3.11.0) (2021-11-01)
|
|
554
603
|
|
|
555
|
-
|
|
556
604
|
### Features
|
|
557
605
|
|
|
558
|
-
|
|
606
|
+
- Export parseNormalizeSQL and add joinsCount
|
|
607
|
+
([1f37628](https://github.com/applandinc/appmap-js/commit/1f37628e9c448176a0d068bd312ba4672e2f4925))
|
|
559
608
|
|
|
560
609
|
# [@appland/appmap-v3.10.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.10.0...@appland/appmap-v3.10.1) (2021-10-28)
|
|
561
610
|
|
|
562
|
-
|
|
563
611
|
### Bug Fixes
|
|
564
612
|
|
|
565
|
-
|
|
613
|
+
- Add missing mavenCentral repo correctly
|
|
614
|
+
([bf33ce4](https://github.com/applandinc/appmap-js/commit/bf33ce41214d3fb839b46ca85fc76a0cf2612cb6))
|
|
566
615
|
|
|
567
616
|
# [@appland/appmap-v3.10.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.9.0...@appland/appmap-v3.10.0) (2021-10-21)
|
|
568
617
|
|
|
569
|
-
|
|
570
618
|
### Features
|
|
571
619
|
|
|
572
|
-
|
|
573
|
-
|
|
620
|
+
- OpenAPI template is configurable
|
|
621
|
+
([e8b64d3](https://github.com/applandinc/appmap-js/commit/e8b64d3c33dd2267ce9c0aeb5cdfa7626a62aa9d))
|
|
622
|
+
- Rename swagger command to openapi
|
|
623
|
+
([681b608](https://github.com/applandinc/appmap-js/commit/681b6083ff47760123cf4feed9abae8aab977eb1))
|
|
574
624
|
|
|
575
625
|
# [@appland/appmap-v3.9.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.8.0...@appland/appmap-v3.9.0) (2021-10-21)
|
|
576
626
|
|
|
577
627
|
# [@appland/appmap-v3.8.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.7.4...@appland/appmap-v3.8.0) (2021-10-18)
|
|
578
628
|
|
|
579
|
-
|
|
580
629
|
### Features
|
|
581
630
|
|
|
582
|
-
|
|
631
|
+
- Notify on install startup
|
|
632
|
+
([578c4f3](https://github.com/applandinc/appmap-js/commit/578c4f348cc9852ea5be54925d4aaf9f58866aa3))
|
|
583
633
|
|
|
584
634
|
# [@appland/appmap-v3.7.4](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.7.3...@appland/appmap-v3.7.4) (2021-10-14)
|
|
585
635
|
|
|
586
|
-
|
|
587
636
|
### Bug Fixes
|
|
588
637
|
|
|
589
|
-
|
|
638
|
+
- Correct search for first gem in a Gemfile
|
|
639
|
+
([caed268](https://github.com/applandinc/appmap-js/commit/caed2683104af7870956bc76a63772aeaafb9d63))
|
|
590
640
|
|
|
591
641
|
# [@appland/appmap-v3.7.3](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.7.2...@appland/appmap-v3.7.3) (2021-10-11)
|
|
592
642
|
|
|
593
|
-
|
|
594
643
|
### Bug Fixes
|
|
595
644
|
|
|
596
|
-
|
|
645
|
+
- Use correct wrapper name on Windows
|
|
646
|
+
([485dbb9](https://github.com/applandinc/appmap-js/commit/485dbb9969506b06317becf2f5cb8072cb4957f2))
|
|
597
647
|
|
|
598
648
|
# [@appland/appmap-v3.7.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.7.1...@appland/appmap-v3.7.2) (2021-10-07)
|
|
599
649
|
|
|
600
|
-
|
|
601
650
|
### Bug Fixes
|
|
602
651
|
|
|
603
|
-
|
|
652
|
+
- Support UTF-16LE encoded build files
|
|
653
|
+
([a520438](https://github.com/applandinc/appmap-js/commit/a52043870cfcf66e5e26efb30f490df6a0e1c51e))
|
|
604
654
|
|
|
605
655
|
# [@appland/appmap-v3.7.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.7.0...@appland/appmap-v3.7.1) (2021-10-04)
|
|
606
656
|
|
|
607
|
-
|
|
608
657
|
### Bug Fixes
|
|
609
658
|
|
|
610
|
-
|
|
611
|
-
|
|
659
|
+
- Present user with errors generated from child process
|
|
660
|
+
([71e11e1](https://github.com/applandinc/appmap-js/commit/71e11e1e38221660f3910bf4227b9e6546c5e519))
|
|
661
|
+
- Sessions are now properly persisted on disk
|
|
662
|
+
([e4960cd](https://github.com/applandinc/appmap-js/commit/e4960cd31f958fd2bf895e2838cf6d8a9b2cc5a8))
|
|
612
663
|
|
|
613
664
|
# [@appland/appmap-v3.7.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.6.4...@appland/appmap-v3.7.0) (2021-09-30)
|
|
614
665
|
|
|
615
|
-
|
|
616
666
|
### Bug Fixes
|
|
617
667
|
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
668
|
+
- Add project directory debug data
|
|
669
|
+
([78c9ce7](https://github.com/applandinc/appmap-js/commit/78c9ce7292d3d0d6882fc41588fd65d4670c3809))
|
|
670
|
+
- Move directory argument to an optional positional argument
|
|
671
|
+
([a593924](https://github.com/applandinc/appmap-js/commit/a593924faf5beef9c0875308207e222a2eb8cd9a))
|
|
621
672
|
|
|
622
673
|
### Features
|
|
623
674
|
|
|
624
|
-
|
|
675
|
+
- Auto-select installer if only one is available
|
|
676
|
+
([db8ac09](https://github.com/applandinc/appmap-js/commit/db8ac0944b462f32b0909d3818b33b09f8e2342b))
|
|
625
677
|
|
|
626
678
|
# [@appland/appmap-v3.6.4](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.6.3...@appland/appmap-v3.6.4) (2021-09-22)
|
|
627
679
|
|
|
628
|
-
|
|
629
680
|
### Bug Fixes
|
|
630
681
|
|
|
631
|
-
|
|
682
|
+
- Correct build.gradle updates
|
|
683
|
+
([afc490c](https://github.com/applandinc/appmap-js/commit/afc490c25e55566a7a11628955fb24d22fedeb42))
|
|
632
684
|
|
|
633
685
|
# [@appland/appmap-v3.6.3](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.6.2...@appland/appmap-v3.6.3) (2021-09-21)
|
|
634
686
|
|
|
635
|
-
|
|
636
687
|
### Bug Fixes
|
|
637
688
|
|
|
638
|
-
|
|
689
|
+
- Run Gradle dependencyInsight task with stacktrace option in case of error
|
|
690
|
+
([91a5979](https://github.com/applandinc/appmap-js/commit/91a59796dc5b73e6208f3b452bf4b63f812583fd))
|
|
639
691
|
|
|
640
692
|
# [@appland/appmap-v3.6.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.6.1...@appland/appmap-v3.6.2) (2021-09-21)
|
|
641
693
|
|
|
642
|
-
|
|
643
694
|
### Bug Fixes
|
|
644
695
|
|
|
645
|
-
|
|
696
|
+
- Use child_process.spawn instead of exec
|
|
697
|
+
([d0d85f3](https://github.com/applandinc/appmap-js/commit/d0d85f3bf153c1d986331302d6fe865ad06547dd))
|
|
646
698
|
|
|
647
699
|
# [@appland/appmap-v3.6.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.6.0...@appland/appmap-v3.6.1) (2021-09-21)
|
|
648
700
|
|
|
649
|
-
|
|
650
701
|
### Bug Fixes
|
|
651
702
|
|
|
652
|
-
|
|
703
|
+
- Now logging commands run
|
|
704
|
+
([9a20f46](https://github.com/applandinc/appmap-js/commit/9a20f465ae47ea14c1204e49eacb97fe17a9ee32))
|
|
653
705
|
|
|
654
706
|
# [@appland/appmap-v3.6.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.5.1...@appland/appmap-v3.6.0) (2021-09-17)
|
|
655
707
|
|
|
656
|
-
|
|
657
708
|
### Bug Fixes
|
|
658
709
|
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
710
|
+
- Correct import of Error classes
|
|
711
|
+
([badd988](https://github.com/applandinc/appmap-js/commit/badd988c00abcc4720f6e346a86ef15e4beeda6b))
|
|
712
|
+
- Fix agent install module imports
|
|
713
|
+
([a7caa17](https://github.com/applandinc/appmap-js/commit/a7caa1719bc3e20ff6fc08ed0412bb1d224afbb1))
|
|
662
714
|
|
|
663
715
|
### Features
|
|
664
716
|
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
717
|
+
- appmap.html standalone page
|
|
718
|
+
([97fa02e](https://github.com/applandinc/appmap-js/commit/97fa02ec809553d185a9acadcf895562ee5b80e6))
|
|
719
|
+
- open an AppMap in the default browser
|
|
720
|
+
([15fb41d](https://github.com/applandinc/appmap-js/commit/15fb41d2f2adc180588f5e00ea584dd274ffb080))
|
|
721
|
+
- Serve the appmap file and JS map file
|
|
722
|
+
([250c26d](https://github.com/applandinc/appmap-js/commit/250c26d92665c81264a29576c2155409b144ab5c))
|
|
668
723
|
|
|
669
724
|
# [@appland/appmap-v3.5.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.5.0...@appland/appmap-v3.5.1) (2021-09-17)
|
|
670
725
|
|
|
671
|
-
|
|
672
726
|
### Bug Fixes
|
|
673
727
|
|
|
674
|
-
|
|
728
|
+
- Add debugging information for directory listing when install fails
|
|
729
|
+
([fb315c6](https://github.com/applandinc/appmap-js/commit/fb315c6b49925ad6a3d4a3f5eef265448602293a))
|
|
675
730
|
|
|
676
731
|
# [@appland/appmap-v3.5.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.4.1...@appland/appmap-v3.5.0) (2021-09-15)
|
|
677
732
|
|
|
678
|
-
|
|
679
733
|
### Bug Fixes
|
|
680
734
|
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
735
|
+
- `appland.cli.log` is now populated on failure
|
|
736
|
+
([916f84c](https://github.com/applandinc/appmap-js/commit/916f84ce2a6eb08ac463d8f37fbbc32bad2486fb))
|
|
737
|
+
- Capture installer information upon failure
|
|
738
|
+
([6b01a9b](https://github.com/applandinc/appmap-js/commit/6b01a9b4b8f3e6cad8d6728682b767ccad3f2fa3))
|
|
739
|
+
- Clarify steps to fix missing requirements
|
|
740
|
+
([e743176](https://github.com/applandinc/appmap-js/commit/e743176318369f4d887480bcce26869e95feea4b))
|
|
685
741
|
|
|
686
742
|
### Features
|
|
687
743
|
|
|
688
|
-
|
|
744
|
+
- Ask user to confirm installation environment
|
|
745
|
+
([17a802b](https://github.com/applandinc/appmap-js/commit/17a802b776b63b8eab5039b8d7905e430e9a8eaa))
|
|
689
746
|
|
|
690
747
|
# [@appland/appmap-v3.4.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.4.0...@appland/appmap-v3.4.1) (2021-09-15)
|
|
691
748
|
|
|
692
|
-
|
|
693
749
|
### Bug Fixes
|
|
694
750
|
|
|
695
|
-
|
|
751
|
+
- Users are now identified in the same manner as VSCode
|
|
752
|
+
([#355](https://github.com/applandinc/appmap-js/issues/355))
|
|
753
|
+
([8d9cd50](https://github.com/applandinc/appmap-js/commit/8d9cd507bcbcbecb0a0fa742206b8534ad797620))
|
|
696
754
|
|
|
697
755
|
# [@appland/appmap-v3.4.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.3.2...@appland/appmap-v3.4.0) (2021-09-13)
|
|
698
756
|
|
|
699
|
-
|
|
700
757
|
### Features
|
|
701
758
|
|
|
702
|
-
|
|
759
|
+
- Add validation step after install
|
|
760
|
+
([18effec](https://github.com/applandinc/appmap-js/commit/18effec0a4e121d24bfbfc38c6cdc1f9fcbd7b84))
|
|
703
761
|
|
|
704
762
|
# [@appland/appmap-v3.3.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.3.1...@appland/appmap-v3.3.2) (2021-09-10)
|
|
705
763
|
|
|
706
|
-
|
|
707
764
|
### Bug Fixes
|
|
708
765
|
|
|
709
|
-
|
|
766
|
+
- Fixed an issue where install-agent quit before rresolving all promises
|
|
767
|
+
([8c42539](https://github.com/applandinc/appmap-js/commit/8c42539926e05f1498676b9d844e0a4b6b92d75a))
|
|
710
768
|
|
|
711
769
|
# [@appland/appmap-v3.3.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.3.0...@appland/appmap-v3.3.1) (2021-09-10)
|
|
712
770
|
|
|
713
|
-
|
|
714
771
|
### Bug Fixes
|
|
715
772
|
|
|
716
|
-
|
|
773
|
+
- Update path of bin script
|
|
774
|
+
([da8e666](https://github.com/applandinc/appmap-js/commit/da8e666512d4ff2774fcc65c797686616ba7059e))
|
|
717
775
|
|
|
718
776
|
# [@appland/appmap-v3.3.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.2.4...@appland/appmap-v3.3.0) (2021-09-10)
|
|
719
777
|
|
|
720
|
-
|
|
721
778
|
### Features
|
|
722
779
|
|
|
723
|
-
|
|
780
|
+
- Add telemetry reporting to install-agent results
|
|
781
|
+
([d555249](https://github.com/applandinc/appmap-js/commit/d5552493ce2685befaa76df6f36b4075aa50ad8b))
|
|
724
782
|
|
|
725
783
|
# [@appland/appmap-v3.2.4](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.2.3...@appland/appmap-v3.2.4) (2021-09-09)
|
|
726
784
|
|
|
727
|
-
|
|
728
785
|
### Bug Fixes
|
|
729
786
|
|
|
730
|
-
|
|
787
|
+
- Fix missing import for `verbose` when running a Java installer
|
|
788
|
+
([4a6bba0](https://github.com/applandinc/appmap-js/commit/4a6bba0d4e8a7650e6af1e50b7783f5fc5ac00cf))
|
|
731
789
|
|
|
732
790
|
# [@appland/appmap-v3.2.3](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.2.2...@appland/appmap-v3.2.3) (2021-09-08)
|
|
733
791
|
|
|
734
|
-
|
|
735
792
|
### Bug Fixes
|
|
736
793
|
|
|
737
|
-
|
|
794
|
+
- Add Poetry installer
|
|
795
|
+
([21b0296](https://github.com/applandinc/appmap-js/commit/21b02960f79da8884806c1ce7701c52b7c0002fa))
|
|
738
796
|
|
|
739
797
|
# [@appland/appmap-v3.2.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.2.1...@appland/appmap-v3.2.2) (2021-09-03)
|
|
740
798
|
|
|
741
|
-
|
|
742
799
|
### Bug Fixes
|
|
743
800
|
|
|
744
|
-
|
|
745
|
-
|
|
801
|
+
- Index is now asynchronous
|
|
802
|
+
([6389d47](https://github.com/applandinc/appmap-js/commit/6389d475c975aa9e2aeb9c493917e2b14584af04))
|
|
803
|
+
- Target ES2017
|
|
804
|
+
([23ad225](https://github.com/applandinc/appmap-js/commit/23ad225ab775f2983a4ee49c2e965e7259297ce7))
|
|
746
805
|
|
|
747
806
|
# [@appland/appmap-v3.2.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.2.0...@appland/appmap-v3.2.1) (2021-09-01)
|
|
748
807
|
|
|
749
|
-
|
|
750
808
|
### Bug Fixes
|
|
751
809
|
|
|
752
|
-
|
|
810
|
+
- The CLI can no longer be imported as a third party library
|
|
811
|
+
([bf20ac2](https://github.com/applandinc/appmap-js/commit/bf20ac2757e101ccc2d4158fc42761d5be6e0a4b))
|
|
753
812
|
|
|
754
813
|
# [@appland/appmap-v3.2.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.1.0...@appland/appmap-v3.2.0) (2021-08-31)
|
|
755
814
|
|
|
756
|
-
|
|
757
815
|
### Features
|
|
758
816
|
|
|
759
|
-
|
|
817
|
+
- Rework the `agent-install` user experience
|
|
818
|
+
([#316](https://github.com/applandinc/appmap-js/issues/316))
|
|
819
|
+
([6e34f23](https://github.com/applandinc/appmap-js/commit/6e34f236f44ab2f0a5393ecf0ef59a0fd2af2d2d))
|
|
760
820
|
|
|
761
821
|
# [@appland/appmap-v3.1.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.0.0...@appland/appmap-v3.1.0) (2021-08-19)
|
|
762
822
|
|
|
763
|
-
|
|
764
823
|
### Bug Fixes
|
|
765
824
|
|
|
766
|
-
|
|
767
|
-
|
|
825
|
+
- Always update build.gradle and pom.xml
|
|
826
|
+
([fd3e820](https://github.com/applandinc/appmap-js/commit/fd3e820f1cc6cf16a827fc21389b78d6cda7ac48))
|
|
768
827
|
|
|
769
828
|
### Features
|
|
770
829
|
|
|
771
|
-
|
|
830
|
+
- Create agent configuration
|
|
831
|
+
([cdbb282](https://github.com/applandinc/appmap-js/commit/cdbb28231df51c2c0874000126f8d20bf486b2c4))
|
|
772
832
|
|
|
773
833
|
# [@appland/appmap-v3.0.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v2.3.4...@appland/appmap-v3.0.0) (2021-08-05)
|
|
774
834
|
|
|
775
|
-
|
|
776
835
|
### Continuous Integration
|
|
777
836
|
|
|
778
|
-
|
|
779
|
-
|
|
837
|
+
- CLI now available as @appland/appmap
|
|
838
|
+
([bd99645](https://github.com/applandinc/appmap-js/commit/bd9964536056406181aab5b393800a7a8152ddbc))
|
|
780
839
|
|
|
781
840
|
### BREAKING CHANGES
|
|
782
841
|
|
|
783
|
-
|
|
842
|
+
- @appland/cli renamed to @appland/appmap
|
|
784
843
|
|
|
785
844
|
# [@appland/cli-v1.5.2](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.5.1...@appland/cli-v1.5.2) (2021-08-04)
|
|
786
845
|
|
|
787
|
-
|
|
788
846
|
### Bug Fixes
|
|
789
847
|
|
|
790
|
-
|
|
848
|
+
- Reword instructions for agent install
|
|
849
|
+
([edeacf6](https://github.com/applandinc/appmap-js/commit/edeacf6e11da1d1aad39e985c2c8be8d81307fa3))
|
|
791
850
|
|
|
792
851
|
# [@appland/cli-v1.5.1](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.5.0...@appland/cli-v1.5.1) (2021-08-03)
|
|
793
852
|
|
|
794
|
-
|
|
795
853
|
### Bug Fixes
|
|
796
854
|
|
|
797
|
-
|
|
855
|
+
- Import PythonAgentInstaller properly
|
|
856
|
+
([f59da43](https://github.com/applandinc/appmap-js/commit/f59da43ae0b52a18a6d0a5bda5b9913747881ca8))
|
|
798
857
|
|
|
799
858
|
# [@appland/cli-v1.5.0](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.4.0...@appland/cli-v1.5.0) (2021-08-03)
|
|
800
859
|
|
|
801
|
-
|
|
802
860
|
### Features
|
|
803
861
|
|
|
804
|
-
|
|
862
|
+
- Add python support to install-agent command
|
|
863
|
+
([9316233](https://github.com/applandinc/appmap-js/commit/9316233b3c703b43ecb277c6ec41f539a3a8a544))
|
|
805
864
|
|
|
806
865
|
# [@appland/cli-v1.4.0](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.3.2...@appland/cli-v1.4.0) (2021-07-29)
|
|
807
866
|
|
|
808
|
-
|
|
809
867
|
### Features
|
|
810
868
|
|
|
811
|
-
|
|
869
|
+
- Install ruby or java agent via CLI
|
|
870
|
+
([4d8cf37](https://github.com/applandinc/appmap-js/commit/4d8cf37a06eef6aa5aa7bf82fa4d15d52be25166))
|
|
812
871
|
|
|
813
872
|
# [@appland/cli-v1.3.2](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.3.1...@appland/cli-v1.3.2) (2021-07-06)
|
|
814
873
|
|
|
815
|
-
|
|
816
874
|
### Bug Fixes
|
|
817
875
|
|
|
818
|
-
|
|
876
|
+
- Fix parent tree assignment in canonicalization
|
|
877
|
+
([fd54afa](https://github.com/applandinc/appmap-js/commit/fd54afa722166ce1ac022cbd649827ac2fa84b53))
|
|
819
878
|
|
|
820
879
|
# [@appland/cli-v1.3.1](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.3.0...@appland/cli-v1.3.1) (2021-07-02)
|
|
821
880
|
|
|
822
|
-
|
|
823
881
|
### Bug Fixes
|
|
824
882
|
|
|
825
|
-
|
|
883
|
+
- Find all matching events in each AppMap
|
|
884
|
+
([de578c7](https://github.com/applandinc/appmap-js/commit/de578c73864e10c6b815ac460fb94b8a0b4eab92))
|
|
826
885
|
|
|
827
886
|
# [@appland/cli-v1.3.0](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.2.0...@appland/cli-v1.3.0) (2021-07-02)
|
|
828
887
|
|
|
829
|
-
|
|
830
888
|
### Bug Fixes
|
|
831
889
|
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
890
|
+
- Don't emit trigrams with no caller and no callee
|
|
891
|
+
([65be7e5](https://github.com/applandinc/appmap-js/commit/65be7e5c03c3cd8a233c77bbb85c5ca54a563e07))
|
|
892
|
+
- Only show progress bars in interactive mode
|
|
893
|
+
([6436a3b](https://github.com/applandinc/appmap-js/commit/6436a3b7bff79eafcfef554eb27dd581113bd9a0))
|
|
894
|
+
- Refine JSON output of inspect command
|
|
895
|
+
([101e97e](https://github.com/applandinc/appmap-js/commit/101e97e3014ac41eda49b96b2f5a4a080bbf7f07))
|
|
896
|
+
- Remove unused functions
|
|
897
|
+
([fe03064](https://github.com/applandinc/appmap-js/commit/fe030646ed6e85ecf3afc7a5f36948988e37e39e))
|
|
898
|
+
- Update the AppMap index before the 'inspect' command runs
|
|
899
|
+
([1983813](https://github.com/applandinc/appmap-js/commit/19838133180ece16879af622bf3ccb576fc6de27))
|
|
838
900
|
|
|
839
901
|
### Features
|
|
840
902
|
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
903
|
+
- Add 'inventory' CLI command
|
|
904
|
+
([8175fb0](https://github.com/applandinc/appmap-js/commit/8175fb0727b40fdfc35720ead7362ae46ea2d877))
|
|
905
|
+
- Add database_type to CodeObjectType.QUERY
|
|
906
|
+
([8787b2d](https://github.com/applandinc/appmap-js/commit/8787b2de0e05bce6753c90b3b6f08115c94e8cc7))
|
|
907
|
+
- Add fingerprint strategies
|
|
908
|
+
([066bf9e](https://github.com/applandinc/appmap-js/commit/066bf9e1d2cf4767ca105d6f794daf8f82acaed5))
|
|
909
|
+
- App.Land client
|
|
910
|
+
([775abb3](https://github.com/applandinc/appmap-js/commit/775abb3ad598031d9b95f20e7b12f88bd8d8da3b))
|
|
911
|
+
- Fingerprint classes and packages
|
|
912
|
+
([7448804](https://github.com/applandinc/appmap-js/commit/74488040e804a6f57a19878980fa3ace25d6feb4))
|
|
913
|
+
- Store the database_type in query classMap entries
|
|
914
|
+
([7a44af6](https://github.com/applandinc/appmap-js/commit/7a44af6504dc78574b3ba9eb5d1edb60d3124a44))
|
|
847
915
|
|
|
848
916
|
# [@appland/cli-v1.2.0](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.1.0...@appland/cli-v1.2.0) (2021-06-29)
|
|
849
917
|
|
|
850
|
-
|
|
851
918
|
### Features
|
|
852
919
|
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
920
|
+
- Search by package and class
|
|
921
|
+
([0b14a27](https://github.com/applandinc/appmap-js/commit/0b14a2727f9aadbb43b69ac14d53258f45b20cf5))
|
|
922
|
+
- Search for database:, http:, query:
|
|
923
|
+
([21df198](https://github.com/applandinc/appmap-js/commit/21df1983e47f3e77c2476dcf75fa8b8ee4ca5465))
|
|
924
|
+
- Show progress bar while loading 'inspect' results
|
|
925
|
+
([2e3c410](https://github.com/applandinc/appmap-js/commit/2e3c410ea5d60b69b6f0ea5ef035f30f289088b8))
|
|
856
926
|
|
|
857
927
|
# [@appland/cli-v1.1.0](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.0.4...@appland/cli-v1.1.0) (2021-06-16)
|
|
858
928
|
|
|
859
|
-
|
|
860
929
|
### Bug Fixes
|
|
861
930
|
|
|
862
|
-
|
|
863
|
-
|
|
931
|
+
- Remove 'example' because it adds so much noise
|
|
932
|
+
([17fb066](https://github.com/applandinc/appmap-js/commit/17fb066ba0e260911d4b204f6f6b4b310a13b7e1))
|
|
864
933
|
|
|
865
934
|
### Features
|
|
866
935
|
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
936
|
+
- Add 'swagger' command to the CLI
|
|
937
|
+
([3cb4380](https://github.com/applandinc/appmap-js/commit/3cb43808918dad92766b863326f0ff500cc235b2))
|
|
938
|
+
- Add version file and created time to the AppMap index
|
|
939
|
+
([7496e3c](https://github.com/applandinc/appmap-js/commit/7496e3ceaf1dee3f96028d64246d7ea34b314386))
|
|
940
|
+
- Find and print info about a named function
|
|
941
|
+
([544db5c](https://github.com/applandinc/appmap-js/commit/544db5ca402d9e3399326f28da7d3a43a606f5c4))
|
|
942
|
+
- Search AppMaps for tables and routes
|
|
943
|
+
([e78d5b9](https://github.com/applandinc/appmap-js/commit/e78d5b91686818001a28ac6aee93ff388ec754e8))
|
|
871
944
|
|
|
872
945
|
# [@appland/cli-v1.0.4](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.0.3...@appland/cli-v1.0.4) (2021-05-28)
|
|
873
946
|
|
|
874
|
-
|
|
875
947
|
### Bug Fixes
|
|
876
948
|
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
949
|
+
- Configure src/cli.js as the bin script for packages/cli
|
|
950
|
+
([0de396a](https://github.com/applandinc/appmap-js/commit/0de396a030c9451ee0f930a0f4a81281305ee312))
|
|
951
|
+
- In dependency analysis, read the file mtime properly as the value of the file
|
|
952
|
+
([3700e96](https://github.com/applandinc/appmap-js/commit/3700e96caa322969d25332a613d6a6645d7d5ca5))
|
|
953
|
+
- Remove dependency on yargs/helpers
|
|
954
|
+
([5e603d5](https://github.com/applandinc/appmap-js/commit/5e603d5b2c9e606ec82ae23ba2171f0327a7b658))
|
|
880
955
|
|
|
881
956
|
# [@appland/cli-v1.0.3](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.0.2...@appland/cli-v1.0.3) (2021-05-18)
|
|
882
957
|
|
|
883
|
-
|
|
884
958
|
### Bug Fixes
|
|
885
959
|
|
|
886
|
-
|
|
887
|
-
|
|
960
|
+
- Update local dependencies
|
|
961
|
+
([f0d3281](https://github.com/applandinc/appmap-js/commit/f0d328161499999ee98fbb3aec2d438b3095bd0f))
|
|
962
|
+
- Update yargs to v17.0
|
|
963
|
+
([278f1da](https://github.com/applandinc/appmap-js/commit/278f1daab7bb6fc8371ac80bf210a1a6fce76f79))
|
|
888
964
|
|
|
889
965
|
# [@appland/cli-v1.0.2](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.0.1...@appland/cli-v1.0.2) (2021-05-11)
|
|
890
966
|
|
|
891
|
-
|
|
892
967
|
### Bug Fixes
|
|
893
968
|
|
|
894
|
-
|
|
969
|
+
- Add publish config
|
|
970
|
+
([118c54f](https://github.com/applandinc/appmap-js/commit/118c54f3db08f19de39bca7d67abd36a0071a20e))
|
|
895
971
|
|
|
896
972
|
# [@appland/cli-v1.0.1](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.0.0...@appland/cli-v1.0.1) (2021-05-11)
|
|
897
973
|
|
|
898
|
-
|
|
899
974
|
### Bug Fixes
|
|
900
975
|
|
|
901
|
-
|
|
976
|
+
- Flag package as public
|
|
977
|
+
([67e179c](https://github.com/applandinc/appmap-js/commit/67e179cd72ba247903764de25d8c86e0dd07bf9b))
|
|
902
978
|
|
|
903
979
|
# @appland/cli-v1.0.0 (2021-05-11)
|
|
904
980
|
|
|
905
|
-
|
|
906
981
|
### Features
|
|
907
982
|
|
|
908
|
-
|
|
983
|
+
- Initial release ([#195](https://github.com/applandinc/appmap-js/issues/195))
|
|
984
|
+
([c4776a0](https://github.com/applandinc/appmap-js/commit/c4776a0514c333746846b8ffca88465f8c2739ee))
|