pybiolib 1.1.2195__py3-none-any.whl → 1.1.2199__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 +6 -6
- {pybiolib-1.1.2195.dist-info → pybiolib-1.1.2199.dist-info}/METADATA +1 -1
- {pybiolib-1.1.2195.dist-info → pybiolib-1.1.2199.dist-info}/RECORD +6 -6
- {pybiolib-1.1.2195.dist-info → pybiolib-1.1.2199.dist-info}/LICENSE +0 -0
- {pybiolib-1.1.2195.dist-info → pybiolib-1.1.2199.dist-info}/WHEEL +0 -0
- {pybiolib-1.1.2195.dist-info → pybiolib-1.1.2199.dist-info}/entry_points.txt +0 -0
@@ -270,7 +270,7 @@ http {{
|
|
270
270
|
}}
|
271
271
|
|
272
272
|
location /api/lfs/ {{
|
273
|
-
proxy_pass https://$upstream_hostname
|
273
|
+
proxy_pass https://$upstream_hostname$request_uri;
|
274
274
|
proxy_set_header authorization "";
|
275
275
|
proxy_set_header compute-node-auth-token "{compute_node_auth_token}";
|
276
276
|
proxy_set_header job-uuid "{self._job_uuid}";
|
@@ -279,7 +279,7 @@ http {{
|
|
279
279
|
}}
|
280
280
|
|
281
281
|
location /api/app/ {{
|
282
|
-
proxy_pass https://$upstream_hostname
|
282
|
+
proxy_pass https://$upstream_hostname$request_uri;
|
283
283
|
proxy_set_header authorization "";
|
284
284
|
proxy_set_header compute-node-auth-token "{compute_node_auth_token}";
|
285
285
|
proxy_set_header job-uuid "{self._job_uuid}";
|
@@ -288,28 +288,28 @@ http {{
|
|
288
288
|
}}
|
289
289
|
|
290
290
|
location /api/ {{
|
291
|
-
proxy_pass https://$upstream_hostname
|
291
|
+
proxy_pass https://$upstream_hostname$request_uri;
|
292
292
|
proxy_set_header authorization "";
|
293
293
|
proxy_set_header cookie "";
|
294
294
|
proxy_ssl_server_name on;
|
295
295
|
}}
|
296
296
|
|
297
297
|
location /proxy/storage/job-storage/ {{
|
298
|
-
proxy_pass https://$upstream_hostname
|
298
|
+
proxy_pass https://$upstream_hostname$request_uri;
|
299
299
|
proxy_set_header authorization "";
|
300
300
|
proxy_set_header cookie "";
|
301
301
|
proxy_ssl_server_name on;
|
302
302
|
}}
|
303
303
|
|
304
304
|
location /proxy/storage/lfs/versions/ {{
|
305
|
-
proxy_pass https://$upstream_hostname
|
305
|
+
proxy_pass https://$upstream_hostname$request_uri;
|
306
306
|
proxy_set_header authorization "";
|
307
307
|
proxy_set_header cookie "";
|
308
308
|
proxy_ssl_server_name on;
|
309
309
|
}}
|
310
310
|
|
311
311
|
location /proxy/cloud/ {{
|
312
|
-
proxy_pass https://$upstream_hostname
|
312
|
+
proxy_pass https://$upstream_hostname$request_uri;
|
313
313
|
proxy_set_header authorization "";
|
314
314
|
proxy_set_header cookie "";
|
315
315
|
proxy_ssl_server_name on;
|
@@ -86,7 +86,7 @@ biolib/compute_node/job_worker/large_file_system.py,sha256=XXqRlVtYhs-Ji9zQGIk5K
|
|
86
86
|
biolib/compute_node/job_worker/mappings.py,sha256=Z48Kg4nbcOvsT2-9o3RRikBkqflgO4XeaWxTGz-CNvI,2499
|
87
87
|
biolib/compute_node/job_worker/utilization_reporter_thread.py,sha256=7tm5Yk9coqJ9VbEdnO86tSXI0iM0omwIyKENxdxiVXk,8575
|
88
88
|
biolib/compute_node/job_worker/utils.py,sha256=wgxcIA8yAhUPdCwyvuuJ0JmreyWmmUoBO33vWtG60xg,1282
|
89
|
-
biolib/compute_node/remote_host_proxy.py,sha256=
|
89
|
+
biolib/compute_node/remote_host_proxy.py,sha256=V85f4BFGGIS9mPA6W4HLxP8QHPg3MIzKm-awouYy4oo,14671
|
90
90
|
biolib/compute_node/socker_listener_thread.py,sha256=T5_UikA3MB9bD5W_dckYLPTgixh72vKUlgbBvj9dbM0,1601
|
91
91
|
biolib/compute_node/socket_sender_thread.py,sha256=YgamPHeUm2GjMFGx8qk-99WlZhEs-kAb3q_2O6qByig,971
|
92
92
|
biolib/compute_node/utils.py,sha256=M7i_WTyxbFM3Lri9RWZ_8FeQNYrQIWpKGLfp2I55oeY,4677
|
@@ -116,8 +116,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
|
|
116
116
|
biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
|
117
117
|
biolib/utils/seq_util.py,sha256=ZQFcaE37B2dtucN2zDjOmdya_X0ITc1zBFZJNQY13XA,5183
|
118
118
|
biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
|
119
|
-
pybiolib-1.1.
|
120
|
-
pybiolib-1.1.
|
121
|
-
pybiolib-1.1.
|
122
|
-
pybiolib-1.1.
|
123
|
-
pybiolib-1.1.
|
119
|
+
pybiolib-1.1.2199.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
120
|
+
pybiolib-1.1.2199.dist-info/METADATA,sha256=trNj9xrA58S69VzTCtCLri0Xdbchjqaou0EPizVAlv0,1508
|
121
|
+
pybiolib-1.1.2199.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
122
|
+
pybiolib-1.1.2199.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
|
123
|
+
pybiolib-1.1.2199.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|