diff --git a/specs/10.0/ui-deployment-history.rst b/specs/10.0/ui-deployment-history.rst index 8f6fd227..e3b3afa9 100644 --- a/specs/10.0/ui-deployment-history.rst +++ b/specs/10.0/ui-deployment-history.rst @@ -166,6 +166,11 @@ call. statuses=running` API call should be used on the cluster Dashboard to get id of the running deployment. +Deployment history view should also have 'Export CSV' button for User to be +able to download a full history of particular deployment in CSV format. +Exported CSV data should include all deployment history tasks with all their +attributes. + Nailgun ======= @@ -196,6 +201,9 @@ REST API * `GET /api/transactions/?cluster_id=&tasks_names=deployment& statuses=running` +#. `GET /api/transactions//deployment_history/` should return + data in CSV format if it was called with `{Accept: text/csv}` header. + Orchestration ============= @@ -323,6 +331,7 @@ Work Items * Support both display modes for deployment information: a timeline graph and table view. * Add filters toolbar for table representation of deployment history. +* Support CSV export of deployment history. Dependencies