[release-announce] masakari-dashboard 0.2.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 9 21:59:02 UTC 2018


We eagerly announce the release of:

masakari-dashboard 0.2.0: Horizon plugin for masakari

This release is part of the rocky stable release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/masakari-dashboard

Download the package from:

    https://tarballs.openstack.org/masakari-dashboard/

Please report issues through launchpad:

    http://bugs.launchpad.net/masakari

For more details, please see below.

Changes in masakari-dashboard 0.1.0..0.2.0
------------------------------------------

f53bdbb Added notification panel
f463ab1 Implement update host
bef761d Implement host detail
9ae3efe Implement delete host
a83abbd Add host panel


Diffstat (except docs and test files)
-------------------------------------

masakaridashboard/api/api.py                       |  58 ++++++++
masakaridashboard/dashboard.py                     |   2 +-
masakaridashboard/hosts/__init__.py                |   0
masakaridashboard/hosts/forms.py                   |  71 ++++++++++
masakaridashboard/hosts/panel.py                   |  27 ++++
masakaridashboard/hosts/tables.py                  | 103 ++++++++++++++
masakaridashboard/hosts/tabs.py                    |  31 +++++
.../hosts/templates/hosts/_detail_overview.html    |  21 +++
.../hosts/templates/hosts/_update.html             |   6 +
.../hosts/templates/hosts/detail.html              |  32 +++++
masakaridashboard/hosts/templates/hosts/index.html |   7 +
.../hosts/templates/hosts/update.html              |   7 +
masakaridashboard/hosts/urls.py                    |  25 ++++
masakaridashboard/hosts/views.py                   | 141 +++++++++++++++++++
masakaridashboard/notifications/__init__.py        |   0
masakaridashboard/notifications/panel.py           |  27 ++++
masakaridashboard/notifications/tables.py          |  51 +++++++
masakaridashboard/notifications/tabs.py            |  31 +++++
.../templates/notifications/_detail_overview.html  |  24 ++++
.../templates/notifications/index.html             |   7 +
masakaridashboard/notifications/urls.py            |  24 ++++
masakaridashboard/notifications/views.py           | 115 ++++++++++++++++
masakaridashboard/segments/forms.py                |  67 +++++++++
masakaridashboard/segments/tables.py               |  14 +-
masakaridashboard/segments/tabs.py                 |  35 ++++-
.../segments/templates/segments/_addhost.html      |   8 ++
.../segments/templates/segments/addhost.html       |   7 +
masakaridashboard/segments/urls.py                 |   1 +
masakaridashboard/segments/views.py                |  64 ++++++++-
masakaridashboard/test/test_data/masakari_data.py  |  45 +++++-
32 files changed, 1320 insertions(+), 8 deletions(-)







More information about the Release-announce mailing list