We exuberantly announce the release of: karbor-dashboard 0.5.0: Karbor Dashboard This release is part of the queens release series. The source is available from: http://git.openstack.org/cgit/openstack/karbor-dashboard Download the package from: https://tarballs.openstack.org/karbor-dashboard/ Please report issues through launchpad: http://bugs.launchpad.net/karbor-dashboard For more details, please see below. Changes in karbor-dashboard 0.4.0..0.5.0 ---------------------------------------- 761570e Imported Translations from Zanata cce9381 Fix trigger creation failed 6c73941 Drop django_openstack_auth from requirements.txt 29740fc Imported Translations from Zanata ea79db1 Updated from global requirements 1d7fd7c Fix checkpoints pagination error 542fd74 Fix to use "." to source script files Diffstat (except docs and test files) ------------------------------------- karbor_dashboard/api/karbor.py | 25 +- karbor_dashboard/checkpoints/views.py | 2 +- .../locale/en_GB/LC_MESSAGES/django.po | 438 +++++++++++++++++++++ karbor_dashboard/templates/triggers/_detail.html | 12 + karbor_dashboard/triggers/forms.py | 6 +- karbor_dashboard/triggers/utils.py | 145 ++++++- karbor_dashboard/triggers/views.py | 15 +- requirements.txt | 1 - test-requirements.txt | 10 +- tools/install_venv.py | 2 +- 10 files changed, 614 insertions(+), 42 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 132d8ff..4d451d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15 +14,0 @@ django-compressor>=2.0 # MIT -django-openstack-auth>=3.5.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index e0bbf3a..ac66d7e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,2 +14,2 @@ docutils>=0.11 # OSI-Approved Open Source, Public Domain -mock>=2.0 # BSD -mox3!=0.19.0,>=0.7.0 # Apache-2.0 +mock>=2.0.0 # BSD +mox3>=0.20.0 # Apache-2.0 @@ -17,2 +17,2 @@ nodeenv>=0.9.4 # BSD -nose # LGPL -nose-exclude # LGPL +nose>=1.3.7 # LGPL +nose-exclude>=0.3.0 # LGPL @@ -20 +20 @@ nosehtmloutput>=0.0.3 # Apache-2.0 -nosexcover # BSD +nosexcover>=1.0.10 # BSD