[new][sahara] sahara-dashboard 4.1.0 release (mitaka)
We are pleased to announce the release of: sahara-dashboard 4.1.0: Sahara Management Dashboard This release is part of the mitaka stable release series. For more details, please see below. 4.1.0 ^^^^^ Other Notes * Start using reno for release notes management. Changes in sahara-dashboard 4.0.1..4.1.0 ---------------------------------------- 849cbe8 Imported Translations from Zanata 4dcd593 Imported Translations from Zanata 492c7ca Fix job and data sources time values 08af5a9 Fix time values of cluster provision steps 75da6ea fix sahara-dashboard translation job 395c4ee Updated from global requirements 99ed979 Start using reno for release notes f1933d8 fix integration tests Diffstat (except docs and test files) ------------------------------------- releasenotes/notes/.placeholder | 0 .../notes/start-using-reno-c29d489e7e7dafc9.yaml | 3 + releasenotes/source/_static/.placeholder | 0 releasenotes/source/_templates/.placeholder | 0 releasenotes/source/conf.py | 259 +++++++++++++++++++++ releasenotes/source/index.rst | 8 + releasenotes/source/unreleased.rst | 5 + requirements.txt | 1 + .../data_processing/clusters/clusters/views.py | 3 +- .../jobs/templates/data_sources/_details.html | 2 +- .../jobs/templates/jobs/_details.html | 8 +- .../data_processing/jobs/templatetags/__init__.py | 16 ++ .../data_processing/data_processing.event_log.js | 2 +- .../content/data_processing/utils/helpers.py | 36 ++- .../locale/en_GB/LC_MESSAGES/djangojs.po | 90 +++++++ .../locale/zh_CN/LC_MESSAGES/django.po | 92 +++----- sahara_dashboard/version.py | 18 ++ test-requirements.txt | 1 + tools/gate/integration/post_test_hook.sh | 6 + tools/pip_install.sh | 46 ++-- tox.ini | 3 + 21 files changed, 511 insertions(+), 88 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5f0f09f..d33fdd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,0 +17 @@ python-saharaclient>=0.13.0 # Apache-2.0 +pytz>=2013.6 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 9b3ac4f..51339a8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,0 +10 @@ discover # BSD +reno>=0.1.1 # Apache2
participants (1)
-
no-reply@openstack.org