cpee 2.1.29 → 2.1.50
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/Rakefile +1 -1
- data/cockpit/config.json +1 -1
- data/cockpit/css/graph.css +13 -0
- data/cockpit/css/track.css +1 -1
- data/cockpit/css/wfadaptor.css +9 -2
- data/cockpit/edit.html +1 -1
- data/cockpit/graph.html +1 -0
- data/cockpit/index.html +2 -2
- data/cockpit/js/details.js +2 -2
- data/cockpit/js/instance.js +162 -112
- data/cockpit/js/wfadaptor.js +20 -14
- data/cockpit/js_libs.zip +0 -0
- data/cockpit/templates/Coopis 2010.xml +109 -14
- data/cockpit/templates/Frames.xml +297 -0
- data/cockpit/templates/Subprocess.xml +54 -6
- data/cockpit/templates/Wait.xml +5 -11
- data/cockpit/templates/Worklist.xml +58 -26
- data/cockpit/themes/compact/rngs/call.rng +127 -86
- data/cockpit/themes/compact/rngs/callmanipulate.rng +32 -7
- data/cockpit/themes/compact/rngs/closed_loop_control.rng +2 -2
- data/cockpit/themes/compact/rngs/closed_loop_measuring.rng +3 -3
- data/cockpit/themes/compact/rngs/start.rng +110 -72
- data/cockpit/themes/compact/symbols/call_sensor.svg +9 -0
- data/cockpit/themes/compact/symbols/callmanipulate.svg +3 -3
- data/cockpit/themes/compact/symbols/callmanipulate_sensor.svg +11 -0
- data/cockpit/themes/compact/symbols/delete.svg +4 -0
- data/cockpit/themes/compact/symbols/start_event.svg +5 -0
- data/cockpit/themes/compact/symbols/test.svg +74 -0
- data/cockpit/themes/compact/theme.js +105 -9
- data/cockpit/themes/control/rngs/call.rng +127 -86
- data/cockpit/themes/control/rngs/callmanipulate.rng +32 -7
- data/cockpit/themes/control/rngs/closed_loop_control.rng +2 -2
- data/cockpit/themes/control/rngs/closed_loop_measuring.rng +3 -3
- data/cockpit/themes/control/rngs/start.rng +110 -72
- data/cockpit/themes/control/symbols/call_sensor.svg +9 -0
- data/cockpit/themes/control/symbols/callmanipulate.svg +3 -3
- data/cockpit/themes/control/symbols/callmanipulate_sensor.svg +11 -0
- data/cockpit/themes/control/symbols/delete.svg +4 -0
- data/cockpit/themes/control/symbols/start_event.svg +5 -0
- data/cockpit/themes/control/symbols/test.svg +74 -0
- data/cockpit/themes/control/theme.js +53 -7
- data/cockpit/themes/default/rngs/call.rng +127 -86
- data/cockpit/themes/default/rngs/callmanipulate.rng +32 -7
- data/cockpit/themes/default/rngs/closed_loop_control.rng +2 -2
- data/cockpit/themes/default/rngs/closed_loop_measuring.rng +3 -3
- data/cockpit/themes/default/rngs/start.rng +110 -72
- data/cockpit/themes/default/symbols/call_sensor.svg +9 -0
- data/cockpit/themes/default/symbols/callmanipulate.svg +3 -3
- data/cockpit/themes/default/symbols/callmanipulate_sensor.svg +11 -0
- data/cockpit/themes/default/symbols/delete.svg +4 -0
- data/cockpit/themes/default/symbols/start_event.svg +5 -0
- data/cockpit/themes/default/symbols/test.svg +74 -0
- data/cockpit/themes/default/theme.js +105 -9
- data/cockpit/themes/extended/rngs/call.rng +127 -86
- data/cockpit/themes/extended/rngs/callmanipulate.rng +32 -7
- data/cockpit/themes/extended/rngs/closed_loop_control.rng +2 -2
- data/cockpit/themes/extended/rngs/closed_loop_measuring.rng +3 -3
- data/cockpit/themes/extended/rngs/start.rng +110 -72
- data/cockpit/themes/extended/symbols/call_sensor.svg +9 -0
- data/cockpit/themes/extended/symbols/callmanipulate.svg +3 -3
- data/cockpit/themes/extended/symbols/callmanipulate_sensor.svg +11 -0
- data/cockpit/themes/extended/symbols/delete.svg +4 -0
- data/cockpit/themes/extended/symbols/start_event.svg +5 -0
- data/cockpit/themes/extended/symbols/test.svg +74 -0
- data/cockpit/themes/extended/theme.js +105 -9
- data/cockpit/themes/model/symbols/call_sensor.svg +9 -0
- data/cockpit/themes/model/symbols/callmanipulate.svg +3 -3
- data/cockpit/themes/model/symbols/callmanipulate_sensor.svg +11 -0
- data/cockpit/themes/model/symbols/delete.svg +4 -0
- data/cockpit/themes/model/symbols/start_event.svg +5 -0
- data/cockpit/themes/model/symbols/test.svg +74 -0
- data/cockpit/themes/model/theme.js +50 -4
- data/cockpit/themes/packed/rngs/call.rng +127 -86
- data/cockpit/themes/packed/rngs/callmanipulate.rng +32 -7
- data/cockpit/themes/packed/rngs/closed_loop_control.rng +2 -2
- data/cockpit/themes/packed/rngs/closed_loop_measuring.rng +3 -3
- data/cockpit/themes/packed/rngs/start.rng +110 -72
- data/cockpit/themes/packed/symbols/call_sensor.svg +9 -0
- data/cockpit/themes/packed/symbols/callmanipulate.svg +3 -3
- data/cockpit/themes/packed/symbols/callmanipulate_sensor.svg +11 -0
- data/cockpit/themes/packed/symbols/delete.svg +4 -0
- data/cockpit/themes/packed/symbols/start_event.svg +5 -0
- data/cockpit/themes/packed/symbols/test.svg +74 -0
- data/cockpit/themes/packed/theme.js +105 -9
- data/cockpit/themes/preset/rngs/call.rng +127 -86
- data/cockpit/themes/preset/rngs/callmanipulate.rng +32 -7
- data/cockpit/themes/preset/rngs/closed_loop_control.rng +2 -2
- data/cockpit/themes/preset/rngs/closed_loop_measuring.rng +3 -3
- data/cockpit/themes/preset/rngs/start.rng +110 -72
- data/cockpit/themes/preset/symbols/call_sensor.svg +9 -0
- data/cockpit/themes/preset/symbols/callmanipulate.svg +3 -3
- data/cockpit/themes/preset/symbols/callmanipulate_sensor.svg +11 -0
- data/cockpit/themes/preset/symbols/delete.svg +4 -0
- data/cockpit/themes/preset/symbols/start_event.svg +5 -0
- data/cockpit/themes/preset/symbols/test.svg +74 -0
- data/cockpit/themes/preset/theme.js +105 -9
- data/cpee.gemspec +6 -5
- data/lib/cpee/fail.rb +23 -0
- data/lib/cpee/implementation.rb +144 -49
- data/lib/cpee/implementation_callbacks.rb +11 -10
- data/lib/cpee/implementation_notifications.rb +4 -3
- data/lib/cpee/implementation_properties.rb +2 -2
- data/lib/cpee/message.rb +49 -15
- data/lib/cpee/persistence.rb +34 -12
- data/lib/cpee.xml +1 -1
- data/server/executionhandlers/ruby/backend/instance.template +1 -1
- data/server/executionhandlers/ruby/backend/run +4 -4
- data/server/executionhandlers/ruby/connection.rb +93 -34
- data/server/executionhandlers/ruby/controller.rb +29 -19
- data/server/executionhandlers/ruby/desc.xml +107 -0
- data/server/executionhandlers/ruby/dsl_to_dslx.xsl +67 -24
- data/server/executionhandlers/ruby/execution.rb +1 -0
- data/server/resources/states.xml +3 -0
- data/server/resources/test.pdf +0 -0
- data/server/resources/topics.xml +4 -2
- data/server/routing/end.pid +1 -0
- data/server/routing/end.rb +3 -2
- data/server/routing/forward-events-00.pid +1 -0
- data/server/routing/forward-events.rb +26 -13
- data/server/routing/forward-votes.pid +1 -0
- data/server/routing/forward-votes.rb +4 -4
- data/server/routing/persist.pid +1 -0
- data/server/routing/persist.rb +41 -31
- data/server/server.pid +1 -0
- data/tools/cpee +99 -24
- metadata +80 -32
- 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
- data/cockpit/templates/Wait.xml.attrs +0 -13
- data/server/executionhandlers/ruby/test.xml +0 -43
data/tools/cpee
CHANGED
|
@@ -9,7 +9,7 @@ require 'xml/smart'
|
|
|
9
9
|
require 'zip'
|
|
10
10
|
require 'pp'
|
|
11
11
|
|
|
12
|
-
def wrap(s, width=78, indent=
|
|
12
|
+
def wrap(s, width=78, indent=23)
|
|
13
13
|
lines = []
|
|
14
14
|
line, s = s[0..indent-2], s[indent..-1]
|
|
15
15
|
s.split(/\n/).each do |ss|
|
|
@@ -29,32 +29,36 @@ end
|
|
|
29
29
|
|
|
30
30
|
ARGV.options { |opt|
|
|
31
31
|
opt.summary_indent = ' ' * 2
|
|
32
|
-
opt.summary_width =
|
|
33
|
-
opt.banner = "Usage:\n#{opt.summary_indent}#{File.basename($0)} [options] convert | ui | cpui DIR | new DIR | archive DIR URL | start URL | delete! URL | abandon URL\n"
|
|
32
|
+
opt.summary_width = 20
|
|
33
|
+
opt.banner = "Usage:\n#{opt.summary_indent}#{File.basename($0)} [options] convert | ui | cpui DIR | new DIR | archive DIR URL | start URL | delete! URL | abandon URL | a_by_name URL STRING\n"
|
|
34
34
|
opt.on("Options:")
|
|
35
35
|
opt.on("--help", "-h", "This text") { puts opt; exit }
|
|
36
36
|
opt.on("")
|
|
37
|
-
opt.on(wrap("[archive DIR URL]
|
|
37
|
+
opt.on(wrap("[archive DIR URL] save properties from all finished instances listed at URL into DIR. Examples:\ncpee archive ./archive http://localhost:9298/1/\ncpee archive ./archive http://localhost:9298/1-200\ncpee archive ./archive http://localhost:9298/*"))
|
|
38
38
|
opt.on("")
|
|
39
|
-
opt.on(wrap("[abandon URL]
|
|
39
|
+
opt.on(wrap("[abandon! URL] running processes are stopped; ready or stopped processes are abandoned. Examples:\ncpee abandon! http://localhost:9298/1/\ncpee abandon http://localhost:9298/1-200\ncpee abandon http://localhost:9298/*"))
|
|
40
40
|
opt.on("")
|
|
41
|
-
opt.on(wrap("[
|
|
41
|
+
opt.on(wrap("[abandon URL] ready or stopped processes are abandoned. Examples:\ncpee abandon http://localhost:9298/1/\ncpee abandon http://localhost:9298/1-200\ncpee abandon http://localhost:9298/*"))
|
|
42
42
|
opt.on("")
|
|
43
|
-
opt.on(wrap("[
|
|
43
|
+
opt.on(wrap("[a_by_name URL STRING] ready or stopped processes are abandoned by regex on attributes/info. Examples:\ncpee abandon http://localhost:9298/1/ \"aa.a\"\ncpee abandon http://localhost:9298/1-200 aaa"))
|
|
44
44
|
opt.on("")
|
|
45
|
-
opt.on(wrap("[
|
|
45
|
+
opt.on(wrap("[start URL] stopped processes are started; all others are not touched. Examples:\ncpee start http://localhost:9298/1\ncpee start http://localhost:9298/1-200\ncpee start http://localhost:9298/*"))
|
|
46
46
|
opt.on("")
|
|
47
|
-
opt.on(wrap("[
|
|
47
|
+
opt.on(wrap("[delete! URL] DANGER ZONE. Vanishes forever. Not in archive. Examples:\ncpee delete! http://localhost:9298/1/"))
|
|
48
48
|
opt.on("")
|
|
49
|
-
opt.on(wrap("[
|
|
49
|
+
opt.on(wrap("[new DIR] scaffolds a sample execution engine. Everything except instances can be removed for default behaviour."))
|
|
50
50
|
opt.on("")
|
|
51
|
-
opt.on(wrap("[
|
|
51
|
+
opt.on(wrap("[cpui DIR] scaffolds a sample html client. New versions might require manual merging if you changed something."))
|
|
52
|
+
opt.on("")
|
|
53
|
+
opt.on(wrap("[ui] starts a simple static web server with the ui on http://localhost:8080. Use [cpui DIR] if you want stuff in apache or nginx."))
|
|
54
|
+
opt.on("")
|
|
55
|
+
opt.on(wrap("[convert] converts all testsets in the current directory to the newest format"))
|
|
52
56
|
opt.parse!
|
|
53
57
|
}
|
|
54
58
|
if (ARGV.length == 0) ||
|
|
55
59
|
(ARGV.length == 1 && !(%w(ui convert).include?(ARGV[0]))) ||
|
|
56
|
-
(ARGV.length == 2 && !(%w(abandon start delete! cpui new).include?(ARGV[0]))) ||
|
|
57
|
-
(ARGV.length == 3 && ARGV[0]
|
|
60
|
+
(ARGV.length == 2 && !(%w(abandon abandon! start delete! cpui new).include?(ARGV[0]))) ||
|
|
61
|
+
(ARGV.length == 3 && !(%w(archive a_by_name).include?(ARGV[0]))) ||
|
|
58
62
|
(ARGV.length > 3)
|
|
59
63
|
puts ARGV.options
|
|
60
64
|
exit
|
|
@@ -94,7 +98,7 @@ if command == 'ui'
|
|
|
94
98
|
s.start
|
|
95
99
|
end
|
|
96
100
|
elsif command == 'cpui'
|
|
97
|
-
if !File.
|
|
101
|
+
if !File.exist?(p1)
|
|
98
102
|
FileUtils.cp_r(cockpit,p1)
|
|
99
103
|
else
|
|
100
104
|
FileUtils.cp_r(Dir.glob(File.join(cockpit,'*')).delete_if{|e| e =~ /\.json/ || e=~ /legacy/ },p1,remove_destination: true)
|
|
@@ -162,7 +166,7 @@ elsif command == 'archive'
|
|
|
162
166
|
if File.basename(p2) =~ /(\d+)-(\d+)/
|
|
163
167
|
names = ($1.to_i..$2.to_i).to_a
|
|
164
168
|
elsif File.basename(p2) == '*'
|
|
165
|
-
res = Typhoeus.get(File.join(base,'/'))
|
|
169
|
+
res = Typhoeus.get(File.join(base,'/'), headers: { 'see-instances' => 'true' })
|
|
166
170
|
if res.success?
|
|
167
171
|
XML::Smart.string(res.response_body) do |doc|
|
|
168
172
|
doc.find('//instance/@id').each do |ele|
|
|
@@ -174,7 +178,7 @@ elsif command == 'archive'
|
|
|
174
178
|
exit
|
|
175
179
|
end
|
|
176
180
|
else
|
|
177
|
-
names << File.basename(p2)
|
|
181
|
+
names << File.basename(p2).to_i
|
|
178
182
|
end
|
|
179
183
|
names.each do |name|
|
|
180
184
|
print "Working on: " + name.to_s + "\r"
|
|
@@ -209,7 +213,77 @@ elsif command == 'archive'
|
|
|
209
213
|
end
|
|
210
214
|
end
|
|
211
215
|
end
|
|
212
|
-
|
|
216
|
+
elsif command == 'a_by_name'
|
|
217
|
+
p1 = File.join(p1,'*') if p1 =~ /([a-zA-Z]|\/)$/
|
|
218
|
+
base = File.dirname(p1)
|
|
219
|
+
names = []
|
|
220
|
+
if File.basename(p1) =~ /(\d+)-(\d+)/
|
|
221
|
+
names = ($1.to_i..$2.to_i).to_a
|
|
222
|
+
elsif File.basename(p1) == '*'
|
|
223
|
+
res = Typhoeus.get(File.join(base,'/'), headers: { 'see-instances' => 'true' })
|
|
224
|
+
if res.success?
|
|
225
|
+
XML::Smart.string(res.response_body) do |doc|
|
|
226
|
+
doc.find('//instance/@id').each do |ele|
|
|
227
|
+
names << ele.value
|
|
228
|
+
end
|
|
229
|
+
end
|
|
230
|
+
names.reverse!
|
|
231
|
+
else
|
|
232
|
+
exit
|
|
233
|
+
end
|
|
234
|
+
else
|
|
235
|
+
names << File.basename(p1).to_i
|
|
236
|
+
end
|
|
237
|
+
names.each do |name|
|
|
238
|
+
print "Working on: " + name.to_s + "\r"
|
|
239
|
+
res1 = Typhoeus.get(File.join(base,name.to_s,'properties','state','/'))
|
|
240
|
+
res2 = Typhoeus.get(File.join(base,name.to_s,'properties','attributes','info','/'))
|
|
241
|
+
if res1.success?
|
|
242
|
+
if res1.response_body == 'stopping'
|
|
243
|
+
if res2.success? && res2.response_body =~ /#{p2}/
|
|
244
|
+
Typhoeus.put(File.join(base,name.to_s,'properties','state','/'), headers: {'Content-Type' => 'application/x-www-form-urlencoded'}, body: "value=stopping")
|
|
245
|
+
end
|
|
246
|
+
elsif res1.response_body == 'ready' || res1.response_body == 'stopped'
|
|
247
|
+
if res2.success? && res2.response_body =~ /#{p2}/
|
|
248
|
+
Typhoeus.put(File.join(base,name.to_s,'properties','state','/'), headers: {'Content-Type' => 'application/x-www-form-urlencoded'}, body: "value=abandoned")
|
|
249
|
+
end
|
|
250
|
+
end
|
|
251
|
+
end
|
|
252
|
+
end
|
|
253
|
+
elsif command == 'abandon!'
|
|
254
|
+
p1 = File.join(p1,'*') if p1 =~ /([a-zA-Z]|\/)$/
|
|
255
|
+
base = File.dirname(p1)
|
|
256
|
+
names = []
|
|
257
|
+
if File.basename(p1) =~ /(\d+)-(\d+)/
|
|
258
|
+
names = ($1.to_i..$2.to_i).to_a
|
|
259
|
+
elsif File.basename(p1) == '*'
|
|
260
|
+
res = Typhoeus.get(File.join(base,'/'), headers: { 'see-instances' => 'true' })
|
|
261
|
+
if res.success?
|
|
262
|
+
XML::Smart.string(res.response_body) do |doc|
|
|
263
|
+
doc.find('//instance/@id').each do |ele|
|
|
264
|
+
names << ele.value
|
|
265
|
+
end
|
|
266
|
+
end
|
|
267
|
+
names.reverse!
|
|
268
|
+
else
|
|
269
|
+
exit
|
|
270
|
+
end
|
|
271
|
+
else
|
|
272
|
+
names << File.basename(p1).to_i
|
|
273
|
+
end
|
|
274
|
+
names.each do |name|
|
|
275
|
+
print "Working on: " + name.to_s + "\r"
|
|
276
|
+
res1 = Typhoeus.get(File.join(base,name.to_s,'properties','state','/'))
|
|
277
|
+
if res1.success?
|
|
278
|
+
if res1.response_body == 'running'
|
|
279
|
+
Typhoeus.put(File.join(base,name.to_s,'properties','state','/'), headers: {'Content-Type' => 'application/x-www-form-urlencoded'}, body: "value=stopping")
|
|
280
|
+
elsif res1.response_body == 'stopping'
|
|
281
|
+
Typhoeus.put(File.join(base,name.to_s,'properties','state','/'), headers: {'Content-Type' => 'application/x-www-form-urlencoded'}, body: "value=stopping")
|
|
282
|
+
elsif res1.response_body == 'ready' || res1.response_body == 'stopped'
|
|
283
|
+
Typhoeus.put(File.join(base,name.to_s,'properties','state','/'), headers: {'Content-Type' => 'application/x-www-form-urlencoded'}, body: "value=abandoned")
|
|
284
|
+
end
|
|
285
|
+
end
|
|
286
|
+
end
|
|
213
287
|
elsif command == 'abandon'
|
|
214
288
|
p1 = File.join(p1,'*') if p1 =~ /([a-zA-Z]|\/)$/
|
|
215
289
|
base = File.dirname(p1)
|
|
@@ -217,7 +291,7 @@ elsif command == 'abandon'
|
|
|
217
291
|
if File.basename(p1) =~ /(\d+)-(\d+)/
|
|
218
292
|
names = ($1.to_i..$2.to_i).to_a
|
|
219
293
|
elsif File.basename(p1) == '*'
|
|
220
|
-
res = Typhoeus.get(File.join(base,'/'))
|
|
294
|
+
res = Typhoeus.get(File.join(base,'/'), headers: { 'see-instances' => 'true' })
|
|
221
295
|
if res.success?
|
|
222
296
|
XML::Smart.string(res.response_body) do |doc|
|
|
223
297
|
doc.find('//instance/@id').each do |ele|
|
|
@@ -229,18 +303,19 @@ elsif command == 'abandon'
|
|
|
229
303
|
exit
|
|
230
304
|
end
|
|
231
305
|
else
|
|
232
|
-
names << File.basename(p1)
|
|
306
|
+
names << File.basename(p1).to_i
|
|
233
307
|
end
|
|
234
308
|
names.each do |name|
|
|
235
309
|
print "Working on: " + name.to_s + "\r"
|
|
236
310
|
res1 = Typhoeus.get(File.join(base,name.to_s,'properties','state','/'))
|
|
237
311
|
if res1.success?
|
|
238
|
-
if res1.response_body == '
|
|
312
|
+
if res1.response_body == 'stopping'
|
|
313
|
+
Typhoeus.put(File.join(base,name.to_s,'properties','state','/'), headers: {'Content-Type' => 'application/x-www-form-urlencoded'}, body: "value=stopping")
|
|
314
|
+
elsif res1.response_body == 'ready' || res1.response_body == 'stopped'
|
|
239
315
|
Typhoeus.put(File.join(base,name.to_s,'properties','state','/'), headers: {'Content-Type' => 'application/x-www-form-urlencoded'}, body: "value=abandoned")
|
|
240
316
|
end
|
|
241
317
|
end
|
|
242
318
|
end
|
|
243
|
-
puts
|
|
244
319
|
elsif command == 'start'
|
|
245
320
|
p1 = File.join(p1,'*') if p1 =~ /([a-zA-Z]|\/)$/
|
|
246
321
|
base = File.dirname(p1)
|
|
@@ -248,7 +323,7 @@ elsif command == 'start'
|
|
|
248
323
|
if File.basename(p1) =~ /(\d+)-(\d+)/
|
|
249
324
|
names = ($1.to_i..$2.to_i).to_a
|
|
250
325
|
elsif File.basename(p1) == '*'
|
|
251
|
-
res = Typhoeus.get(File.join(base,'/'))
|
|
326
|
+
res = Typhoeus.get(File.join(base,'/'), headers: { 'see-instances' => 'true' })
|
|
252
327
|
if res.success?
|
|
253
328
|
XML::Smart.string(res.response_body) do |doc|
|
|
254
329
|
doc.find('//instance/@id').each do |ele|
|
|
@@ -281,7 +356,7 @@ elsif command == 'delete!'
|
|
|
281
356
|
if File.basename(p1) =~ /(\d+)-(\d+)/
|
|
282
357
|
names = ($1.to_i..$2.to_i).to_a
|
|
283
358
|
elsif File.basename(p1) == '*'
|
|
284
|
-
res = Typhoeus.get(File.join(base,'/'))
|
|
359
|
+
res = Typhoeus.get(File.join(base,'/'), headers: { 'see-instances' => 'true' })
|
|
285
360
|
if res.success?
|
|
286
361
|
XML::Smart.string(res.response_body) do |doc|
|
|
287
362
|
doc.find('//instance/@id').each do |ele|
|
|
@@ -301,7 +376,7 @@ elsif command == 'delete!'
|
|
|
301
376
|
end
|
|
302
377
|
puts
|
|
303
378
|
elsif command == 'new'
|
|
304
|
-
if !File.
|
|
379
|
+
if !File.exist?(p1)
|
|
305
380
|
FileUtils.cp_r("#{curpath}/server/",p1)
|
|
306
381
|
FileUtils.mkdir("#{p1}/archive") rescue nil
|
|
307
382
|
FileUtils.mkdir("#{p1}/instances") rescue nil
|
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.50
|
|
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: 2023-09-06 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: riddl
|
|
@@ -18,14 +18,14 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - "~>"
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: '0.
|
|
21
|
+
version: '0.126'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - "~>"
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: '0.
|
|
28
|
+
version: '0.126'
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: weel
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -35,7 +35,7 @@ dependencies:
|
|
|
35
35
|
version: '1.99'
|
|
36
36
|
- - ">="
|
|
37
37
|
- !ruby/object:Gem::Version
|
|
38
|
-
version: 1.99.
|
|
38
|
+
version: 1.99.111
|
|
39
39
|
type: :runtime
|
|
40
40
|
prerelease: false
|
|
41
41
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -45,7 +45,7 @@ dependencies:
|
|
|
45
45
|
version: '1.99'
|
|
46
46
|
- - ">="
|
|
47
47
|
- !ruby/object:Gem::Version
|
|
48
|
-
version: 1.99.
|
|
48
|
+
version: 1.99.111
|
|
49
49
|
- !ruby/object:Gem::Dependency
|
|
50
50
|
name: highline
|
|
51
51
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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: '5.0'
|
|
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: '5.0'
|
|
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,33 @@ 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
|
+
- !ruby/object:Gem::Dependency
|
|
134
|
+
name: webrick
|
|
135
|
+
requirement: !ruby/object:Gem::Requirement
|
|
136
|
+
requirements:
|
|
137
|
+
- - "~>"
|
|
138
|
+
- !ruby/object:Gem::Version
|
|
139
|
+
version: '1.7'
|
|
140
|
+
type: :runtime
|
|
141
|
+
prerelease: false
|
|
142
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
143
|
+
requirements:
|
|
144
|
+
- - "~>"
|
|
145
|
+
- !ruby/object:Gem::Version
|
|
146
|
+
version: '1.7'
|
|
133
147
|
description: see http://cpee.org
|
|
134
148
|
email: juergen.mangler@gmail.com
|
|
135
149
|
executables:
|
|
@@ -155,6 +169,7 @@ files:
|
|
|
155
169
|
- cockpit/contrib/transformation1.xsl
|
|
156
170
|
- cockpit/contrib/transformation2.xsl
|
|
157
171
|
- cockpit/contrib/tree_example.svg
|
|
172
|
+
- cockpit/css/graph.css
|
|
158
173
|
- cockpit/css/model.css
|
|
159
174
|
- cockpit/css/replay.css
|
|
160
175
|
- cockpit/css/track.css
|
|
@@ -173,6 +188,7 @@ files:
|
|
|
173
188
|
- cockpit/js/track.js
|
|
174
189
|
- cockpit/js/ui.js
|
|
175
190
|
- cockpit/js/wfadaptor.js
|
|
191
|
+
- cockpit/js_libs.zip
|
|
176
192
|
- cockpit/model.html
|
|
177
193
|
- cockpit/replay.html
|
|
178
194
|
- cockpit/rngs/attributes.rng
|
|
@@ -221,31 +237,21 @@ files:
|
|
|
221
237
|
- cockpit/templates.legacy/testsets.xml
|
|
222
238
|
- cockpit/templates.legacy/transformations.xml
|
|
223
239
|
- cockpit/templates/Coopis 2010.xml
|
|
224
|
-
- cockpit/templates/
|
|
225
|
-
- cockpit/templates/Coopis 2010.xml.active-uuid
|
|
240
|
+
- cockpit/templates/Frames.xml
|
|
226
241
|
- cockpit/templates/IUPC arXiv:1104.3609 P34 1.xml
|
|
227
242
|
- cockpit/templates/IUPC arXiv:1104.3609 P34 2.xml
|
|
228
243
|
- cockpit/templates/IUPC arXiv:1104.3609 P34 3.xml
|
|
229
244
|
- cockpit/templates/Subprocess.xml
|
|
230
|
-
- cockpit/templates/Subprocess.xml.active
|
|
231
|
-
- cockpit/templates/Subprocess.xml.active-uuid
|
|
232
245
|
- cockpit/templates/Subprocess.xml.attrs
|
|
233
246
|
- cockpit/templates/Track Test Local.xml
|
|
234
247
|
- cockpit/templates/Track Test.xml
|
|
235
|
-
- cockpit/templates/Track Test.xml.active
|
|
236
|
-
- cockpit/templates/Track Test.xml.active-uuid
|
|
237
248
|
- cockpit/templates/Track Test.xml.attrs
|
|
238
249
|
- cockpit/templates/UR-VUE 2020 Manual Adjust.xml
|
|
239
250
|
- 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
251
|
- cockpit/templates/UR-VUE 2020 Solution NN.xml
|
|
243
252
|
- cockpit/templates/UR-VUE 2020 Solution View.xml
|
|
244
253
|
- cockpit/templates/UR-VUE 2020.xml
|
|
245
254
|
- cockpit/templates/Wait.xml
|
|
246
|
-
- cockpit/templates/Wait.xml.active
|
|
247
|
-
- cockpit/templates/Wait.xml.active-uuid
|
|
248
|
-
- cockpit/templates/Wait.xml.attrs
|
|
249
255
|
- cockpit/templates/Worklist.xml
|
|
250
256
|
- cockpit/templates/instantiate.local/Take_Sub.xml
|
|
251
257
|
- cockpit/templates/instantiate/Take_Perf.xml
|
|
@@ -274,7 +280,9 @@ files:
|
|
|
274
280
|
- cockpit/themes/compact/symbols/alternative.svg
|
|
275
281
|
- cockpit/themes/compact/symbols/arrow.svg
|
|
276
282
|
- cockpit/themes/compact/symbols/call.svg
|
|
283
|
+
- cockpit/themes/compact/symbols/call_sensor.svg
|
|
277
284
|
- cockpit/themes/compact/symbols/callmanipulate.svg
|
|
285
|
+
- cockpit/themes/compact/symbols/callmanipulate_sensor.svg
|
|
278
286
|
- cockpit/themes/compact/symbols/choose.svg
|
|
279
287
|
- cockpit/themes/compact/symbols/choose_exclusive.svg
|
|
280
288
|
- cockpit/themes/compact/symbols/choose_inclusive.svg
|
|
@@ -284,6 +292,7 @@ files:
|
|
|
284
292
|
- cockpit/themes/compact/symbols/closed_loop_measuring.svg
|
|
285
293
|
- cockpit/themes/compact/symbols/complex.svg
|
|
286
294
|
- cockpit/themes/compact/symbols/critical.svg
|
|
295
|
+
- cockpit/themes/compact/symbols/delete.svg
|
|
287
296
|
- cockpit/themes/compact/symbols/end.svg
|
|
288
297
|
- cockpit/themes/compact/symbols/escape.svg
|
|
289
298
|
- cockpit/themes/compact/symbols/event_end.svg
|
|
@@ -299,8 +308,10 @@ files:
|
|
|
299
308
|
- cockpit/themes/compact/symbols/parallel_eventbased_parallel.svg
|
|
300
309
|
- cockpit/themes/compact/symbols/scripts.svg
|
|
301
310
|
- cockpit/themes/compact/symbols/start.svg
|
|
311
|
+
- cockpit/themes/compact/symbols/start_event.svg
|
|
302
312
|
- cockpit/themes/compact/symbols/stop.svg
|
|
303
313
|
- cockpit/themes/compact/symbols/terminate.svg
|
|
314
|
+
- cockpit/themes/compact/symbols/test.svg
|
|
304
315
|
- cockpit/themes/compact/theme.js
|
|
305
316
|
- cockpit/themes/control/rngs/alternative.rng
|
|
306
317
|
- cockpit/themes/control/rngs/call.rng
|
|
@@ -325,7 +336,9 @@ files:
|
|
|
325
336
|
- cockpit/themes/control/symbols/alternative.svg
|
|
326
337
|
- cockpit/themes/control/symbols/arrow.svg
|
|
327
338
|
- cockpit/themes/control/symbols/call.svg
|
|
339
|
+
- cockpit/themes/control/symbols/call_sensor.svg
|
|
328
340
|
- cockpit/themes/control/symbols/callmanipulate.svg
|
|
341
|
+
- cockpit/themes/control/symbols/callmanipulate_sensor.svg
|
|
329
342
|
- cockpit/themes/control/symbols/choose.svg
|
|
330
343
|
- cockpit/themes/control/symbols/choose_exclusive.svg
|
|
331
344
|
- cockpit/themes/control/symbols/choose_inclusive.svg
|
|
@@ -335,6 +348,7 @@ files:
|
|
|
335
348
|
- cockpit/themes/control/symbols/closed_loop_measuring.svg
|
|
336
349
|
- cockpit/themes/control/symbols/complex.svg
|
|
337
350
|
- cockpit/themes/control/symbols/critical.svg
|
|
351
|
+
- cockpit/themes/control/symbols/delete.svg
|
|
338
352
|
- cockpit/themes/control/symbols/end.svg
|
|
339
353
|
- cockpit/themes/control/symbols/escape.svg
|
|
340
354
|
- cockpit/themes/control/symbols/event_end.svg
|
|
@@ -350,8 +364,10 @@ files:
|
|
|
350
364
|
- cockpit/themes/control/symbols/parallel_eventbased_parallel.svg
|
|
351
365
|
- cockpit/themes/control/symbols/scripts.svg
|
|
352
366
|
- cockpit/themes/control/symbols/start.svg
|
|
367
|
+
- cockpit/themes/control/symbols/start_event.svg
|
|
353
368
|
- cockpit/themes/control/symbols/stop.svg
|
|
354
369
|
- cockpit/themes/control/symbols/terminate.svg
|
|
370
|
+
- cockpit/themes/control/symbols/test.svg
|
|
355
371
|
- cockpit/themes/control/theme.js
|
|
356
372
|
- cockpit/themes/default/rngs/alternative.rng
|
|
357
373
|
- cockpit/themes/default/rngs/call.rng
|
|
@@ -376,7 +392,9 @@ files:
|
|
|
376
392
|
- cockpit/themes/default/symbols/alternative.svg
|
|
377
393
|
- cockpit/themes/default/symbols/arrow.svg
|
|
378
394
|
- cockpit/themes/default/symbols/call.svg
|
|
395
|
+
- cockpit/themes/default/symbols/call_sensor.svg
|
|
379
396
|
- cockpit/themes/default/symbols/callmanipulate.svg
|
|
397
|
+
- cockpit/themes/default/symbols/callmanipulate_sensor.svg
|
|
380
398
|
- cockpit/themes/default/symbols/choose.svg
|
|
381
399
|
- cockpit/themes/default/symbols/choose_exclusive.svg
|
|
382
400
|
- cockpit/themes/default/symbols/choose_inclusive.svg
|
|
@@ -386,6 +404,7 @@ files:
|
|
|
386
404
|
- cockpit/themes/default/symbols/closed_loop_measuring.svg
|
|
387
405
|
- cockpit/themes/default/symbols/complex.svg
|
|
388
406
|
- cockpit/themes/default/symbols/critical.svg
|
|
407
|
+
- cockpit/themes/default/symbols/delete.svg
|
|
389
408
|
- cockpit/themes/default/symbols/end.svg
|
|
390
409
|
- cockpit/themes/default/symbols/escape.svg
|
|
391
410
|
- cockpit/themes/default/symbols/event_end.svg
|
|
@@ -401,8 +420,10 @@ files:
|
|
|
401
420
|
- cockpit/themes/default/symbols/parallel_eventbased_parallel.svg
|
|
402
421
|
- cockpit/themes/default/symbols/scripts.svg
|
|
403
422
|
- cockpit/themes/default/symbols/start.svg
|
|
423
|
+
- cockpit/themes/default/symbols/start_event.svg
|
|
404
424
|
- cockpit/themes/default/symbols/stop.svg
|
|
405
425
|
- cockpit/themes/default/symbols/terminate.svg
|
|
426
|
+
- cockpit/themes/default/symbols/test.svg
|
|
406
427
|
- cockpit/themes/default/theme.js
|
|
407
428
|
- cockpit/themes/extended/rngs/alternative.rng
|
|
408
429
|
- cockpit/themes/extended/rngs/call.rng
|
|
@@ -427,7 +448,9 @@ files:
|
|
|
427
448
|
- cockpit/themes/extended/symbols/alternative.svg
|
|
428
449
|
- cockpit/themes/extended/symbols/arrow.svg
|
|
429
450
|
- cockpit/themes/extended/symbols/call.svg
|
|
451
|
+
- cockpit/themes/extended/symbols/call_sensor.svg
|
|
430
452
|
- cockpit/themes/extended/symbols/callmanipulate.svg
|
|
453
|
+
- cockpit/themes/extended/symbols/callmanipulate_sensor.svg
|
|
431
454
|
- cockpit/themes/extended/symbols/choose.svg
|
|
432
455
|
- cockpit/themes/extended/symbols/choose_exclusive.svg
|
|
433
456
|
- cockpit/themes/extended/symbols/choose_inclusive.svg
|
|
@@ -437,6 +460,7 @@ files:
|
|
|
437
460
|
- cockpit/themes/extended/symbols/closed_loop_measuring.svg
|
|
438
461
|
- cockpit/themes/extended/symbols/complex.svg
|
|
439
462
|
- cockpit/themes/extended/symbols/critical.svg
|
|
463
|
+
- cockpit/themes/extended/symbols/delete.svg
|
|
440
464
|
- cockpit/themes/extended/symbols/end.svg
|
|
441
465
|
- cockpit/themes/extended/symbols/escape.svg
|
|
442
466
|
- cockpit/themes/extended/symbols/event_end.svg
|
|
@@ -452,8 +476,10 @@ files:
|
|
|
452
476
|
- cockpit/themes/extended/symbols/parallel_eventbased_parallel.svg
|
|
453
477
|
- cockpit/themes/extended/symbols/scripts.svg
|
|
454
478
|
- cockpit/themes/extended/symbols/start.svg
|
|
479
|
+
- cockpit/themes/extended/symbols/start_event.svg
|
|
455
480
|
- cockpit/themes/extended/symbols/stop.svg
|
|
456
481
|
- cockpit/themes/extended/symbols/terminate.svg
|
|
482
|
+
- cockpit/themes/extended/symbols/test.svg
|
|
457
483
|
- cockpit/themes/extended/theme.js
|
|
458
484
|
- cockpit/themes/model/rngs/alternative.rng
|
|
459
485
|
- cockpit/themes/model/rngs/call.rng
|
|
@@ -473,7 +499,9 @@ files:
|
|
|
473
499
|
- cockpit/themes/model/symbols/alternative.svg
|
|
474
500
|
- cockpit/themes/model/symbols/arrow.svg
|
|
475
501
|
- cockpit/themes/model/symbols/call.svg
|
|
502
|
+
- cockpit/themes/model/symbols/call_sensor.svg
|
|
476
503
|
- cockpit/themes/model/symbols/callmanipulate.svg
|
|
504
|
+
- cockpit/themes/model/symbols/callmanipulate_sensor.svg
|
|
477
505
|
- cockpit/themes/model/symbols/choose.svg
|
|
478
506
|
- cockpit/themes/model/symbols/choose_exclusive.svg
|
|
479
507
|
- cockpit/themes/model/symbols/choose_inclusive.svg
|
|
@@ -483,6 +511,7 @@ files:
|
|
|
483
511
|
- cockpit/themes/model/symbols/closed_loop_measuring.svg
|
|
484
512
|
- cockpit/themes/model/symbols/complex.svg
|
|
485
513
|
- cockpit/themes/model/symbols/critical.svg
|
|
514
|
+
- cockpit/themes/model/symbols/delete.svg
|
|
486
515
|
- cockpit/themes/model/symbols/end.svg
|
|
487
516
|
- cockpit/themes/model/symbols/escape.svg
|
|
488
517
|
- cockpit/themes/model/symbols/event_end.svg
|
|
@@ -498,8 +527,10 @@ files:
|
|
|
498
527
|
- cockpit/themes/model/symbols/parallel_eventbased_parallel.svg
|
|
499
528
|
- cockpit/themes/model/symbols/scripts.svg
|
|
500
529
|
- cockpit/themes/model/symbols/start.svg
|
|
530
|
+
- cockpit/themes/model/symbols/start_event.svg
|
|
501
531
|
- cockpit/themes/model/symbols/stop.svg
|
|
502
532
|
- cockpit/themes/model/symbols/terminate.svg
|
|
533
|
+
- cockpit/themes/model/symbols/test.svg
|
|
503
534
|
- cockpit/themes/model/theme.js
|
|
504
535
|
- cockpit/themes/packed/rngs/alternative.rng
|
|
505
536
|
- cockpit/themes/packed/rngs/call.rng
|
|
@@ -524,7 +555,9 @@ files:
|
|
|
524
555
|
- cockpit/themes/packed/symbols/alternative.svg
|
|
525
556
|
- cockpit/themes/packed/symbols/arrow.svg
|
|
526
557
|
- cockpit/themes/packed/symbols/call.svg
|
|
558
|
+
- cockpit/themes/packed/symbols/call_sensor.svg
|
|
527
559
|
- cockpit/themes/packed/symbols/callmanipulate.svg
|
|
560
|
+
- cockpit/themes/packed/symbols/callmanipulate_sensor.svg
|
|
528
561
|
- cockpit/themes/packed/symbols/choose.svg
|
|
529
562
|
- cockpit/themes/packed/symbols/choose_exclusive.svg
|
|
530
563
|
- cockpit/themes/packed/symbols/choose_inclusive.svg
|
|
@@ -534,6 +567,7 @@ files:
|
|
|
534
567
|
- cockpit/themes/packed/symbols/closed_loop_measuring.svg
|
|
535
568
|
- cockpit/themes/packed/symbols/complex.svg
|
|
536
569
|
- cockpit/themes/packed/symbols/critical.svg
|
|
570
|
+
- cockpit/themes/packed/symbols/delete.svg
|
|
537
571
|
- cockpit/themes/packed/symbols/end.svg
|
|
538
572
|
- cockpit/themes/packed/symbols/escape.svg
|
|
539
573
|
- cockpit/themes/packed/symbols/event_end.svg
|
|
@@ -549,8 +583,10 @@ files:
|
|
|
549
583
|
- cockpit/themes/packed/symbols/parallel_eventbased_parallel.svg
|
|
550
584
|
- cockpit/themes/packed/symbols/scripts.svg
|
|
551
585
|
- cockpit/themes/packed/symbols/start.svg
|
|
586
|
+
- cockpit/themes/packed/symbols/start_event.svg
|
|
552
587
|
- cockpit/themes/packed/symbols/stop.svg
|
|
553
588
|
- cockpit/themes/packed/symbols/terminate.svg
|
|
589
|
+
- cockpit/themes/packed/symbols/test.svg
|
|
554
590
|
- cockpit/themes/packed/theme.js
|
|
555
591
|
- cockpit/themes/preset/rngs/alternative.rng
|
|
556
592
|
- cockpit/themes/preset/rngs/call.rng
|
|
@@ -575,7 +611,9 @@ files:
|
|
|
575
611
|
- cockpit/themes/preset/symbols/alternative.svg
|
|
576
612
|
- cockpit/themes/preset/symbols/arrow.svg
|
|
577
613
|
- cockpit/themes/preset/symbols/call.svg
|
|
614
|
+
- cockpit/themes/preset/symbols/call_sensor.svg
|
|
578
615
|
- cockpit/themes/preset/symbols/callmanipulate.svg
|
|
616
|
+
- cockpit/themes/preset/symbols/callmanipulate_sensor.svg
|
|
579
617
|
- cockpit/themes/preset/symbols/choose.svg
|
|
580
618
|
- cockpit/themes/preset/symbols/choose_exclusive.svg
|
|
581
619
|
- cockpit/themes/preset/symbols/choose_inclusive.svg
|
|
@@ -585,6 +623,7 @@ files:
|
|
|
585
623
|
- cockpit/themes/preset/symbols/closed_loop_measuring.svg
|
|
586
624
|
- cockpit/themes/preset/symbols/complex.svg
|
|
587
625
|
- cockpit/themes/preset/symbols/critical.svg
|
|
626
|
+
- cockpit/themes/preset/symbols/delete.svg
|
|
588
627
|
- cockpit/themes/preset/symbols/end.svg
|
|
589
628
|
- cockpit/themes/preset/symbols/escape.svg
|
|
590
629
|
- cockpit/themes/preset/symbols/event_end.svg
|
|
@@ -600,8 +639,10 @@ files:
|
|
|
600
639
|
- cockpit/themes/preset/symbols/parallel_eventbased_parallel.svg
|
|
601
640
|
- cockpit/themes/preset/symbols/scripts.svg
|
|
602
641
|
- cockpit/themes/preset/symbols/start.svg
|
|
642
|
+
- cockpit/themes/preset/symbols/start_event.svg
|
|
603
643
|
- cockpit/themes/preset/symbols/stop.svg
|
|
604
644
|
- cockpit/themes/preset/symbols/terminate.svg
|
|
645
|
+
- cockpit/themes/preset/symbols/test.svg
|
|
605
646
|
- cockpit/themes/preset/theme.js
|
|
606
647
|
- cockpit/track.html
|
|
607
648
|
- cockpit/transformations.xml
|
|
@@ -616,6 +657,7 @@ files:
|
|
|
616
657
|
- lib/callbacks/callbacks.rng
|
|
617
658
|
- lib/cpee.xml
|
|
618
659
|
- lib/cpee/attributes_helper.rb
|
|
660
|
+
- lib/cpee/fail.rb
|
|
619
661
|
- lib/cpee/implementation.rb
|
|
620
662
|
- lib/cpee/implementation_callbacks.rb
|
|
621
663
|
- lib/cpee/implementation_notifications.rb
|
|
@@ -661,22 +703,28 @@ files:
|
|
|
661
703
|
- server/executionhandlers/ruby/backend/run
|
|
662
704
|
- server/executionhandlers/ruby/connection.rb
|
|
663
705
|
- server/executionhandlers/ruby/controller.rb
|
|
706
|
+
- server/executionhandlers/ruby/desc.xml
|
|
664
707
|
- server/executionhandlers/ruby/dsl_to_dslx.xsl
|
|
665
708
|
- server/executionhandlers/ruby/execution.rb
|
|
666
|
-
- server/executionhandlers/ruby/test.xml
|
|
667
709
|
- server/resources/empty_dslx.xml
|
|
668
710
|
- server/resources/notifications/logging/subscription.xml
|
|
669
711
|
- server/resources/properties.empty
|
|
670
712
|
- server/resources/properties.init
|
|
671
713
|
- server/resources/states.dot
|
|
672
714
|
- server/resources/states.xml
|
|
715
|
+
- server/resources/test.pdf
|
|
673
716
|
- server/resources/topics.xml
|
|
674
717
|
- server/resources/transformation.xml
|
|
718
|
+
- server/routing/end.pid
|
|
675
719
|
- server/routing/end.rb
|
|
720
|
+
- server/routing/forward-events-00.pid
|
|
676
721
|
- server/routing/forward-events.rb
|
|
722
|
+
- server/routing/forward-votes.pid
|
|
677
723
|
- server/routing/forward-votes.rb
|
|
724
|
+
- server/routing/persist.pid
|
|
678
725
|
- server/routing/persist.rb
|
|
679
726
|
- server/server.conf
|
|
727
|
+
- server/server.pid
|
|
680
728
|
- server/server.rb
|
|
681
729
|
- tools/cpee
|
|
682
730
|
- tools/server/cpee
|
|
@@ -701,7 +749,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
701
749
|
- !ruby/object:Gem::Version
|
|
702
750
|
version: '0'
|
|
703
751
|
requirements: []
|
|
704
|
-
rubygems_version: 3.
|
|
752
|
+
rubygems_version: 3.4.10
|
|
705
753
|
signing_key:
|
|
706
754
|
specification_version: 4
|
|
707
755
|
summary: Preliminary release of cloud process execution engine (cpee.org). If you
|
|
@@ -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
|