libis-workflow 2.1.9 → 2.1.10

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: 2074a9c80b7a99a427641c2a92d910ee47cf9bb4c9c212d207a27a6b8ea07a3f
4
- data.tar.gz: ef7374f1aa151f0502849059e63e97cf6faf144b2b662e4246ddc50e1027f3b3
3
+ metadata.gz: 1dc320ccf41f1ec673274778ff2cec80ff5d4e0833706b019e2fa6faa34c9cd6
4
+ data.tar.gz: 94142b587e3722ff66d5b0c9c5217d58985b067809360152a4079707f169091e
5
5
  SHA512:
6
- metadata.gz: 7aa230d3a1524e1cc72a8a539aa9fa575bbd6f239298ad0b183632c3a7fadd33120048e02e86a7fd7c8072880548835a93afc79819a7af7c3bd0d037d7b35b0e
7
- data.tar.gz: 98419ed9d9736a21941bcf7033f9ad293c4caf1859c382845cc3e6a72caea98547d84246ef5b7606655a7b5bee283a406e979294ea6dafa487a89f9103642861
6
+ metadata.gz: ba1df60123766f9af303be678988bf390eb83cd8df6e63108bede48bb157f2fd4fee206e6778fd5d7c029221f176e484608fd3704d909ca2886360d723d8a524
7
+ data.tar.gz: d28c97c7b4907241ca2bb9920e9cfb912381db8a48ee6638f5e063d6c93975b8bfa91319d56869b22c01ca09244298061352487aae8f120b73e988a29a395f7d
@@ -64,8 +64,10 @@ module Libis
64
64
 
65
65
  run.job = self
66
66
  (opts.delete('run_config') || {}).each { |key,value| run.send("#{key}=", value) }
67
+ (opts.delete('run_properties') || {}).each { |key,value| run.properties[key] = value }
67
68
  run.options = self.input.merge(opts)
68
69
  run.save!
70
+ run.reload
69
71
 
70
72
  run.run
71
73
 
@@ -251,7 +251,7 @@ module Libis
251
251
  item_status = :DONE
252
252
 
253
253
  if (not_started = status_count[:NOT_STARTED]) > 0
254
- error "%d sub#{task_or_item}(s) skipped", item, not_started
254
+ debug "%d sub#{task_or_item}(s) skipped", item, not_started
255
255
  end
256
256
 
257
257
  if (started = status_count[:STARTED]) > 0
@@ -1,5 +1,5 @@
1
1
  module Libis
2
2
  module Workflow
3
- VERSION = '2.1.9' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
3
+ VERSION = '2.1.10' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libis-workflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.9
4
+ version: 2.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kris Dekeyser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-11 00:00:00.000000000 Z
11
+ date: 2023-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake