From 39fa617c068144c9a956980ea07259d01e7d2802 Mon Sep 17 00:00:00 2001 From: Julia Aranovich Date: Tue, 19 Jul 2016 12:17:13 +0300 Subject: [PATCH] [Spec] Support CSV export of deployment history Blueprint ui-deployment-history Change-Id: I5030cf98206fd07aa01b4e2e15f25eb90d878487 --- specs/10.0/ui-deployment-history.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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