sahara-dashboard 10.0.0 (stein)
We are delighted to announce the release of: sahara-dashboard 10.0.0: Sahara Management Dashboard This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/sahara-dashboard Download the package from: https://tarballs.openstack.org/sahara-dashboard/ Please report issues through: https://bugs.launchpad.net/sahara/+bugs For more details, please see below. Changes in sahara-dashboard 9.0.0.0rc1..10.0.0 ---------------------------------------------- 55f14de Bump python-saharaclient lower bound to 2.2.0 6596185 Overhaul of the unit test jobs and tox environments 29c0205 Sync APIv2 changes into dashboard bd66017 Native Zuul v3 dashboard-integration test 268febe Imported Translations from Zanata f8649ba Increasing max number fields 07823ed Imported Translations from Zanata c2cb8df Use template for lower-constraints 6733240 Few python3 (and 3.6) compatibility improvements 25a20db fix the outdate link d06243b Update devel info: mailing list dfe8a7d Increment versioning with pbr instruction a5cc5df Imported Translations from Zanata 42ead11 Imported Translations from Zanata 1a026b6 Imported Translations from Zanata d2fc81c Remove dead code 72a6a7a Switch test runner to django default runner 1999c15 switch documentation job to new PTI 97ec8d4 import zuul job settings from project-config 229699f Imported Translations from Zanata 07d55a9 Update reno for stable/rocky Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 55 ++- babel-djangojs.cfg | 2 +- bindep.txt | 9 + devstack/plugin.sh | 2 +- lower-constraints.txt | 5 +- playbooks/sahara-dashboard-integration/pre.yaml | 8 + playbooks/sahara-dashboard-integration/run.yaml | 13 + .../increase-max-fields-91b921991f1e8978.yaml | 5 + .../more-apiv2-features-7e02b39be1b875fd.yaml | 12 + releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 25 +- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 11 +- .../source/locale/id/LC_MESSAGES/releasenotes.po | 25 +- releasenotes/source/rocky.rst | 6 + requirements.txt | 8 +- .../defaults/main.yaml | 4 + .../files/fake_config.json | 7 + .../tasks/main.yaml | 10 + .../setup-sahara-ui-integration/defaults/main.yaml | 5 + .../files/legacy_panels.conf | 5 + roles/setup-sahara-ui-integration/tasks/main.yaml | 21 + sahara_dashboard/api/sahara.py | 39 +- .../clusters/nodegroup_templates/tabs.py | 8 +- .../nodegroup_templates/workflows/create.py | 76 ++- .../clusters/nodegroup_templates/workflows/edit.py | 15 +- .../templates/cluster_templates/_details.html | 4 + .../clusters/templates/clusters/_details.html | 4 + .../templates/nodegroup_templates/_details.html | 16 +- .../jobs/job_templates/workflows/launch.py | 12 +- .../content/data_processing/jobs/jobs/tables.py | 14 +- .../content/data_processing/jobs/jobs/tabs.py | 6 +- .../jobs/templates/data_sources/_details.html | 4 + .../jobs/templates/job_binaries/_details.html | 4 + .../jobs/templates/job_templates/_details.html | 4 + .../jobs/templates/jobs/_details.html | 14 +- .../_12_toggle_data_upload_max_number_fields.py | 2 +- sahara_dashboard/locale/de/LC_MESSAGES/django.po | 59 ++- sahara_dashboard/locale/id/LC_MESSAGES/django.po | 59 ++- .../locale/ko_KR/LC_MESSAGES/django.po | 60 ++- sahara_dashboard/test/helpers.py | 4 - sahara_dashboard/test/settings.py | 2 - setup.cfg | 3 +- test-requirements.txt | 2 - tox.ini | 41 +- 48 files changed, 613 insertions(+), 617 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a03fbb2..8a26dca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -# Horizon Core Requirements -Django<2,>=1.11;python_version<'3.0' # BSD -Django<2.1,>=1.11;python_version>='3.0' # BSD -django-compressor>=2.0 # MIT @@ -18 +14 @@ python-novaclient>=9.1.0 # Apache-2.0 -python-saharaclient>=2.0.0 # Apache-2.0 +python-saharaclient>=2.2.0 # Apache-2.0 @@ -21 +17 @@ pytz>=2013.6 # MIT -horizon>=14.0.0.0b2 # Apache-2.0 +horizon>=14.0.0.0b3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7c7d330..67e219d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +7,0 @@ ddt>=1.0.1 # MIT -django-nose>=1.4.4 # BSD @@ -11 +9,0 @@ netifaces>=0.10.4 # MIT -nose-exclude>=0.5.0 # LGPL
participants (1)
-
no-reply@openstack.org