cpee 2.1.134 → 2.1.135
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/edit.html +6 -1
- data/cpee.gemspec +1 -1
- data/server/routing/end.pid +1 -0
- data/server/routing/forward-events-00.pid +1 -0
- data/server/routing/forward-votes.pid +1 -0
- data/server/routing/persist.pid +1 -0
- metadata +5 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6cdcf979b2beb1075ce03790205a9f52e44dd208132047113fd1fb19610689b7
|
|
4
|
+
data.tar.gz: f4e8fe08755d4f22d0bba7aad143cbaa4f471a8f701cbf673e7833d2ab47dc60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6bb0664cc8c840758ed1b7630a836abe03dd5eba01fc2aa5a2e391c338fa9c2ccbede8c2a9bad01d596d3251d5f44220e3f8f2e074b0ee50bf33cbbe8d8e36de
|
|
7
|
+
data.tar.gz: 87d5395ba65339fb9bf9e1bdfa0ba19f9026620cf59dee49f5b9fdfa71713050d9c96914e1a5642906a20fd40dc5ef084c07bbefe38cea3eae1fdff94eb46a12
|
data/cockpit/edit.html
CHANGED
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
<link rel="stylesheet" href="/global_ui/uicpee.css" type="text/css"/>
|
|
68
68
|
<style></style>
|
|
69
69
|
</head>
|
|
70
|
-
<body data-base-port="8298" data-base-engine="engine/" data-base-themes="themes" is="x-ui-">
|
|
70
|
+
<body data-base-port="8298" data-base-engine="engine/" data-base-themes="themes/" is="x-ui-">
|
|
71
71
|
<div id='disclaimer' class='hidden'> <!--{{{-->
|
|
72
72
|
<h1>Disclaimer</h1>
|
|
73
73
|
|
|
@@ -233,6 +233,7 @@
|
|
|
233
233
|
<ui-tabbar>
|
|
234
234
|
<ui-tab class="switch" ></ui-tab>
|
|
235
235
|
<ui-tab class="" data-tab="dataelements" id="tabdataelements">Data Objects</ui-tab>
|
|
236
|
+
<ui-tab class="inactive" data-tab="documents" id="tabdocuments" >Documents</ui-tab>
|
|
236
237
|
<ui-tab class="inactive" data-tab="endpoints" id="tabendpoints" >Endpoints</ui-tab>
|
|
237
238
|
<ui-tab class="inactive" data-tab="attributes" id="tabattributes" >Attributes</ui-tab>
|
|
238
239
|
<ui-behind ></ui-behind>
|
|
@@ -242,6 +243,10 @@
|
|
|
242
243
|
<button title='add entry'><span>New</span></button>
|
|
243
244
|
<div id="dat_dataelements"></div>
|
|
244
245
|
</ui-area> <!--}}}-->
|
|
246
|
+
<ui-area data-belongs-to-tab="documents" id="areadocuments" class="inactive"> <!--{{{-->
|
|
247
|
+
<button title='add entry'><span>New</span></button>
|
|
248
|
+
<div id="dat_documents"></div>
|
|
249
|
+
</ui-area> <!--}}}-->
|
|
245
250
|
<ui-area data-belongs-to-tab="endpoints" id="areaendpoints" class="inactive"> <!--{{{-->
|
|
246
251
|
<button title='add entry'><span>New</span></button>
|
|
247
252
|
<div id="dat_endpoints"></div>
|
data/cpee.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "cpee"
|
|
3
|
-
s.version = "2.1.
|
|
3
|
+
s.version = "2.1.135"
|
|
4
4
|
s.platform = Gem::Platform::RUBY
|
|
5
5
|
s.license = "LGPL-3.0-or-later"
|
|
6
6
|
s.summary = "The cloud process execution engine (cpee.org). If you just need workflow execution, without a rest service exposing it, then use WEEL."
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2061359
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2061378
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2061371
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2061365
|
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.135
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juergen eTM Mangler
|
|
@@ -1176,9 +1176,13 @@ files:
|
|
|
1176
1176
|
- server/resources/states.dot
|
|
1177
1177
|
- server/resources/states.xml
|
|
1178
1178
|
- server/resources/topics.xml
|
|
1179
|
+
- server/routing/end.pid
|
|
1179
1180
|
- server/routing/end.rb
|
|
1181
|
+
- server/routing/forward-events-00.pid
|
|
1180
1182
|
- server/routing/forward-events.rb
|
|
1183
|
+
- server/routing/forward-votes.pid
|
|
1181
1184
|
- server/routing/forward-votes.rb
|
|
1185
|
+
- server/routing/persist.pid
|
|
1182
1186
|
- server/routing/persist.rb
|
|
1183
1187
|
- tools/cpee
|
|
1184
1188
|
- tools/server/cpee
|