cpee 1.3.203 → 1.3.204
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/lib/cpee/implementation.rb +1 -0
- data/server/instances/19/properties.xml +1 -1
- data/server/resources/transformation_dslx.xsl +1 -1
- metadata +1 -4
- data/server/instances/19/notifications/3a1729f8cd49263b8623f2d7208993f6/consumer-secret +0 -1
- data/server/instances/19/notifications/3a1729f8cd49263b8623f2d7208993f6/producer-secret +0 -1
- data/server/instances/19/notifications/3a1729f8cd49263b8623f2d7208993f6/subscription.xml +0 -42
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bf3416bd24525dcf196bc0ae5e8412fe1f61a873
|
|
4
|
+
data.tar.gz: b2431b2e6f3958fd151447d92d89a2816d710752
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88128156661f7f2373d9a171f08d43663f36af63e37dd1d87429182af27ab0cd1a7945e4103239cb57ffd808c730b2ae90d1e61f96873d506c51c6b3091ce199
|
|
7
|
+
data.tar.gz: fd8594f966ec9b6194dc15da32ce39c8409585abd251eba0975de024db2cb2b4cc5afc93e878b4a4b0bae0d3963f07ebd05fc6e95c434d1b13eb153384980922
|
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.204"
|
|
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/implementation.rb
CHANGED
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
<xsl:template match="d:*" mode="sub">
|
|
356
356
|
<xsl:if test="count(preceding-sibling::*) > 0">, </xsl:if>
|
|
357
357
|
|
|
358
|
-
<xsl:text
|
|
358
|
+
<xsl:text>⭐(</xsl:text>
|
|
359
359
|
<xsl:text>:name => :</xsl:text>
|
|
360
360
|
<xsl:value-of select="name()"/>
|
|
361
361
|
<xsl:text>, :value => </xsl:text>
|
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.204
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juergen eTM Mangler
|
|
@@ -292,9 +292,6 @@ files:
|
|
|
292
292
|
- server/instances/16/properties.xml
|
|
293
293
|
- server/instances/17/properties.xml
|
|
294
294
|
- server/instances/18/properties.xml
|
|
295
|
-
- server/instances/19/notifications/3a1729f8cd49263b8623f2d7208993f6/consumer-secret
|
|
296
|
-
- server/instances/19/notifications/3a1729f8cd49263b8623f2d7208993f6/producer-secret
|
|
297
|
-
- server/instances/19/notifications/3a1729f8cd49263b8623f2d7208993f6/subscription.xml
|
|
298
295
|
- server/instances/19/properties.xml
|
|
299
296
|
- server/instances/2/properties.xml
|
|
300
297
|
- server/instances/3/properties.xml
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
cd8658468becd8d35a2671318d346d62
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
23a58b3d9a1125857d153130861c91f9
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
<subscription xmlns="http://riddl.org/ns/common-patterns/notifications-producer/1.0">
|
|
2
|
-
<topic id="activity">
|
|
3
|
-
<event>calling</event>
|
|
4
|
-
<event>status</event>
|
|
5
|
-
<event>manipulating</event>
|
|
6
|
-
<event>failed</event>
|
|
7
|
-
<event>done</event>
|
|
8
|
-
<vote>syncing_after</vote>
|
|
9
|
-
</topic>
|
|
10
|
-
<topic id="description">
|
|
11
|
-
<event>change</event>
|
|
12
|
-
<event>error</event>
|
|
13
|
-
</topic>
|
|
14
|
-
<topic id="position">
|
|
15
|
-
<event>change</event>
|
|
16
|
-
</topic>
|
|
17
|
-
<topic id="state">
|
|
18
|
-
<event>change</event>
|
|
19
|
-
</topic>
|
|
20
|
-
<topic id="dataelements">
|
|
21
|
-
<event>change</event>
|
|
22
|
-
</topic>
|
|
23
|
-
<topic id="endpoints">
|
|
24
|
-
<event>change</event>
|
|
25
|
-
</topic>
|
|
26
|
-
<topic id="attributes">
|
|
27
|
-
<event>change</event>
|
|
28
|
-
</topic>
|
|
29
|
-
<topic id="transformation">
|
|
30
|
-
<event>change</event>
|
|
31
|
-
</topic>
|
|
32
|
-
<topic id="handlerwrapper">
|
|
33
|
-
<event>error</event>
|
|
34
|
-
<event>change</event>
|
|
35
|
-
</topic>
|
|
36
|
-
<topic id="handlers">
|
|
37
|
-
<event>change</event>
|
|
38
|
-
</topic>
|
|
39
|
-
<topic id="xxx">
|
|
40
|
-
<fingerprint-with-producer-secre>xxx</fingerprint-with-producer-secre>
|
|
41
|
-
</topic>
|
|
42
|
-
</subscription>
|