pybiolib 1.1.1926__py3-none-any.whl → 1.1.1930__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.
@@ -57,8 +57,8 @@ class Runtime:
57
57
  @staticmethod
58
58
  def create_result_note(note: str) -> None:
59
59
  job_id = Runtime.get_job_id()
60
- # Authentication is added by app caller proxy in compute node
61
- api.client.patch(data={'note': note}, path=f'/jobs/{job_id}/notes/')
60
+ # Note: Authentication is added by app caller proxy in compute node
61
+ api.client.post(data={'note': note}, path=f'/jobs/{job_id}/notes/')
62
62
 
63
63
  @staticmethod
64
64
  def _try_to_get_job_data() -> Optional[RuntimeJobDataDict]:
@@ -286,7 +286,7 @@ http {{
286
286
 
287
287
  location ~ "^/api/jobs/{self._job_uuid}/notes/$" {{
288
288
  # Note: Using $1 here as URI part from regex must be used for proxy_pass
289
- proxy_pass {base_url}/api/{self._job_uuid}/notes/$1;
289
+ proxy_pass {base_url}/api/jobs/{self._job_uuid}/notes/$1;
290
290
  proxy_set_header authorization "";
291
291
  proxy_set_header job-auth-token "";
292
292
  proxy_set_header compute-node-auth-token "{compute_node_auth_token}";
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pybiolib
3
- Version: 1.1.1926
3
+ Version: 1.1.1930
4
4
  Summary: BioLib Python Client
5
5
  Home-page: https://github.com/biolib
6
6
  License: MIT
@@ -7,7 +7,7 @@ biolib/_internal/data_record/data_record.py,sha256=ctijrrZ-LfUxtwzS8PEVa1VBuBLVW
7
7
  biolib/_internal/data_record/remote_storage_endpoint.py,sha256=LPq8Lr5FhKF9_o5K-bUdT7TeLe5XFUD0AAeTkNEVZug,1133
8
8
  biolib/_internal/http_client.py,sha256=38PHvRkqdjcOgRXkWU7UoYCQxHMX0eKpuwKhudDupII,4525
9
9
  biolib/_internal/push_application.py,sha256=H1PGNtVJ0vRC0li39gFMpPpjm6QeZ8Ob-7cLkLmxS_Y,10009
10
- biolib/_internal/runtime.py,sha256=UbRGWLQHB5-OrPGgKDGpXFchB35jc02IdjgNUWkoW1E,2564
10
+ biolib/_internal/runtime.py,sha256=Ey8_3FqL8Fi3Wrb7OyLi5WrtShOs6zLbFfpzANfJRcE,2569
11
11
  biolib/_internal/utils/__init__.py,sha256=p5vsIFyu-zYqBgdSMfwW9NC_jk7rXvvCbV4Bzd3As7c,630
12
12
  biolib/api/__init__.py,sha256=iIO8ZRdn7YDhY5cR47-Wo1YsNOK8H6RN6jn8yor5WJI,137
13
13
  biolib/api/client.py,sha256=MtDkH2Amr2Fko-bCR5DdookJu0yZ1q-6K_PPg4KK_Ek,2941
@@ -71,7 +71,7 @@ biolib/compute_node/job_worker/large_file_system.py,sha256=XXqRlVtYhs-Ji9zQGIk5K
71
71
  biolib/compute_node/job_worker/mappings.py,sha256=Z48Kg4nbcOvsT2-9o3RRikBkqflgO4XeaWxTGz-CNvI,2499
72
72
  biolib/compute_node/job_worker/utilization_reporter_thread.py,sha256=7tm5Yk9coqJ9VbEdnO86tSXI0iM0omwIyKENxdxiVXk,8575
73
73
  biolib/compute_node/job_worker/utils.py,sha256=wgxcIA8yAhUPdCwyvuuJ0JmreyWmmUoBO33vWtG60xg,1282
74
- biolib/compute_node/remote_host_proxy.py,sha256=OjMtBePFyfDwMy9TKEiJcHc1eVyg_aDfwHxS6UZ3VCw,15763
74
+ biolib/compute_node/remote_host_proxy.py,sha256=a9dlAETI727ejmk07jMGPAmiliBoy4t1yfX_NkLoIZ4,15768
75
75
  biolib/compute_node/socker_listener_thread.py,sha256=T5_UikA3MB9bD5W_dckYLPTgixh72vKUlgbBvj9dbM0,1601
76
76
  biolib/compute_node/socket_sender_thread.py,sha256=YgamPHeUm2GjMFGx8qk-99WlZhEs-kAb3q_2O6qByig,971
77
77
  biolib/compute_node/utils.py,sha256=M7i_WTyxbFM3Lri9RWZ_8FeQNYrQIWpKGLfp2I55oeY,4677
@@ -105,8 +105,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
105
105
  biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
106
106
  biolib/utils/seq_util.py,sha256=jC5WhH63FTD7SLFJbxQGA2hOt9NTwq9zHl_BEec1Z0c,4907
107
107
  biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
108
- pybiolib-1.1.1926.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
109
- pybiolib-1.1.1926.dist-info/METADATA,sha256=zQeAwzfJS-WmGU11lXt6XUKjuTccoiGj6yIwDY5Fm5U,1508
110
- pybiolib-1.1.1926.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
111
- pybiolib-1.1.1926.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
112
- pybiolib-1.1.1926.dist-info/RECORD,,
108
+ pybiolib-1.1.1930.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
109
+ pybiolib-1.1.1930.dist-info/METADATA,sha256=BlEgckvjAEfYABN4vIL1RtDQ_TVjIKb7pVPMXWGjl_s,1508
110
+ pybiolib-1.1.1930.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
111
+ pybiolib-1.1.1930.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
112
+ pybiolib-1.1.1930.dist-info/RECORD,,