[release-announce] vitrage-dashboard 1.9.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 21 17:39:32 UTC 2019


We joyfully announce the release of:

vitrage-dashboard 1.9.0: Vitrage Horizon plugin

This release is part of the stein stable release series.

Download the package from:

    https://tarballs.openstack.org/vitrage-dashboard/

For more details, please see below.

Changes in vitrage-dashboard 1.8.0..1.9.0
-----------------------------------------

e4c2135 Add nodejs10 jobs on bionic.
ef540f4 Switch to horizon-nodejs4-jobs-nonvoting template
94ead80 Support add template with parameters in Vitrage UI
2a7b111 Add vitrage-dashboard integration tests


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

.zuul.yaml                                         |  33 ++-
bindep.txt                                         |   6 +
manage.py                                          |  23 ++
test-requirements.txt                              |   5 +-
tools/executable_files.txt                         |   1 +
tools/find_executables.sh                          |   3 +-
tox.ini                                            |  20 +-
vitrage_dashboard/api/vitrage.py                   |  19 +-
vitrage_dashboard/api/vitrage_rest_api.py          |  15 +-
.../core/openstack-service-api/vitrage.service.js  | 203 +++++++++---------
.../addTemplate/addTemplateContainer.controller.js | 143 +++++++++++++
.../addTemplate/addTemplateContainer.html          |  66 ++++++
.../addTemplate/addTemplateContainer.scss          |   0
.../project/components/alarms/alarms.scss          |  11 +-
.../components/template/templateContainer.scss     |  14 +-
.../components/templateAdd/templateAddOptions.html |   4 +-
.../project/services/vitrage_topology.service.js   |  18 +-
.../templateList/templateList.controller.js        | 231 +++++++++------------
.../project/templateList/templateList.html         |  30 +--
.../project/templateList/templateList.scss         |   5 +
.../integration/pages/project/vitrage/__init__.py  |   0
.../pages/project/vitrage/alarmspage.py            |  21 ++
.../pages/project/vitrage/entitygraphpage.py       |  21 ++
.../pages/project/vitrage/templatespage.py         |  21 ++
.../pages/project/vitrage/topologypage.py          |  21 ++
vitrage_dashboard/enabled/__init__.py              |   0
33 files changed, 725 insertions(+), 291 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index e8b563b..920874c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12 +11,0 @@ openstackdocstheme>=1.24.0 # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
@@ -16,0 +16,4 @@ reno>=1.8.0 # Apache-2.0
+
+# integration tests requirements
+selenium>=2.50.1 # Apache-2.0
+xvfbwrapper>=0.1.3 #license: MIT






More information about the Release-announce mailing list