pyegeria 5.3.3.dev2__py3-none-any.whl → 5.3.3.dev4__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.
- pyegeria/mermaid_utilities.py +1 -1
- pyegeria/runtime_manager_omvs.py +2 -1
- {pyegeria-5.3.3.dev2.dist-info → pyegeria-5.3.3.dev4.dist-info}/METADATA +1 -1
- {pyegeria-5.3.3.dev2.dist-info → pyegeria-5.3.3.dev4.dist-info}/RECORD +7 -7
- {pyegeria-5.3.3.dev2.dist-info → pyegeria-5.3.3.dev4.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.3.dev2.dist-info → pyegeria-5.3.3.dev4.dist-info}/WHEEL +0 -0
- {pyegeria-5.3.3.dev2.dist-info → pyegeria-5.3.3.dev4.dist-info}/entry_points.txt +0 -0
pyegeria/mermaid_utilities.py
CHANGED
@@ -48,7 +48,7 @@ def load_mermaid():
|
|
48
48
|
<script type="text/javascript">
|
49
49
|
if (!window.mermaid) {
|
50
50
|
var mermaidScript = document.createElement('script');
|
51
|
-
mermaidScript.src = "https://cdnjs.cloudflare.com/ajax/libs/mermaid/
|
51
|
+
mermaidScript.src = "https://cdnjs.cloudflare.com/ajax/libs/mermaid/11.4.1/mermaid.min.js";
|
52
52
|
document.head.appendChild(mermaidScript);
|
53
53
|
}
|
54
54
|
</script>
|
pyegeria/runtime_manager_omvs.py
CHANGED
@@ -53,7 +53,8 @@ class RuntimeManager(Client):
|
|
53
53
|
self.time_out = time_out
|
54
54
|
Client.__init__(self, view_server, platform_url, user_id, user_pwd, token=token)
|
55
55
|
self.runtime_command_root = f"{self.platform_url}/servers/{self.view_server}/api/open-metadata/runtime-manager"
|
56
|
-
self.platform_guid = "44bf319f-1e41-4da1-b771-2753b92b631a" # this is platform @ 9443 from the core content archive
|
56
|
+
# self.platform_guid = "44bf319f-1e41-4da1-b771-2753b92b631a" # this is platform @ 9443 from the core content archive
|
57
|
+
self.platform_guid = None
|
57
58
|
self.default_platform_name = (
|
58
59
|
"Default Local OMAG Server Platform" # this from the core content archive
|
59
60
|
)
|
@@ -217,20 +217,20 @@ pyegeria/feedback_manager_omvs.py,sha256=B66e3ZCaC_dirb0mcb2Nz3PYh2ZKsoMAYNOb3eu
|
|
217
217
|
pyegeria/full_omag_server_config.py,sha256=k3fUfopAFAE3OKkFR7zZPiki_FYj6j2xQ4oD2SVaefQ,47350
|
218
218
|
pyegeria/glossary_browser_omvs.py,sha256=NcitYaZJqwVODBO5zBtWpXPNUJJ3DKzEbRaOFSAyUlg,93554
|
219
219
|
pyegeria/glossary_manager_omvs.py,sha256=tBjoHrrHJLasXoeQSpW-KpF3vEQdN_GR3jfcceTjt_c,132444
|
220
|
-
pyegeria/mermaid_utilities.py,sha256=
|
220
|
+
pyegeria/mermaid_utilities.py,sha256=EkGchIlC8u4CQrHTwJBJ_EUEtU8to582rIIKjxykEqo,8351
|
221
221
|
pyegeria/metadata_explorer_omvs.py,sha256=WwkFvAnDzJTw8dPos7j3wCG6gpQ0BjcMmYXl-ckjn28,88723
|
222
222
|
pyegeria/my_profile_omvs.py,sha256=DyECbUFEcgokrIbzdMMNljC3bqfqKGXAF2wZEpzvRYs,34666
|
223
223
|
pyegeria/platform_services.py,sha256=CJIOYIFEbcIGwdWlApAQcXxZTsdrhFtpJcm4O3p7dG0,41646
|
224
224
|
pyegeria/project_manager_omvs.py,sha256=Y7Lyqh4jIujJrr_Ub7feo904FN_uz4R10T4hKhqE1Uw,67499
|
225
225
|
pyegeria/registered_info.py,sha256=y0-LgDIQXpph0lEWxIOG3_HsqX_Z2iAIb3xu4Aa4B70,6344
|
226
|
-
pyegeria/runtime_manager_omvs.py,sha256=
|
226
|
+
pyegeria/runtime_manager_omvs.py,sha256=sZfxgM7zVfryVsun5GwDpUT5htap91ZoZLNU7wspWm4,79575
|
227
227
|
pyegeria/server_operations.py,sha256=PfH0wvWCOr43ezJAAXj7VEUdT0x_oTrfr0dzzQvcQk4,16766
|
228
228
|
pyegeria/template_manager_omvs.py,sha256=Sw5xsQAhy7a48xFCg59mg9_nqyhawoS9v4WyF-PjPqM,42425
|
229
229
|
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
230
230
|
pyegeria/valid_metadata_omvs.py,sha256=cCt5CCLv6BdzCu90n68r_PkG_PEQJjrtwCxio7K6yko,65034
|
231
231
|
pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
|
232
|
-
pyegeria-5.3.3.
|
233
|
-
pyegeria-5.3.3.
|
234
|
-
pyegeria-5.3.3.
|
235
|
-
pyegeria-5.3.3.
|
236
|
-
pyegeria-5.3.3.
|
232
|
+
pyegeria-5.3.3.dev4.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
233
|
+
pyegeria-5.3.3.dev4.dist-info/METADATA,sha256=CkIEo9fGoSi_XwNpgcpYmso2SbRnpkeSFt03EMANkTw,2738
|
234
|
+
pyegeria-5.3.3.dev4.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
235
|
+
pyegeria-5.3.3.dev4.dist-info/entry_points.txt,sha256=sqVSCsr2oVnXtKTgRs5_F9OjbtexhmaXE330sO8V9bk,5873
|
236
|
+
pyegeria-5.3.3.dev4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|