[sahara] sahara-dashboard 6.0.0 (ocata)
We are glad to announce the release of: sahara-dashboard 6.0.0: Sahara Management Dashboard This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/sahara-dashboard/ For more details, please see below. Changes in sahara-dashboard 5.0.0.0rc1..6.0.0 --------------------------------------------- dccee66 Updated from global requirements 1a2e853 Imported Translations from Zanata c4a0a6a Updated from global requirements 9ad23c4 Updated from global requirements 21ca6c2 Updated from global requirements a06fd15 Remove support for py33 3cc9381 Remove useless iso8601 requirements 03dffdb Updated from global requirements 0d15f0e Switch to oslo_log cfc7a0d Imported Translations from Zanata 4e7680a Make plugin version orderly in version list 978718a Add Constraints support 694a85c Add licensing info in source file. 9df0d48 Updated from global requirements 3d7ed54 Show team and repo badges on README 35dd26c fix unit tests for sahara-dashboard 632c528 Imported Translations from Zanata a04f34b Refactor some dict generators in sahara.py file fab415a Remove unneded script from tools 538dfcd Imported Translations from Zanata 1f2dd3d Remove some debugging artifacts from file b0983e7 Updated from global requirements fd61b98 Updated from global requirements 69c954e Imported Translations from Zanata 26da3f6 Imported Translations from Zanata bde2e5a fix error redirecting of image-register b8d1f8e Imported Translations from Zanata 23b9d81 Imported Translations from Zanata a5efe49 Updated from global requirements 24a09e7 Imported Translations from Zanata 186487b Updated from global requirements 8a2a3e0 Remove unnessesary js code for hidden nav in workflows 218702a Imported Translations from Zanata 35035c1 Fix invalid links in detailed pages 38f5ccc Enable release notes translation a446429 Do not make project depends on Babel by default 01a7a28 Trival: Update home-page 654542d Updated from global requirements bf01a86 Updated from global requirements 1305903 Imported Translations from Zanata 3ad466f Add Apache 2.0 license to source file 6dcdb44 Fix typo: Storm Pyelus -> Storm Pyleus aff44ff Imported Translations from Zanata 3a7ef16 Allow translators to control word order in templates (again) 348478e Imported Translations from Zanata 1f507c3 Allow translators to control word order in templates 6deb3c5 Fix gate jobs 0b7cd03 Imported Translations from Zanata b05932f Update reno for stable/newton 4a44a7a Add "Register Image" step to cluster creation guide a4f83d0 TrivialFix: Remove logging import unused Diffstat (except docs and test files) ------------------------------------- README.rst | 9 + releasenotes/source/conf.py | 3 + releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 54 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 30 - .../source/locale/fr/LC_MESSAGES/releasenotes.po | 55 + .../source/locale/id/LC_MESSAGES/releasenotes.po | 54 + .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 15 +- .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 10 +- releasenotes/source/newton.rst | 6 + requirements.txt | 15 +- sahara_dashboard/api/__init__.py | 13 + sahara_dashboard/api/manila.py | 2 +- sahara_dashboard/api/sahara.py | 8 +- .../clusters/cluster_templates/tabs.py | 2 +- .../data_processing/clusters/clusters/tabs.py | 2 +- .../clusters/clusters/workflows/update.py | 4 - .../clusters/image_registry/forms.py | 3 +- .../clusters/image_registry/tabs.py | 4 - .../clusters/image_registry/views.py | 7 +- .../clusters/nodegroup_templates/tabs.py | 2 +- .../nodegroup_templates/workflows/create.py | 2 +- .../_config_domain_names_help.html | 4 +- .../cluster_templates/_configure_general_help.html | 6 +- .../templates/cluster_templates/_details.html | 2 +- .../templates/cluster_wizard/cluster_guide.html | 16 + .../clusters/templates/clusters/index.html | 21 - .../templates/image_registry/_register_image.html | 2 +- .../_configure_general_help.html | 6 +- .../content/data_processing/clusters/urls.py | 3 + .../data_processing/clusters/wizard/forms.py | 4 +- .../data_processing/clusters/wizard/views.py | 13 + .../content/data_processing/data_plugins/tabs.py | 2 +- .../data_processing/jobs/data_sources/tabs.py | 2 +- .../data_processing/jobs/job_binaries/tabs.py | 2 +- .../data_processing/jobs/job_templates/tabs.py | 2 +- .../content/data_processing/jobs/jobs/tabs.py | 2 +- .../jobs/templates/job_templates/_details.html | 4 +- .../jobs/templates/jobs/_details.html | 2 +- .../data_processing/jobs/templates/jobs/index.html | 18 - .../content/data_processing/utils/helpers.py | 2 +- .../data_processing/utils/workflow_helpers.py | 8 +- .../enabled/_1810_data_processing_panel_group.py | 11 + sahara_dashboard/locale/cs/LC_MESSAGES/django.po | 100 +- sahara_dashboard/locale/de/LC_MESSAGES/django.po | 209 +- sahara_dashboard/locale/de/LC_MESSAGES/djangojs.po | 13 +- sahara_dashboard/locale/fr/LC_MESSAGES/django.po | 201 +- sahara_dashboard/locale/fr/LC_MESSAGES/djangojs.po | 10 +- sahara_dashboard/locale/id/LC_MESSAGES/django.po | 2077 ++++++++++++++++++++ sahara_dashboard/locale/id/LC_MESSAGES/djangojs.po | 95 + sahara_dashboard/locale/ja/LC_MESSAGES/django.po | 140 +- .../locale/ko_KR/LC_MESSAGES/django.po | 57 +- sahara_dashboard/locale/ru/LC_MESSAGES/django.po | 149 +- sahara_dashboard/locale/ru/LC_MESSAGES/djangojs.po | 12 +- .../locale/zh_CN/LC_MESSAGES/django.po | 57 +- sahara_dashboard/test/test_data/utils.py | 2 - setup.cfg | 3 +- test-requirements.txt | 10 +- tools/clean_enabled_files.py | 45 - tools/gate/integration/post_test_hook.sh | 1 - tools/gate/integration/pre_test_hook.sh | 2 + tools/install_venv.py | 9 +- tools/pip_install.sh | 66 - tools/tox_install.sh | 85 + tools/with_venv.sh | 3 + tox.ini | 5 +- 71 files changed, 3467 insertions(+), 385 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 839b843..ea5b1d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.6 # Apache-2.0 +pbr>=1.8 # Apache-2.0 @@ -7 +6,0 @@ pbr>=1.6 # Apache-2.0 -Babel>=2.3.4 # BSD @@ -10,2 +9,2 @@ django-compressor>=2.0 # MIT -django-openstack-auth>=2.4.0 # Apache-2.0 -iso8601>=0.1.11 # MIT +django-openstack-auth>=3.1.0 # Apache-2.0 +oslo.log>=3.11.0 # Apache-2.0 @@ -13,2 +12,2 @@ python-designateclient>=1.5.0 # Apache-2.0 -python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 -python-manilaclient>=1.10.0 # Apache-2.0 +python-keystoneclient>=3.8.0 # Apache-2.0 +python-manilaclient>=1.12.0 # Apache-2.0 @@ -16,2 +15,2 @@ python-neutronclient>=5.1.0 # Apache-2.0 -python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 -python-saharaclient>=0.18.0 # Apache-2.0 +python-novaclient!=7.0.0,>=6.0.0 # Apache-2.0 +python-saharaclient>=1.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7e5608f..ca69e6c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking<0.11,>=0.10.0 -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -9 +9 @@ django-nose>=1.4.4 # BSD -reno>=1.8.0 # Apache2 +reno>=1.8.0 # Apache-2.0 @@ -11 +11 @@ mock>=2.0 # BSD -mox3>=0.7.0 # Apache-2.0 +mox3!=0.19.0,>=0.7.0 # Apache-2.0 @@ -16,2 +16,2 @@ selenium>=2.50.1 # Apache-2.0 -sphinx!=1.3b1,<1.3,>=1.2.1 # BSD -oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +oslosphinx>=4.7.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org