Skip to content

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 of X-API-Token, but compatibility kept with X-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
  • 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
  • All job1_* renamed to job_*
  • 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

Merge request reports