oarepo-runtime 1.5.48__py3-none-any.whl → 1.5.49__py3-none-any.whl
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.
- oarepo_runtime/cli/check.py +7 -1
- {oarepo_runtime-1.5.48.dist-info → oarepo_runtime-1.5.49.dist-info}/METADATA +1 -1
- {oarepo_runtime-1.5.48.dist-info → oarepo_runtime-1.5.49.dist-info}/RECORD +7 -7
- {oarepo_runtime-1.5.48.dist-info → oarepo_runtime-1.5.49.dist-info}/LICENSE +0 -0
- {oarepo_runtime-1.5.48.dist-info → oarepo_runtime-1.5.49.dist-info}/WHEEL +0 -0
- {oarepo_runtime-1.5.48.dist-info → oarepo_runtime-1.5.49.dist-info}/entry_points.txt +0 -0
- {oarepo_runtime-1.5.48.dist-info → oarepo_runtime-1.5.49.dist-info}/top_level.txt +0 -0
oarepo_runtime/cli/check.py
CHANGED
@@ -86,7 +86,13 @@ def check_opensearch():
|
|
86
86
|
except opensearchpy.exceptions.ConnectionError:
|
87
87
|
return "connection_error"
|
88
88
|
|
89
|
-
|
89
|
+
|
90
|
+
try:
|
91
|
+
index = indexer._prepare_index(indexer.record_to_index(record_class))
|
92
|
+
except AttributeError:
|
93
|
+
print(f"Warning: can not get index name for record class {record_class}")
|
94
|
+
continue
|
95
|
+
|
90
96
|
try:
|
91
97
|
service.indexer.client.indices.get(index=index)
|
92
98
|
except TransportError:
|
@@ -8,7 +8,7 @@ oarepo_runtime/cli/__init__.py,sha256=daAODgUAB9Nb0O0Kg8vSgJIPKJm92EHMTRuoKwxBCu
|
|
8
8
|
oarepo_runtime/cli/assets.py,sha256=C9CEwCBGeSF6ztM-T37t0XQ3KoTF0nKlhB6vTRxDt2A,3357
|
9
9
|
oarepo_runtime/cli/base.py,sha256=94RBTa8TOSPxEyEUmYLGXaWen-XktP2-MIbTtZSlCZo,544
|
10
10
|
oarepo_runtime/cli/cf.py,sha256=W0JEJK2JqKubQw8qtZJxohmADDRUBode4JZAqYLDGvc,339
|
11
|
-
oarepo_runtime/cli/check.py,sha256=
|
11
|
+
oarepo_runtime/cli/check.py,sha256=sCe2PeokSHvNOXHFZ8YHF8NMhsu5nYjyuZuvXHJ6X18,5092
|
12
12
|
oarepo_runtime/cli/configuration.py,sha256=_iMmESs2dd1Oif95gxgpnkSxc13ymwr82_sTJfxlhrM,1091
|
13
13
|
oarepo_runtime/cli/fixtures.py,sha256=l6zHpz1adjotrbFy_wcN2TOL8x20i-1jbQmaoEEo-UU,5419
|
14
14
|
oarepo_runtime/cli/index.py,sha256=2dZvXtrph527YIgFTCQ8dIVsza-bZou9HBBzYRWAPTY,8243
|
@@ -119,9 +119,9 @@ oarepo_runtime/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
|
|
119
119
|
oarepo_runtime/utils/functools.py,sha256=gKS9YZtlIYcDvdNA9cmYO00yjiXBYV1jg8VpcRUyQyg,1324
|
120
120
|
oarepo_runtime/utils/path.py,sha256=V1NVyk3m12_YLbj7QHYvUpE1wScO78bYsX1LOLeXDkI,3108
|
121
121
|
tests/pkg_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
122
|
-
oarepo_runtime-1.5.
|
123
|
-
oarepo_runtime-1.5.
|
124
|
-
oarepo_runtime-1.5.
|
125
|
-
oarepo_runtime-1.5.
|
126
|
-
oarepo_runtime-1.5.
|
127
|
-
oarepo_runtime-1.5.
|
122
|
+
oarepo_runtime-1.5.49.dist-info/LICENSE,sha256=h2uWz0OaB3EN-J1ImdGJZzc7yvfQjvHVYdUhQ-H7ypY,1064
|
123
|
+
oarepo_runtime-1.5.49.dist-info/METADATA,sha256=FPq2iWKF0kCGw2nu6h4EnTKAWKyM4S_ruEFRbtAsHCc,4697
|
124
|
+
oarepo_runtime-1.5.49.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
125
|
+
oarepo_runtime-1.5.49.dist-info/entry_points.txt,sha256=QrlXAKuPDVBinaSh_v3yO9_Nb9ZNmJCJ0VFcCW-z0Jg,327
|
126
|
+
oarepo_runtime-1.5.49.dist-info/top_level.txt,sha256=bHhlkT1_RQC4IkfTQCqA3iN4KCB6cSFQlsXpQMSP-bE,21
|
127
|
+
oarepo_runtime-1.5.49.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|