@appland/appmap 3.23.1 → 3.25.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 +29 -0
- package/built/appmap.html +1 -1
- package/built/main.js.map +1 -1
- package/built/package.json +1 -1
- package/built/src/cmds/agentInstaller/agentInstallerProcedure.js +5 -3
- package/built/src/cmds/agentInstaller/agentInstallerProcedure.js.map +1 -1
- package/built/src/cmds/agentInstaller/gradleInstaller.js.map +1 -1
- package/built/src/cmds/agentInstaller/install-agent.js +2 -4
- package/built/src/cmds/agentInstaller/install-agent.js.map +1 -1
- package/built/src/cmds/open/open.js +8 -3
- package/built/src/cmds/open/open.js.map +1 -1
- package/built/src/cmds/record/action/countAppMaps.js +14 -0
- package/built/src/cmds/record/action/countAppMaps.js.map +1 -0
- package/built/src/cmds/record/action/guessTestCommands.js +22 -15
- package/built/src/cmds/record/action/guessTestCommands.js.map +1 -1
- package/built/src/cmds/record/action/printAppMapCount.js +17 -8
- package/built/src/cmds/record/action/printAppMapCount.js.map +1 -1
- package/built/src/cmds/record/action/saveRecording.js +3 -1
- package/built/src/cmds/record/action/saveRecording.js.map +1 -1
- package/built/src/cmds/record/configuration.js +13 -1
- package/built/src/cmds/record/configuration.js.map +1 -1
- package/built/src/cmds/record/prompt/obtainTestCommands.js +9 -6
- package/built/src/cmds/record/prompt/obtainTestCommands.js.map +1 -1
- package/built/src/cmds/record/record.js +47 -10
- package/built/src/cmds/record/record.js.map +1 -1
- package/built/src/cmds/record/recordContext.js +54 -0
- package/built/src/cmds/record/recordContext.js.map +1 -0
- package/built/src/cmds/record/state/agentIsRecording.js +2 -2
- package/built/src/cmds/record/state/agentIsRecording.js.map +1 -1
- package/built/src/cmds/record/state/agentNotAvailable.js +2 -1
- package/built/src/cmds/record/state/agentNotAvailable.js.map +1 -1
- package/built/src/cmds/record/state/initial.js +3 -2
- package/built/src/cmds/record/state/initial.js.map +1 -1
- package/built/src/cmds/record/state/record_remote.js +2 -1
- package/built/src/cmds/record/state/record_remote.js.map +1 -1
- package/built/src/cmds/record/state/record_test.js +2 -1
- package/built/src/cmds/record/state/record_test.js.map +1 -1
- package/built/src/cmds/record/state/recordingStopped.js +2 -2
- package/built/src/cmds/record/state/recordingStopped.js.map +1 -1
- package/built/src/cmds/record/state/testCasesComplete.js +3 -5
- package/built/src/cmds/record/state/testCasesComplete.js.map +1 -1
- package/built/src/cmds/record/state/testCasesRunning.js +9 -2
- package/built/src/cmds/record/state/testCasesRunning.js.map +1 -1
- package/built/src/cmds/record/state/testCommandsAvailable.js +2 -1
- package/built/src/cmds/record/state/testCommandsAvailable.js.map +1 -1
- package/built/src/cmds/record/state/testCommandsNeeded.js +2 -1
- package/built/src/cmds/record/state/testCommandsNeeded.js.map +1 -1
- package/built/src/cmds/record/test/isAgentAvailable.js +3 -4
- package/built/src/cmds/record/test/isAgentAvailable.js.map +1 -1
- package/built/src/cmds/record/testCaseRecording.js +4 -1
- package/built/src/cmds/record/testCaseRecording.js.map +1 -1
- package/built/src/cmds/runCommand.js +54 -11
- package/built/src/cmds/runCommand.js.map +1 -1
- package/built/src/cmds/userInteraction.js +2 -2
- package/built/src/cmds/userInteraction.js.map +1 -1
- package/built/src/openapi/command.js.map +1 -1
- package/built/src/utils.js +5 -0
- package/built/src/utils.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
# [@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)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Test commands must not be blank ([f7a6e21](https://github.com/applandinc/appmap-js/commit/f7a6e2119f32a988826aa0a3a0558213a23beb67))
|
|
7
|
+
|
|
8
|
+
# [@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)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* Extended telemetry for the 'record' command ([99f1450](https://github.com/applandinc/appmap-js/commit/99f145038dda0ff91c3def394529edfd6b1fbff7))
|
|
14
|
+
|
|
15
|
+
# [@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)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* Fix test command guessing for Ruby ([7905910](https://github.com/applandinc/appmap-js/commit/790591005576d4c27b796819466476d4f277be2a))
|
|
21
|
+
* Suggest test recording before remote ([d905f7e](https://github.com/applandinc/appmap-js/commit/d905f7e6d74e40d87b34ce865621a52fee270d52))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* 'record' command finishes by prompting with next steps ([ec9766e](https://github.com/applandinc/appmap-js/commit/ec9766ef17ace1e4ac8cb128a30c320dc7ae202b))
|
|
27
|
+
* install command prompts the user to run 'record' ([585008a](https://github.com/applandinc/appmap-js/commit/585008a17a42f024c3fabd9b8a6a6ee43c042e17))
|
|
28
|
+
* Telemetry for 'record' ([afc19a9](https://github.com/applandinc/appmap-js/commit/afc19a953c43f74736d63949ad6a866e3bf5ee15))
|
|
29
|
+
|
|
1
30
|
# [@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)
|
|
2
31
|
|
|
3
32
|
|