We eagerly announce the release of: zaqar-ui 4.0.0: Zaqar User Interface This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/zaqar-ui Download the package from: https://tarballs.openstack.org/zaqar-ui/ Please report issues through launchpad: https://bugs.launchpad.net/zaqar-ui For more details, please see below. Changes in zaqar-ui 3.0.0..4.0.0 -------------------------------- ffa0c5d Imported Translations from Zanata 25694b8 Imported Translations from Zanata 060aa60 Imported Translations from Zanata 0f18900 Imported Translations from Zanata 800e8ec Fix for Queens rc-1 9523d7b Imported Translations from Zanata f87579b Update old http links in docs bc2caab Updated from global requirements e5c3a17 Add .idea for pycharm into .gitignore aabd409 Updated from global requirements ed2e4bf Imported Translations from Zanata 516b289 Remove setting of version/release from releasenotes 3d13534 Updated from global requirements 4b5f082 Imported Translations from Zanata c6daad6 Imported Translations from Zanata 0fcb29f Imported Translations from Zanata 378f556 Fix Zaqar-ui with wrong reference pbr version b64960f Imported Translations from Zanata 4834b07 Updated from global requirements 3bb9ad7 Imported Translations from Zanata 89e908c Fix queue create/update without metadata modification 7a6d375 Fix js test 1ca7eca Imported Translations from Zanata d4b0383 Un-use 'scope' attribute for wizard modal service 9fb9727 Updated from global requirements bcd64ec Imported Translations from Zanata 75688a6 Update reno for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + README.rst | 8 +- package.json | 4 +- releasenotes/notes/queens-ae86cb21aebaadfd.yaml | 8 + releasenotes/source/conf.py | 11 +- releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 76 ++- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 97 +++- .../source/locale/fr/LC_MESSAGES/releasenotes.po | 45 ++ .../source/locale/id/LC_MESSAGES/releasenotes.po | 13 +- .../source/locale/ja/LC_MESSAGES/releasenotes.po | 23 +- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 45 ++ .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 135 ++++++ releasenotes/source/pike.rst | 6 + setup.cfg | 2 +- test-requirements.txt | 18 +- zaqar_ui/__init__.py | 3 +- zaqar_ui/karma.conf.js | 10 +- zaqar_ui/locale/de/LC_MESSAGES/djangojs.po | 54 ++- zaqar_ui/locale/en_GB/LC_MESSAGES/djangojs.po | 521 +++++++++++++++++++++ zaqar_ui/locale/fr/LC_MESSAGES/django.po | 18 +- zaqar_ui/locale/ko_KR/LC_MESSAGES/djangojs.po | 75 ++- zaqar_ui/locale/pt_BR/LC_MESSAGES/django.po | 31 ++ zaqar_ui/locale/pt_BR/LC_MESSAGES/djangojs.po | 504 ++++++++++++++++++++ zaqar_ui/locale/tr_TR/LC_MESSAGES/djangojs.po | 137 +++++- .../project/queues/actions/actions.module.js | 2 +- .../project/queues/actions/create-queue.service.js | 27 +- .../queues/actions/create-subscription.service.js | 13 +- .../queues/actions/list-message.controller.js | 6 +- .../queues/actions/list-message.controller.spec.js | 54 +++ .../project/queues/actions/list-message.spec.js | 53 --- .../project/queues/actions/signed-url.service.js | 78 +-- .../project/queues/actions/update-queue.service.js | 23 +- .../queue-details/queue-details.controller.js | 28 +- .../queue-metadata/queue-metadata.controller.js | 8 +- .../steps/subscription/subscription.controller.js | 31 +- 36 files changed, 1901 insertions(+), 268 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 11193ff..a3f787d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,2 +14,2 @@ django-nose>=1.4.4 # BSD -mock>=2.0 # BSD -mox3!=0.19.0,>=0.7.0 # Apache-2.0 +mock>=2.0.0 # BSD +mox3>=0.20.0 # Apache-2.0 @@ -17,2 +17,2 @@ nodeenv>=0.9.4 # BSD -nose # LGPL -nose-exclude # LGPL +nose>=1.3.7 # LGPL +nose-exclude>=0.3.0 # LGPL @@ -20 +20 @@ nosehtmloutput>=0.0.3 # Apache-2.0 -nosexcover # BSD +nosexcover>=1.0.10 # BSD @@ -22,2 +22,2 @@ openstack.nose-plugin>=0.7 # Apache-2.0 -openstackdocstheme>=1.16.0 # Apache-2.0 -reno!=2.3.1,>=1.8.0 # Apache-2.0 +openstackdocstheme>=1.18.1 # Apache-2.0 +reno>=2.5.0 # Apache-2.0 @@ -25,2 +25,2 @@ selenium>=2.50.1 # Apache-2.0 -sphinx>=1.6.2 # BSD -testtools>=1.4.0 # MIT +sphinx!=1.6.6,>=1.6.2 # BSD +testtools>=2.2.0 # MIT