[release-announce] vitrage-dashboard 1.6.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 9 22:06:31 UTC 2018


We are pumped to announce the release of:

vitrage-dashboard 1.6.0: Vitrage Horizon plugin

This release is part of the rocky stable release series.

Download the package from:

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

For more details, please see below.

1.6.0
^^^^^

New Features

* Added buttons for adding and removing templates in the template
  view.

* Templates panel is now available in admin section.

Changes in vitrage-dashboard 1.5.0..1.6.0
-----------------------------------------

e4e6c25 Add release note link in README
385f8ba Alarm history - client side implementation
ac00203 template panel in admin section
ca7c912 Add the new ``datasource_name`` property to the black list, so it won't be displayed
4ae81c3 Add "add template" and "delete template" buttons to vitrage template view.
f1ff41e AngularJS unittest with Jasmine and Karma for gate check
12d42c1 Add templates panel to admin section
e48f1ca fix time format to show in 24h
7d86ed0 fix tox python3 overrides


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

MANIFEST.in                                        |   5 +-
README.rst                                         |   1 +
karma.conf.js                                      | 162 ++++++++++++++++++++
package.json                                       |  26 ++++
.../notes/add-del-template-b6592a2787e26239.yaml   |   3 +
...te_panel_in_admin_section-133f1b0cc228fedc.yaml |   3 +
requirements.txt                                   |   9 +-
test-shim.js                                       | 110 ++++++++++++++
tox.ini                                            |  20 ++-
vitrage_dashboard/admin_templates/__init__.py      |  19 +++
vitrage_dashboard/admin_templates/panel.py         |  22 +++
.../templates/admintemplates/index.html            |  16 ++
vitrage_dashboard/admin_templates/urls.py          |  21 +++
vitrage_dashboard/admin_templates/version.py       |  15 ++
vitrage_dashboard/admin_templates/views.py         |  32 ++++
vitrage_dashboard/api/vitrage.py                   |  65 +++++++-
vitrage_dashboard/api/vitrage_rest_api.py          |  82 +++++++++-
.../core/openstack-service-api/vitrage.service.js  |  51 +++++--
.../openstack-service-api/vitrage.service.spec.js  |   3 +-
.../project/alarmList/alarmList.controller.js      | 165 ++++++++++++++++-----
.../dashboard/project/alarmList/alarmList.html     | 132 ++++++++++++++---
.../dashboard/project/alarmList/alarmList.scss     |  69 ++++++++-
.../project/components/alarms/alarms.html          |   2 +-
.../components/templateAdd/templateAddOptions.html |  22 +++
.../entities/info/entities-info.directive.js       |   2 +-
.../dashboard/project/services/modal.service.js    |  15 +-
.../project/services/vitrage_topology.service.js   | 123 ++++++++++-----
.../templateList/templateList.controller.js        |  83 ++++++++++-
.../project/templateList/templateList.html         |  14 ++
.../project/templateList/templateList.scss         |   4 +
.../static/dashboard/project/vitrage.scss          |   1 +
.../enabled/_4140_admin_template_vitrage_panel.py  |  27 ++++
32 files changed, 1193 insertions(+), 131 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3ba6084..14b13ea 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +6,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-Django<1.11,>=1.8 # BSD
@@ -9,0 +9,8 @@ iso8601>=0.1.11 # MIT
+horizon>=14.0.0.0b1 # Apache-2.0
+XStatic-Angular>=1.5.8.0 # MIT License
+XStatic-Angular-Bootstrap>=2.2.0.0 # MIT License
+XStatic-Bootstrap-Datepicker>=1.3.1.0 # Apache 2.0 License
+XStatic-Bootstrap-SCSS>=3.3.7.1 # Apache 2.0 License
+XStatic-Font-Awesome>=4.7.0.0 # SIL OFL 1.1 License, MIT License
+XStatic-jQuery>=1.8.2.1 # MIT License
+XStatic-smart-table>=1.4.13.2 # MIT License
\ No newline at end of file






More information about the Release-announce mailing list