[new][solum] solum-dashboard 1.1.1 release (newton)
We are thrilled to announce the release of: solum-dashboard 1.1.1: Solum Dashboard This release is part of the newton release series. Download the package from: https://tarballs.openstack.org/solum-dashboard/ For more details, please see below. Changes in solum-dashboard 1.1.0..1.1.1 --------------------------------------- 5033382 Refactor the DeleteAssembly action dbefee0 Add the missing page_title for detail page 2235058 Fix the solum-dashboard ImportError 44829ec Updated from global requirements 2f55be0 Add page title for all panel table ae5f9e4 Updated from global requirements 0155f63 Updated from global requirements 0f4b2f5 Delete the unused url fdb49c4 Add the application update functionality to the dashboard 7e68366 Add the application scale functionality to the dashboard ba702db Fix the applications deploy functionality in the dashboard 9ef1598 Add the application log functionality to the dashboard c5ac8c0 Fix the applications create functionality in the dashboard da99b19 Fix the applications delete functionality in the dashboard 8e04eba Fix the applications show functionality in the dashboard b916e20 Adds i18n machinery for solum-dashboard Diffstat (except docs and test files) ------------------------------------- babel-django.cfg | 5 + babel-djangojs.cfg | 14 ++ requirements.txt | 6 +- solumdashboard/applications/forms.py | 197 ++++++++++++++++++ solumdashboard/applications/tables.py | 68 +++++-- solumdashboard/applications/tabs.py | 50 ++++- solumdashboard/applications/urls.py | 10 +- solumdashboard/applications/views.py | 87 ++++++-- solumdashboard/applications/workflows/__init__.py | 3 + solumdashboard/applications/workflows/create.py | 72 ------- solumdashboard/applications/workflows/launch.py | 67 ------- solumdashboard/applications/workflows/update.py | 70 +++++++ solumdashboard/assemblies/tables.py | 25 ++- solumdashboard/assemblies/views.py | 12 +- solumdashboard/languagepacks/views.py | 1 + solumdashboard/locale/django.pot | 219 +++++++++++++++++++++ solumdashboard/locale/djangojs.pot | 19 ++ solumdashboard/templates/applications/_create.html | 12 ++ .../applications/_create_general_help.html | 3 - solumdashboard/templates/applications/_detail.html | 58 ++++-- solumdashboard/templates/applications/_launch.html | 8 + .../applications/_launch_configure_help.html | 5 - solumdashboard/templates/applications/_log.html | 37 ++++ solumdashboard/templates/applications/_scale.html | 8 + solumdashboard/templates/applications/create.html | 7 + solumdashboard/templates/applications/detail.html | 6 +- solumdashboard/templates/applications/launch.html | 8 +- solumdashboard/templates/applications/scale.html | 11 ++ test-requirements.txt | 4 +- tox.ini | 5 + 30 files changed, 870 insertions(+), 227 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ba701ae..feaba1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ iso8601>=0.1.11 # MIT -netaddr!=0.7.16,>=0.7.12 # BSD +netaddr!=0.7.16,>=0.7.13 # BSD @@ -16,0 +17,4 @@ oslo.utils>=3.16.0 # Apache-2.0 + +# message extraction +Babel>=2.3.4 # BSD +django-babel>=0.5.1 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 5dcabd5..131be14 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17,2 +17,2 @@ unittest2 # BSD -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
participants (1)
-
no-reply@openstack.org