We eagerly announce the release of: manila-ui 14.0.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/manila-ui Download the package from: https://tarballs.openstack.org/manila-ui/ Please report issues through: https://bugs.launchpad.net/manila-ui/+bugs For more details, please see below. Changes in manila-ui 13.0.0..14.0.0 ----------------------------------- a915dfc Imported Translations from Zanata 29da176 Imported Translations from Zanata 77a04ed Imported Translations from Zanata 3f962d5 Fix small mistake in phrase b8e1ce4 Update error message strings 322fb37 Updated the warning text 18c520c Imported Translations from Zanata 91677bf Add manila-ui job and first manila-ui integration tests 08ac218 Imported Translations from Zanata e150e2a Remove unicode prefix from code 547dc00 Imported Translations from Zanata c29529f Imported Translations from Zanata 9b63701 Zuul: do not use USE_PYTHON3 863eb24 Remove Python 3.9 support 5d0191c Remove unused .testr.conf c7a326a Remove unnecessary +x mode 988a887 create unit test for test_absolute_limits 7cedf33 Replaced deprecated Manila CLI commands with OpenStack Client commands b550d2d Update master for stable/2025.1 Diffstat (except docs and test files) ------------------------------------- .testr.conf | 7 - .zuul.yaml | 60 +- manila_ui/dashboards/admin/defaults/tables.py | 2 +- .../dashboards/admin/security_services/tables.py | 8 +- .../admin/share_group_snapshots/tables.py | 16 +- .../dashboards/admin/share_group_types/forms.py | 2 +- .../dashboards/admin/share_group_types/tables.py | 8 +- .../templates/share_group_types/_update.html | 6 +- .../dashboards/admin/share_group_types/views.py | 2 +- manila_ui/dashboards/admin/share_groups/tables.py | 18 +- .../dashboards/admin/share_instances/tables.py | 12 +- manila_ui/dashboards/admin/share_servers/tables.py | 16 +- .../dashboards/admin/share_snapshots/tables.py | 16 +- manila_ui/dashboards/admin/share_types/tables.py | 8 +- .../share_types/templates/share_types/_update.html | 6 +- manila_ui/dashboards/admin/share_types/views.py | 2 +- .../dashboards/admin/shares/replicas/tables.py | 8 +- .../shares/templates/shares/_manage_share.html | 2 +- .../shares/templates/shares/_migration_cancel.html | 2 +- .../templates/shares/_migration_complete.html | 2 +- .../templates/shares/_migration_get_progress.html | 2 +- .../shares/templates/shares/_migration_start.html | 2 +- .../shares/templates/shares/_unmanage_share.html | 2 +- .../dashboards/project/security_services/tables.py | 8 +- .../project/share_group_snapshots/tables.py | 14 +- .../dashboards/project/share_groups/tables.py | 18 +- .../dashboards/project/share_networks/tables.py | 14 +- .../dashboards/project/share_snapshots/tables.py | 24 +- manila_ui/dashboards/project/shares/forms.py | 2 +- .../dashboards/project/shares/replicas/tables.py | 18 +- .../dashboards/project/shares/replicas/views.py | 2 +- manila_ui/dashboards/project/shares/tables.py | 52 +- .../dashboards/project/user_messages/tables.py | 8 +- manila_ui/locale/cs/LC_MESSAGES/django.po | 12 +- manila_ui/locale/de/LC_MESSAGES/django.po | 91 +- manila_ui/locale/en_GB/LC_MESSAGES/django.po | 87 +- manila_ui/locale/fr/LC_MESSAGES/django.po | 12 +- manila_ui/locale/id/LC_MESSAGES/django.po | 87 +- manila_ui/locale/ko_KR/LC_MESSAGES/django.po | 86 +- manila_ui/locale/pt_BR/LC_MESSAGES/django.po | 46 +- manila_ui/locale/ru/LC_MESSAGES/django.po | 1630 +++++++++++++++++--- manila_ui/locale/tr_TR/LC_MESSAGES/django.po | 22 +- .../notes/remove-py39-ce646bf748e7a560.yaml | 5 + releasenotes/source/2025.1.rst | 6 + releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 10 +- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 14 +- .../source/locale/ru/LC_MESSAGES/releasenotes.po | 591 +++++++ setup.cfg | 3 +- test-requirements.txt | 2 +- tox.ini | 11 + 54 files changed, 2447 insertions(+), 818 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 3af3249..54b5581 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +3,0 @@ ddt>=1.4.1 # MIT -python-subunit>=1.4.0 # Apache-2.0/BSD @@ -5,0 +5 @@ pytest>=5.3.5 # MIT +pytest-html>=2.0.1 #MPL-2.0
participants (1)
-
no-reply@openstack.org