v.2.0.0 ======= Improvements: ------------- #) [LUNA-8264] Added support of `workflows` and `jobs` managment routes. For more information about jobs see `workflow and jobs chapter <../workflows.html>`_. Routes added: - `create workflow <../_static/api.html#operation/createWorkflow>`_ - `get workflows <../_static/api.html#operation/getWorkflows>`_ - `validate workflow <../_static/api.html#operation/validationWorkflow>`_ - `update workflow <../_static/api.html#operation/putWorkflow>`_ - `patch workflow <../_static/api.html#operation/patchWorkflow>`_ - `get workflow <../_static/api.html#operation/getWorkflow>`_ - `check workflow <../_static/api.html#operation/checkWorkflow>`_ - `delete workflow <../_static/api.html#operation/deleteWorkflow>`_ - `get workflow image <../_static/api.html#operation/getWorkflowImage>`_ - `get workflow image status <../_static/api.html#operation/getWorkflowImageStatus>`_ - `get workflow image creation logs <../_static/api.html#operation/getWorkflowImageCreationLogs>`_ - `export workflow <../_static/api.html#operation/exportWorkflow>`_ - `import workflow <../_static/api.html#operation/importWorkflow>`_ - `create job <../_static/api.html#operation/createJob>`_ - `get jobs <../_static/api.html#operation/getJobs>`_ - `get job <../_static/api.html#operation/getJob>`_ - `delete job <../_static/api.html#operation/deleteJob>`_ - `get job logs <../_static/api.html#operation/getJobLogs>`_ - `get job spec <../_static/api.html#operation/getJobSpec>`_ - `proxy post request to job <../_static/api.html#operation/proxyJobPost>`_ - `proxy get request to job <../_static/api.html#operation/proxyJobGet>`_ - `proxy options request to job <../_static/api.html#operation/proxyJobOptions>`_ - `get job config <../_static/api.html#operation/getJobConfig>`_ - `put job config <../_static/api.html#operation/putJobConfig>`_ - `get job metrics <../_static/api.html#operation/getJobMetrics>`_ - `get job queue <../_static/api.html#operation/getJobQueue>`_ Migration: ---------- See a `migration <../migration.html>`_ manual.