[release-announce] [vitrage] vitrage-dashboard 1.3.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 27 16:00:15 UTC 2017


We contentedly announce the release of:

vitrage-dashboard 1.3.0: Vitrage Horizon plugin

This release is part of the pike release series.

Download the package from:

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

For more details, please see below.

Changes in vitrage-dashboard 1.2.0..1.3.0
-----------------------------------------

e2c3221 Doc Migration: move the developer guide under doc/source/contributor folder
eaa42b7 Update the documentation link for doc migration
f02f36c Create a folder for the contributor docs
248ad62 Empty string should not be used in url pattern
d07c974 django.conf.urls.patterns() is deprecated since 1.8. We should not use patterns(), so this patch updates URLs to 1.8 style.
acf517b Switch from oslosphinx to openstackdocstheme
3b23bc5 remove tox warnning
ba7f8d0 Fix typo in the release notes
cd90edc graph sample refactoring
77fa34e properties refactoring "vitrage_XXX"
e395429 Added a link to devstack installation


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

HACKING.rst                                        |   2 +-
README.rst                                         |   7 +-
.../notes/search-entities-e0f9e21afd03815a.yaml    |   2 +-
releasenotes/source/conf.py                        |  15 +-
requirements.txt                                   |   8 +-
setup.cfg                                          |   1 +
test-requirements.txt                              |   4 +-
tox.ini                                            |   2 +-
vitrage_dashboard/admin_alarms/urls.py             |   9 +-
vitrage_dashboard/admin_dashboard/urls.py          |   9 +-
vitrage_dashboard/admin_entities/urls.py           |   9 +-
vitrage_dashboard/alarms/urls.py                   |   9 +-
vitrage_dashboard/api/vitrage_rest_api.py          |  14 +-
.../dashboard/project/alarmList/alarmList.html     |  12 +-
.../project/components/alarms/alarms.html          |   4 +-
.../rca/rootCauseAnalysisGraph.directive.js        |   8 +-
.../components/sunburst/sunburst.directive.js      |   6 +-
.../project/entities/entities.controller.js        |  10 +-
.../entities/graph/entities-graph.directive.js     |  12 +-
.../entities/info/entities-info.directive.js       |   2 +-
.../dashboard/project/topology/graph.sample.json   | 283 +++++++++++----------
vitrage_dashboard/dashboard/urls.py                |   9 +-
vitrage_dashboard/entities/urls.py                 |   9 +-
vitrage_dashboard/templates/urls.py                |   9 +-
35 files changed, 299 insertions(+), 249 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 08b0f01..363740b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,6 @@
-pbr>=1.6
-Babel>=1.3
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+# Horizon Core Requirements
+Django<1.11,>=1.8 # BSD
+django-compressor>=2.0 # MIT
+django-openstack-auth>=3.1.0 # Apache-2.0
+iso8601>=0.1.11 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 249b91e..65824ac 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,2 +9,2 @@ python-subunit>=0.0.18
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-oslosphinx>=2.5.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.11.0 # Apache-2.0






More information about the Release-announce mailing list