We are stoked to announce the release of: heat-dashboard 1.5.0: Heat Management Dashboard This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/heat-dashboard Download the package from: https://tarballs.openstack.org/heat-dashboard/ Please report issues through launchpad: https://storyboard.openstack.org/#!/project/openstack/heat- dashboard For more details, please see below. Changes in heat-dashboard 1.4.0..1.5.0 -------------------------------------- d3bee9e Imported Translations from Zanata 1703721 Add python 3.6 unit test job e4a8ab4 Add heat-dashboard integration tests d17cae6 Fix gate failures by a new pycodestyle e952fd0 Use template for lower-constraints 4959410 fix bug link in readme 0b356fd Change openstack-dev to openstack-discuss 840f572 Imported Translations from Zanata c3665d1 switch documentation job to new PTI 55537b6 import zuul job settings from project-config fbbd58a Remove mox3 completely 97436c8 Imported Translations from Zanata 4977e37 Update reno for stable/rocky Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 36 +++++- README.rst | 4 +- bindep.txt | 5 + heat_dashboard/locale/zh_CN/LC_MESSAGES/django.po | 9 +- heat_dashboard/test/helpers.py | 75 +---------- heat_dashboard/test/integration/__init__.py | 0 heat_dashboard/test/integration/horizon.conf | 5 + heat_dashboard/test/integration/pages/__init__.py | 0 .../test/integration/pages/project/__init__.py | 0 .../pages/project/orchestration/__init__.py | 0 .../project/orchestration/resourcetypespage.py | 21 ++++ .../pages/project/orchestration/stackspage.py | 21 ++++ .../project/orchestration/templategeneratorpage.py | 21 ++++ .../project/orchestration/templateversionspage.py | 21 ++++ heat_dashboard/test/integration/test_basic.py | 41 ++++++ lower-constraints.txt | 11 +- releasenotes/source/index.rst | 1 + .../source/locale/cs/LC_MESSAGES/releasenotes.po | 18 +++ .../source/locale/de/LC_MESSAGES/releasenotes.po | 2 +- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 2 +- .../source/locale/es/LC_MESSAGES/releasenotes.po | 21 ++++ .../source/locale/fr/LC_MESSAGES/releasenotes.po | 22 ++++ .../source/locale/id/LC_MESSAGES/releasenotes.po | 2 +- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 2 +- .../locale/pt_BR/LC_MESSAGES/releasenotes.po | 2 +- .../source/locale/ru/LC_MESSAGES/releasenotes.po | 22 ++++ .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 25 ++++ releasenotes/source/rocky.rst | 6 + setup.cfg | 2 +- test-requirements.txt | 5 +- tox.ini | 13 +- 36 files changed, 395 insertions(+), 176 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index c820e33..6b198da 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +15,0 @@ mock>=2.0.0 # BSD -mox3>=0.20.0 # Apache-2.0 @@ -18,0 +18,4 @@ testtools>=2.2.0 # MIT + +# integration tests requirements +selenium>=2.50.1 # Apache-2.0 +xvfbwrapper>=0.1.3 #license: MIT
participants (1)
-
no-reply@openstack.org