cpee 2.1.124 → 2.1.125

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a7e35ddd2031b279cc41463346d32717db1ea3d80799ee85db4a43cc05142b9
4
- data.tar.gz: 2d6e1647379bc4da34bb03d836f4a0c7e00cedc46a9807cbda4b97add528a05b
3
+ metadata.gz: d5c30dd94db7a7ad8002ff0a92858e287ca7e92e98d5450c045f3daf055f968c
4
+ data.tar.gz: b2dc5d570aad23df9f558e68218a7edfdcf9771edd296e8a037f7b377d66a3c8
5
5
  SHA512:
6
- metadata.gz: 3de779a4197d4fff955b33609c2d8e2da12537c7c1a8e2fb5517503bf672119ec9fffb5f4c7fb6266f5e205d67a3a71bbee073627628c8ba4c9076a95fa7e5ad
7
- data.tar.gz: d079b1af412637df5dbff65edfe731f9ee69d01de1f373a38873f6ea87c9ce41fd7c2adcad26cb24ba13f3e49f069a6e5295447d5b8db33651706c9bbff7140b
6
+ metadata.gz: b808f91456f36d67f6f0b940dc592e9cb17508d037bf66630f08c25876935ecfc7c08a7c983f299ba92288945658695f15355a778c9bfbc20336971e578409d5
7
+ data.tar.gz: 1968a021e24a8cf4a23c614c002e6098b5b63686e3e2d83adf8465a7dfb435fca69c79a2242141521500805ed9c1a2d37aaec0d7ec06d95600f342992fa7d9a3
data/cockpit/david.html CHANGED
@@ -282,7 +282,7 @@
282
282
  </ui-area>
283
283
  <ui-area data-belongs-to-tab="dsl" id="areadsl" class="inactive"></ui-area>
284
284
  <ui-area data-belongs-to-tab="log" id="arealog" class="inactive"> <!--{{{-->
285
- <div>Persistent Log: <a style='display:none' target='_blank' id='current-log'></a> [<a style='display:none' target='_blank' id='shifted-log'>S</a>]</div>
285
+ <div>Persistent Log: <a style='display:none' target='_blank' id='current-log'></a> [<a style='display:none' target='_blank' id='xml-log'>X</a>,<a style='display:none' target='_blank' id='shifted-log'>S</a>]</div>
286
286
  <table id="dat_log" class="x-ui-layout"></table>
287
287
  </ui-area> <!--}}}-->
288
288
  </ui-content>
data/cockpit/edit.html CHANGED
@@ -281,7 +281,7 @@
281
281
  </ui-area>
282
282
  <ui-area data-belongs-to-tab="dsl" id="areadsl" class="inactive"></ui-area>
283
283
  <ui-area data-belongs-to-tab="log" id="arealog" class="inactive"> <!--{{{-->
284
- <div>Persistent Log: <a style='display:none' target='_blank' id='current-log'></a> [<a style='display:none' target='_blank' id='shifted-log'>S</a>]</div>
284
+ <div>Persistent Log: <a style='display:none' target='_blank' id='current-log'></a> [<a style='display:none' target='_blank' id='xml-log'>X</a>,<a style='display:none' target='_blank' id='shifted-log'>S</a>]</div>
285
285
  <table id="dat_log" class="x-ui-layout"></table>
286
286
  </ui-area> <!--}}}-->
287
287
  </ui-content>
data/cockpit/index.html CHANGED
@@ -282,7 +282,7 @@
282
282
  </ui-area>
283
283
  <ui-area data-belongs-to-tab="dsl" id="areadsl" class="inactive"></ui-area>
284
284
  <ui-area data-belongs-to-tab="log" id="arealog" class="inactive"> <!--{{{-->
285
- <div>Persistent Log: <a style='display:none' target='_blank' id='current-log'></a> [<a style='display:none' target='_blank' id='shifted-log'>S</a>]</div>
285
+ <div>Persistent Log: <a style='display:none' target='_blank' id='current-log'></a> [<a style='display:none' target='_blank' id='xml-log'>X</a>,<a style='display:none' target='_blank' id='shifted-log'>S</a>]</div>
286
286
  <table id="dat_log" class="x-ui-layout"></table>
287
287
  </ui-area> <!--}}}-->
288
288
  </ui-content>
@@ -586,7 +586,9 @@ function monitor_instance_values(type,vals) {// {{{
586
586
  var uuid = $(" > attributes > uuid",res).text();
587
587
  $("#current-log").show();
588
588
  $("#shifted-log").show();
589
+ $("#xml-log").show();
589
590
  $("#current-log").attr('href',$('body').attr('current-logs') + uuid + '.xes.yaml');
591
+ $("#xml-log").attr('href',$('body').attr('current-logs') + uuid + '.xes.xml');
590
592
  $("#shifted-log").attr('href',$('body').attr('current-logs') + uuid + '.xes.shift.yaml');
591
593
  if ($("#current-log").text() == '') {
592
594
  $("#current-log").text(uuid + '.xes.yaml');
@@ -594,6 +596,9 @@ function monitor_instance_values(type,vals) {// {{{
594
596
  if ($("#shifted-log").text() == '') {
595
597
  $("#shifted-log").text(uuid + '.xes.shift.yaml');
596
598
  }
599
+ if ($("#xml-log").text() == '') {
600
+ $("#shifted-log").text(uuid + '.xes.xml');
601
+ }
597
602
  }
598
603
  }
599
604
  }
data/cockpit/llm.html CHANGED
@@ -279,7 +279,7 @@
279
279
  </ui-area>
280
280
  <ui-area data-belongs-to-tab="dsl" id="areadsl" class="inactive"></ui-area>
281
281
  <ui-area data-belongs-to-tab="log" id="arealog" class="inactive"> <!--{{{-->
282
- <div>Persistent Log: <a style='display:none' target='_blank' id='current-log'></a> [<a style='display:none' target='_blank' id='shifted-log'>S</a>]</div>
282
+ <div>Persistent Log: <a style='display:none' target='_blank' id='current-log'></a> [<a style='display:none' target='_blank' id='xml-log'>X</a>,<a style='display:none' target='_blank' id='shifted-log'>S</a>]</div>
283
283
  <table id="dat_log" class="x-ui-layout"></table>
284
284
  </ui-area> <!--}}}-->
285
285
  </ui-content>
@@ -228,6 +228,10 @@
228
228
  <option value="gpt-4">gpt 4</option>
229
229
  <option value="gpt-4o">gpt 4o</option>
230
230
  <option value="gpt-4o-mini">gpt 4o mini</option>
231
+ <option value="mistralai/Ministral-3-14B-Reasoning-2512"> Morp. Ministral 3</option>
232
+ <option value="google/gemma-4-31B-it">Morp. Gemma 4</option>
233
+ <option value="Qwen/Qwen3.6-35B-A3B">Morp. Qwen 3.6</option>
234
+ <option value="qwen-35-35b-coding">Morp. Qwen 35B Coding</option>
231
235
  </select>
232
236
  <a id="savetext" href="" download=""></a>
233
237
  <button id='generate_text_button' class='llm_button' title='show text generated from model in text area'>Show as Text</button>
@@ -248,7 +252,7 @@
248
252
  </div>
249
253
  </ui-area>
250
254
  <ui-area data-belongs-to-tab="log" id="arealog" class="inactive"> <!--{{{-->
251
- <div>Persistent Log: <a style='display:none' target='_blank' id='current-log'></a> [<a style='display:none' target='_blank' id='shifted-log'>S</a>]</div>
255
+ <div>Persistent Log: <a style='display:none' target='_blank' id='current-log'></a> [<a style='display:none' target='_blank' id='xml-log'>X</a>,<a style='display:none' target='_blank' id='shifted-log'>S</a>]</div>
252
256
  <table id="dat_log" class="x-ui-layout"></table>
253
257
  </ui-area> <!--}}}-->
254
258
  </ui-content>
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.124"
3
+ s.version = "2.1.125"
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.124
4
+ version: 2.1.125
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler