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

no-reply at openstack.org no-reply at openstack.org
Thu May 16 20:44:18 UTC 2019


We eagerly announce the release of:

monasca-ui 1.8.1: Monasca Plugin for Horizon

This release is part of the pike stable release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

Changes in monasca-ui 1.8.0..1.8.1
----------------------------------

fc50203 Convert README.md to ReStructuredText format
1acc7c8 OpenDev Migration Patch
0ffd912 Fix the partial missing metrics in Create Alarm Definition flow
fa84298 import zuul job settings from project-config
73155df Retrieve registers sorted by name
2b12614 Fix Alarm status Panel on Overview page
7b60651 Fix incorrect splitting of dimension in ProxyView
28747fd Change IntegerField to ChoiceField for notification period
37a6366 Imported Translations from Zanata
9b166a2 Display unique metric names for alarm
406de44 Fix Alarm Details section in Alarm History view
1159a21 Fix validators for creating and editing notifications
8536a09 Adding title to Filter Alarms pop-up
180cb8d Center the text for the button Deterministic
220b667 Fix misleading validation error
4431e96 Fixed the problem for SSL certificate access failure
863cd24 Fix nit found in monasca-ui
2472140 Fix installing horizon dependency
6e6ab70 Fix Breadcrumbs
7ff6d30 Fix description for name field
42dc077 Revert "Remove heat_data from unit tests"
ddb9204 Imported Translations from Zanata
cdaf5b3 Fixing 'Create Alarm Definition' for IE11
f8b9958 Update tox to use stable/pike
3d833bb Remove heat_data from unit tests
7bb2cdc Updated from global requirements
bd60df4 Make tox working for zuulv3
8babb0a Update UPPER_CONSTRAINTS_FILE for stable/pike
f332115 Update .gitreview for stable/pike


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

.gitreview                                         |   3 +-
.zuul.yaml                                         |   4 +
README.md                                          |  99 ------------
README.rst                                         | 126 +++++++++++++++
monitoring/alarmdefs/forms.py                      |  20 ++-
.../alarmdefs/templates/alarmdefs/_edit.html       |   6 +-
.../alarmdefs/templates/alarmdefs/alarm.html       |   7 +
.../alarmdefs/templates/alarmdefs/detail.html      |   8 +
monitoring/alarmdefs/workflows.py                  |   6 +-
monitoring/alarms/tables.py                        |   9 +-
monitoring/alarms/templates/alarms/_filter.html    |   1 +
monitoring/alarms/templates/alarms/alarm.html      |   8 +-
.../alarms/templates/alarms/alarm_history.html     |  20 ++-
monitoring/api/client.py                           |  14 +-
monitoring/api/monitor.py                          |  17 +-
monitoring/locale/ja/LC_MESSAGES/django.po         |  86 ++++++-----
monitoring/locale/ja/LC_MESSAGES/djangojs.po       |  13 +-
monitoring/notifications/forms.py                  |  44 +++---
.../templates/notifications/index.html             |   8 +
monitoring/overview/templates/overview/index.html  |   7 +
monitoring/overview/views.py                       |  27 ++--
monitoring/static/monitoring/js/ng-tags-input.js   |   2 +-
.../widgets/expression/sub-expression.tpl.html     |   4 +-
monitoring/test/settings.py                        |   5 +
requirements.txt                                   |   2 +
setup.cfg                                          |   2 +-
tools/tox_install.sh                               | 104 ++++++-------
tox.ini                                            |  17 +-
30 files changed, 592 insertions(+), 268 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b98899b..22e5536 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,0 +4 @@
+oslo.log>=3.22.0 # Apache-2.0
@@ -5,0 +7 @@ Django<2.0,>=1.8 # BSD
+six>=1.9.0 # MIT






More information about the Release-announce mailing list