You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the OpenAPI specification support for prune_workspace endpoint that allows to delete files that are neither inputs nor outputs from the workspace.
Adds support for tests.files in reana.yaml allowing to specify Gherkin feature files for testing runnable examples.
Changes the OpenAPI specification to include the run_stopped_at property in the workflow progress information returned by the workflow list and workflow status endpoints.
Changes the OpenAPI specification to include the maximum_interactive_session_inactivity_period value to the info endpoint.
Changes the email sending utility to allow configuring authentication and encryption options.
Changes validation of REANA specification to emit warnings about unknown properties.
Fixes the verbs used to describe changes to the status of a workflow in order to avoid incorrect grammatical phrases such as workflow has been failed.
Fixes the loading of Snakemake and CWL workflow specifications when no parameters are specified.
Fixes the OpenAPI specification of GitLab OAuth endpoint return statuses.
Fixes container image names to be Podman-compatible.
Fixes the email sending utility to not send emails when notifications are disabled globally.