cpee 2.1.109 → 2.1.111
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/css/extended_columns-label.css +1 -1
- data/cockpit/css/extended_columns-svg.css +18 -6
- data/cockpit/css/llm.css +1 -1
- data/cockpit/css/ui.css +1 -1
- data/cockpit/css/wfadaptor.css +3 -3
- data/cockpit/david.html +1 -1
- data/cockpit/edit.html +1 -1
- data/cockpit/graph.html +1 -1
- data/cockpit/index.html +1 -1
- data/cockpit/js/extended_columns.js +113 -26
- data/cockpit/js/instance.js +34 -8
- data/cockpit/js/wfadaptor.js +3 -2
- data/cockpit/llm.html +1 -1
- data/cockpit/llm_alternative.html +1 -1
- data/cockpit/model.html +1 -1
- data/cockpit/only_llm.html +1 -1
- data/cockpit/templates/Coopis 2010 Replay.xml +214 -0
- data/cockpit/templates/Coopis 2010.xml +16 -9
- data/cockpit/templates/Frames.xml +47 -23
- data/cockpit/templates/ML-pipe-multi.xml +0 -1
- data/cockpit/templates/Worklist Vote.xml +1 -1
- data/cockpit/templates/Worklist.xml +1 -1
- data/cockpit/themes/base.js +10 -15
- data/cockpit/track.html +1 -1
- data/cpee.gemspec +1 -1
- data/server/executionhandlers/eval/connection.rb +2 -1
- data/server/executionhandlers/eval/dsl_to_dslx.xsl +1 -0
- data/server/executionhandlers/eval/execution.rb +3 -0
- data/server/executionhandlers/ruby/connection.rb +2 -1
- data/server/executionhandlers/ruby/dsl_to_dslx.xsl +10 -10
- data/server/resources/topics.xml +2 -0
- metadata +2 -1
- data/server/executionhandlers/eval/dsl_to_dslx.xsl +0 -1055
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
<xsl:text>, parameters: { </xsl:text>
|
|
53
53
|
<xsl:apply-templates select="d:parameters"/>
|
|
54
54
|
<xsl:text> }</xsl:text>
|
|
55
|
-
<xsl:if test="d:code/d:signal[text()='
|
|
55
|
+
<xsl:if test="d:code/d:signal[text()='true']">
|
|
56
56
|
<xsl:text>, signal: true</xsl:text>
|
|
57
57
|
</xsl:if>
|
|
58
58
|
<xsl:if test="(d:finalize or d:code/d:finalize) and (d:finalize/text() or d:code/d:finalize/text())">
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
<xsl:text> :e</xsl:text>
|
|
120
120
|
<xsl:for-each select="ancestor-or-self::*">
|
|
121
121
|
<xsl:text>_</xsl:text>
|
|
122
|
-
<xsl:value-of select="
|
|
122
|
+
<xsl:value-of select="count(preceding-sibling::*)+1"/>
|
|
123
123
|
</xsl:for-each>
|
|
124
124
|
</xsl:otherwise>
|
|
125
125
|
</xsl:choose>
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
<xsl:text> :e</xsl:text>
|
|
168
168
|
<xsl:for-each select="ancestor-or-self::*">
|
|
169
169
|
<xsl:text>_</xsl:text>
|
|
170
|
-
<xsl:value-of select="
|
|
170
|
+
<xsl:value-of select="count(preceding-sibling::*)+1"/>
|
|
171
171
|
</xsl:for-each>
|
|
172
172
|
</xsl:otherwise>
|
|
173
173
|
</xsl:choose>
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
<xsl:text> :e</xsl:text>
|
|
191
191
|
<xsl:for-each select="ancestor-or-self::*">
|
|
192
192
|
<xsl:text>_</xsl:text>
|
|
193
|
-
<xsl:value-of select="
|
|
193
|
+
<xsl:value-of select="count(preceding-sibling::*)+1"/>
|
|
194
194
|
</xsl:for-each>
|
|
195
195
|
</xsl:otherwise>
|
|
196
196
|
</xsl:choose>
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
<xsl:text> :e</xsl:text>
|
|
236
236
|
<xsl:for-each select="ancestor-or-self::*">
|
|
237
237
|
<xsl:text>_</xsl:text>
|
|
238
|
-
<xsl:value-of select="
|
|
238
|
+
<xsl:value-of select="count(preceding-sibling::*)+1"/>
|
|
239
239
|
</xsl:for-each>
|
|
240
240
|
</xsl:otherwise>
|
|
241
241
|
</xsl:choose>
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
<xsl:text> :e</xsl:text>
|
|
369
369
|
<xsl:for-each select="ancestor-or-self::*">
|
|
370
370
|
<xsl:text>_</xsl:text>
|
|
371
|
-
<xsl:value-of select="
|
|
371
|
+
<xsl:value-of select="count(preceding-sibling::*)+1"/>
|
|
372
372
|
</xsl:for-each>
|
|
373
373
|
</xsl:otherwise>
|
|
374
374
|
</xsl:choose>
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
<xsl:text> :e</xsl:text>
|
|
422
422
|
<xsl:for-each select="ancestor-or-self::*">
|
|
423
423
|
<xsl:text>_</xsl:text>
|
|
424
|
-
<xsl:value-of select="
|
|
424
|
+
<xsl:value-of select="count(preceding-sibling::*)+1"/>
|
|
425
425
|
</xsl:for-each>
|
|
426
426
|
</xsl:otherwise>
|
|
427
427
|
</xsl:choose>
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
<xsl:text> :e</xsl:text>
|
|
463
463
|
<xsl:for-each select="ancestor-or-self::*">
|
|
464
464
|
<xsl:text>_</xsl:text>
|
|
465
|
-
<xsl:value-of select="
|
|
465
|
+
<xsl:value-of select="count(preceding-sibling::*)+1"/>
|
|
466
466
|
</xsl:for-each>
|
|
467
467
|
</xsl:otherwise>
|
|
468
468
|
</xsl:choose>
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
<xsl:text> :e</xsl:text>
|
|
521
521
|
<xsl:for-each select="ancestor-or-self::*">
|
|
522
522
|
<xsl:text>_</xsl:text>
|
|
523
|
-
<xsl:value-of select="
|
|
523
|
+
<xsl:value-of select="count(preceding-sibling::*)+1"/>
|
|
524
524
|
</xsl:for-each>
|
|
525
525
|
</xsl:otherwise>
|
|
526
526
|
</xsl:choose>
|
|
@@ -567,7 +567,7 @@
|
|
|
567
567
|
<xsl:text> :e</xsl:text>
|
|
568
568
|
<xsl:for-each select="ancestor-or-self::*">
|
|
569
569
|
<xsl:text>_</xsl:text>
|
|
570
|
-
<xsl:value-of select="
|
|
570
|
+
<xsl:value-of select="count(preceding-sibling::*)+1"/>
|
|
571
571
|
</xsl:for-each>
|
|
572
572
|
</xsl:otherwise>
|
|
573
573
|
</xsl:choose>
|
data/server/resources/topics.xml
CHANGED
|
@@ -22,11 +22,13 @@
|
|
|
22
22
|
<event>manipulating</event>
|
|
23
23
|
<event>status</event>
|
|
24
24
|
<event>done</event>
|
|
25
|
+
<event>annotation</event>
|
|
25
26
|
<vote>syncing_before</vote>
|
|
26
27
|
<vote>syncing_after</vote>
|
|
27
28
|
</topic>
|
|
28
29
|
<topic id='gateway'>
|
|
29
30
|
<event>decide</event>
|
|
31
|
+
<event>annotation</event>
|
|
30
32
|
<event>split</event>
|
|
31
33
|
<event>join</event>
|
|
32
34
|
</topic>
|
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.111
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juergen eTM Mangler
|
|
@@ -309,6 +309,7 @@ files:
|
|
|
309
309
|
- cockpit/templates.legacy/convert_preset.rb
|
|
310
310
|
- cockpit/templates.legacy/testsets.xml
|
|
311
311
|
- cockpit/templates.legacy/transformations.xml
|
|
312
|
+
- cockpit/templates/Coopis 2010 Replay.xml
|
|
312
313
|
- cockpit/templates/Coopis 2010.xml
|
|
313
314
|
- cockpit/templates/Frames.xml
|
|
314
315
|
- cockpit/templates/IUPC arXiv:1104.3609 P34 1.xml
|