[new][manila] manila-ui 2.5.0 release (newton)
We are jazzed to announce the release of: manila-ui 2.5.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.4.0..2.5.0 --------------------------------- 1f11f78 Add share type change to Share Migration UI 6025e5a Add Share Migration support 25eacc2 Add share replication support 45515e8 [Trivial] Fix Share Network details field 9e04f76 Fix tables layout 41dc9b7 Use upper constraints in tox installs 58c070b Remove incorrect docstrings Diffstat (except docs and test files) ------------------------------------- manila_ui/api/manila.py | 97 +++++- manila_ui/dashboards/admin/shares/forms.py | 142 +++++++++ .../dashboards/admin/shares/replicas/__init__.py | 0 .../dashboards/admin/shares/replicas/forms.py | 106 +++++++ .../dashboards/admin/shares/replicas/tables.py | 136 ++++++++ manila_ui/dashboards/admin/shares/replicas/tabs.py | 32 ++ .../dashboards/admin/shares/replicas/views.py | 151 +++++++++ manila_ui/dashboards/admin/shares/tables.py | 108 ++++++- .../shares/templates/shares/_migration_cancel.html | 13 + .../templates/shares/_migration_complete.html | 14 + .../templates/shares/_migration_get_progress.html | 13 + .../shares/templates/shares/_migration_start.html | 14 + .../shares/templates/shares/migration_cancel.html | 7 + .../templates/shares/migration_complete.html | 7 + .../templates/shares/migration_get_progress.html | 7 + .../shares/templates/shares/migration_start.html | 7 + .../shares/replicas/_detail_overview.html | 40 +++ .../shares/replicas/_reset_replica_state.html | 5 + .../shares/replicas/_reset_replica_status.html | 5 + .../templates/shares/replicas/_resync_replica.html | 5 + .../shares/templates/shares/replicas/detail.html | 11 + .../templates/shares/replicas/manage_replicas.html | 7 + .../shares/replicas/reset_replica_state.html | 7 + .../shares/replicas/reset_replica_status.html | 7 + .../templates/shares/replicas/resync_replica.html | 7 + manila_ui/dashboards/admin/shares/urls.py | 34 ++ manila_ui/dashboards/admin/shares/views.py | 149 +++++++++ .../dashboards/project/shares/replicas/__init__.py | 0 .../dashboards/project/shares/replicas/forms.py | 77 +++++ .../dashboards/project/shares/replicas/tables.py | 163 ++++++++++ .../dashboards/project/shares/replicas/tabs.py | 32 ++ .../dashboards/project/shares/replicas/views.py | 175 +++++++++++ .../project/shares/security_services/forms.py | 4 - .../project/shares/security_services/tables.py | 6 +- .../project/shares/share_networks/forms.py | 4 - .../project/shares/share_networks/tables.py | 10 +- .../dashboards/project/shares/shares/forms.py | 4 - .../dashboards/project/shares/shares/tables.py | 30 +- .../dashboards/project/shares/shares/views.py | 4 - .../templates/shares/replicas/_create_replica.html | 6 + .../shares/replicas/_detail_overview.html | 40 +++ .../shares/replicas/_set_replica_as_active.html | 7 + .../templates/shares/replicas/create_replica.html | 7 + .../shares/templates/shares/replicas/detail.html | 11 + .../templates/shares/replicas/manage_replicas.html | 7 + .../shares/replicas/set_replica_as_active.html | 7 + .../shares/share_networks/_detail_overview.html | 2 +- .../templates/shares/shares/_detail_overview.html | 4 +- manila_ui/dashboards/project/shares/urls.py | 19 ++ manila_ui/dashboards/project/shares/views.py | 4 - manila_ui/enabled/_90_manila_admin_shares.py | 21 ++ manila_ui/enabled/_90_manila_project_shares.py | 6 + .../dashboards/admin/shares/replicas/__init__.py | 0 .../dashboards/project/shares/replicas/__init__.py | 0 tox.ini | 2 +- 62 files changed, 2685 insertions(+), 54 deletions(-)
participants (1)
-
no-reply@openstack.org