[openstack-dev] [new][senlin] senlin-dashboard 0.5.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Tue Oct 11 17:15:40 UTC 2016


We are amped to announce the release of:

senlin-dashboard 0.5.0: Senlin Dashboard

This release is part of the newton release series.

Download the package from:

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

Please report issues through launchpad:

    https://bugs.launchpad.net/senlin-dashboard

For more details, please see below.

Changes in senlin-dashboard 0.4.0..0.5.0
----------------------------------------

c6595fd Server-side filtering policy
319f7df Server-side filtering receivers
d75cb87 Server-side filtering nodes
c46a416 Server-side filtering clusters
626ad88 Server-side filtering profile
32a40e6 Use name as the sort key while list nodes
418ba1c Fix policy update error
87b93f0 Update the help text of profile update
43f29bf Use type rather type_name for profile
2082d6b Use generated_at for event list
101c5ce Enable release notes translation
5bb8612 Ignore cover directory which is generated by karma coverageReporter
ddf8b00 Fix Django 1.10 Compatibility
44c214a Fix the issue 'no-pep8' option is ignored
ca3aac6 Updated from global requirements
9f08d81 Updated from global requirements
17a6244 Updated from global requirements
5a005bc Update package.json and karma.conf.js
7cf8358 Use isotime format in senlin-dashboard
83dad39 Imported Translations from Zanata
5221ae7 Remove unnecessary spaces
31a1455 Imported Translations from Zanata
8e0a4b2 Add angular-schema-form into karma.conf
f772ee2 Remove *openstack/common* in tox.ini
c94ca42 [TrivialFix] Remove unnecessary context in template
d53ed2e Add initial senlin policy file
7455859 Add yesno and capfirst for cluster policy 'Enable' column
f534370 Add private function to populate request and page size
4ef2c20 Add "Status Reason" in cluster detail page
870567e Modify the 'update' help text in some forms
7861363 Provide "Update Policy" in the tables actions on the Policies panel
d44f71d Add "Status Reason" in node detail page


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

.gitignore                                         |  1 +
package.json                                       | 10 +--
releasenotes/source/conf.py                        |  3 +
.../source/locale/ja/LC_MESSAGES/releasenotes.po   | 30 ++++++-
.../locale/zh_CN/LC_MESSAGES/releasenotes.po       | 22 +++--
requirements.txt                                   |  2 +-
senlin_dashboard/api/senlin.py                     | 99 ++++++++++++++--------
senlin_dashboard/cluster/clusters/tables.py        | 20 ++++-
senlin_dashboard/cluster/clusters/tabs.py          |  2 +-
.../templates/clusters/_detail_overview.html       |  8 +-
senlin_dashboard/cluster/clusters/views.py         |  5 +-
senlin_dashboard/cluster/nodes/event_tables.py     |  6 +-
senlin_dashboard/cluster/nodes/tables.py           | 15 +++-
senlin_dashboard/cluster/nodes/tabs.py             |  2 +-
.../nodes/templates/nodes/_detail_overview.html    |  8 +-
.../cluster/nodes/templates/nodes/_update.html     |  2 +-
senlin_dashboard/cluster/nodes/views.py            |  5 +-
senlin_dashboard/cluster/policies/forms.py         | 25 ++++++
senlin_dashboard/cluster/policies/tables.py        | 24 +++++-
.../templates/policies/_detail_overview.html       |  4 +-
.../policies/templates/policies/_update.html       | 14 +++
.../policies/templates/policies/update.html        |  7 ++
senlin_dashboard/cluster/policies/urls.py          |  2 +
senlin_dashboard/cluster/policies/views.py         | 38 ++++++++-
senlin_dashboard/cluster/profiles/forms.py         |  2 +-
senlin_dashboard/cluster/profiles/tables.py        | 14 ++-
.../templates/profiles/_detail_overview.html       |  6 +-
.../profiles/templates/profiles/_update.html       |  2 +-
senlin_dashboard/cluster/profiles/views.py         |  7 +-
senlin_dashboard/cluster/receivers/tables.py       | 15 +++-
.../templates/receivers/_detail_overview.html      |  4 +-
senlin_dashboard/cluster/receivers/views.py        |  5 +-
senlin_dashboard/conf/README.rst                   |  7 ++
senlin_dashboard/conf/senlin_policy.json           | 49 +++++++++++
senlin_dashboard/karma.conf.js                     |  9 +-
senlin_dashboard/locale/ja/LC_MESSAGES/django.po   | 28 +++++-
senlin_dashboard/locale/ja/LC_MESSAGES/djangojs.po | 88 +++++++++++++++++++
.../locale/zh_CN/LC_MESSAGES/django.po             | 28 +++++-
test-requirements.txt                              |  4 +-
tox.ini                                            | 12 ++-
43 files changed, 550 insertions(+), 109 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index c3f35bd..0dc4cae 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ python-senlinclient>=0.3.0 # Apache-2.0
-PyYAML>=3.1.0 # MIT
+PyYAML>=3.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index e412dfa..959166f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -23,2 +23,2 @@ xvfbwrapper>=0.1.3 #license: MIT
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0





More information about the OpenStack-dev mailing list