[monasca] monasca-ui 1.5.0 (ocata)
We are glad to announce the release of: monasca-ui 1.5.0: Monasca Plugin for Horizon This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/monasca-ui/ For more details, please see below. Changes in monasca-ui 1.4.0..1.5.0 ---------------------------------- 03686e0 Changes for CI improvement and generate nosetests.xml f7b02ef Fix pagination of notifications 536e0c2 Updated from global requirements dee770e Add support for notification plugin ef1de7a Add proxy configuration for tox.ini file c799de4 Add Apache 2.0 license to source file 1180e83 Enable Log Management via specific policy. 8623d08 H305 and H307 hacking have been deprecated 0cd115d Updated from global requirements f97c2da Add Constraints support 1ea2652 H803 hacking have been deprecated Diffstat (except docs and test files) ------------------------------------- manage.py | 12 +++++++++ monitoring/api/monitor.py | 5 ++++ monitoring/config/local_settings.py | 14 ++++++++++ .../_70_remove_monasca_notification_panel.py | 12 +++++++++ .../enabled/_50_admin_add_monitoring_panel.py | 12 +++++++++ monitoring/notifications/constants.py | 11 -------- monitoring/notifications/forms.py | 10 +++++++- monitoring/notifications/views.py | 21 +++++++++------ monitoring/overview/views.py | 4 +-- monitoring/static/monitoring/js/controllers.js | 26 +++++++++---------- monitoring/static/monitoring/js/directives.js | 2 +- monitoring/static/monitoring/js/ng-tags-input.js | 4 +-- monitoring/test/settings.py | 1 + test-requirements.txt | 4 +-- tools/tox_install.sh | 30 ++++++++++++++++++++++ tox.ini | 24 ++++++++++------- 20 files changed, 192 insertions(+), 54 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 32c5262..6301647 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=0.12.0,<0.13 # Apache-2.0 +hacking<0.13,>=0.12.0 # Apache-2.0 @@ -11 +11 @@ funcsigs>=0.4;python_version=='2.7' or python_version=='2.6' # Apache-2.0 -mox3>=0.7.0 # Apache-2.0 +mox3!=0.19.0,>=0.7.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org