cpee-logging-xes-yaml 1.0.3 → 1.0.4
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/README.md +10 -2
- data/cpee-logging-xes-yaml.gemspec +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d2a0520ca3fb6ff780ca51eebf84811e8c9fd4df9a111fed58b09ebe63ac747f
|
|
4
|
+
data.tar.gz: 4aa2bb2e70e7944cb41155983dc39651b599ee263c7e2c8d2176b1fa40586741
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e403723fe26acf2b0588db4ecb18e7577cbb57572b2ca38224e0c8bdec7b753ef366142b1b9ae599921c15ab53e8d73cb36d822af2b112054249538cd3781b7
|
|
7
|
+
data.tar.gz: e681120976fbe6308dafbc824eb0fc5787219f071666fe10291d27f98318bed20c584aab4a408f4a23811f4411f08192f4a955ca0ca4f20ccc500628abb1afba
|
data/README.md
CHANGED
|
@@ -20,7 +20,7 @@ or many of the following yaml keys:
|
|
|
20
20
|
:log_dir: /var/log/cpee
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
To
|
|
23
|
+
To connect the cpee to the log, one of two things can be done: (1) add a handler to
|
|
24
24
|
a testset/template:
|
|
25
25
|
|
|
26
26
|
```xml
|
|
@@ -31,6 +31,8 @@ a testset/template:
|
|
|
31
31
|
<events topic="endpoints">change</events>
|
|
32
32
|
<events topic="attributes">change</events>
|
|
33
33
|
<events topic="task">instantiation</events>
|
|
34
|
+
<events topic="description">change</events>
|
|
35
|
+
<events topic="state">change</events>
|
|
34
36
|
</handler>
|
|
35
37
|
</handlers>
|
|
36
38
|
```
|
|
@@ -46,7 +48,7 @@ Riddl::Server.new(CPEE::SERVER, options) do
|
|
|
46
48
|
end.loop!
|
|
47
49
|
```
|
|
48
50
|
|
|
49
|
-
to the server (or alternatively to a
|
|
51
|
+
to the server (or alternatively to a cpee.conf with :notification_init
|
|
50
52
|
beeing a top-level yaml key). Then add a subscription file to
|
|
51
53
|
notifications/logging/subscription.xml
|
|
52
54
|
|
|
@@ -66,6 +68,12 @@ notifications/logging/subscription.xml
|
|
|
66
68
|
<topic id="attributes">
|
|
67
69
|
<event>change</event>
|
|
68
70
|
</topic>
|
|
71
|
+
<topic id="description">
|
|
72
|
+
<event>change</event>
|
|
73
|
+
</topic>
|
|
74
|
+
<topic id="state">
|
|
75
|
+
<event>change</event>
|
|
76
|
+
</topic>
|
|
69
77
|
<topic id="task">
|
|
70
78
|
<event>instantiation</event>
|
|
71
79
|
</topic>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "cpee-logging-xes-yaml"
|
|
3
|
-
s.version = "1.0.
|
|
3
|
+
s.version = "1.0.4"
|
|
4
4
|
s.platform = Gem::Platform::RUBY
|
|
5
5
|
s.license = "LGPL-3.0"
|
|
6
6
|
s.summary = "Logging for the cloud process execution engine (cpee.org)"
|
|
@@ -22,5 +22,5 @@ Gem::Specification.new do |s|
|
|
|
22
22
|
|
|
23
23
|
s.add_runtime_dependency 'riddl', '~> 0.99'
|
|
24
24
|
s.add_runtime_dependency 'json', '~> 2.1'
|
|
25
|
-
s.add_runtime_dependency 'cpee', '~> 1', '>= 1.
|
|
25
|
+
s.add_runtime_dependency 'cpee', '~> 2.1', '>= 2.1.4'
|
|
26
26
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cpee-logging-xes-yaml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juergen eTM Mangler
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: tools
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2021-11-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: riddl
|
|
@@ -45,20 +45,20 @@ dependencies:
|
|
|
45
45
|
requirements:
|
|
46
46
|
- - "~>"
|
|
47
47
|
- !ruby/object:Gem::Version
|
|
48
|
-
version: '1'
|
|
48
|
+
version: '2.1'
|
|
49
49
|
- - ">="
|
|
50
50
|
- !ruby/object:Gem::Version
|
|
51
|
-
version:
|
|
51
|
+
version: 2.1.4
|
|
52
52
|
type: :runtime
|
|
53
53
|
prerelease: false
|
|
54
54
|
version_requirements: !ruby/object:Gem::Requirement
|
|
55
55
|
requirements:
|
|
56
56
|
- - "~>"
|
|
57
57
|
- !ruby/object:Gem::Version
|
|
58
|
-
version: '1'
|
|
58
|
+
version: '2.1'
|
|
59
59
|
- - ">="
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version:
|
|
61
|
+
version: 2.1.4
|
|
62
62
|
description: see http://cpee.org
|
|
63
63
|
email: juergen.mangler@gmail.com
|
|
64
64
|
executables:
|
|
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
96
96
|
- !ruby/object:Gem::Version
|
|
97
97
|
version: '0'
|
|
98
98
|
requirements: []
|
|
99
|
-
rubygems_version: 3.
|
|
99
|
+
rubygems_version: 3.2.22
|
|
100
100
|
signing_key:
|
|
101
101
|
specification_version: 4
|
|
102
102
|
summary: Logging for the cloud process execution engine (cpee.org)
|