cpee 2.1.29 → 2.1.33
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/cockpit/templates/Frames.xml +297 -0
- data/cockpit/templates/Worklist.xml +58 -26
- data/cockpit/themes/compact/theme.js +1 -1
- data/cockpit/themes/control/theme.js +1 -1
- data/cockpit/themes/default/theme.js +1 -1
- data/cockpit/themes/extended/theme.js +1 -1
- data/cockpit/themes/model/theme.js +1 -1
- data/cockpit/themes/packed/theme.js +1 -1
- data/cockpit/themes/preset/theme.js +1 -1
- data/cpee.gemspec +2 -2
- data/lib/cpee/fail.rb +23 -0
- data/lib/cpee/implementation.rb +84 -23
- data/lib/cpee/implementation_callbacks.rb +11 -10
- data/lib/cpee/implementation_notifications.rb +4 -3
- data/lib/cpee/implementation_properties.rb +2 -1
- data/lib/cpee/message.rb +35 -13
- data/lib/cpee/persistence.rb +30 -11
- data/server/executionhandlers/ruby/connection.rb +18 -2
- data/server/executionhandlers/ruby/controller.rb +11 -6
- data/server/executionhandlers/ruby/dsl_to_dslx.xsl +5 -5
- data/server/resources/topics.xml +1 -0
- data/server/routing/forward-events.rb +6 -0
- data/server/routing/persist.rb +4 -2
- data/server/server.conf +1 -1
- metadata +17 -25
- data/cockpit/templates/Coopis 2010.xml.active +0 -1
- data/cockpit/templates/Coopis 2010.xml.active-uuid +0 -1
- data/cockpit/templates/Subprocess.xml.active +0 -1
- data/cockpit/templates/Subprocess.xml.active-uuid +0 -1
- data/cockpit/templates/Track Test.xml.active +0 -1
- data/cockpit/templates/Track Test.xml.active-uuid +0 -1
- data/cockpit/templates/UR-VUE 2020 Solution Baseline.xml.active +0 -1
- data/cockpit/templates/UR-VUE 2020 Solution Baseline.xml.active-uuid +0 -1
- data/cockpit/templates/Wait.xml.active +0 -1
- data/cockpit/templates/Wait.xml.active-uuid +0 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cpee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.33
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juergen eTM Mangler
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: tools
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2022-04-05 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: riddl
|
@@ -61,49 +61,49 @@ dependencies:
|
|
61
61
|
- !ruby/object:Gem::Version
|
62
62
|
version: '2.0'
|
63
63
|
- !ruby/object:Gem::Dependency
|
64
|
-
name:
|
64
|
+
name: redis
|
65
65
|
requirement: !ruby/object:Gem::Requirement
|
66
66
|
requirements:
|
67
67
|
- - "~>"
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version: '
|
69
|
+
version: '4.1'
|
70
70
|
type: :runtime
|
71
71
|
prerelease: false
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
73
73
|
requirements:
|
74
74
|
- - "~>"
|
75
75
|
- !ruby/object:Gem::Version
|
76
|
-
version: '
|
76
|
+
version: '4.1'
|
77
77
|
- !ruby/object:Gem::Dependency
|
78
|
-
name:
|
78
|
+
name: rubyzip
|
79
79
|
requirement: !ruby/object:Gem::Requirement
|
80
80
|
requirements:
|
81
81
|
- - "~>"
|
82
82
|
- !ruby/object:Gem::Version
|
83
|
-
version: '
|
83
|
+
version: '2'
|
84
84
|
type: :runtime
|
85
85
|
prerelease: false
|
86
86
|
version_requirements: !ruby/object:Gem::Requirement
|
87
87
|
requirements:
|
88
88
|
- - "~>"
|
89
89
|
- !ruby/object:Gem::Version
|
90
|
-
version: '
|
90
|
+
version: '2'
|
91
91
|
- !ruby/object:Gem::Dependency
|
92
|
-
name:
|
92
|
+
name: charlock_holmes
|
93
93
|
requirement: !ruby/object:Gem::Requirement
|
94
94
|
requirements:
|
95
95
|
- - "~>"
|
96
96
|
- !ruby/object:Gem::Version
|
97
|
-
version: '
|
97
|
+
version: '0'
|
98
98
|
type: :runtime
|
99
99
|
prerelease: false
|
100
100
|
version_requirements: !ruby/object:Gem::Requirement
|
101
101
|
requirements:
|
102
102
|
- - "~>"
|
103
103
|
- !ruby/object:Gem::Version
|
104
|
-
version: '
|
104
|
+
version: '0'
|
105
105
|
- !ruby/object:Gem::Dependency
|
106
|
-
name:
|
106
|
+
name: mimemagic
|
107
107
|
requirement: !ruby/object:Gem::Requirement
|
108
108
|
requirements:
|
109
109
|
- - "~>"
|
@@ -117,19 +117,19 @@ dependencies:
|
|
117
117
|
- !ruby/object:Gem::Version
|
118
118
|
version: '0'
|
119
119
|
- !ruby/object:Gem::Dependency
|
120
|
-
name:
|
120
|
+
name: get_process_mem
|
121
121
|
requirement: !ruby/object:Gem::Requirement
|
122
122
|
requirements:
|
123
123
|
- - "~>"
|
124
124
|
- !ruby/object:Gem::Version
|
125
|
-
version: '0'
|
125
|
+
version: '0.2'
|
126
126
|
type: :runtime
|
127
127
|
prerelease: false
|
128
128
|
version_requirements: !ruby/object:Gem::Requirement
|
129
129
|
requirements:
|
130
130
|
- - "~>"
|
131
131
|
- !ruby/object:Gem::Version
|
132
|
-
version: '0'
|
132
|
+
version: '0.2'
|
133
133
|
description: see http://cpee.org
|
134
134
|
email: juergen.mangler@gmail.com
|
135
135
|
executables:
|
@@ -221,30 +221,21 @@ files:
|
|
221
221
|
- cockpit/templates.legacy/testsets.xml
|
222
222
|
- cockpit/templates.legacy/transformations.xml
|
223
223
|
- cockpit/templates/Coopis 2010.xml
|
224
|
-
- cockpit/templates/
|
225
|
-
- cockpit/templates/Coopis 2010.xml.active-uuid
|
224
|
+
- cockpit/templates/Frames.xml
|
226
225
|
- cockpit/templates/IUPC arXiv:1104.3609 P34 1.xml
|
227
226
|
- cockpit/templates/IUPC arXiv:1104.3609 P34 2.xml
|
228
227
|
- cockpit/templates/IUPC arXiv:1104.3609 P34 3.xml
|
229
228
|
- cockpit/templates/Subprocess.xml
|
230
|
-
- cockpit/templates/Subprocess.xml.active
|
231
|
-
- cockpit/templates/Subprocess.xml.active-uuid
|
232
229
|
- cockpit/templates/Subprocess.xml.attrs
|
233
230
|
- cockpit/templates/Track Test Local.xml
|
234
231
|
- cockpit/templates/Track Test.xml
|
235
|
-
- cockpit/templates/Track Test.xml.active
|
236
|
-
- cockpit/templates/Track Test.xml.active-uuid
|
237
232
|
- cockpit/templates/Track Test.xml.attrs
|
238
233
|
- cockpit/templates/UR-VUE 2020 Manual Adjust.xml
|
239
234
|
- cockpit/templates/UR-VUE 2020 Solution Baseline.xml
|
240
|
-
- cockpit/templates/UR-VUE 2020 Solution Baseline.xml.active
|
241
|
-
- cockpit/templates/UR-VUE 2020 Solution Baseline.xml.active-uuid
|
242
235
|
- cockpit/templates/UR-VUE 2020 Solution NN.xml
|
243
236
|
- cockpit/templates/UR-VUE 2020 Solution View.xml
|
244
237
|
- cockpit/templates/UR-VUE 2020.xml
|
245
238
|
- cockpit/templates/Wait.xml
|
246
|
-
- cockpit/templates/Wait.xml.active
|
247
|
-
- cockpit/templates/Wait.xml.active-uuid
|
248
239
|
- cockpit/templates/Wait.xml.attrs
|
249
240
|
- cockpit/templates/Worklist.xml
|
250
241
|
- cockpit/templates/instantiate.local/Take_Sub.xml
|
@@ -616,6 +607,7 @@ files:
|
|
616
607
|
- lib/callbacks/callbacks.rng
|
617
608
|
- lib/cpee.xml
|
618
609
|
- lib/cpee/attributes_helper.rb
|
610
|
+
- lib/cpee/fail.rb
|
619
611
|
- lib/cpee/implementation.rb
|
620
612
|
- lib/cpee/implementation_callbacks.rb
|
621
613
|
- lib/cpee/implementation_notifications.rb
|
@@ -1 +0,0 @@
|
|
1
|
-
https://cpee.org/flow/engine/542
|
@@ -1 +0,0 @@
|
|
1
|
-
692f7da6-a212-4876-9e72-dd8fc242651d
|
@@ -1 +0,0 @@
|
|
1
|
-
https://cpee.org/flow/engine/215
|
@@ -1 +0,0 @@
|
|
1
|
-
e109897c-8484-4d87-b7d3-8786731a2f0a
|
@@ -1 +0,0 @@
|
|
1
|
-
https://cpee.org/flow/engine/194
|
@@ -1 +0,0 @@
|
|
1
|
-
92a04ef3-759d-451b-97ef-a5dab3c8809a
|
@@ -1 +0,0 @@
|
|
1
|
-
https://cpee.org/flow/engine/613
|
@@ -1 +0,0 @@
|
|
1
|
-
ffbc55c8-0759-42f8-955e-30ebf9c086a6
|
@@ -1 +0,0 @@
|
|
1
|
-
https://cpee.org/flow/engine/199
|
@@ -1 +0,0 @@
|
|
1
|
-
bf96a05e-845c-4f6e-88a8-b0d0d0ea9b8f
|