1.4.0 - updatable params of wf catalog, auth, optional chatbot conf, parametric ddi loc of container and commmand app
- authentication through
X-Api-Token
instead ofX-API-Token
, but compatibility kept withX-API-Token
-
Added endpoints:
- /containers/v1/update-container-application-params
- /hpc_command_apps/v1/update-hpc-command-application-params
- /catalog/v1/update-workflow-params
-
Renamed request body parameters of endpoints
- /hpc_command_apps/v1/create-hpc-command-application
- data_input -> data_input_path
- /containers/v1/create-container-application
- data_input -> data_input_path
- data_output -> data_output_path
- /hpc_command_apps/v1/create-hpc-command-application
-
New Endpoint parameters
- /hpc_command_apps/v1/create-hpc-command-application
- ddi_location_input
- ddi_location_output
- /containers/v1/create-container-application
- ddi_location_input
- ddi_location_output
- app_container_image_ddi_location
- /hpc_command_apps/v1/create-hpc-command-application
- All
job1_*
renamed tojob_*
- Fixed template files
- Fixed typos
- Fix validating required schema generation
- Parametric DDI locations of Container app and Command App
- Auto target HPC locations of Container app and Command App
- chatbot/mattermost_hook is optional
Edited by Jan Swiatkowski