clearml-agent/clearml_agent/backend_api/session
2023-02-05 10:30:45 +02:00
..
client initial clearml-agent v0.17.0 2020-12-22 23:00:57 +02:00
jsonmodels Rename trains-agent -> clearml-agent 2020-12-22 21:21:29 +02:00
__init__.py Rename trains-agent -> clearml-agent 2020-12-22 21:21:29 +02:00
apimodel.py Rename trains-agent -> clearml-agent 2020-12-22 21:21:29 +02:00
callresult.py Rename trains-agent -> clearml-agent 2020-12-22 21:21:29 +02:00
datamodel.py Fix using deprecated types validator argument raises an error (deprecated even before jsonschema 3.0.0 and unsupported since 4.0.0) 2022-12-07 22:07:53 +02:00
defs.py Add CLEARML_AGENT_PROPAGATE_EXITCODE, set to 1 to let clearml-agent execute retrun a nonzero exit code on failure (notice by default we keep the retrun code 0, the exception is the k8s glue with non-restarting Pods, where users would want to get visibility into failing Tasks, do not use unless you know what to expect from k8s) 2022-03-24 22:04:25 +02:00
errors.py Rename trains-agent -> clearml-agent 2020-12-22 21:21:29 +02:00
request.py Fix GCP load balancer not fwd GET request body, allow to change default request Action to Put/Post/Get. see api.http.default_method or CLEARML_API_DEFAULT_REQ_METHOD 2022-09-15 20:15:42 +03:00
response.py Rename trains-agent -> clearml-agent 2020-12-22 21:21:29 +02:00
session.py Do not allow request exceptions (only on the initial login call) 2023-02-05 10:30:45 +02:00
token_manager.py Improve PyJWT resiliency support 2021-10-10 09:08:36 +03:00