[release-announce] [trove] trove-dashboard 10.0.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Feb 28 11:44:22 UTC 2018


We enthusiastically announce the release of:

trove-dashboard 10.0.0: Trove Management Dashboard

This release is part of the queens release series.

Download the package from:

    https://tarballs.openstack.org/trove-dashboard/

For more details, please see below.

Changes in trove-dashboard 9.0.0..10.0.0
----------------------------------------

bd33e73 Imported Translations from Zanata
9fcae19 Imported Translations from Zanata
e50209a Deprecated error method
a09e33d Imported Translations from Zanata
19308d6 Remove empty files
153ec8c Imported Translations from Zanata
683bcdc Imported Translations from Zanata
8b9f5ca Fix the url of trove project
c0871b8 Switch to oslo_log
8131d25 Remove the redundant attributes
c3f15f0 Add "*.swp" to ".gitignore" file
1109603 Remove empty files
2aeba36 Update the documentation link for doc migration
ac30be5 Fix users page display error
5b5cf85 Add host to user access show title
5a49039 Fix incorrect example of mysql connection
596c600 Fix import heat_data error for tests
de66200 Align tox_install.sh with other projects
47c2b79 Imported Translations from Zanata
63b3467 Imported Translations from Zanata
a84ea10 Remove setting of version/release from releasenotes
8c52122 Drop django_openstack_auth from requirements.txt
78087f0 Imported Translations from Zanata
56d8502 Fix leak of password info in logs.
2204337 Fix unstable test case
7662a44 Switch from oslosphinx to openstackdocstheme
100229f Imported Translations from Zanata
49f316e Fix to use . to source script files
b4ebbba Using assertIsNone() instead of assertEqual(None)
9a2c912 Update reno for stable/pike
66b8268 Restrict launch fields when restoring from backup


Diffstat (except docs and test files)
-------------------------------------

.gitignore                                         |    1 +
CONTRIBUTING.rst                                   |    6 +-
HACKING.rst                                        |    2 +-
README.rst                                         |    6 +-
...ds-on-restore-from-backup-8a32174e27f185dc.yaml |    6 +
releasenotes/source/conf.py                        |   23 +-
releasenotes/source/index.rst                      |    1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |   65 +-
.../source/locale/fr/LC_MESSAGES/releasenotes.po   |   15 +-
.../source/locale/id/LC_MESSAGES/releasenotes.po   |   24 +-
.../locale/ko_KR/LC_MESSAGES/releasenotes.po       |   15 +-
.../locale/zh_CN/LC_MESSAGES/releasenotes.po       |   12 +-
releasenotes/source/pike.rst                       |    6 +
requirements.txt                                   |    2 +-
setup.cfg                                          |    2 +-
test-requirements.txt                              |    4 +-
tools/pip_install.sh                               |   52 -
tools/tox_install.sh                               |   65 +
tools/with_venv.sh                                 |    2 +-
tox.ini                                            |   10 +-
trove_dashboard/api/trove.py                       |    3 +-
.../database_backups/workflows/create_backup.py    |    3 +-
trove_dashboard/content/database_clusters/forms.py |    2 +-
.../content/database_clusters/tables.py            |    3 +-
.../database_clusters/_detail_overview_mysql.html  |    3 +-
trove_dashboard/content/database_clusters/views.py |    2 +-
.../content/database_configurations/forms.py       |    3 +-
trove_dashboard/content/databases/tables.py        |    7 +-
trove_dashboard/content/databases/tabs.py          |    4 +-
trove_dashboard/content/databases/views.py         |    4 +-
.../content/databases/workflows/create_instance.py |   47 +-
.../_1731_project_database_backups_panel.py        |    5 +-
trove_dashboard/locale/cs/LC_MESSAGES/django.po    |    7 +-
trove_dashboard/locale/de/LC_MESSAGES/django.po    |   21 +-
trove_dashboard/locale/en_GB/LC_MESSAGES/django.po | 1480 ++++++++++++++++++++
trove_dashboard/locale/fr/LC_MESSAGES/django.po    |    7 +-
trove_dashboard/locale/id/LC_MESSAGES/django.po    |   10 +-
trove_dashboard/locale/ja/LC_MESSAGES/django.po    |    7 +-
trove_dashboard/locale/ko_KR/LC_MESSAGES/django.po |   13 +-
trove_dashboard/locale/pt_BR/LC_MESSAGES/django.po |  476 ++++++-
.../locale/pt_BR/LC_MESSAGES/djangojs.po           |   40 +
trove_dashboard/locale/ru/LC_MESSAGES/django.po    |    7 +-
trove_dashboard/locale/tr_TR/LC_MESSAGES/django.po |    7 +-
trove_dashboard/locale/zh_CN/LC_MESSAGES/django.po |   13 +-
.../core/openstack-service-api/trove.service.js    |    2 +-
.../dashboard/project/ngbackups/backups.scss       |    0
.../ngbackups/table/table.controller.spec.js       |    0
trove_dashboard/test/settings.py                   |   10 +
trove_dashboard/test/test_data/trove_data.py       |   15 +
trove_dashboard/test/test_data/utils.py            |    2 -
52 files changed, 2401 insertions(+), 193 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 235d709..e801619 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +9,0 @@ django-compressor>=1.4
-django-openstack-auth>=2.0.0
@@ -11,0 +11 @@ iso8601>=0.1.9
+oslo.log>=3.30.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 5425992..7c8c099 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,2 +13,2 @@ selenium
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.17.0 # Apache-2.0






More information about the Release-announce mailing list