Skip to content

Commit

Permalink
openapi: add run_stopped_at to status endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe-steduto committed Aug 3, 2023
1 parent 2a61fff commit 0e7df62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Version 0.9.3 (UNRELEASED)

- Adds 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 Gherking feature files for testing.
- 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 server OpenAPI specification to add the `maximum_interactive_session_inactivity_period` value to the `info` endpoint.
- Changes email sending to allow configuring authentication and encryption options.
- Fixes the verbs used to describe changes to the status of a workflow in order to avoid incorrect phrases such as ``workflow has been failed``.
Expand Down
8 changes: 8 additions & 0 deletions reana_commons/openapi_specifications/reana_server.json
Original file line number Diff line number Diff line change
Expand Up @@ -1429,6 +1429,10 @@
"type": "string",
"x-nullable": true
},
"run_stopped_at": {
"type": "string",
"x-nullable": true
},
"running": {
"properties": {
"job_ids": {
Expand Down Expand Up @@ -3448,6 +3452,10 @@
"type": "string",
"x-nullable": true
},
"run_stopped_at": {
"type": "string",
"x-nullable": true
},
"running": {
"properties": {
"job_ids": {
Expand Down

0 comments on commit 0e7df62

Please sign in to comment.