We contentedly announce the release of: designate-dashboard 9.0.0: Designate Horizon UI bits This release is part of the train release series. The source is available from: https://opendev.org/openstack/designate-dashboard Download the package from: https://tarballs.openstack.org/designate-dashboard/ Please report issues through: https://bugs.launchpad.net/designate-dashboard/+bugs For more details, please see below. Changes in designate-dashboard 8.0.0..9.0.0 ------------------------------------------- 410e069 Imported Translations from Zanata 2f52379 Update the constraints url 2fca073 Cleanup release notes 7fbd354 Fix releasenotes index page c91f3d5 Swith nodejs10 jobs to voting 7ee5c1e Add release-note-job to designate-dashboard fe68f0f Removed deprecated v1 api dashboard 9fecedf Sync Sphinx requirement 7f9f3a4 Add Python 3 Train unit tests 858de8f Fix broken tests 79d110e Imported Translations from Zanata ff27685 Imported Translations from Zanata 8693d3e Changes for url transition to OpenDev 10a031f OpenDev Migration Patch 0d41b86 Dropping the py35 testing ce14d95 Drop nodejs4 job 96be803 Update master for stable/stein de820f6 Add nodejs10 jobs on bionic. Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 8 +- HACKING.rst | 2 +- README.rst | 6 +- designatedashboard/api/__init__.py | 1 - designatedashboard/api/designate.py | 171 ------- .../dashboards/project/dns_domains/__init__.py | 0 .../dashboards/project/dns_domains/forms.py | 549 --------------------- .../dashboards/project/dns_domains/panel.py | 26 - .../dashboards/project/dns_domains/tables.py | 265 ---------- .../templates/dns_domains/_create_domain.html | 38 -- .../templates/dns_domains/_create_record.html | 37 -- .../templates/dns_domains/_domain_detail.html | 32 -- .../templates/dns_domains/_record_detail.html | 36 -- .../templates/dns_domains/_update_domain.html | 35 -- .../templates/dns_domains/_update_record.html | 8 - .../templates/dns_domains/create_domain.html | 11 - .../templates/dns_domains/create_record.html | 11 - .../templates/dns_domains/domain_detail.html | 11 - .../dns_domains/templates/dns_domains/index.html | 11 - .../templates/dns_domains/prefix_field_style.html | 4 - .../templates/dns_domains/prefix_html_widget.html | 2 - .../templates/dns_domains/record_detail.html | 11 - .../dns_domains/templates/dns_domains/records.html | 32 -- .../templates/dns_domains/update_domain.html | 11 - .../templates/dns_domains/update_record.html | 11 - .../dashboards/project/dns_domains/urls.py | 51 -- .../dashboards/project/dns_domains/utils.py | 20 - .../dashboards/project/dns_domains/views.py | 243 --------- .../enabled/_1720_project_dns_panel.py | 36 -- designatedashboard/locale/cs/LC_MESSAGES/django.po | 279 +---------- designatedashboard/locale/de/LC_MESSAGES/django.po | 323 +----------- .../locale/en_GB/LC_MESSAGES/django.po | 323 +----------- designatedashboard/locale/es/LC_MESSAGES/django.po | 275 +---------- designatedashboard/locale/fr/LC_MESSAGES/django.po | 314 +----------- designatedashboard/locale/id/LC_MESSAGES/django.po | 315 +----------- designatedashboard/locale/ja/LC_MESSAGES/django.po | 266 +--------- .../locale/ko_KR/LC_MESSAGES/django.po | 301 +---------- designatedashboard/locale/ne/LC_MESSAGES/django.po | 21 + .../locale/pt_BR/LC_MESSAGES/django.po | 324 +----------- designatedashboard/locale/ru/LC_MESSAGES/django.po | 272 +--------- .../locale/tr_TR/LC_MESSAGES/django.po | 267 +--------- .../locale/zh_CN/LC_MESSAGES/django.po | 304 +----------- releasenotes/notes/.placeholder | 0 .../removed-v1-dashboard-56d4697d57baef09.yaml | 4 + releasenotes/source/conf.py | 6 +- releasenotes/source/index.rst | 11 +- .../source/locale/cs/LC_MESSAGES/releasenotes.po | 45 -- .../source/locale/de/LC_MESSAGES/releasenotes.po | 36 +- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 52 -- .../source/locale/fr/LC_MESSAGES/releasenotes.po | 50 -- .../source/locale/id/LC_MESSAGES/releasenotes.po | 53 -- .../source/locale/ja/LC_MESSAGES/releasenotes.po | 45 -- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 55 --- .../locale/pt_BR/LC_MESSAGES/releasenotes.po | 55 --- .../source/locale/ru/LC_MESSAGES/releasenotes.po | 37 -- .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 42 -- releasenotes/source/mitaka.rst | 6 - releasenotes/source/newton.rst | 6 - releasenotes/source/ocata.rst | 6 - releasenotes/source/pike.rst | 6 - releasenotes/source/queens.rst | 6 - releasenotes/source/rocky.rst | 6 - setup.cfg | 3 +- test-requirements.txt | 3 +- tox.ini | 8 +- 72 files changed, 114 insertions(+), 6419 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 67ad24f..f772b1f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +13,2 @@ unittest2>=1.1.0 # BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD