cpee 2.0.5 → 2.0.6
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/cpee.gemspec +1 -1
- data/tools/cpee +1 -3
- data/tools/server/resources/notifications/logging/subscription.xml +13 -1
- data/tools/server/resources/properties.init +16 -15
- metadata +2 -5
- data/tools/instantiation/instantiation +0 -23
- data/tools/server/resources/notifications/logging/consumer-secret +0 -1
- data/tools/server/resources/notifications/logging/producer-secret +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ceb3ebb10b51f80ab5279f9738c67e1b916c06f10b7f30352ba8c2152172fbbd
|
|
4
|
+
data.tar.gz: 48b7e67c715b8ed0a9e5e4fa4cd90786f5cf2096fc1362c0d679c729e0576816
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b1340826747baad2c00ed578b84a87d20d3d6ffb31d7a6cf6f856ba8366686d6c8044faebd819168d36488dc690956ed2c44e38b999f81f6edf83fac86a5c4e
|
|
7
|
+
data.tar.gz: b5744e76d4fa37304555a1fb1678a6181e1bda425e4a5007419214c514af3c78f4bee52adb5623f76a2a84509c7c28ebd2a8ca299b1b1b1c175dec45f047a3d9
|
data/cpee.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "cpee"
|
|
3
|
-
s.version = "2.0.
|
|
3
|
+
s.version = "2.0.6"
|
|
4
4
|
s.platform = Gem::Platform::RUBY
|
|
5
5
|
s.license = "LGPL-3.0"
|
|
6
6
|
s.summary = "Preliminary release of cloud process execution engine (cpee.org). If you just need workflow execution, without a rest service exposing it, then use WEEL."
|
data/tools/cpee
CHANGED
|
@@ -246,6 +246,7 @@ elsif command == 'delete!'
|
|
|
246
246
|
elsif command == 'new'
|
|
247
247
|
if !File.exists?(p1)
|
|
248
248
|
FileUtils.cp_r("#{curpath}/server/",p1)
|
|
249
|
+
FileUtils.cp_r("#{curpath}/archive/",p1)
|
|
249
250
|
FileUtils.mkdir("#{p1}/instances") rescue nil
|
|
250
251
|
FileUtils.mkdir("#{p1}/resources") rescue nil
|
|
251
252
|
FileUtils.mkdir("#{p1}/handlerwrappers") rescue nil
|
|
@@ -256,9 +257,6 @@ elsif command == 'new'
|
|
|
256
257
|
cont.gsub!(/{CPEEWORKINGDIR}/,"#{File.realpath(p1)}")
|
|
257
258
|
cont.gsub!(/{CPEESERVER}/,"#{File.realpath(p1)}/server")
|
|
258
259
|
File.write("#{p1}/#{nam}",cont)
|
|
259
|
-
p f
|
|
260
|
-
p nam
|
|
261
|
-
p "#{p1}/#{nam}"
|
|
262
260
|
end
|
|
263
261
|
else
|
|
264
262
|
puts 'Directory already exists.'
|
|
@@ -1,7 +1,19 @@
|
|
|
1
|
-
<subscription xmlns="http://riddl.org/ns/common-patterns/notifications-producer/
|
|
1
|
+
<subscription xmlns="http://riddl.org/ns/common-patterns/notifications-producer/2.0" url="http://localhost:9299/">
|
|
2
2
|
<topic id="activity">
|
|
3
3
|
<event>calling</event>
|
|
4
4
|
<event>receiving</event>
|
|
5
5
|
<event>done</event>
|
|
6
6
|
</topic>
|
|
7
|
+
<topic id="dataelements">
|
|
8
|
+
<event>change</event>
|
|
9
|
+
</topic>
|
|
10
|
+
<topic id="endpoints">
|
|
11
|
+
<event>change</event>
|
|
12
|
+
</topic>
|
|
13
|
+
<topic id="attributes">
|
|
14
|
+
<event>change</event>
|
|
15
|
+
</topic>
|
|
16
|
+
<topic id="task">
|
|
17
|
+
<event>instantiation</event>
|
|
18
|
+
</topic>
|
|
7
19
|
</subscription>
|
|
@@ -2,40 +2,41 @@
|
|
|
2
2
|
<!--
|
|
3
3
|
This file is part of CPEE.
|
|
4
4
|
|
|
5
|
-
CPEE is free software: you can redistribute it and/or modify it under the
|
|
6
|
-
of the GNU General Public License as published by the Free Software
|
|
7
|
-
either version 3 of the License, or (at your option) any later
|
|
5
|
+
CPEE is free software: you can redistribute it and/or modify it under the
|
|
6
|
+
terms of the GNU General Public License as published by the Free Software
|
|
7
|
+
Foundation, either version 3 of the License, or (at your option) any later
|
|
8
|
+
version.
|
|
8
9
|
|
|
9
10
|
CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
10
11
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
11
12
|
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
12
13
|
|
|
13
14
|
You should have received a copy of the GNU General Public License along with
|
|
14
|
-
CPEE (file COPYING in the main directory).
|
|
15
|
+
CPEE (file COPYING in the main directory). If not, see
|
|
15
16
|
<http://www.gnu.org/licenses/>.
|
|
16
17
|
-->
|
|
17
18
|
|
|
18
|
-
<properties xmlns="http://
|
|
19
|
-
<
|
|
20
|
-
|
|
21
|
-
<
|
|
22
|
-
<
|
|
23
|
-
</
|
|
24
|
-
<state>ready</state>
|
|
19
|
+
<properties xmlns="http://cpee.org/ns/properties/2.0">
|
|
20
|
+
<state changed="1970-01-01T00:00:00+00:00">ready</state>
|
|
21
|
+
<status>
|
|
22
|
+
<id>0</id>
|
|
23
|
+
<message>undefined</message>
|
|
24
|
+
</status>
|
|
25
25
|
<handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
|
|
26
26
|
<positions/>
|
|
27
27
|
<dataelements/>
|
|
28
28
|
<endpoints>
|
|
29
29
|
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
|
30
30
|
</endpoints>
|
|
31
|
+
<attributes>
|
|
32
|
+
<info/>
|
|
33
|
+
<modeltype>CPEE</modeltype>
|
|
34
|
+
<theme>preset</theme>
|
|
35
|
+
</attributes>
|
|
31
36
|
<dsl/>
|
|
32
37
|
<dslx>
|
|
33
38
|
<description xmlns="http://cpee.org/ns/description/1.0"/>
|
|
34
39
|
</dslx>
|
|
35
|
-
<status>
|
|
36
|
-
<id>0</id>
|
|
37
|
-
<message>undefined</message>
|
|
38
|
-
</status>
|
|
39
40
|
<description>
|
|
40
41
|
<description xmlns="http://cpee.org/ns/description/1.0"/>
|
|
41
42
|
</description>
|
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.0.
|
|
4
|
+
version: 2.0.6
|
|
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: 2020-10-
|
|
13
|
+
date: 2020-10-09 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: riddl
|
|
@@ -508,9 +508,6 @@ files:
|
|
|
508
508
|
- server/routing/persist.rb
|
|
509
509
|
- server/server.rb
|
|
510
510
|
- tools/cpee
|
|
511
|
-
- tools/instantiation/instantiation
|
|
512
|
-
- tools/server/resources/notifications/logging/consumer-secret
|
|
513
|
-
- tools/server/resources/notifications/logging/producer-secret
|
|
514
511
|
- tools/server/resources/notifications/logging/subscription.xml
|
|
515
512
|
- tools/server/resources/properties.init
|
|
516
513
|
- tools/server/server.rb
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/ruby
|
|
2
|
-
require 'rubygems'
|
|
3
|
-
require 'cpee/instantiation'
|
|
4
|
-
|
|
5
|
-
options = {
|
|
6
|
-
:host => 'localhost',
|
|
7
|
-
:port => 9296,
|
|
8
|
-
:secure => false
|
|
9
|
-
# :secure_options => {
|
|
10
|
-
# :private_key_file => '',
|
|
11
|
-
# :cert_chain_file => '',
|
|
12
|
-
# :verify_peer => false
|
|
13
|
-
# }
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
Riddl::Server.new(CPEE::Instantiation::SERVER, options) do
|
|
17
|
-
accessible_description true
|
|
18
|
-
cross_site_xhr true
|
|
19
|
-
|
|
20
|
-
@riddl_opts[:cpee] ||= 'http://localhost:8298/'
|
|
21
|
-
|
|
22
|
-
use CPEE::Instantiation::implementation(@riddl_opts)
|
|
23
|
-
end.loop!
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
f7c77861ac613eeac8fb9829c9a545a2
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2a24d172b1aeb05fe94fdc5e095dec32
|