[release-announce] vitrage-dashboard 2.0.0 (train)

no-reply at openstack.org no-reply at openstack.org
Fri Aug 9 15:25:50 UTC 2019


We are thrilled to announce the release of:

vitrage-dashboard 2.0.0: Vitrage Horizon plugin

This release is part of the train release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

    https://storyboard.openstack.org/#!/project/openstack/vitrage-
dashboard

For more details, please see below.

Changes in vitrage-dashboard 1.9.0..2.0.0
-----------------------------------------

f66683c Limit envlist to py37 for Python 3 Train goal
2b8c9b9 Blacklist sphinx 2.1.0 (autodoc bug)
23cbc09 Add Python 3 Train unit tests
1f39f50 Update the constraints url
76a8879 Sync Sphinx requirement
168bb73 Remove unused version modules
4ca4358 Changes for url transition to OpenDev
ce1f00c OpenDev Migration Patch
142940a Dropping the py35 testing
2481217 Add Python 3.6 and Python 3.7 jobs
ad1901b Use python3 for integration tests
31ca5f0 move panel files to local/enabled
e8a3b75 Use XStatic-D3 instead of vendorized d3.js
4e84ad6 Drop nodejs4 job
b592e5d Adding equevalance templates discarding the validation results
3705e0b Update master for stable/stein
a4f61cb Enable changing 'Ended' date filter in Vitrage alarm history view


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

.gitreview                                         |    2 +-
.zuul.yaml                                         |    7 +-
README.rst                                         |    4 +-
devstack/plugin.sh                                 |   13 +-
devstack/settings                                  |    4 +-
releasenotes/source/index.rst                      |    1 +
releasenotes/source/stein.rst                      |    6 +
requirements.txt                                   |    1 +
setup.cfg                                          |    2 +-
test-requirements.txt                              |    3 +-
tox.ini                                            |    8 +-
.../admin_alarms/templates/adminalarms/index.html  |    1 -
vitrage_dashboard/admin_alarms/version.py          |   15 -
.../templates/admintopology/index.html             |    1 -
vitrage_dashboard/admin_dashboard/version.py       |   15 -
.../templates/adminentities/index.html             |    1 -
vitrage_dashboard/admin_entities/version.py        |   15 -
vitrage_dashboard/admin_templates/version.py       |   15 -
.../alarms/templates/alarms/index.html             |    1 -
vitrage_dashboard/alarms/version.py                |   15 -
.../project/alarmList/alarmList.controller.js      |    6 +-
.../dashboard/project/alarmList/alarmList.html     |   12 +-
.../addTemplate/addTemplateContainer.controller.js |   42 +-
.../project/components/rca/rcaContainer.scss       |    1 +
.../template/templateContainer.controller.js       |    3 +
.../components/template/templateContainer.html     |   27 +-
vitrage_dashboard/dashboard/static/vendor/d3/d3.js | 9266 --------------------
.../dashboard/templates/topology/index.html        |    1 -
vitrage_dashboard/dashboard/version.py             |   15 -
.../entities/templates/entities/index.html         |    1 -
vitrage_dashboard/entities/version.py              |   15 -
31 files changed, 89 insertions(+), 9430 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f3b3f8c..df79597 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,0 +14 @@ XStatic-Bootstrap-SCSS>=3.3.7.1 # Apache 2.0 License
+XStatic-D3>=3.5.17.0  # BSD License (3 clause)
diff --git a/test-requirements.txt b/test-requirements.txt
index 920874c..f47c1ad 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9,2 @@ python-subunit>=0.0.18
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7'  # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4'  # BSD






More information about the Release-announce mailing list