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

no-reply at openstack.org no-reply at openstack.org
Mon Feb 25 23:58:55 UTC 2019


We are glad to announce the release of:

vitrage-dashboard 1.8.0: Vitrage Horizon plugin

This release is part of the stein release series.

Download the package from:

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

For more details, please see below.

Changes in vitrage-dashboard 1.7.0..1.8.0
-----------------------------------------

19cb44d Support  Version 3 template format displaying on template view
ff83cd0 Removes unnecessary utf-8 encoding
b559d6e Add python-vitrageclient to requirements
c4581bf Remove openstack-common.conf file
c3daedc Make "ringing" bell alarm icon more clear when alarm is inactive
102d008 Make the alarm list in Vitrage Topology view  related to the selected entity
4016627 Support auto-refresh in Vitrage Alarm view
fad0c1f Fix npm tests on local env and CI
f86f4b0 show yaml in correct way Story: 2004729 Task: 28767
ecf05d5 update end-date in alarm history
c9eff7c Update hacking version to latest
6d5666c Update the bugs link to storyboard


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

CONTRIBUTING.rst                                   |   4 +-
openstack-common.conf                              |   6 ---
package.json                                       |   2 +-
requirements.txt                                   |   3 +-
test-requirements.txt                              |   3 +-
tox.ini                                            |  10 +++--
vitrage_dashboard/alarms/__init__.py               |   2 -
vitrage_dashboard/api/vitrage.py                   |  19 ++++----
vitrage_dashboard/dashboard/__init__.py            |   2 -
.../project/alarmList/alarmList.controller.js      |  30 ++++++++++++-
.../dashboard/project/alarmList/alarmList.html     |   9 +++-
.../dashboard/project/alarmList/alarmList.scss     |   5 +++
.../dashboard/project/assets/bell_gray_off.svg     |   1 +
.../dashboard/project/assets/bell_green_off.svg    |   1 +
.../dashboard/project/assets/bell_orange_off.svg   |   2 +-
.../dashboard/project/assets/bell_red_off.svg      |   2 +-
.../dashboard/project/assets/bell_yellow_off.svg   |   2 +-
.../static/dashboard/project/assets/spinner.gif    | Bin 0 -> 1555 bytes
.../project/components/alarms/alarms.directive.js  |   3 +-
.../template/templateContainer.controller.js       |   2 +
.../components/template/templateContainer.html     |  49 ++++++++++++++++-----
vitrage_dashboard/entities/__init__.py             |   2 -
vitrage_dashboard/templates/__init__.py            |   2 -
26 files changed, 110 insertions(+), 56 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 14b13ea..f3b3f8c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16 +16,2 @@ XStatic-jQuery>=1.8.2.1 # MIT License
-XStatic-smart-table>=1.4.13.2 # MIT License
\ No newline at end of file
+XStatic-smart-table>=1.4.13.2 # MIT License
+python-vitrageclient>=2.5.0  # Apache-2.
diff --git a/test-requirements.txt b/test-requirements.txt
index 2d69ec6..e8b563b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.12.0,!=0.13.0,<0.14  # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0
@@ -9,0 +10 @@ sphinx>=1.6.2 # BSD
+nodeenv>=0.9.4 # BSD






More information about the Release-announce mailing list