We are pumped to announce the release of: manila-ui 4.0.0: Manila Management Dashboard This release is part of the victoria 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 3.0.0..4.0.0 --------------------------------- 354e0d4 Improve unit test coverage for manila.py 6beb9a9 Make ``cover`` job non-voting 62bea90 User messages panel bbfc3f0 tox: specify ignore_basepython_conflict 5831bc9 [goal] Migrate testing to ubuntu focal 1f0754f Drop legacy dsvm job & change zuulv3 integration job 62031d8 Switch to newer openstackdocstheme and reno versions 3f03e07 Fix hacking min version to 3.0.1 1e49383 TrivialFix: Remove unnecessary future import 3d847c8 Imported Translations from Zanata 9ffc699 Imported Translations from Zanata e5ea1e5 Add Python3 victoria unit tests 12502be Update master for stable/ussuri 70e2c88 [ussuri][goal] Change contributor guide c29540a Imported Translations from Zanata d064975 Drop install_command usage in tox 89f1d3f Imported Translations from Zanata Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 72 +- CONTRIBUTING.rst | 23 +- lower-constraints.txt | 14 +- manila_ui/api/manila.py | 16 +- .../dashboards/admin/user_messages/__init__.py | 0 manila_ui/dashboards/admin/user_messages/panel.py | 28 + manila_ui/dashboards/admin/user_messages/tables.py | 46 ++ manila_ui/dashboards/admin/user_messages/tabs.py | 23 + .../templates/user_messages/_detail.html | 26 + .../templates/user_messages/detail.html | 11 + .../templates/user_messages/index.html | 11 + manila_ui/dashboards/admin/user_messages/urls.py | 29 + manila_ui/dashboards/admin/user_messages/views.py | 48 ++ .../dashboards/project/user_messages/__init__.py | 0 .../dashboards/project/user_messages/panel.py | 28 + .../dashboards/project/user_messages/tables.py | 101 +++ manila_ui/dashboards/project/user_messages/tabs.py | 32 + .../templates/user_messages/_detail.html | 26 + .../templates/user_messages/detail.html | 11 + .../templates/user_messages/index.html | 11 + manila_ui/dashboards/project/user_messages/urls.py | 29 + .../dashboards/project/user_messages/views.py | 76 ++ ...add_user_messages_panel_to_share_panel_group.py | 19 + ...add_user_messages_panel_to_share_panel_group.py | 19 + manila_ui/locale/de/LC_MESSAGES/django.po | 31 +- .../dashboards/admin/user_messages/__init__.py | 0 .../dashboards/project/user_messages/__init__.py | 0 .../integration/pages/admin/share/messagespage.py | 20 + .../pages/project/share/messagespage.py | 22 + playbooks/legacy/manila-ui-dsvm/post.yaml | 80 --- playbooks/legacy/manila-ui-dsvm/run.yaml | 84 --- .../bp-ui-user-messages-6ff935cabc516be0.yaml | 6 + releasenotes/source/conf.py | 9 +- releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 35 +- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 13 +- releasenotes/source/ussuri.rst | 6 + requirements.txt | 2 +- test-requirements.txt | 5 +- tox.ini | 11 +- 54 files changed, 1961 insertions(+), 453 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index cc311b6..d1d4e39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ oslo.utils>=3.33.0 # Apache-2.0 -python-keystoneclient>=3.8.0 # Apache-2.0 +python-keystoneclient>=3.22.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b06bb86..398eec0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -9,2 +8,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -openstackdocstheme>=2.0.0 # Apache-2.0 -sphinx>=2.0.0,!=2.1.0 # BSD @@ -15 +12,0 @@ testtools>=2.2.0 # MIT -reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org