appmap 0.82.0 → 0.83.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +22 -0
- data/config-schema.yml +5 -1
- data/lib/appmap/builtin_hooks/ruby.yml +0 -11
- data/lib/appmap/gem_hooks/actionpack.yml +4 -0
- data/lib/appmap/gem_hooks/pandoc-ruby.yml +3 -0
- data/lib/appmap/hook/method.rb +1 -1
- data/lib/appmap/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f4cabea9f63794eb3d3efea45ec01fb05aa1437cccb419d87695b6b1877cd0b8
|
|
4
|
+
data.tar.gz: e7ea1f1b85a0ad31de59838c3e8a6c69ba4cff6e61dbbca3cad9478b4fc3ee9b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d1b69fb940df595bcb7dba1adb9ea813073b2d6a00ffdf7be2be9eafe2e8567a0fe5e2f8d305130c5e483dec9b5812faa3800fe5bdebc39c20f532fd7ed0d3b
|
|
7
|
+
data.tar.gz: 4830ed50c519739c855d32eda77db1e6bf873f6cfc67d7a85b6abfcf0a321bd1dcef7f19af5578a58e352af752ad5bd3523ce5779ddc40a19aadb5cbe76b93c3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## [0.83.2](https://github.com/applandinc/appmap-ruby/compare/v0.83.1...v0.83.2) (2022-05-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Only warn if Hook::LOG is true ([0ffd29e](https://github.com/applandinc/appmap-ruby/commit/0ffd29ea3a49d70af64193250c633668eb45c9ab))
|
|
7
|
+
|
|
8
|
+
## [0.83.1](https://github.com/applandinc/appmap-ruby/compare/v0.83.0...v0.83.1) (2022-05-05)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* Allow appmap_dir, language and additional properties ([a3bb87c](https://github.com/applandinc/appmap-ruby/commit/a3bb87cb4a87d00a7196f21c45dfcaaf6502e014))
|
|
14
|
+
|
|
15
|
+
# [0.83.0](https://github.com/applandinc/appmap-ruby/compare/v0.82.0...v0.83.0) (2022-04-29)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* #before_setup is lang.eval.safe and deserialize.safe ([cf03641](https://github.com/applandinc/appmap-ruby/commit/cf03641dacc1c50aa8ec9803e27936df06acf592))
|
|
21
|
+
* pandoc-ruby is system.exec.safe ([2b3ec8e](https://github.com/applandinc/appmap-ruby/commit/2b3ec8ecc762b1209dc070bc5dc4ec5f33d7eec9))
|
|
22
|
+
|
|
1
23
|
# [0.82.0](https://github.com/applandinc/appmap-ruby/compare/v0.81.1...v0.82.0) (2022-04-27)
|
|
2
24
|
|
|
3
25
|
|
data/config-schema.yml
CHANGED
|
@@ -19,17 +19,6 @@
|
|
|
19
19
|
require_name: ruby
|
|
20
20
|
label: lang.eval
|
|
21
21
|
handler_class: AppMap::Handler::Eval
|
|
22
|
-
# TODO: eval does not happen in the right context, and therefore any new constants
|
|
23
|
-
# which are defined are placed on the wrong module/class.
|
|
24
|
-
# - Binding#eval
|
|
25
|
-
# - BasicObject#instance_eval
|
|
26
|
-
# These methods cannot be hooked as far as I can tell.
|
|
27
|
-
# Why? When calling one of these functions, the context at the point of
|
|
28
|
-
# definition is used. It's not possible to bind class_eval to a new context.
|
|
29
|
-
# - Module#class_eval
|
|
30
|
-
# - Module#module_eval
|
|
31
|
-
# require_name: ruby
|
|
32
|
-
# label: lang.eval
|
|
33
22
|
- methods:
|
|
34
23
|
- IO#popen
|
|
35
24
|
- Kernel#exec
|
data/lib/appmap/hook/method.rb
CHANGED
data/lib/appmap/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appmap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.83.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kevin Gilpin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-05-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -385,6 +385,7 @@ files:
|
|
|
385
385
|
- lib/appmap/gem_hooks/activesupport.yml
|
|
386
386
|
- lib/appmap/gem_hooks/cancancan.yml
|
|
387
387
|
- lib/appmap/gem_hooks/devise.yml
|
|
388
|
+
- lib/appmap/gem_hooks/pandoc-ruby.yml
|
|
388
389
|
- lib/appmap/gem_hooks/rails.yml
|
|
389
390
|
- lib/appmap/gem_hooks/railties.yml
|
|
390
391
|
- lib/appmap/gem_hooks/resque.yml
|