[release-announce] mistral-dashboard 9.0.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 16 12:55:24 UTC 2019


We exuberantly announce the release of:

mistral-dashboard 9.0.0: Mistral dashboard

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/mistral-dashboard

Download the package from:

    https://pypi.org/project/mistral-dashboard

For more details, please see below.

Changes in mistral-dashboard 8.0.0.0rc1..9.0.0
----------------------------------------------

82df9c6 Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
eda183b Update .gitreview for stable/train
538fc12 Fix error when use keystone federation
809416b Refactor error messages
eba4d3a Add Python 3 Train unit tests
773b349 Remove redundant exception handling
a7d6725 Remove the ErrorHandleTests class
5d1f9ab Modify the name of action_executions panel
51166f3 Follow the new PTI for document build
e5b94ec Add the unit test for executions
b7d6322 Add the unit test for cron_triggers
b7a408a Add the unit test for update_action_execution
293cf1c Add the unit test for create and update action
3865255 Add the unit test for executions detail
e0a972f Add the unit test for workflows detail
21663e5 Add the unit test for workbooks detail
c4fd4d8 Add the unit test for tasks detail
bcc743e Add the unit test for cron_triggers detail
8bceb19 Add the unit test for action_executions detail
d1df6b3 Add the unit test for actions detail
cbf3a8c Modify the url of upper_constraints_file
6726cee fix the Bug of test in workflows panel
8dab9d1 fix the Bug of test in workbooks panel
268c542 fix the Bug of test in tasks panel
4e62ddd fix the Bug of test in executions panel
9e7b4bc fix the Bug of test in action_executions panel
20bd211 fix the Bug of test in cron_triggers panel
19c254b fix the Bug of test in actions panel
13e1709 Use openstack-python3-train-jobs for python3 test runtime
0775cfe Add python 3.7 classifier to setup.cfg
c0f2cf7 Blacklist sphinx 2.1.0 (autodoc bug)
f154594 Correct error messages on update action execution form
3be30d0 The columns out of page range
b697fcc Unified button style on Execute form in workflow panel
7dc4afb Change action_execution to action_executions in url
f820ab4 Indent four spaces
399b9df Update sphinx dependency
840955c Remove try: ... finally: pass
9a4e706 Add asterisk mark for the required field
59f0ab4 Add python37 job
8776da2 Translate executions state
3cb1ace Add asterisk mark for the required field
fc53013 Switch to stestr
8b4ca12 Dropping the py35 testing
a8cd02d Replace git.openstack.org URLs with opendev.org URLs
d86efab OpenDev Migration Patch
f732ea9 Fix the bug of the py27 test
80b7476 Update master for stable/stein
b486f02 Increment versioning with pbr instruction


Diffstat (except docs and test files)
-------------------------------------

.gitignore                                         |   2 +-
.gitreview                                         |   3 +-
.stestr.conf                                       |   4 +
.zuul.yaml                                         |   3 +-
README.rst                                         |   2 +-
mistraldashboard/action_executions/forms.py        |  12 +--
mistraldashboard/action_executions/panel.py        |   4 +-
mistraldashboard/action_executions/tables.py       |  24 +----
mistraldashboard/action_executions/views.py        |  28 ++----
mistraldashboard/actions/forms.py                  |  10 +-
mistraldashboard/api.py                            |   9 +-
mistraldashboard/cron_triggers/forms.py            |  34 +++----
mistraldashboard/executions/forms.py               |   4 +-
mistraldashboard/executions/tables.py              |  10 ++
mistraldashboard/executions/views.py               |   9 +-
mistraldashboard/test/test_data/mistral_data.py    |  21 +++--
mistraldashboard/workbooks/forms.py                |  10 +-
mistraldashboard/workflows/forms.py                |  10 +-
.../workflows/templates/workflows/_execute.html    |   5 -
mistraldashboard/workflows/views.py                |   2 +
releasenotes/source/index.rst                      |   1 +
releasenotes/source/stein.rst                      |   6 ++
setup.cfg                                          |   8 +-
test-requirements.txt                              |   7 +-
tox.ini                                            |  27 ++++--
34 files changed, 453 insertions(+), 254 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 90eaf85..c737881 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14,6 +14 @@ xvfbwrapper>=0.1.3 #license: MIT
-
-# Docs Requirements
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
-docutils>=0.11 # OSI-Approved Open Source, Public Domain
+stestr>=2.0.0 # Apache-2.0






More information about the Release-announce mailing list