[release-announce] trove-dashboard 11.0.0 (rocky)
no-reply at openstack.org
no-reply at openstack.org
Thu Aug 30 14:34:53 UTC 2018
We are tickled pink to announce the release of:
trove-dashboard 11.0.0: Trove Management Dashboard
This release is part of the rocky release series.
Download the package from:
https://tarballs.openstack.org/trove-dashboard/
For more details, please see below.
Changes in trove-dashboard 10.0.0..11.0.0
-----------------------------------------
9b7f3d9 Fix README syntax to meet PyPI requirements
06d17bc Finish removal of mox
ec6fa39 Drop mox from database_backups
bfac710 Mox removal for LogsTests
03c97ad Mox removal for ClustersTests
8585705 Mox removal for DatabaseTests
6e2cdf9 Mox removal for DatabaseConfigurationsTests
ddaf102 Django 2.0 support
c72296e Cleanup requirements
9ade659 Remove table UpdateAction and declare mox dependency
39aec67 Imported Translations from Zanata
721da6a Avoid using hasattr() on troveclient resources for py3 porting
e5f0020 Use for loop instead of map to modify iterables
996e134 Fix str and dict usages in unittests for Python3
aa4eba3 Avoid tox-install.sh
a5cc40f Fix binascii hexlify under Python 3
d8b0e42 Imported Translations from Zanata
3d6c141 Imported Translations from Zanata
5d6ddae Update reno for stable/queens
9f9d6b0 Imported Translations from Zanata
Diffstat (except docs and test files)
-------------------------------------
README.rst | 30 +-
.../notes/django20-support-fd32553ded354e56.yaml | 7 +
releasenotes/source/index.rst | 1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 15 +-
.../source/locale/id/LC_MESSAGES/releasenotes.po | 10 +-
.../locale/ko_KR/LC_MESSAGES/releasenotes.po | 14 +-
.../locale/zh_CN/LC_MESSAGES/releasenotes.po | 6 +-
releasenotes/source/queens.rst | 6 +
requirements.txt | 7 +-
test-requirements.txt | 3 +-
tools/tox_install.sh | 65 --
tox.ini | 24 +-
trove_dashboard/content/database_backups/tables.py | 2 +-
trove_dashboard/content/database_backups/views.py | 2 +-
trove_dashboard/content/database_clusters/forms.py | 37 +-
.../content/database_clusters/tables.py | 18 +-
trove_dashboard/content/database_clusters/views.py | 7 +-
.../content/database_configurations/forms.py | 8 +-
.../content/database_configurations/tables.py | 67 +-
.../content/database_configurations/views.py | 4 +-
trove_dashboard/content/databases/forms.py | 18 +-
trove_dashboard/content/databases/logs/tables.py | 6 +-
trove_dashboard/content/databases/logs/views.py | 5 +-
trove_dashboard/content/databases/tables.py | 36 +-
trove_dashboard/content/databases/tabs.py | 8 +-
trove_dashboard/content/databases/urls.py | 2 +-
trove_dashboard/content/databases/views.py | 7 +-
.../content/databases/workflows/create_instance.py | 20 +-
trove_dashboard/locale/en_GB/LC_MESSAGES/django.po | 6 +-
.../locale/en_GB/LC_MESSAGES/djangojs.po | 8 +-
trove_dashboard/locale/fr/LC_MESSAGES/django.po | 18 +-
trove_dashboard/locale/ko_KR/LC_MESSAGES/django.po | 6 +-
.../locale/ko_KR/LC_MESSAGES/djangojs.po | 8 +-
trove_dashboard/locale/pt_BR/LC_MESSAGES/django.po | 6 +-
.../locale/pt_BR/LC_MESSAGES/djangojs.po | 8 +-
trove_dashboard/locale/tr_TR/LC_MESSAGES/django.po | 6 +-
.../locale/tr_TR/LC_MESSAGES/djangojs.po | 8 +-
trove_dashboard/locale/zh_CN/LC_MESSAGES/django.po | 6 +-
.../locale/zh_CN/LC_MESSAGES/djangojs.po | 8 +-
trove_dashboard/test/helpers.py | 35 +-
trove_dashboard/utils/__init__.py | 0
trove_dashboard/utils/common.py | 38 +
47 files changed, 1430 insertions(+), 1430 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index e801619..7520cab 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,5 +5,0 @@ pbr>=1.6
-# Horizon Core Requirements
-Babel>=1.3
-Django<1.9,>=1.8
-django-compressor>=1.4
-iso8601>=0.1.9
@@ -12 +6,0 @@ oslo.log>=3.30.0 # Apache-2.0
-python-keystoneclient!=1.8.0,>=1.6.0
@@ -14,0 +9 @@ python-troveclient>=1.2.0
+horizon>=13.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7c8c099..da25c1a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +9,0 @@ mock>=1.2
-mox3>=0.7.0
@@ -12 +11 @@ python-subunit>=0.0.18
-selenium
+selenium>=2.50.1 # Apache-2.0
More information about the Release-announce
mailing list