trove-dashboard 16.0.0 (wallaby)
We joyfully announce the release of: trove-dashboard 16.0.0: Trove Management Dashboard This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/trove-dashboard Download the package from: https://tarballs.openstack.org/trove-dashboard/ Please report issues through: https://bugs.launchpad.net/trove-dashboard/+bugs For more details, please see below. 16.0.0 ^^^^^^ New Features * Added ability to update allowed_cidr for an existing instance. Changes in trove-dashboard 15.0.0..16.0.0 ----------------------------------------- 26a40ac Add ability to update allowed_cidr for an existing instance. 42d6638 Use MultiIPField for access form to avoid need for custom validation e8d81f1 Imported Translations from Zanata 25347e6 Support Restored status for backup b4f8eeb Create Backup Strategy c3c9525 Fix up get access method in create_instance workflow bb387dc Fix up broken instance_detach_replica api call 37e0ef5 Rename the 'rename instance' function to 'update instance' 1a39db1 Use TOX_CONSTRAINTS_FILE c9d6d03 Specify database instance access during creation 2db165a Show Backup Strategy information durin deletion a8b7786 Show all instance IP addresses on databases list 16cc642 Add doc/requirements 1408db3 Add 'Delete' button for backup strategy 6908728 Show database operating status d0e1f82 Imported Translations from Zanata a266b4b Add Backup Strategies table 2c13af2 Bakup Strategy panels 8116b2a Fix replica number input type c73292e Imported Translations from Zanata 278d66c Imported Translations from Zanata 5fffb17 Fix replication creation 08e834c Show replication status on databases list page bc0ea73 Imported Translations from Zanata 88b1dc1 Edit instance name feature implementation 540b3e9 Stop Database action implementation for admin users ce26670 Show instance networking info 018b354 Add Python3 wallaby unit tests 9183791 Update master for stable/victoria 93007eb Add 'swift_container' field into the Backup creation form Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- ...-updating-of-allowed-cidr-18d04641909ec3e3.yaml | 4 + .../notes/rename-instance-2bd17bdec7e1a488.yaml | 4 + .../notes/stop-database-b1c4aa599c014c6f.yaml | 6 + releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 21 +++- releasenotes/source/victoria.rst | 6 + test-requirements.txt | 3 - tox.ini | 5 +- trove_dashboard/api/trove.py | 49 ++++++-- trove_dashboard/content/backup_strategies/panel.py | 28 +++++ .../content/backup_strategies/tables.py | 76 +++++++++++ .../backup_strategies/_backup_strategy_help.html | 3 + .../templates/backup_strategies/index.html | 7 ++ trove_dashboard/content/backup_strategies/urls.py | 22 ++++ trove_dashboard/content/backup_strategies/views.py | 48 +++++++ .../backup_strategies/workflows/__init__.py | 3 + .../workflows/create_backup_strategy.py | 85 +++++++++++++ trove_dashboard/content/database_backups/tables.py | 5 +- .../database_backups/workflows/create_backup.py | 15 ++- trove_dashboard/content/databases/forms.py | 39 ++++++ trove_dashboard/content/databases/tables.py | 107 +++++++++++++++- .../templates/databases/_detail_overview.html | 29 +++++ .../templates/databases/_launch_access_help.html | 4 + .../templates/databases/_update_instance.html | 6 + .../templates/databases/update_instance.html | 5 + trove_dashboard/content/databases/urls.py | 2 + trove_dashboard/content/databases/views.py | 37 ++++++ .../content/databases/workflows/create_instance.py | 55 ++++++-- .../enabled/_1720_project_databases_panel.py | 2 +- .../_1730_project_database_backups_panel.py | 2 +- .../_1731_project_database_backups_panel.py | 2 +- .../_1732_project_backup_strategies_panel.py | 29 +++++ .../_1740_project_database_clusters_panel.py | 2 +- trove_dashboard/locale/cs/LC_MESSAGES/django.po | 46 +------ trove_dashboard/locale/de/LC_MESSAGES/django.po | 58 +-------- trove_dashboard/locale/en_GB/LC_MESSAGES/django.po | 139 ++++++++++++++------- trove_dashboard/locale/fr/LC_MESSAGES/django.po | 57 +-------- trove_dashboard/locale/id/LC_MESSAGES/django.po | 58 +-------- trove_dashboard/locale/ja/LC_MESSAGES/django.po | 60 +-------- trove_dashboard/locale/ko_KR/LC_MESSAGES/django.po | 56 +-------- trove_dashboard/locale/pt_BR/LC_MESSAGES/django.po | 56 +-------- trove_dashboard/locale/ru/LC_MESSAGES/django.po | 58 +-------- trove_dashboard/locale/tr_TR/LC_MESSAGES/django.po | 56 +-------- .../{zh_CN => zh_Hans}/LC_MESSAGES/django.po | 56 +-------- .../{zh_CN => zh_Hans}/LC_MESSAGES/djangojs.po | 2 +- trove_dashboard/test/test_data/trove_data.py | 15 ++- 50 files changed, 836 insertions(+), 645 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 80703a8..ed0f57f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,2 +14,0 @@ selenium>=2.50.1 # Apache-2.0 -sphinx>=2.0.0,!=2.1.0 # BSD -openstackdocstheme>=2.2.1 # Apache-2.0 @@ -22 +19,0 @@ xvfbwrapper>=0.1.3 #license: MIT -reno>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org