[release-announce] [zun] zun-ui 0.1.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon May 1 14:42:43 UTC 2017


We are chuffed to announce the release of:

zun-ui 0.1.0: Zun User Interface

This is the first release of zun-ui. This release is part of the pike
release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/zun-ui

Download the package from:

    https://tarballs.openstack.org/zun-ui/

Please report issues through launchpad:

    https://bugs.launchpad.net/zun-ui

For more details, please see below.

Changes in zun-ui 73c2bcf7af6b45527f2940c57efc1f925d75b7cd..0.1.0
-----------------------------------------------------------------

cbd5909 Bump 0.0.0 to 0.1.0
2a522be Combine tty and stdin_open
d0df87d Optimize the link address in README.rst
48c3414 Optimize the link address
04297f6 Updated from global requirements
cbb5888 Refresh test environment
c8983de Rename 'reboot' to 'restart'
daa20b5 Handle 400/500 error on execute dialog
6644b6b Increase the height of output area.
cbdf73d Updated from global requirements
526d442 Display output of command for execute action
9d61096 Add dialogs for stop/reboot actions
75e5069 Updated from global requirements
f8730d7 Don't get container's logs if it is creating
3ed91ca Refresh views after actions
b2f0448 Fixed the error on stop reboot and kill
328eca4 Add console tab into details view
5e68fcc Add 'interaction' attribute into creation dialog
dc4ed36 Add 'run' attribute to create action
f44f68a Use detailRoute constant for path of details view
c2042f8 Fix eslint errors
b56de18 Add Delete Container Force action
dbc4d98 Revert APIs for images
14f4bc1 Refresh js test environment
0a375de Refactor zun.service.js
21f7908 Refresh table view and detail view
4797b30 Hotfix creation dialog
95902b8 Fix get logs
7ab90cb Update higgins with zun
184567c Remove Xstatic packages from requirements
bc0e541 Updated from global requirements
572c45b Update to a newer hacking library
5fdc2f7 changed the python version from 3.4 to 3.5 for better openstack support
344aac0 Set reasonable name to browser title bar
7e1829e Add exec/kill action
3841fe0 Use horizon's common "views" for Angular
299cc43 Add mechanism to execute JavaScript test
cb3eb2e Use initAction() instead initScope()
677c031 Cleanup .gitignore
09ed6a0 Don't include openstack/common in flake8 exclude list
0340288 Drop MANIFEST.in - it's not needed by pbr
9d39165 Enable DeprecationWarning in test environments
e9cc045 Added releasenotes for Zun-UI
57bdae4 Add container operations 'reboot', 'pause' and 'unpause'
ca85c1d Fix a duplicate request called when a user open a container panel
78620be Add parameters for container
c16e7a4 Add container operations
543a2a0 Use zunclient instead of stub
325380b Changed the home-page of zun-ui
6937c5e Fix the path to an enabled folder in plugin.sh
dc15e9d Fix pep8 errors
7434299 update test settings, cleanup REST api files




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

diff --git a/requirements.txt b/requirements.txt
index 1a0af2c..3f73324 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,5 +10,5 @@
-pbr>=1.6 # Apache-2.0
-# If python-higginsclient will be created, we will use it.
-#python-higginsclient>=0.1.0 # Apache-2.0
-Babel>=2.3.4 # BSD
-Django<1.9,>=1.8 # BSD
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+# If python-zunclient will be released, we will use it.
+python-zunclient>=0.1.0 # Apache-2.0
+Babel!=2.4.0,>=2.3.4 # BSD
+Django<1.10,>=1.8 # BSD
@@ -17 +17 @@ django-compressor>=2.0 # MIT
-django-openstack-auth>=2.2.0 # Apache-2.0
+django-openstack-auth>=3.1.0 # Apache-2.0
@@ -19,22 +18,0 @@ django-pyscss>=2.0.2 # BSD License (2 clause)
-XStatic>=1.0.0 # MIT License
-XStatic-Angular>=1.3.7 # MIT License
-XStatic-Angular-Bootstrap>=0.11.0.2 # MIT License
-XStatic-Angular-Gettext>=2.1.0.2 # MIT License
-XStatic-Angular-lrdragndrop>=1.0.2.2 # MIT License
-XStatic-Bootstrap-Datepicker>=1.3.1.0 # Apache 2.0 License
-XStatic-Bootstrap-SCSS>=3 # Apache 2.0 License
-XStatic-D3>=3.1.6.2 # BSD License (3 clause)
-XStatic-Hogan>=2.0.0.2 # Apache 2.0 License
-XStatic-Font-Awesome>=4.3.0 # SIL OFL 1.1 License, MIT License
-XStatic-Jasmine>=2.1.2.0 # MIT License
-XStatic-jQuery>=1.7.2 # MIT License
-XStatic-JQuery-Migrate>=1.2.1.1 # MIT License
-XStatic-JQuery.quicksearch>=2.0.3.1 # MIT License
-XStatic-JQuery.TableSorter>=2.14.5.1 # MIT License
-XStatic-jquery-ui>=1.10.1 # MIT License
-XStatic-JSEncrypt>=2.0.0.2 # MIT License
-XStatic-Magic-Search>=0.2.5.1 # Apache 2.0 License
-XStatic-Rickshaw>=1.5.0 # BSD License (prior)
-XStatic-smart-table>=1.4.5.3 # MIT License
-XStatic-Spin>=1.2.5.2 # MIT License
-XStatic-term.js>=0.0.4 # MIT License
diff --git a/test-requirements.txt b/test-requirements.txt
index a6593d9..ac82b53 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@
-hacking<0.11,>=0.10.2
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -12,2 +12,2 @@ hacking<0.11,>=0.10.2
-coverage>=3.6 # Apache-2.0
-django-nose>=1.2 # BSD
+coverage>=4.0 # Apache-2.0
+django-nose>=1.4.4 # BSD
@@ -15,2 +15,2 @@ mock>=2.0 # BSD
-mox3>=0.7.0 # Apache-2.0
-nodeenv>=0.9.4 # BSD License  # BSD
+mox3!=0.19.0,>=0.7.0 # Apache-2.0
+nodeenv>=0.9.4 # BSD
@@ -22 +22,2 @@ openstack.nose-plugin>=0.7 # Apache-2.0
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+oslosphinx>=4.7.0 # Apache-2.0
+reno>=1.8.0 # Apache-2.0
@@ -24 +25 @@ selenium>=2.50.1 # Apache-2.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+sphinx>=1.5.1 # BSD





More information about the Release-announce mailing list