[release-announce] [monasca] monasca-ui 1.13.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Fri Apr 20 13:48:46 UTC 2018


We are tickled pink to announce the release of:

monasca-ui 1.13.0: Monasca Plugin for Horizon

This release is part of the rocky release series.

Download the package from:

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

For more details, please see below.

Changes in monasca-ui 1.12.0..1.13.0
------------------------------------

e609bd4 Update pep8 checks
0d77482 Imported Translations from Zanata
7ef4632 Imported Translations from Zanata
6d66017 Display unique metric names for alarm
cf66e3e Imported Translations from Zanata
f200f60 Run lower-constraints job with Python 3
841805b Fix Alarm Details section in Alarm History view
b526e21 add lower-constraints job
a42d882 Fix validators for creating and editing notifications
357264c Center the text for the button Deterministic
42d50ef Fix missing metric names for Alarm
b410eff Adding title to Filter Alarms pop-up
56e903d Fix misleading validation error
4cfdc71 Make monasca-ui python3 compatible
45adda7 Update unit test for testing monitoring.api.client
d72c6e9 Updated from global requirements
c0ab99a Drop mox3 from test-requirements.txt
c347cd2 Fixed the problem for SSL certificate access failure
77b4709 Imported Translations from Zanata
0f4c059 Update README file to add description about running tests
a75199f Move coverage reports to `cover` directory
c48050c Updated from global requirements
04dcc01 Updated from global requirements
cc0af49 Avoid tox-install.sh
b28a0cd Updated from global requirements
94bea6b Updated from global requirements
ea37c73 Imported Translations from Zanata
d647307 Imported Translations from Zanata


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

.gitignore                                         |   1 +
.zuul.yaml                                         |  11 +
README.md                                          |  53 +-
lower-constraints.txt                              | 159 ++++++
monitoring/alarmdefs/forms.py                      |   7 +-
monitoring/alarmdefs/tables.py                     |   2 +-
monitoring/alarmdefs/views.py                      |  11 +-
monitoring/alarmdefs/workflows.py                  |  12 +-
monitoring/alarms/forms.py                         |  11 +-
monitoring/alarms/tables.py                        |  17 +-
monitoring/alarms/templates/alarms/_filter.html    |   1 +
.../alarms/templates/alarms/alarm_history.html     |  20 +-
monitoring/alarms/views.py                         |  20 +-
monitoring/api/client.py                           |  20 +-
monitoring/api/monitor.py                          |  14 +-
monitoring/locale/de/LC_MESSAGES/django.po         | 633 +++++++++++++++++++++
monitoring/locale/de/LC_MESSAGES/djangojs.po       |  66 +++
monitoring/locale/en_GB/LC_MESSAGES/django.po      |  17 +-
monitoring/locale/en_GB/LC_MESSAGES/djangojs.po    |   8 +-
monitoring/locale/id/LC_MESSAGES/django.po         | 536 +++++++++++++++++
monitoring/locale/id/LC_MESSAGES/djangojs.po       |  66 +++
monitoring/notifications/forms.py                  |  33 +-
monitoring/notifications/tables.py                 |   2 +-
monitoring/notifications/views.py                  |   8 +-
monitoring/overview/urls.py                        |   4 +-
monitoring/overview/views.py                       |  52 +-
.../widgets/expression/sub-expression.tpl.html     |   4 +-
monitoring/test/helpers.py                         |   7 +-
monitoring/test/settings.py                        |   5 +
requirements.txt                                   |   6 +-
test-requirements.txt                              |   3 +-
tools/install_venv.py                              |  32 +-
tools/tox_install.sh                               |  64 ---
tox.ini                                            |  31 +-
40 files changed, 1913 insertions(+), 234 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index c4bf008..de784c1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,4 @@ oslo.log>=3.36.0 # Apache-2.0
-python-monascaclient>=1.7.0 # Apache-2.0
-Django<2.0,>=1.8 # BSD
+python-monascaclient>=1.8.0 # Apache-2.0
+Django<2.0,>=1.11 # BSD
+horizon>=13.0.0 # Apache-2.0
+six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 2e9045d..481b3c7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +10,0 @@ funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0
-mox3>=0.20.0 # Apache-2.0
@@ -20 +19 @@ selenium>=2.50.1 # Apache-2.0
-sphinx!=1.6.6,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD






More information about the Release-announce mailing list