[monasca] monasca-ui 1.12.0 (queens)
We are excited to announce the release of: monasca-ui 1.12.0: Monasca Plugin for Horizon This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/monasca-ui/ For more details, please see below. Changes in monasca-ui 1.11.0..1.12.0 ------------------------------------ 52e032f Fix Breadcrumbs 361e486 Fix installing horizon dependency 8ef7352 Imported Translations from Zanata 0373c98 Fix description for name field 5c71236 Fix nit found in monasca-ui 4c2cabb Fixing 'Create Alarm Definition' for IE11 639ebcb Imported Translations from Zanata f8cbd2e Updated from global requirements 6e4fc45 Remove heat_data from unit tests Diffstat (except docs and test files) ------------------------------------- .../alarmdefs/templates/alarmdefs/_edit.html | 6 +- .../alarmdefs/templates/alarmdefs/alarm.html | 7 ++ .../alarmdefs/templates/alarmdefs/detail.html | 8 ++ monitoring/alarms/templates/alarms/alarm.html | 8 +- monitoring/api/monitor.py | 8 +- monitoring/locale/en_GB/LC_MESSAGES/django.po | 16 +++- monitoring/locale/ja/LC_MESSAGES/django.po | 68 ++++++++------- monitoring/locale/ja/LC_MESSAGES/djangojs.po | 13 +-- .../templates/notifications/index.html | 8 ++ monitoring/overview/templates/overview/index.html | 7 ++ monitoring/static/monitoring/js/ng-tags-input.js | 2 +- monitoring/test/test_data/utils.py | 2 - requirements.txt | 2 +- test-requirements.txt | 2 +- tools/tox_install.sh | 96 ++++++++++++---------- tox.ini | 11 +-- 16 files changed, 157 insertions(+), 107 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b70668b..c4bf008 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -oslo.log>=3.30.0 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 8747045..2e9045d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -20 +20 @@ selenium>=2.50.1 # Apache-2.0 -sphinx>=1.6.2 # BSD +sphinx!=1.6.6,>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org