We eagerly announce the release of: solum-dashboard 2.0.0: Solum Dashboard This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/solum-dashboard/ For more details, please see below. Changes in solum-dashboard 1.1.1..2.0.0 --------------------------------------- 7d0dfc1 Updated from global requirements 834ee0e Remove support for py33 95baaac Wrap exception when unable to retrieve application details 552f734 Wrap exception when unable to retrieve languagepack details 76209f0 Updated from global requirements 76426de clean up requirements dependencies 214a67e Switch to oslo_log aad9cb6 Add py35 support to setup.cfg 0050437 Remove discover from test-requirements fa79f5c Update the README for new enable file 6b078c0 Remove the unused importutils 21018e3 Remove the origin enable file 3590d64 Add local/enabled to store enable file 2f3b861 Update URLs to Django 1.8 style caf6673 Remove the 'MANIFEST.in' 43d3312 Use upper-constraints for tox envs 0e8f724 Show team and repo badges on README b391719 Updated from global requirements a99b61c Fix gate broken b1cb627 Updated from global requirements 9ae696e Updated from global requirements 3a5c6b4 Updated from global requirements ddd0db8 Updated from global requirements 4daf7cd Add the description for the "ID of the DU image" 2df5548 Reorder the applications tables actions 1c35c6b Fix app detail AttributeError 01614f5 Update .gitignore to ignore .idea of PyCharm Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 + MANIFEST.in | 11 -- README.rst | 11 +- _50_solum.py.example | 4 - requirements.txt | 13 +- setup.cfg | 2 +- solumdashboard/api/client.py | 3 +- solumdashboard/applications/forms.py | 3 +- solumdashboard/applications/tables.py | 2 +- solumdashboard/applications/tabs.py | 2 +- solumdashboard/applications/urls.py | 16 +-- solumdashboard/applications/views.py | 12 +- solumdashboard/assemblies/urls.py | 23 ++-- solumdashboard/languagepacks/forms.py | 2 +- solumdashboard/languagepacks/urls.py | 16 +-- solumdashboard/languagepacks/views.py | 16 ++- solumdashboard/local/enabled/_50_solum.py | 4 + solumdashboard/templates/applications/_launch.html | 9 +- solumdashboard/utils/__init__.py | 0 solumdashboard/utils/importutils.py | 29 ----- test-requirements.txt | 6 +- tox.ini | 7 +- 25 files changed, 112 insertions(+), 237 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index feaba1a..955fa39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=1.6 # Apache-2.0 +pbr>=1.8 # Apache-2.0 @@ -8,5 +8,3 @@ django-compressor>=2.0 # MIT -django-openstack-auth>=2.4.0 # Apache-2.0 -eventlet!=0.18.3,>=0.18.2 # MIT -iso8601>=0.1.11 # MIT -netaddr!=0.7.16,>=0.7.13 # BSD -python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 +django-openstack-auth>=3.1.0 # Apache-2.0 +oslo.log>=3.11.0 # Apache-2.0 +python-keystoneclient>=3.8.0 # Apache-2.0 @@ -14 +11,0 @@ python-solumclient>=1.2.7 # Apache-2.0 -pytz>=2013.6 # MIT @@ -16 +13 @@ pytz>=2013.6 # MIT -oslo.utils>=3.16.0 # Apache-2.0 +oslo.utils>=3.18.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 131be14..ff00af6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,2 +6 @@ hacking<0.12,>=0.11.0 # Apache-2.0 -coverage>=3.6 # Apache-2.0 -discover # BSD +coverage>=4.0 # Apache-2.0 @@ -9 +8,2 @@ mock>=2.0 # BSD -oslo.config>=3.14.0 # Apache-2.0 +mox3!=0.19.0,>=0.7.0 # Apache-2.0 +oslo.config!=3.18.0,>=3.14.0 # Apache-2.0