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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47eea084cd84fe9074609e526971df1417befd6d56d5d40e63a89023a9362602
|
|
4
|
+
data.tar.gz: 5a05f8c69d95b3829464d08f7b854bda15200dbe835e1e47ecf1c5f42c88edaf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/uffizzi_core/version.rb
CHANGED