monasca-ui 1.14.0 (rocky)
We are delighted to announce the release of: monasca-ui 1.14.0: Monasca Plugin for Horizon This release is part of the rocky stable release series. Download the package from: https://tarballs.openstack.org/monasca-ui/ For more details, please see below. Changes in monasca-ui 1.13.0..1.14.0 ------------------------------------ 01ef5c2 Imported Translations from Zanata 36b30a7 Fix README.rst and add syntax check e123ece remove ChangeLog from git 0eb8c49 Convert README.md to ReStructuredText format 5fdd270 Update README with new installation steps c5f5148 Adding support to use grafana templating 999bfa2 Support Django 2.0 5bf91e9 Rename test files to test_* pattern ba314e1 Retrieve registers sorted by name aadaea7 Imported Translations from Zanata 12fd9c0 Fix Alarm status Panel on Overview page 26eb8d4 Imported Translations from Zanata 9781a99 Imported Translations from Zanata ebe64e0 Modify policy configuration file 27cd95a Trivial: Update pypi url to new url 37ecb3c Change IntegerField to ChoiceField for notification period 8f92585 Update links in README Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 8 +- ChangeLog | 359 -------------------- README.md | 130 -------- README.rst | 126 +++++++ lower-constraints.txt | 2 +- monitoring/alarmdefs/forms.py | 2 +- monitoring/alarmdefs/tables.py | 8 +- monitoring/alarmdefs/views.py | 4 +- monitoring/alarms/forms.py | 2 +- monitoring/alarms/tables.py | 23 +- monitoring/alarms/views.py | 4 +- monitoring/api/monitor.py | 15 +- monitoring/conf/monitoring_policy.json | 6 +- monitoring/locale/de/LC_MESSAGES/django.po | 10 +- monitoring/locale/en_GB/LC_MESSAGES/django.po | 5 +- monitoring/locale/id/LC_MESSAGES/django.po | 83 ++++- monitoring/locale/ja/LC_MESSAGES/django.po | 22 +- monitoring/locale/ko_KR/LC_MESSAGES/django.po | 415 ++++++++++++++++++++++++ monitoring/locale/ko_KR/LC_MESSAGES/djangojs.po | 54 +++ monitoring/notifications/forms.py | 22 +- monitoring/notifications/tables.py | 8 +- monitoring/notifications/views.py | 4 +- monitoring/overview/views.py | 29 +- monitoring/test/alarm_tables.py | 48 --- monitoring/test/test_alarm_tables.py | 48 +++ monitoring/test/test_client.py | 168 ++++++++++ requirements.txt | 3 +- setup.cfg | 2 +- tox.ini | 4 +- 34 files changed, 1006 insertions(+), 810 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index de784c1..a9ae256 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,2 +6 @@ python-monascaclient>=1.8.0 # Apache-2.0 -Django<2.0,>=1.11 # BSD -horizon>=13.0.0 # Apache-2.0 +horizon>=14.0.0.0b3 # Apache-2.0
participants (1)
-
no-reply@openstack.org