cpee 1.3.194 → 1.3.195
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cockpit/css/ui.css +3 -0
- data/cockpit/js/instance.js +1 -1
- data/cpee.gemspec +1 -1
- data/lib/cpee/controller.rb +15 -0
- data/server/instances/1/properties.xml +1 -0
- data/server/instances/10/properties.xml +1 -0
- data/server/instances/11/properties.xml +1 -0
- data/server/instances/12/properties.xml +1 -0
- data/server/instances/13/properties.xml +1 -0
- data/server/instances/14/properties.xml +1 -0
- data/server/instances/15/properties.xml +1 -0
- data/server/instances/16/properties.xml +1 -0
- data/server/instances/17/properties.xml +1 -0
- data/server/instances/18/properties.xml +1 -0
- data/server/instances/19/properties.xml +1 -0
- data/server/instances/2/properties.xml +1 -0
- data/server/instances/20/properties.xml +1 -0
- data/server/instances/21/properties.xml +1 -0
- data/server/instances/22/properties.xml +1 -0
- data/server/instances/23/properties.xml +1 -0
- data/server/instances/24/properties.xml +1 -0
- data/server/instances/25/properties.xml +1 -0
- data/server/instances/26/properties.xml +1 -0
- data/server/instances/27/properties.xml +1 -0
- data/server/instances/28/properties.xml +1 -0
- data/server/instances/29/properties.xml +1 -0
- data/server/instances/3/properties.xml +6 -22
- data/server/instances/30/properties.xml +1 -0
- data/server/instances/31/properties.xml +1 -0
- data/server/instances/32/properties.xml +5 -21
- data/server/instances/33/properties.xml +1 -0
- data/server/instances/34/properties.xml +1 -0
- data/server/instances/35/properties.xml +1 -0
- data/server/instances/36/properties.xml +1 -0
- data/server/instances/37/properties.xml +1 -0
- data/server/instances/38/properties.xml +1 -0
- data/server/instances/39/properties.xml +1 -0
- data/server/instances/4/properties.xml +1 -0
- data/server/instances/40/properties.xml +1 -0
- data/server/instances/41/properties.xml +1 -0
- data/server/instances/42/properties.xml +1 -0
- data/server/instances/43/properties.xml +1 -0
- data/server/instances/44/properties.xml +1 -0
- data/server/instances/45/properties.xml +1 -0
- data/server/instances/46/properties.xml +5 -21
- data/server/instances/47/properties.xml +1 -0
- data/server/instances/48/properties.xml +1 -0
- data/server/instances/49/properties.xml +1 -0
- data/server/instances/5/properties.xml +1 -0
- data/server/instances/50/properties.xml +1 -0
- data/server/instances/51/properties.xml +1 -0
- data/server/instances/52/properties.xml +1 -0
- data/server/instances/53/properties.xml +5 -21
- data/server/instances/54/properties.xml +1 -0
- data/server/instances/55/properties.xml +31 -0
- data/server/instances/56/notifications/1c2761762b2fde29dbc21c6740a869a5/consumer-secret +1 -0
- data/server/instances/56/notifications/1c2761762b2fde29dbc21c6740a869a5/producer-secret +1 -0
- data/server/instances/{54/notifications/9873e50be5e9d97ca0b5ddaf61f5403e → 56/notifications/1c2761762b2fde29dbc21c6740a869a5}/subscription.xml +2 -1
- data/server/instances/56/properties.xml +31 -0
- data/server/instances/6/properties.xml +1 -0
- data/server/instances/7/properties.xml +1 -0
- data/server/instances/8/properties.xml +1 -0
- data/server/instances/9/properties.xml +6 -22
- metadata +7 -6
- data/server/instances/54/notifications/9873e50be5e9d97ca0b5ddaf61f5403e/consumer-secret +0 -1
- data/server/instances/54/notifications/9873e50be5e9d97ca0b5ddaf61f5403e/producer-secret +0 -1
- data/server/server.pid +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ca83c3343d021a5ef8d72455bc550e83201d270
|
4
|
+
data.tar.gz: e2a7058f722dfd2345afb0191ac2378cde3c84ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80af6401be78aa6963df433c8af5234189c4fc4f98a9996d521ba9908d5219ce3e94541e38032b98816017a512baae729f872b86aa60ce3b5e0d6bf2f971bda6
|
7
|
+
data.tar.gz: fc348e444fb1976444e493fcbf5da7480935d829d43ee794da5827cf4b1cf5d520d95537030386658aefa4f92092049736723a87d34aaf4676e63299f8479694
|
data/cockpit/css/ui.css
CHANGED
data/cockpit/js/instance.js
CHANGED
@@ -185,7 +185,7 @@ function monitor_instance(load) {// {{{
|
|
185
185
|
$("#current-instance").attr('href',url);
|
186
186
|
$("#current-instance-properties").attr('href',url + 'properties/');
|
187
187
|
$("#current-instance-properties").text('P');
|
188
|
-
$("#current-instance-subscriptions").attr('href',url + 'subscriptions/');
|
188
|
+
$("#current-instance-subscriptions").attr('href',url + 'notifications/subscriptions/');
|
189
189
|
$("#current-instance-subscriptions").text('S');
|
190
190
|
$("#current-instance-callbacks").attr('href',url + 'callbacks/');
|
191
191
|
$("#current-instance-callbacks").text('C');
|
data/cpee.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "cpee"
|
3
|
-
s.version = "1.3.
|
3
|
+
s.version = "1.3.195"
|
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). If you just need workflow execution, without a rest/xmpp service exposing it, then use WEEL"
|
data/lib/cpee/controller.rb
CHANGED
@@ -14,6 +14,7 @@
|
|
14
14
|
|
15
15
|
require 'json'
|
16
16
|
require 'pp'
|
17
|
+
require 'securerandom'
|
17
18
|
require ::File.dirname(__FILE__) + '/handler_properties'
|
18
19
|
require ::File.dirname(__FILE__) + '/handler_notifications'
|
19
20
|
require ::File.dirname(__FILE__) + '/callback'
|
@@ -96,6 +97,8 @@ module CPEE
|
|
96
97
|
unserialize_dsl!
|
97
98
|
unserialize_positions!
|
98
99
|
unserialize_attributes!
|
100
|
+
|
101
|
+
@uuid = sync_uuid!
|
99
102
|
end
|
100
103
|
|
101
104
|
attr_reader :id
|
@@ -104,6 +107,7 @@ module CPEE
|
|
104
107
|
attr_reader :callbacks
|
105
108
|
attr_reader :mutex
|
106
109
|
attr_reader :attributes
|
110
|
+
attr_reader :uuid
|
107
111
|
|
108
112
|
def base_url
|
109
113
|
@opts[:url]
|
@@ -458,6 +462,17 @@ module CPEE
|
|
458
462
|
nots
|
459
463
|
end #}}}
|
460
464
|
|
465
|
+
def sync_uuid! #{{{
|
466
|
+
val = SecureRandom.uuid
|
467
|
+
uuid = @properties.data.find("/p:properties/p:attributes/p:uuid")
|
468
|
+
if uuid.empty?
|
469
|
+
@properties.modify { |doc| doc.find("/p:properties/p:attributes").first.prepend('p:uuid',val) }
|
470
|
+
val
|
471
|
+
else
|
472
|
+
uuid.first.text
|
473
|
+
end
|
474
|
+
end #}}}
|
475
|
+
|
461
476
|
def notify(what,content={})# {{{
|
462
477
|
item = @events[what]
|
463
478
|
if item
|
@@ -3,6 +3,7 @@
|
|
3
3
|
<info>asda</info>
|
4
4
|
<modeltype>CPEE</modeltype>
|
5
5
|
<organisation1>http://cpee.org/~demo/orgviz/organisation_informatik.xml</organisation1>
|
6
|
+
<uuid>1e8a010a-38f1-4cf5-af1a-1566957b61b6</uuid>
|
6
7
|
</attributes>
|
7
8
|
<state>ready</state>
|
8
9
|
<handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
|
@@ -1,24 +1,8 @@
|
|
1
|
-
<?xml version="1.0"?>
|
2
|
-
<!--
|
3
|
-
This file is part of CPEE.
|
4
|
-
|
5
|
-
CPEE is free software: you can redistribute it and/or modify it under the terms
|
6
|
-
of the GNU General Public License as published by the Free Software Foundation,
|
7
|
-
either version 3 of the License, or (at your option) any later version.
|
8
|
-
|
9
|
-
CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
|
10
|
-
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
11
|
-
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
12
|
-
|
13
|
-
You should have received a copy of the GNU General Public License along with
|
14
|
-
CPEE (file COPYING in the main directory). If not, see
|
15
|
-
<http://www.gnu.org/licenses/>.
|
16
|
-
-->
|
17
|
-
|
18
1
|
<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
|
19
2
|
<attributes>
|
20
3
|
<info/>
|
21
4
|
<modeltype>CPEE</modeltype>
|
5
|
+
<uuid>96d699d5-fd15-4d20-9cf3-899414cae966</uuid>
|
22
6
|
</attributes>
|
23
7
|
<state>ready</state>
|
24
8
|
<handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
|
@@ -30,7 +14,7 @@
|
|
30
14
|
<dsl/>
|
31
15
|
<dslx>
|
32
16
|
<description xmlns="http://cpee.org/ns/description/1.0"/>
|
33
|
-
</dslx>
|
17
|
+
</dslx>
|
34
18
|
<status>
|
35
19
|
<id>0</id>
|
36
20
|
<message>undefined</message>
|
@@ -39,8 +23,8 @@
|
|
39
23
|
<description xmlns="http://cpee.org/ns/description/1.0"/>
|
40
24
|
</description>
|
41
25
|
<transformation>
|
42
|
-
<description type=
|
43
|
-
<dataelements type=
|
44
|
-
<endpoints type=
|
26
|
+
<description type="copy"/>
|
27
|
+
<dataelements type="none"/>
|
28
|
+
<endpoints type="none"/>
|
45
29
|
</transformation>
|
46
|
-
</properties>
|
30
|
+
</properties>
|
@@ -1,25 +1,9 @@
|
|
1
|
-
<?xml version="1.0"?>
|
2
|
-
<!--
|
3
|
-
This file is part of CPEE.
|
4
|
-
|
5
|
-
CPEE is free software: you can redistribute it and/or modify it under the terms
|
6
|
-
of the GNU General Public License as published by the Free Software Foundation,
|
7
|
-
either version 3 of the License, or (at your option) any later version.
|
8
|
-
|
9
|
-
CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
|
10
|
-
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
11
|
-
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
12
|
-
|
13
|
-
You should have received a copy of the GNU General Public License along with
|
14
|
-
CPEE (file COPYING in the main directory). If not, see
|
15
|
-
<http://www.gnu.org/licenses/>.
|
16
|
-
-->
|
17
|
-
|
18
1
|
<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
|
19
2
|
<attributes>
|
20
3
|
<info/>
|
21
4
|
<modeltype>CPEE</modeltype>
|
22
5
|
<theme>default</theme>
|
6
|
+
<uuid>182b2fac-dbdd-4631-9b6a-c9369e70e265</uuid>
|
23
7
|
</attributes>
|
24
8
|
<state>ready</state>
|
25
9
|
<handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
|
@@ -40,8 +24,8 @@
|
|
40
24
|
<description xmlns="http://cpee.org/ns/description/1.0"/>
|
41
25
|
</description>
|
42
26
|
<transformation>
|
43
|
-
<description type=
|
44
|
-
<dataelements type=
|
45
|
-
<endpoints type=
|
27
|
+
<description type="copy"/>
|
28
|
+
<dataelements type="none"/>
|
29
|
+
<endpoints type="none"/>
|
46
30
|
</transformation>
|
47
|
-
</properties>
|
31
|
+
</properties>
|
@@ -1,25 +1,9 @@
|
|
1
|
-
<?xml version="1.0"?>
|
2
|
-
<!--
|
3
|
-
This file is part of CPEE.
|
4
|
-
|
5
|
-
CPEE is free software: you can redistribute it and/or modify it under the terms
|
6
|
-
of the GNU General Public License as published by the Free Software Foundation,
|
7
|
-
either version 3 of the License, or (at your option) any later version.
|
8
|
-
|
9
|
-
CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
|
10
|
-
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
11
|
-
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
12
|
-
|
13
|
-
You should have received a copy of the GNU General Public License along with
|
14
|
-
CPEE (file COPYING in the main directory). If not, see
|
15
|
-
<http://www.gnu.org/licenses/>.
|
16
|
-
-->
|
17
|
-
|
18
1
|
<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
|
19
2
|
<attributes>
|
20
3
|
<info/>
|
21
4
|
<modeltype>CPEE</modeltype>
|
22
5
|
<theme>default</theme>
|
6
|
+
<uuid>f2b7581d-0180-4211-8143-56e475c15600</uuid>
|
23
7
|
</attributes>
|
24
8
|
<state>ready</state>
|
25
9
|
<handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
|
@@ -40,8 +24,8 @@
|
|
40
24
|
<description xmlns="http://cpee.org/ns/description/1.0"/>
|
41
25
|
</description>
|
42
26
|
<transformation>
|
43
|
-
<description type=
|
44
|
-
<dataelements type=
|
45
|
-
<endpoints type=
|
27
|
+
<description type="copy"/>
|
28
|
+
<dataelements type="none"/>
|
29
|
+
<endpoints type="none"/>
|
46
30
|
</transformation>
|
47
|
-
</properties>
|
31
|
+
</properties>
|
@@ -1,25 +1,9 @@
|
|
1
|
-
<?xml version="1.0"?>
|
2
|
-
<!--
|
3
|
-
This file is part of CPEE.
|
4
|
-
|
5
|
-
CPEE is free software: you can redistribute it and/or modify it under the terms
|
6
|
-
of the GNU General Public License as published by the Free Software Foundation,
|
7
|
-
either version 3 of the License, or (at your option) any later version.
|
8
|
-
|
9
|
-
CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
|
10
|
-
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
11
|
-
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
12
|
-
|
13
|
-
You should have received a copy of the GNU General Public License along with
|
14
|
-
CPEE (file COPYING in the main directory). If not, see
|
15
|
-
<http://www.gnu.org/licenses/>.
|
16
|
-
-->
|
17
|
-
|
18
1
|
<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
|
19
2
|
<attributes>
|
20
3
|
<info/>
|
21
4
|
<modeltype>CPEE</modeltype>
|
22
5
|
<theme>default</theme>
|
6
|
+
<uuid>fd588a90-0dff-411c-b1fb-16227fda2894</uuid>
|
23
7
|
</attributes>
|
24
8
|
<state>ready</state>
|
25
9
|
<handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
|
@@ -40,8 +24,8 @@
|
|
40
24
|
<description xmlns="http://cpee.org/ns/description/1.0"/>
|
41
25
|
</description>
|
42
26
|
<transformation>
|
43
|
-
<description type=
|
44
|
-
<dataelements type=
|
45
|
-
<endpoints type=
|
27
|
+
<description type="copy"/>
|
28
|
+
<dataelements type="none"/>
|
29
|
+
<endpoints type="none"/>
|
46
30
|
</transformation>
|
47
|
-
</properties>
|
31
|
+
</properties>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
|
2
|
+
<attributes>
|
3
|
+
<info/>
|
4
|
+
<modeltype>CPEE</modeltype>
|
5
|
+
<theme>default</theme>
|
6
|
+
<uuid>b7a30988-add8-4259-8835-18a625fe909a</uuid>
|
7
|
+
</attributes>
|
8
|
+
<state>ready</state>
|
9
|
+
<handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
|
10
|
+
<positions/>
|
11
|
+
<dataelements/>
|
12
|
+
<endpoints>
|
13
|
+
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
14
|
+
</endpoints>
|
15
|
+
<dsl/>
|
16
|
+
<dslx>
|
17
|
+
<description xmlns="http://cpee.org/ns/description/1.0"/>
|
18
|
+
</dslx>
|
19
|
+
<status>
|
20
|
+
<id>0</id>
|
21
|
+
<message>undefined</message>
|
22
|
+
</status>
|
23
|
+
<description>
|
24
|
+
<description xmlns="http://cpee.org/ns/description/1.0"/>
|
25
|
+
</description>
|
26
|
+
<transformation>
|
27
|
+
<description type="copy"/>
|
28
|
+
<dataelements type="none"/>
|
29
|
+
<endpoints type="none"/>
|
30
|
+
</transformation>
|
31
|
+
</properties>
|
@@ -0,0 +1 @@
|
|
1
|
+
2c4af58fbbabe459bbad43b7feb98197
|
@@ -0,0 +1 @@
|
|
1
|
+
4a130371a3820fcbe0ac1ee3953ff786
|
@@ -0,0 +1,31 @@
|
|
1
|
+
<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
|
2
|
+
<attributes>
|
3
|
+
<uuid>5f8dfe47-a3b2-4aac-a98b-84a07ade0b0f</uuid>
|
4
|
+
<info/>
|
5
|
+
<modeltype>CPEE</modeltype>
|
6
|
+
<theme>default</theme>
|
7
|
+
</attributes>
|
8
|
+
<state>ready</state>
|
9
|
+
<handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
|
10
|
+
<positions/>
|
11
|
+
<dataelements/>
|
12
|
+
<endpoints>
|
13
|
+
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
14
|
+
</endpoints>
|
15
|
+
<dsl/>
|
16
|
+
<dslx>
|
17
|
+
<description xmlns="http://cpee.org/ns/description/1.0"/>
|
18
|
+
</dslx>
|
19
|
+
<status>
|
20
|
+
<id>0</id>
|
21
|
+
<message>undefined</message>
|
22
|
+
</status>
|
23
|
+
<description>
|
24
|
+
<description xmlns="http://cpee.org/ns/description/1.0"/>
|
25
|
+
</description>
|
26
|
+
<transformation>
|
27
|
+
<description type="copy"/>
|
28
|
+
<dataelements type="none"/>
|
29
|
+
<endpoints type="none"/>
|
30
|
+
</transformation>
|
31
|
+
</properties>
|
@@ -1,24 +1,8 @@
|
|
1
|
-
<?xml version="1.0"?>
|
2
|
-
<!--
|
3
|
-
This file is part of CPEE.
|
4
|
-
|
5
|
-
CPEE is free software: you can redistribute it and/or modify it under the terms
|
6
|
-
of the GNU General Public License as published by the Free Software Foundation,
|
7
|
-
either version 3 of the License, or (at your option) any later version.
|
8
|
-
|
9
|
-
CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
|
10
|
-
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
11
|
-
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
12
|
-
|
13
|
-
You should have received a copy of the GNU General Public License along with
|
14
|
-
CPEE (file COPYING in the main directory). If not, see
|
15
|
-
<http://www.gnu.org/licenses/>.
|
16
|
-
-->
|
17
|
-
|
18
1
|
<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
|
19
2
|
<attributes>
|
20
3
|
<info/>
|
21
4
|
<modeltype>CPEE</modeltype>
|
5
|
+
<uuid>7fe1cbb3-82de-4609-8b1d-02bc939a24cf</uuid>
|
22
6
|
</attributes>
|
23
7
|
<state>ready</state>
|
24
8
|
<handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
|
@@ -30,7 +14,7 @@
|
|
30
14
|
<dsl/>
|
31
15
|
<dslx>
|
32
16
|
<description xmlns="http://cpee.org/ns/description/1.0"/>
|
33
|
-
</dslx>
|
17
|
+
</dslx>
|
34
18
|
<status>
|
35
19
|
<id>0</id>
|
36
20
|
<message>undefined</message>
|
@@ -39,8 +23,8 @@
|
|
39
23
|
<description xmlns="http://cpee.org/ns/description/1.0"/>
|
40
24
|
</description>
|
41
25
|
<transformation>
|
42
|
-
<description type=
|
43
|
-
<dataelements type=
|
44
|
-
<endpoints type=
|
26
|
+
<description type="copy"/>
|
27
|
+
<dataelements type="none"/>
|
28
|
+
<endpoints type="none"/>
|
45
29
|
</transformation>
|
46
|
-
</properties>
|
30
|
+
</properties>
|
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: 1.3.
|
4
|
+
version: 1.3.195
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juergen eTM Mangler
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2016-11-
|
14
|
+
date: 2016-11-23 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: riddl
|
@@ -343,10 +343,12 @@ files:
|
|
343
343
|
- server/instances/51/properties.xml
|
344
344
|
- server/instances/52/properties.xml
|
345
345
|
- server/instances/53/properties.xml
|
346
|
-
- server/instances/54/notifications/9873e50be5e9d97ca0b5ddaf61f5403e/consumer-secret
|
347
|
-
- server/instances/54/notifications/9873e50be5e9d97ca0b5ddaf61f5403e/producer-secret
|
348
|
-
- server/instances/54/notifications/9873e50be5e9d97ca0b5ddaf61f5403e/subscription.xml
|
349
346
|
- server/instances/54/properties.xml
|
347
|
+
- server/instances/55/properties.xml
|
348
|
+
- server/instances/56/notifications/1c2761762b2fde29dbc21c6740a869a5/consumer-secret
|
349
|
+
- server/instances/56/notifications/1c2761762b2fde29dbc21c6740a869a5/producer-secret
|
350
|
+
- server/instances/56/notifications/1c2761762b2fde29dbc21c6740a869a5/subscription.xml
|
351
|
+
- server/instances/56/properties.xml
|
350
352
|
- server/instances/6/properties.xml
|
351
353
|
- server/instances/7/properties.xml
|
352
354
|
- server/instances/8/properties.xml
|
@@ -359,7 +361,6 @@ files:
|
|
359
361
|
- server/resources/topics.xml
|
360
362
|
- server/resources/transformation.xml
|
361
363
|
- server/resources/transformation_dslx.xsl
|
362
|
-
- server/server.pid
|
363
364
|
- server/server.rb
|
364
365
|
- server/weel.rb
|
365
366
|
- test/callback.rb
|
@@ -1 +0,0 @@
|
|
1
|
-
c94d032eb7f78ff9d654b58b18183284
|
@@ -1 +0,0 @@
|
|
1
|
-
d4f0e8c02c96424757e5e7ca9d5e2538
|
data/server/server.pid
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
20294
|