[new][manila] manila-ui 2.3.0 release (newton)
We are overjoyed to announce the release of: manila-ui 2.3.0: Manila Management Dashboard This release is part of the newton release series. With source available at: http://git.openstack.org/cgit/openstack/manila-ui Please report issues through launchpad: http://bugs.launchpad.net/manila-ui For more details, please see below. Changes in manila-ui 2.2.0..2.3.0 --------------------------------- 0b43443 Fix Edit Snapshot action e3fec77 Remove vim headers c5b0de8 Updated from global requirements 6958278 Unit test for Create Share Type 4ce981c Updated from global requirements 2a711cb Update Share Snapshot modal form refactoring 94c0fa0 Create Share Snapshot modal form refactoring b93f9b5 Imported Translations from Zanata 43e4cbf Extend Share and Add Rule modals refactoring 0ddd13f Fix error handling for 'extend' share operation fbf28d0 Updated from global requirements 93962d4 Updated from global requirements 71dacf0 Fix py27 tox job f5853a3 Clean Update Share Type modal form 6c8b23f Clean Shares modal forms 696e50a Clean Security Services modal forms 088c22c Imported Translations from Zanata f85e641 Clean Create Share Network modal form 9640a33 Clean Create Share Type modal form 838ffb0 Remove discover from test-requirements 4467a4e Add RDO install instructions for Manila UI 445a35c Updated from global requirements Diffstat (except docs and test files) ------------------------------------- README.rst | 20 +- manila_ui/api/manila.py | 9 +- .../templates/shares/_create_share_type.html | 28 +-- .../templates/shares/_update_share_type.html | 24 +-- manila_ui/dashboards/admin/shares/views.py | 16 +- manila_ui/dashboards/project/shares/panel.py | 2 - .../project/shares/security_services/views.py | 15 +- .../project/shares/share_networks/tables.py | 2 - .../project/shares/share_networks/views.py | 4 + .../dashboards/project/shares/shares/forms.py | 4 +- .../dashboards/project/shares/shares/tables.py | 2 - .../dashboards/project/shares/shares/views.py | 67 ++++-- .../dashboards/project/shares/snapshots/forms.py | 11 +- .../dashboards/project/shares/snapshots/tables.py | 2 - .../dashboards/project/shares/snapshots/views.py | 34 +-- .../_create_security_service.html | 23 +- .../shares/security_services/_update.html | 22 +- .../share_networks/_create_share_network.html | 23 +- .../shares/templates/shares/shares/_create.html | 23 +- .../shares/templates/shares/shares/_extend.html | 22 +- .../templates/shares/shares/_extend_limits.html | 20 +- .../shares/templates/shares/shares/_rule_add.html | 30 +-- .../shares/templates/shares/shares/_update.html | 24 +-- .../shares/snapshots/_create_snapshot.html | 23 +- .../shares/templates/shares/snapshots/_update.html | 26 +-- .../shares/templates/shares/snapshots/update.html | 7 + manila_ui/dashboards/project/shares/urls.py | 5 +- manila_ui/dashboards/project/shares/views.py | 2 - manila_ui/locale/ja/LC_MESSAGES/django.po | 240 +++++++++++---------- .../source/locale/ja/LC_MESSAGES/releasenotes.po | 9 +- requirements.txt | 2 +- test-requirements.txt | 5 +- 38 files changed, 604 insertions(+), 454 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 82bb295..0fc1267 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +12 @@ iso8601>=0.1.11 # MIT -oslo.utils>=3.9.0 # Apache-2.0 +oslo.utils>=3.15.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index accae72..52f8a4e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +10,0 @@ django-nose>=1.2 # BSD -discover # BSD @@ -15 +14 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD +sphinx!=1.3b1,<1.3,>=1.2.1 # BSD @@ -20 +19 @@ testtools>=1.4.0 # MIT -reno>=1.6.2 # Apache2 +reno>=1.8.0 # Apache2
participants (1)
-
no-reply@openstack.org