pybiolib 1.1.2193__py3-none-any.whl → 1.1.2195__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.
@@ -270,7 +270,7 @@ http {{
270
270
  }}
271
271
 
272
272
  location /api/lfs/ {{
273
- proxy_pass https://$upstream_hostname/api/lfs/;
273
+ proxy_pass https://$upstream_hostname/api/lfs/$is_args$args;
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/api/app/;
282
+ proxy_pass https://$upstream_hostname/api/app/$is_args$args;
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/api/;
291
+ proxy_pass https://$upstream_hostname/api/$is_args$args;
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/proxy/storage/job-storage/;
298
+ proxy_pass https://$upstream_hostname/proxy/storage/job-storage/$is_args$args;
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/proxy/storage/lfs/versions/;
305
+ proxy_pass https://$upstream_hostname/proxy/storage/lfs/versions/$is_args$args;
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/proxy/cloud/;
312
+ proxy_pass https://$upstream_hostname/proxy/cloud/$is_args$args;
313
313
  proxy_set_header authorization "";
314
314
  proxy_set_header cookie "";
315
315
  proxy_ssl_server_name on;
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pybiolib
3
- Version: 1.1.2193
3
+ Version: 1.1.2195
4
4
  Summary: BioLib Python Client
5
5
  Home-page: https://github.com/biolib
6
6
  License: MIT
@@ -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=CNWJLXXYm8DGujxEJIsg1wUKFoSgU0nhwdmjMn5gelE,14690
89
+ biolib/compute_node/remote_host_proxy.py,sha256=KiWUXt2Xd25M8CXs1n_H42Yh5-f5tm1Yqm2i7aTNGDU,14768
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.2193.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
120
- pybiolib-1.1.2193.dist-info/METADATA,sha256=NCFsHsCnbnOhw1O2L-polZfFa2pNdtA89TfBW7f_o7E,1508
121
- pybiolib-1.1.2193.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
122
- pybiolib-1.1.2193.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
123
- pybiolib-1.1.2193.dist-info/RECORD,,
119
+ pybiolib-1.1.2195.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
120
+ pybiolib-1.1.2195.dist-info/METADATA,sha256=aa5g5s1TFjL-R2522tV8GbygRKwLgMlIYEdsl8ukJtY,1508
121
+ pybiolib-1.1.2195.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
122
+ pybiolib-1.1.2195.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
123
+ pybiolib-1.1.2195.dist-info/RECORD,,