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

no-reply at openstack.org no-reply at openstack.org
Wed Jan 9 19:50:51 UTC 2019


We are pleased to announce the release of:

vitrage-dashboard 1.7.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.

1.7.0
^^^^^

Other Notes

* vitrage-dashboard now uses non-compressed static files from the
  'vendor' directory by default. All scripts will be compressed if
  *COMPRESS_ENABLED* option it set to True during *python manage.py
  compress* command execution. Also it removes minified static files
  what helps maintainerss to create RPM/DEP packages for vitrage-
  dashboard.

Changes in vitrage-dashboard 1.6.0..1.7.0
-----------------------------------------

d40e47b Add release notes for new vendorized static files
76fc769 Add Python 3.6 classifier to setup.cfg
b6e3f2d Change openstack-dev to openstack-discuss
2ac4553 Drop unnecessary executable flags
843e499 Reorganize vendorized static files
02428f2 Hide some alarm properties in the UI.
cbeb3cb Update min tox version to 2.0
5c81858 templates list: update displayed timestamps in vitrage dashboard according to horizon timezone
8436fe4 Remove setup.py check from pep8 job
fd66448 Using storyboard to collect project bugs
f524919 Add Storyboard into README
05d1518 update displayed timestamps in vitrage dashboard according to horizon timezone
343355d Add refresh and auto-refresh buttons to template list
40da096 switch documentation job to new PTI
7857b45 import zuul job settings from project-config
d637fba Do not use mutable argument
bc980af Update reno for stable/rocky


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

.zuul.yaml                                         |   18 +
README.rst                                         |    2 +-
...e-vendorized-static-files-dbe3cfdd7bc61243.yaml |    8 +
releasenotes/source/index.rst                      |    1 +
releasenotes/source/rocky.rst                      |    6 +
setup.cfg                                          |    3 +-
test-requirements.txt                              |    2 +-
tools/find_executables.sh                          |   11 +
tox.ini                                            |   10 +-
.../admin_alarms/templates/adminalarms/index.html  |    8 +-
.../templates/admintopology/index.html             |    8 +-
.../templates/adminentities/index.html             |    8 +-
.../templates/admintemplates/index.html            |    3 +
.../alarms/templates/alarms/banner.html            |    0
.../alarms/templates/alarms/index.html             |    8 +-
vitrage_dashboard/alarms/views.py                  |    0
vitrage_dashboard/api/vitrage.py                   |    4 +-
.../project/alarmList/alarmList.controller.js      |    6 +-
.../dashboard/project/alarmList/alarmList.html     |    6 +-
.../project/components/alarms/alarms.directive.js  |    6 +-
.../project/components/alarms/alarms.html          |    2 +-
.../project/components/alarms/alarms.scss          |    0
.../rca/rootCauseAnalysisGraph.directive.js        |    8 +-
.../project/entities/entities.controller.js        |   10 +-
.../entities/info/entities-info.directive.js       |   13 +-
.../project/filters/vitrageDate.filter.js          |   16 +
.../dashboard/project/services/time.service.js     |   26 +
.../templateList/templateList.controller.js        |   41 +-
.../project/templateList/templateList.html         |   22 +-
.../static/dashboard/project/vitrage.scss          |    0
.../dashboard/static/vendor/d3/.bower.json         |   34 -
.../dashboard/static/vendor/d3/.spmignore          |    4 -
.../dashboard/static/vendor/d3/CONTRIBUTING.md     |   25 -
.../dashboard/static/vendor/d3/LICENSE             |   26 -
.../dashboard/static/vendor/d3/README.md           |    9 -
.../dashboard/static/vendor/d3/bower.json          |   24 -
.../dashboard/static/vendor/d3/composer.json       |   19 -
vitrage_dashboard/dashboard/static/vendor/d3/d3.js |   30 +-
.../dashboard/static/vendor/d3/d3.min.js           |    5 -
.../dashboard/static/vendor/dagre-d3/.bower.json   |   39 -
.../dashboard/static/vendor/dagre-d3/LICENSE       |   19 -
.../dashboard/static/vendor/dagre-d3/bower.json    |   29 -
.../static/vendor/dagre-d3/dagre-d3.core.js        | 1192 ++++
.../static/vendor/dagre-d3/dist/dagre-d3.core.js   | 1192 ----
.../vendor/dagre-d3/dist/dagre-d3.core.min.js      |   24 -
.../dashboard/static/vendor/dagre/.bower.json      |   36 -
.../dashboard/static/vendor/dagre/LICENSE          |   19 -
.../dashboard/static/vendor/dagre/bower.json       |   26 -
.../dashboard/static/vendor/dagre/dagre.core.js    | 2905 ++++++++
.../static/vendor/dagre/dist/dagre.core.js         | 2905 --------
.../static/vendor/dagre/dist/dagre.core.min.js     |    2 -
.../dashboard/static/vendor/graphlib/.bower.json   |   35 -
.../dashboard/static/vendor/graphlib/LICENSE       |   19 -
.../dashboard/static/vendor/graphlib/bower.json    |   25 -
.../static/vendor/graphlib/dist/graphlib.core.js   | 1237 ----
.../vendor/graphlib/dist/graphlib.core.min.js      |   31 -
.../static/vendor/graphlib/graphlib.core.js        | 1237 ++++
.../dashboard/static/vendor/lodash/.bower.json     |   33 -
.../dashboard/static/vendor/lodash/LICENSE.txt     |   22 -
.../dashboard/static/vendor/lodash/bower.json      |   23 -
.../static/vendor/lodash/dist/lodash.compat.js     | 7158 --------------------
.../static/vendor/lodash/dist/lodash.compat.min.js |   92 -
.../dashboard/static/vendor/lodash/dist/lodash.js  | 6786 -------------------
.../static/vendor/lodash/dist/lodash.min.js        |   87 -
.../static/vendor/lodash/dist/lodash.underscore.js | 4979 --------------
.../vendor/lodash/dist/lodash.underscore.min.js    |   39 -
.../static/vendor/lodash/lodash.compat.js          | 7158 ++++++++++++++++++++
.../dashboard/static/vendor/lodash/lodash.js       | 6786 +++++++++++++++++++
.../static/vendor/lodash/lodash.underscore.js      | 4979 ++++++++++++++
.../dashboard/static/vendor/moment/moment.js       | 4530 +++++++++++++
.../moment-timezone-with-data-2012-2022.js         | 1212 ++++
.../dashboard/templates/topology/index.html        |    8 +-
.../enabled/_4020_project_alarms_vitrage_panel.py  |    0
.../entities/templates/entities/index.html         |    8 +-
.../templates/templates/templates/index.html       |    3 +
76 files changed, 30248 insertions(+), 25062 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 65824ac..2d69ec6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.11.0 # Apache-2.0
+openstackdocstheme>=1.24.0 # Apache-2.0






More information about the Release-announce mailing list