[openstack-announce] [new][watcher] watcher-dashboard 0.5.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 28 21:35:56 UTC 2016


We are tickled pink to announce the release of:

watcher-dashboard 0.5.0: Watcher Management Dashboard

This release is part of the newton release series.

For more details, please see below.

Changes in watcher-dashboard 0.4.0..0.5.0
-----------------------------------------

9b48df4 Added action details
ac92d2d Updated from global requirements
ea6c773 Clean the code by renaming 'type' parameters
7fa7901 Drop *openstack/common* in flake8 exclude
8028f72 Add new audit fields in dashboard tables
9481f05 Update table's actions
a386d66 Fix py27 commands failed
602cc43 Replace UUID reference by name
599fb85 modify the home-page info with the developer documentation
a270d72 interval param should be set to None by default
ba108ed Replace audit_filter by audit
a1b494f Remove 'Go to Audit Template' from Audit view


Diffstat (except docs and test files)
-------------------------------------

setup.cfg                                          |  2 +-
test-requirements.txt                              |  2 +-
tox.ini                                            |  2 +-
watcher_dashboard/api/watcher.py                   |  8 +--
watcher_dashboard/content/action_plans/tables.py   | 28 ++++++++--
watcher_dashboard/content/actions/tables.py        | 65 ++++++++++++++++++----
watcher_dashboard/content/actions/urls.py          |  4 +-
watcher_dashboard/content/actions/views.py         | 18 ++++--
.../content/audit_templates/tables.py              | 22 ++++----
watcher_dashboard/content/audits/tables.py         | 65 +++++++---------------
watcher_dashboard/content/audits/views.py          |  4 +-
.../templates/infra_optim/actions/details.html     | 17 ++++--
.../infra_optim/audit_templates/details.html       |  8 +--
.../templates/infra_optim/audits/details.html      |  6 +-
watcher_dashboard/templates/infra_optim/base.html  |  2 +-
.../templates/infra_optim/strategies/details.html  |  6 +-
watcher_dashboard/test/settings.py                 |  2 +-
watcher_dashboard/utils/cached_property.py         | 63 ---------------------
watcher_dashboard/utils/utils.py                   |  6 +-
20 files changed, 159 insertions(+), 174 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index b5fc48f..70467cb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -25 +25 @@ xvfbwrapper>=0.1.3 #license: MIT
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+oslosphinx>=4.7.0 # Apache-2.0





More information about the OpenStack-announce mailing list