cpee 2.1.133 → 2.1.134
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/js/ui.js +4 -0
- data/cpee.gemspec +1 -1
- data/lib/properties/set-testset.rng +1 -0
- metadata +1 -5
- data/server/routing/end.pid +0 -1
- data/server/routing/forward-events-00.pid +0 -1
- data/server/routing/forward-votes.pid +0 -1
- data/server/routing/persist.pid +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f2f1482473563dd3c7aa8f44778a19a4174a78f313dd71f388a21b488954a240
|
|
4
|
+
data.tar.gz: ea6559c23fcce7b39793962deb6b3be5fa132ecf5d6a3bf8fca717f773c47ee4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f0d5ff5163f408c01a4a07dc92614d46d4be6344ba4e011d740f283670d36579b7e808b9c903d6b68d65e0f82b0e8751b4a2a8ccb1d837a414bdcb012205316
|
|
7
|
+
data.tar.gz: 5a05b8528bffc316653a74def8708fba90103472cd3e6d97e89565c8e9cfbb5bdec70aabf6560fa97159dc5c8bdb46ee3f4c4b185a37c591ffe9f266bf339863
|
data/cockpit/js/ui.js
CHANGED
|
@@ -34,11 +34,15 @@ $(document).ready(function() {
|
|
|
34
34
|
success: function(res){
|
|
35
35
|
var res_def = config_defaults();
|
|
36
36
|
$("body").attr('current-base',(res['base-url'] || res_def['base-url']).replace("%host",window.location.host));
|
|
37
|
+
$("input[name=base-url]").val($("body").attr('current-base').replace("%host",window.location.host));
|
|
37
38
|
$("body").attr('current-templates',(res['templates-url'] || res_def['templates-url']).replace("%host",window.location.host));
|
|
38
39
|
$.each(res, function(key, value){ // just leave it out when it is not configured
|
|
39
40
|
if (key != 'base-url' && key != 'templates-url') {
|
|
40
41
|
$("body").attr('current-' + key.replace(/-url$/,''), value.replace("%host",window.location.host));
|
|
41
42
|
}
|
|
43
|
+
if (key == 'resources-url') {
|
|
44
|
+
$("input[name=res-url]").val($("body").attr('current-resources'));
|
|
45
|
+
}
|
|
42
46
|
});
|
|
43
47
|
cockpit();
|
|
44
48
|
},
|
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.134"
|
|
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."
|
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.134
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juergen eTM Mangler
|
|
@@ -1176,13 +1176,9 @@ files:
|
|
|
1176
1176
|
- server/resources/states.dot
|
|
1177
1177
|
- server/resources/states.xml
|
|
1178
1178
|
- server/resources/topics.xml
|
|
1179
|
-
- server/routing/end.pid
|
|
1180
1179
|
- server/routing/end.rb
|
|
1181
|
-
- server/routing/forward-events-00.pid
|
|
1182
1180
|
- server/routing/forward-events.rb
|
|
1183
|
-
- server/routing/forward-votes.pid
|
|
1184
1181
|
- server/routing/forward-votes.rb
|
|
1185
|
-
- server/routing/persist.pid
|
|
1186
1182
|
- server/routing/persist.rb
|
|
1187
1183
|
- tools/cpee
|
|
1188
1184
|
- tools/server/cpee
|
data/server/routing/end.pid
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1227262
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1227280
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1227274
|
data/server/routing/persist.pid
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1227268
|