[designate] designate-dashboard 6.0.0 (queens)
We exuberantly announce the release of: designate-dashboard 6.0.0: Designate Horizon UI bits This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/designate-dashboard/ For more details, please see below. Changes in designate-dashboard 5.0.0..6.0.0 ------------------------------------------- 697adb8 Imported Translations from Zanata 7b09cc4 Fixing v1 Dashboard 14862be Imported Translations from Zanata df33666 Update UPPER_CONSTRAINTS_FILE for stable/queens 0cda461 Update .gitreview for stable/queens 1fe8092 Zuul: Remove project name f42275d Updated from global requirements 54d8cde Updated from global requirements 20d49d9 Imported Translations from Zanata 2b5f6aa Use jobs from designate repo f4c44f7 Updated from global requirements 7ee32c0 Imported Translations from Zanata 17156fa Remove setting of version/release from releasenotes 529c097 Updated from global requirements 25a797f Drop django_openstack_auth from requirements.txt 6213e75 Imported Translations from Zanata 354b116 Imported Translations from Zanata d948bd6 Updated from global requirements 2a96ade Updated from global requirements a750ac7 Fix viewing detail resources 8a5db29 Updated from global requirements 515629a Imported Translations from Zanata ae54dd1 AngularJS unittest with Jasmine and Karma 7566b6b Imported Translations from Zanata 07cbe9b Updated from global requirements 4d114ae Updated from global requirements 6faa6e6 Imported Translations from Zanata e060fd0 Update reno for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 + .gitreview | 1 + .zuul.yaml | 3 + README.rst | 17 +++ .../dashboards/project/dns_domains/tables.py | 57 +++++++-- .../templates/dns_domains/_update_domain.html | 1 - .../templates/dns_domains/_update_record.html | 1 - .../dashboards/project/dns_domains/urls.py | 7 +- .../dashboards/project/dns_domains/views.py | 3 +- designatedashboard/locale/cs/LC_MESSAGES/django.po | 32 +++-- designatedashboard/locale/de/LC_MESSAGES/django.po | 36 ++++-- .../locale/en_GB/LC_MESSAGES/django.po | 36 ++++-- designatedashboard/locale/es/LC_MESSAGES/django.po | 25 ++-- designatedashboard/locale/fr/LC_MESSAGES/django.po | 28 ++-- designatedashboard/locale/id/LC_MESSAGES/django.po | 30 +++-- designatedashboard/locale/ja/LC_MESSAGES/django.po | 22 ++-- .../locale/ko_KR/LC_MESSAGES/django.po | 25 +--- .../locale/pt_BR/LC_MESSAGES/django.po | 40 ++++-- designatedashboard/locale/ru/LC_MESSAGES/django.po | 13 +- .../locale/tr_TR/LC_MESSAGES/django.po | 13 +- .../locale/zh_CN/LC_MESSAGES/django.po | 13 +- .../os-designate-floatingip.module.js | 4 +- .../os-designate-recordset.module.js | 6 +- .../actions/actions.module.spec.js | 49 +++++++ .../os-designate-zone/os-designate-zone.module.js | 6 +- karma.conf.js | 141 +++++++++++++++++++++ package.json | 26 ++++ releasenotes/source/conf.py | 17 +-- releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 43 ------- .../source/locale/id/LC_MESSAGES/releasenotes.po | 42 ------ .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 43 ------- .../source/locale/ru/LC_MESSAGES/releasenotes.po | 37 ------ .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 42 ------ releasenotes/source/pike.rst | 6 + requirements.txt | 4 +- test-requirements.txt | 21 ++- test-shim.js | 110 ++++++++++++++++ tox.ini | 2 +- 39 files changed, 590 insertions(+), 415 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5cb33fb..06a5785 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -oslo.log>=3.22.0 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 @@ -7 +7 @@ Babel!=2.4.0,>=2.3.4 # BSD -python-designateclient>=1.5.0 # Apache-2.0 +python-designateclient>=2.7.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b8e2bc4..10233e4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0 # BSD +mock>=2.0.0 # BSD @@ -9,2 +9,2 @@ mox>=0.5.3 # Apache-2.0 -mox3!=0.19.0,>=0.7.0 # Apache-2.0 -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 +mox3>=0.20.0 # Apache-2.0 +oslo.config>=5.1.0 # Apache-2.0 @@ -13,6 +13,6 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT -unittest2 # BSD -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.16.0 # Apache-2.0 -reno!=2.3.1,>=1.8.0 # Apache-2.0 -nose # LGPL +testtools>=2.2.0 # MIT +unittest2>=1.1.0 # BSD +sphinx!=1.6.6,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 +reno>=2.5.0 # Apache-2.0 +nose>=1.3.7 # LGPL @@ -22 +22 @@ django-nose>=1.4.4 # BSD -nosexcover # BSD +nosexcover>=1.0.10 # BSD @@ -27 +26,0 @@ django-compressor>=2.0 # MIT -django-openstack-auth>=3.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org