uffizzi_core 0.1.9 → 0.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: 9532e97850641367e43300e96a1bfa963fc7ff60eb338b8422108b7e05f86340
4
- data.tar.gz: 9cb98221b5762c2f16a6b6b1115eb0cd0ac63d9dd7fa9787591b0c28ed6546b5
3
+ metadata.gz: 47eea084cd84fe9074609e526971df1417befd6d56d5d40e63a89023a9362602
4
+ data.tar.gz: 5a05f8c69d95b3829464d08f7b854bda15200dbe835e1e47ecf1c5f42c88edaf
5
5
  SHA512:
6
- metadata.gz: 95975b5880598ab0c1763b7fdc667495bccaa845342f35a337210947ba8d6f2e11fee6117c0b9c96bdfee5541c9410374285d8e2c21501f2d9faf76cc06cf431
7
- data.tar.gz: 312e608b26126ebbc52ce964bedc2f961fd87a9e5d528935f9f6a65c621cac4c8cddb4ed6a914616e28432428660bb602d5cf241ac236cd10801dca71232ac03
6
+ metadata.gz: 11c3d78965eac3fb0e57783843f8b42fd03eb8fa334852d2364f5d79a6c613062fed607f11f386bbdc14941cac9d3d21448b8f82092e66eac9777979e13f8dca
7
+ data.tar.gz: f02157e2b222d62729459a234952ee957897bfd94733b5ec9be52aa0a7e0770ddd0661ee5facdb7c630cfb76d111ededf6536b8a83c6617681600b58d773a0ab
@@ -116,6 +116,8 @@ class UffizziCore::ManageActivityItemsService
116
116
  state = pod_container[:state][pod_container_status]
117
117
  reason = state&.reason
118
118
 
119
+ Rails.logger.info("manage_activity_items get_status dep_id=#{container.deployment.id} pod_container: #{pod_container[:state].inspect}")
120
+
119
121
  case pod_container_status.to_sym
120
122
  when :running
121
123
  UffizziCore::Event.state.deployed
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module UffizziCore
4
- VERSION = '0.1.9'
4
+ VERSION = '0.1.10'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uffizzi_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Thurman