mistral/mistral/api
Vitalii Solodilov 4bf03d8e7d Remove extra a specification validation
Currently when we get a specification using the instantiate_spec function,
we always validate their schema and semantics over and over again.
To prevent it we add new validate parameter to a Spec class.
The validate parameter must be True when we create a workflow, workbook
or action using a mistral-api. In all other cases, it must be False.

Change-Id: Ia450ea9635bc75c204fe031cfeeab154f1d03862
Closes-Bug: #1738769
Signed-off-by: Vitalii Solodilov <mcdkr@yandex.ru>
2018-07-30 11:55:35 +04:00
..
controllers Remove extra a specification validation 2018-07-30 11:55:35 +04:00
hooks Fixing grammar mistake 2018-02-05 08:47:20 +00:00
__init__.py Adding pecan, wsme, oslo and adjusting packages 2013-11-21 13:47:42 +07:00
access_control.py Adding Keycloak authorization support. 2018-02-07 09:01:08 +00:00
app.py Add a config option to disable cron triggers 2017-10-26 13:48:05 +03:00
service.py Fix Kombu RPC threading and use within multiprocess environment 2017-09-05 10:36:43 +00:00
wsgi.py Fix WSGI script for gunicorn 2017-05-10 21:31:42 +00:00