[new][monasca] monasca-ui 1.1.0 release (newton)
We are amped to announce the release of: monasca-ui 1.1.0: Monasca Plugin for Horizon This release is part of the newton release series. For more details, please see below. Changes in monasca-ui 1.0.31..1.1.0 ----------------------------------- e6bc510 Support for (non)deterministic alarms 30780bf Enhance match_by item field d659cd2 Fix XSS in dashboard kibana elasticsearch proxy 63f6524 Imported Translations from Zanata b7439d1 Change cancel link to button e884e11 Translate Create Alarm Definition pop-up properly b418fcb Restrict access to Kibana for admin ba8991c Do not filter with empty alarm id 8990387 Add support of alarm actions of notification b63b3c1 FIX the translation for overview page a8e8ab2 Missing Grafana buttons c1003ac Imported Translations from Zanata 9368019 Fix grafana2 link of alarms 3310016 FIX the grafana link from alarm table 01b40e4 Fix compiling messages for i18n 3cb1ff2 Updates for grafana 2. Diffstat (except docs and test files) ------------------------------------- ChangeLog | 57 ++ README.md | 20 +- grafana-dashboards/drilldown.js | 98 +++ monitoring/alarmdefs/forms.py | 67 ++- .../alarmdefs/templates/alarmdefs/_create.html | 14 +- .../alarmdefs/templates/alarmdefs/_detail.html | 8 + .../alarmdefs/templates/alarmdefs/_edit.html | 4 +- .../templates/alarmdefs/expression_field.html | 47 +- .../templates/alarmdefs/match_by_field.html | 12 + .../templates/alarmdefs/notification_field.html | 20 +- monitoring/alarmdefs/views.py | 38 +- monitoring/alarms/tables.py | 28 +- monitoring/alarms/templates/alarms/_filter.html | 8 +- monitoring/config/local_settings.py | 30 +- monitoring/locale/django.pot | 669 --------------------- monitoring/locale/ja/LC_MESSAGES/django.po | 55 +- .../templates/notifications/_create.html | 4 +- .../templates/notifications/_detail.html | 2 +- .../templates/notifications/_edit.html | 4 +- monitoring/overview/templates/overview/index.html | 15 +- monitoring/overview/views.py | 41 +- monitoring/static/monitoring/css/alarm-create.css | 30 +- monitoring/static/monitoring/js/controllers.js | 130 +++- monitoring/test/alarm_tables.py | 2 +- test-requirements.txt | 6 - 26 files changed, 579 insertions(+), 834 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 234807b..de56f73 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,6 +3,0 @@ hacking>=0.9.2,<0.10 -# fix version problems -cffi>0.9 -oslo.i18n==1.7.0 -oslo.utils==1.9.0 -oslo.serialization==1.7.0 -
participants (1)
-
no-reply@openstack.org