[new][mistral] mistral-dashboard 3.0.0 release (newton)
We are frolicsome to announce the release of: mistral-dashboard 3.0.0: Mistral dashboard This release is part of the newton release series. For more details, please see below. Changes in mistral-dashboard 2.0.0.0rc1..3.0.0 ---------------------------------------------- 2c959e0 Update .gitreview for stable/newton 3050adf Clean imports in code e212fd4 Remove .mailmap and AUTHORS file since it's no longer needed 96bee8d Clean imports in code ce8ae70 Updated from global requirements f00bb12 Remove requirements satisfied by horizon cd39df2 Removed 'pull_right' option c38219f Fixed unit tests issue 1b739f8 Updated from global requirements 5725a06 Updated from global requirements 08d8477 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .mailmap | 19 ---- AUTHORS | 10 -- mistraldashboard/actions/views.py | 8 +- mistraldashboard/cron_triggers/views.py | 4 +- mistraldashboard/dashboard.py | 4 +- mistraldashboard/default/SmartCell.py | 6 +- mistraldashboard/exceptions.py | 4 +- mistraldashboard/executions/views.py | 12 +-- mistraldashboard/tasks/views.py | 6 +- mistraldashboard/test/settings.py | 177 +------------------------------- mistraldashboard/workbooks/views.py | 4 +- mistraldashboard/workflows/views.py | 4 +- requirements.txt | 7 +- test-requirements.txt | 6 +- 16 files changed, 39 insertions(+), 235 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0b19fdb..9f2292c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +6,0 @@ pbr>=1.6 # Apache-2.0 -Babel>=1.3 # BSD @@ -10,3 +9,3 @@ django-compressor>=2.0 # MIT -django-openstack-auth>=2.0.0 # Apache-2.0 -iso8601>=0.1.9 # MIT -python-mistralclient>=1.0.0 # Apache-2.0 +django-openstack-auth>=2.4.0 # Apache-2.0 +iso8601>=0.1.11 # MIT +python-mistralclient>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index bdb1a94..923e213 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,2 +10,2 @@ coverage>=3.6 # Apache-2.0 -django-nose>=1.2 # BSD -mock>=1.2 # BSD +django-nose>=1.4.4 # BSD +mock>=2.0 # BSD @@ -23 +23 @@ xvfbwrapper>=0.1.3 #license: MIT -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD +sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
participants (1)
-
no-reply@openstack.org