[Spec] Support CSV export of deployment history

Blueprint ui-deployment-history

Change-Id: I5030cf98206fd07aa01b4e2e15f25eb90d878487
This commit is contained in:
Julia Aranovich 2016-07-19 12:17:13 +03:00
parent c9eda081e5
commit 39fa617c06
1 changed files with 9 additions and 0 deletions

View File

@ -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=<cluster_id>&tasks_names=deployment&
statuses=running`
#. `GET /api/transactions/<transaction_id>/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