We are psyched to announce the release of: trove-dashboard 8.0.0: Trove Management Dashboard This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/trove-dashboard/ For more details, please see below. 8.0.0 ^^^^^ Bug Fixes * Enable cluster grow and shrink panels for pxc. * The current caching initializes the instance list for the grow cluster manager each time a new process would instantiate the manager. Changed to manager to only initialize on creation. Changes in trove-dashboard 7.0.0.0rc1..8.0.0 -------------------------------------------- 27e3dd2 Imported Translations from Zanata 56918bc Imported Translations from Zanata 066d786 Update UPPER_CONSTRAINTS_FILE for stable/ocata ec23f32 Update .gitreview for stable/ocata 9db7430 Imported Translations from Zanata b65ab82 Imported Translations from Zanata ab96a89 Imported Translations from Zanata 0985719 Imported Translations from Zanata caca9fa Delete the unused LOG code 0ad8436 Remove the redundant "required=True" 22eeee6 Imported Translations from Zanata 6657919 Use 'trimmed' for blocktrans in html page 0a32abc Imported Translations from Zanata 9021ae6 Imported Translations from Zanata fbc0b57 Imported Translations from Zanata 36a705f Enable pxc grow/shrink 10767f0 Fix grow cluster caching 61eb610 Update home-page in setup.cfg 0c9dab4 Fix Django 1.10 Compatibility 230a112 Add requirement for cross-process cache aecd970 Imported Translations from Zanata db411a5 Don't import ceilometer_data 913eb6e Show team and repo badges on README de0ecc1 Imported Translations from Zanata 4e0cf0a Imported Translations from Zanata e0011cc make trove-dashboard use upper-constraints 659b26a Imported Translations from Zanata 2c67740 Imported Translations from Zanata 0851511 Imported Translations from Zanata bd6140d Enable release notes translation 84b3f8a Remove double closing <strong> tag in a template 7df1be0 Imported Translations from Zanata 2842185 Update release notes ae3479f Update reno for stable/newton Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + README.rst | 32 + .../enable-pxc-grow-shrink-17568a1c280f1c42.yaml | 3 + .../fix-grow-cluster-cache-5625d1a519a4ee01.yaml | 5 + releasenotes/source/conf.py | 3 + releasenotes/source/index.rst | 8 +- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 61 - .../source/locale/ja/LC_MESSAGES/releasenotes.po | 65 - .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 76 -- .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 63 - releasenotes/source/mitaka.rst | 6 - releasenotes/source/newton.rst | 6 + setup.cfg | 2 +- tools/pip_install.sh | 6 +- tox.ini | 18 +- trove_dashboard/content/database_backups/tables.py | 9 +- .../database_backups/_backup_details_help.html | 4 +- trove_dashboard/content/database_backups/urls.py | 6 +- .../content/database_clusters/cluster_manager.py | 13 +- trove_dashboard/content/database_clusters/forms.py | 1 - .../database_clusters/_reset_password.html | 4 +- trove_dashboard/content/database_clusters/urls.py | 6 +- .../content/database_configurations/tables.py | 3 - .../content/database_configurations/urls.py | 6 +- trove_dashboard/content/databases/db_capability.py | 3 +- trove_dashboard/content/databases/logs/urls.py | 15 +- .../templates/databases/_attach_config.html | 2 +- .../templates/databases/_launch_advanced_help.html | 2 +- .../templates/databases/_launch_details_help.html | 4 +- .../databases/_launch_initialize_help.html | 6 +- .../templates/databases/_launch_network_help.html | 2 +- .../templates/databases/logs/_detail_log.html | 1 - .../templates/databases/logs/_log_contents.html | 1 - trove_dashboard/content/databases/urls.py | 6 +- trove_dashboard/locale/cs/LC_MESSAGES/django.po | 35 +- trove_dashboard/locale/de/LC_MESSAGES/django.po | 584 +++++++- trove_dashboard/locale/de/LC_MESSAGES/djangojs.po | 39 + trove_dashboard/locale/fr/LC_MESSAGES/django.po | 398 +++++- trove_dashboard/locale/fr/LC_MESSAGES/djangojs.po | 39 + trove_dashboard/locale/id/LC_MESSAGES/django.po | 1434 ++++++++++++++++++++ trove_dashboard/locale/id/LC_MESSAGES/djangojs.po | 39 + trove_dashboard/locale/ja/LC_MESSAGES/django.po | 241 +++- trove_dashboard/locale/ko_KR/LC_MESSAGES/django.po | 70 +- trove_dashboard/locale/pt_BR/LC_MESSAGES/django.po | 35 +- trove_dashboard/locale/ru/LC_MESSAGES/django.po | 461 ++++++- trove_dashboard/locale/ru/LC_MESSAGES/djangojs.po | 40 + trove_dashboard/locale/zh_CN/LC_MESSAGES/django.po | 97 +- trove_dashboard/test/test_data/utils.py | 2 - trove_dashboard/test/urls.py | 5 +- 50 files changed, 3364 insertions(+), 632 deletions(-)