pybiolib 1.1.1777__py3-none-any.whl → 1.1.1782__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.
- biolib/compute_node/remote_host_proxy.py +13 -0
- {pybiolib-1.1.1777.dist-info → pybiolib-1.1.1782.dist-info}/METADATA +1 -1
- {pybiolib-1.1.1777.dist-info → pybiolib-1.1.1782.dist-info}/RECORD +6 -6
- {pybiolib-1.1.1777.dist-info → pybiolib-1.1.1782.dist-info}/LICENSE +0 -0
- {pybiolib-1.1.1777.dist-info → pybiolib-1.1.1782.dist-info}/WHEEL +0 -0
- {pybiolib-1.1.1777.dist-info → pybiolib-1.1.1782.dist-info}/entry_points.txt +0 -0
@@ -322,12 +322,25 @@ http {{
|
|
322
322
|
proxy_ssl_server_name on;
|
323
323
|
}}
|
324
324
|
|
325
|
+
{f"""
|
326
|
+
location /proxy/storage/lfs/versions/ {{
|
327
|
+
proxy_pass {cloud_base_url}/proxy/storage/lfs/versions/;
|
328
|
+
proxy_set_header authorization "";
|
329
|
+
proxy_set_header cookie "";
|
330
|
+
proxy_ssl_server_name on;
|
331
|
+
}}
|
332
|
+
""" if self._can_push_data_record_for_user else ''}
|
333
|
+
|
325
334
|
location /proxy/cloud/ {{
|
326
335
|
proxy_pass {cloud_base_url}/proxy/cloud/;
|
327
336
|
proxy_set_header authorization "";
|
328
337
|
proxy_set_header cookie "";
|
329
338
|
proxy_ssl_server_name on;
|
330
339
|
}}
|
340
|
+
|
341
|
+
location / {{
|
342
|
+
return 404 "Not found";
|
343
|
+
}}
|
331
344
|
}}
|
332
345
|
}}
|
333
346
|
'''
|
@@ -68,7 +68,7 @@ biolib/compute_node/job_worker/large_file_system.py,sha256=XXqRlVtYhs-Ji9zQGIk5K
|
|
68
68
|
biolib/compute_node/job_worker/mappings.py,sha256=Z48Kg4nbcOvsT2-9o3RRikBkqflgO4XeaWxTGz-CNvI,2499
|
69
69
|
biolib/compute_node/job_worker/utilization_reporter_thread.py,sha256=7tm5Yk9coqJ9VbEdnO86tSXI0iM0omwIyKENxdxiVXk,8575
|
70
70
|
biolib/compute_node/job_worker/utils.py,sha256=wgxcIA8yAhUPdCwyvuuJ0JmreyWmmUoBO33vWtG60xg,1282
|
71
|
-
biolib/compute_node/remote_host_proxy.py,sha256=
|
71
|
+
biolib/compute_node/remote_host_proxy.py,sha256=spjYghbqwX3dFrmedGvXZGXEsnwop1IbbyrXTv1PWz0,15080
|
72
72
|
biolib/compute_node/socker_listener_thread.py,sha256=T5_UikA3MB9bD5W_dckYLPTgixh72vKUlgbBvj9dbM0,1601
|
73
73
|
biolib/compute_node/socket_sender_thread.py,sha256=YgamPHeUm2GjMFGx8qk-99WlZhEs-kAb3q_2O6qByig,971
|
74
74
|
biolib/compute_node/utils.py,sha256=M7i_WTyxbFM3Lri9RWZ_8FeQNYrQIWpKGLfp2I55oeY,4677
|
@@ -103,8 +103,8 @@ biolib/utils/cache_state.py,sha256=GaGPxQ1GfrBL6Mzo_HJPpmZCd_CbUDN_l_C5frQ5Sfs,3
|
|
103
103
|
biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
|
104
104
|
biolib/utils/seq_util.py,sha256=3BGUppEaR8asFBxktHCrIW0cMmF23b06PsbDQOoeCDQ,4879
|
105
105
|
biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
|
106
|
-
pybiolib-1.1.
|
107
|
-
pybiolib-1.1.
|
108
|
-
pybiolib-1.1.
|
109
|
-
pybiolib-1.1.
|
110
|
-
pybiolib-1.1.
|
106
|
+
pybiolib-1.1.1782.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
107
|
+
pybiolib-1.1.1782.dist-info/METADATA,sha256=2O48Y7qSx2i_sgf5pFS0R__E7K7cBgK0awTpspIJ8WA,1508
|
108
|
+
pybiolib-1.1.1782.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
109
|
+
pybiolib-1.1.1782.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
|
110
|
+
pybiolib-1.1.1782.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|