[release-announce] monasca-ui 1.12.2 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Oct 28 14:55:03 UTC 2019


We are thrilled to announce the release of:

monasca-ui 1.12.2: Monasca Plugin for Horizon

This release is part of the queens stable release series.

The source is available from:

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

Download the package from:

    https://tarballs.openstack.org/null/

Please report issues through:

    https://bugs.launchpad.net/monasca/+bugs

For more details, please see below.

Changes in monasca-ui 1.12.1..1.12.2
------------------------------------

5959777 Convert README.md to ReStructuredText format
5308ebf OpenDev Migration Patch
a845b2d Fix the partial missing metrics in Create Alarm Definition flow
1c144b3 import zuul job settings from project-config
c2840ea Retrieve registers sorted by name
1c8aaa3 Fix Alarm status Panel on Overview page
8c45c6e Change IntegerField to ChoiceField for notification period
92f0ea5 Imported Translations from Zanata
32e13c8 Imported Translations from Zanata
f884871 Display unique metric names for alarm
61e4cd0 Fix Alarm Details section in Alarm History view
37cbe7b Imported Translations from Zanata
1a29223 Fix validators for creating and editing notifications
4b74adf Adding title to Filter Alarms pop-up
ad19702 Center the text for the button Deterministic
4da67b1 Fix misleading validation error
229fdd5 Fixed the problem for SSL certificate access failure
5f7cf17 Imported Translations from Zanata
b6cb66c Imported Translations from Zanata
fadfbaa Imported Translations from Zanata


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

.gitreview                                         |   2 +-
.zuul.yaml                                         |   4 +
README.md                                          |  99 ----
README.rst                                         | 126 +++++
monitoring/alarmdefs/forms.py                      |  20 +-
monitoring/alarmdefs/workflows.py                  |   6 +-
monitoring/alarms/tables.py                        |   9 +-
monitoring/alarms/templates/alarms/_filter.html    |   1 +
.../alarms/templates/alarms/alarm_history.html     |  20 +-
monitoring/api/client.py                           |  14 +-
monitoring/api/monitor.py                          |   9 +-
monitoring/locale/de/LC_MESSAGES/django.po         |   2 +-
monitoring/locale/en_GB/LC_MESSAGES/django.po      |  14 +-
monitoring/locale/en_GB/LC_MESSAGES/djangojs.po    |   8 +-
monitoring/locale/id/LC_MESSAGES/django.po         | 609 ++++++++++++++++++++
monitoring/locale/id/LC_MESSAGES/djangojs.po       |  66 +++
monitoring/locale/ja/LC_MESSAGES/django.po         |  22 +-
monitoring/locale/pt_BR/LC_MESSAGES/django.po      | 626 +++++++++++++++++++++
monitoring/locale/pt_BR/LC_MESSAGES/djangojs.po    |  66 +++
monitoring/notifications/forms.py                  |  44 +-
monitoring/overview/views.py                       |  23 +-
.../widgets/expression/sub-expression.tpl.html     |   4 +-
monitoring/test/settings.py                        |   5 +
requirements.txt                                   |   1 +
setup.cfg                                          |   2 +-
tox.ini                                            |   4 +-
28 files changed, 1824 insertions(+), 161 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index c4bf008..16852bd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,0 +7 @@ Django<2.0,>=1.8 # BSD
+six>=1.10.0 # MIT






More information about the Release-announce mailing list