watcher-dashboard 1.10.0 (rocky)
We contentedly announce the release of: watcher-dashboard 1.10.0: Watcher Management Dashboard This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/watcher-dashboard Download the package from: https://tarballs.openstack.org/watcher-dashboard/ Please report issues through launchpad: https://bugs.launchpad.net/watcher-dashboard For more details, please see below. Changes in watcher-dashboard 1.9.0..1.10.0 ------------------------------------------ d62d8a8 Add name for audit 810bd7e Drop mox3 from test-requirements.txt 5a7ebe5 Django 2.0 support and fix lower-constraints f0f6cef Explicitly use django_nose.NoseTestSuiteRunner Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 ++ lower-constraints.txt | 27 +++++++++++----------- requirements.txt | 10 ++------ test-requirements.txt | 3 +-- tox.ini | 17 +++++++------- watcher_dashboard/api/watcher.py | 5 +++- watcher_dashboard/content/action_plans/tables.py | 6 ++--- watcher_dashboard/content/actions/tables.py | 6 ++--- watcher_dashboard/content/audit_templates/forms.py | 2 +- watcher_dashboard/content/audit_templates/views.py | 2 +- watcher_dashboard/content/audits/forms.py | 7 +++++- watcher_dashboard/content/audits/tables.py | 10 +++++--- watcher_dashboard/content/audits/views.py | 4 ++-- watcher_dashboard/test/helpers.py | 4 ---- watcher_dashboard/test/settings.py | 2 ++ 18 files changed, 69 insertions(+), 64 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3a7aac0..9375138 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -# Horizon Core Requirements -Django<2.0,>=1.11 # BSD -django-compressor>=2.0 # MIT -httplib2>=0.9.1 # MIT -python-keystoneclient>=3.8.0 # Apache-2.0 -PyYAML>=3.12 # MIT @@ -13 +7 @@ PyYAML>=3.12 # MIT -horizon>=13.0.0 # Apache-2.0 +horizon>=14.0.0.0b2 # Apache-2.0 @@ -15 +9 @@ horizon>=13.0.0 # Apache-2.0 -# Watcher-specific requirements +PyYAML>=3.12 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 5ee03a7..b495449 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,2 +10 @@ mock>=2.0.0 # BSD -mox3>=0.20.0 # Apache-2.0 -nose-exclude>=0.3.0 # LGPL +nose-exclude>=0.5.0 # LGPL
participants (1)
-
no-reply@openstack.org