[release-announce] [monasca] monasca-ui 1.8.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 10 12:45:00 UTC 2017


We are satisfied to announce the release of:

monasca-ui 1.8.0: Monasca Plugin for Horizon

This release is part of the pike stable release series.

Download the package from:

    https://tarballs.openstack.org/monasca-ui/

For more details, please see below.

Changes in monasca-ui 1.7.1..1.8.0
----------------------------------

42fc178 Imported Translations from Zanata
ed40464 Updated from global requirements
7d3cc6a Remove undeterministic test
04e2089 Fix tags order in test
57ddc80 Fix monasca-ui forms
9dc87de Integrate with newer client
91f7719 Updated from global requirements
eaeb997 Fix incorrect django.conf.url patterns import
fb6702b Updated from global requirements
6eba0e0 Fixed the Problem with add alarm expresion of Alarm Definition


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

monitoring/alarmdefs/forms.py                      |  43 +++---
monitoring/alarmdefs/urls.py                       |   8 +-
monitoring/alarmdefs/views.py                      |  12 +-
monitoring/alarms/forms.py                         |   8 +-
monitoring/alarms/urls.py                          |   9 +-
monitoring/alarms/views.py                         |   6 +-
monitoring/api/client.py                           |  99 ++++++++++++++
monitoring/api/monitor.py                          | 148 ++++++++++-----------
monitoring/config/local_settings.py                |   7 +
.../enabled/_50_admin_add_monitoring_panel.py      |  15 ++-
monitoring/locale/ja/LC_MESSAGES/django.po         |  25 ++--
monitoring/notifications/urls.py                   |   9 +-
monitoring/overview/urls.py                        |   9 +-
monitoring/static/monitoring/js/directives.js      |   2 +-
monitoring/test/settings.py                        |   5 -
monitoring/test/test_data/exceptions.py            |   7 +-
monitoring/test/urls.py                            |   5 +-
requirements.txt                                   |   4 +-
test-requirements.txt                              |   2 +-
tools/tox_install.sh                               |  25 +++-
21 files changed, 286 insertions(+), 167 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index c20c02c..b98899b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,2 +4,2 @@
-python-monascaclient>=1.1.0 # Apache-2.0
-Django<1.10,>=1.8 # BSD
+python-monascaclient>=1.7.0 # Apache-2.0
+Django<2.0,>=1.8 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index d0081c7..f50a2b9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -20 +20 @@ selenium>=2.50.1 # Apache-2.0
-sphinx!=1.6.1,>=1.5.1 # BSD
+sphinx>=1.6.2 # BSD






More information about the Release-announce mailing list