elastic_manager 0.3.3 → 0.3.4
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/elastic_manager.gemspec +1 -1
- data/lib/elastic_manager/open.rb +5 -0
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 10fa19bb60d40f0cdfb69a4a174fefa5173d6a092772db9344c63fbf27353273
|
|
4
|
+
data.tar.gz: 54f4bb9b33b7ee44e0c6c9afaf20c85a2f1dd1e876d9bcc4db842c31420062c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61aac67919ee80af1de32ee3919ab59c894476137424bd9219d173e52f71c5f189a4669682853b30587dc01e21ebb7c683abbe9e86b1cd32c315e5725e40cb0e
|
|
7
|
+
data.tar.gz: 9793536ac798304dd54316d82cb5458d164bf7af828a8a64663e23eacaecda4394e3aa69c6375ad61a45c5322fcb797d63958a7c56086876ceea1e0583bfddf0
|
data/elastic_manager.gemspec
CHANGED
data/lib/elastic_manager/open.rb
CHANGED
|
@@ -54,6 +54,11 @@ module Open
|
|
|
54
54
|
end
|
|
55
55
|
end
|
|
56
56
|
|
|
57
|
+
if results.empty?
|
|
58
|
+
log.warn 'looks like we skipped all indices'
|
|
59
|
+
exit 0
|
|
60
|
+
end
|
|
61
|
+
|
|
57
62
|
exit 1 if results.all? { |e| e.is_a?(FalseClass) }
|
|
58
63
|
# It is little bit confusing, but we catch exit code 2 in jenkins
|
|
59
64
|
# for mark build as unstable instead of just fail it
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: elastic_manager
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Antony Ryabov
|
|
@@ -123,8 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '0'
|
|
125
125
|
requirements: []
|
|
126
|
-
|
|
127
|
-
rubygems_version: 2.7.8
|
|
126
|
+
rubygems_version: 3.0.2
|
|
128
127
|
signing_key:
|
|
129
128
|
specification_version: 4
|
|
130
129
|
summary: Because qurator sucks
|