[watcher] watcher-dashboard 1.3.0 (pike)
We are thrilled to announce the release of: watcher-dashboard 1.3.0: Watcher Management Dashboard This release is part of the pike 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.2.0..1.3.0 ----------------------------------------- 7015a03 Updated from global requirements eeeb3ef Update docs to the new standards 4bbc0d1 Remove load url from future and fix gate bb3f781 Add DS_Store to gitignore cbfa8bf switch to openstackdocstheme 69169a9 Add rm to whitelist_externals in tox.ini 6bc2801 Fix watcher-dashboard deployment error Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 + devstack/local.conf.example | 2 + devstack/settings | 2 - releasenotes/source/conf.py | 15 +- requirements.txt | 2 +- test-requirements.txt | 6 +- tox.ini | 2 + watcher_dashboard/api/watcher.py | 2 +- .../infra_optim/_performance_chart_box.html | 1 - .../action_plans/_details_overview.html | 1 - .../templates/infra_optim/action_plans/index.html | 1 - .../templates/infra_optim/actions/index.html | 1 - .../infra_optim/actions_history/index.html | 1 - .../infra_optim/audit_templates/index.html | 1 - .../templates/infra_optim/audits/index.html | 1 - .../templates/infra_optim/goals/index.html | 1 - .../templates/infra_optim/strategies/index.html | 1 - watcher_dashboard/test/helpers.py | 485 +-------------------- watcher_dashboard/test/settings.py | 229 +--------- watcher_dashboard/test/test_data/watcher_data.py | 7 + 28 files changed, 303 insertions(+), 854 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4dc84ee..acf8cf6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Django<1.10,>=1.8 # BSD +Django<2.0,>=1.8 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index d89c6d4..804e464 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -24,3 +24,3 @@ xvfbwrapper>=0.1.3 #license: MIT -oslosphinx>=4.7.0 # Apache-2.0 -sphinx!=1.6.1,>=1.5.1 # BSD -reno>=1.8.0 # Apache-2.0 +openstackdocstheme>=1.11.0 # Apache-2.0 +sphinx>=1.6.2 # BSD +reno!=2.3.1,>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org