Additional tools and examples for Mistral Workflow Service.
Go to file
Sean McGinnis 5a0e91c99d Remove setup.py check from pep8 job
Using "python setup.py check -r -s" method of checking the package has
been deprecated with the new recommendation to build the sdist and
wheel, then running "twine check" against the output.

Luckily, there is already a job that covers this that only runs when the
README, setup.py, or setup.cfg files change, making running this in the
pep8 job redundant. This covered by the test-release-openstack-python3
that is defined in the publish-to-pypi-python3 template.

More details can be found in this mailing list post:

http://lists.openstack.org/pipermail/openstack-dev/2018-October/136136.html

Change-Id: I01bcce1ceff75fb34ea4b387114459cf3afa721a
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-10-30 10:22:03 -05:00
doc/source Removes unnecessary utf-8 encoding 2017-01-11 11:16:19 +05:30
examples/v2 Correct the description on a calculator task 2017-04-07 15:07:05 +01:00
mistral_extra Set up mistral-extra with the ability to run unit tests 2017-03-03 16:29:49 -05:00
tools Add script to allow update dependencies in all envs 2014-03-14 15:12:43 +04:00
.coveragerc Set up mistral-extra with the ability to run unit tests 2017-03-03 16:29:49 -05:00
.gitignore Switch to using stestr 2018-05-21 18:38:46 -04:00
.gitreview Update .gitreview file for project rename 2015-06-12 23:12:30 +00:00
.stestr.conf Switch to using stestr 2018-05-21 18:38:46 -04:00
.zuul.yaml add python 3.6 unit test job 2018-08-18 14:56:55 +09:00
LICENSE Preparing project skeleton 2014-01-18 01:22:26 -08:00
README.rst Update Mistral Extra description. 2018-06-12 10:06:34 -04:00
Vagrantfile Add vagrant environment with devstack and mistral 2014-07-01 17:51:51 +07:00
bootstrap.sh Add vagrant environment with devstack and mistral 2014-07-01 17:51:51 +07:00
local.conf Add vagrant environment with devstack and mistral 2014-07-01 17:51:51 +07:00
requirements.txt Set up mistral-extra with the ability to run unit tests 2017-03-03 16:29:49 -05:00
setup.cfg Change author 2017-06-06 00:46:34 +05:30
setup.py Set up mistral-extra with the ability to run unit tests 2017-03-03 16:29:49 -05:00
test-requirements.txt Switch to using stestr 2018-05-21 18:38:46 -04:00
tox.ini Remove setup.py check from pep8 job 2018-10-30 10:22:03 -05:00

README.rst

Team and repository tags

image

Mistral Extras

Mistral Extra is a library which allows contributors to add optional functionality to the mistral project, it also contains examples for which to base new capabilities.