mistral/mistral/api/controllers/v2
ali 9be4f8e119 created a new Api endpoints and added dynamic actions
* added dynamic actions:
     these actions are created and modified in runtime,
     each action needs a code source to be imported from and a
     class name.

 - there are 2 new endpoints:
    - /v2/code_sources/:
       used to add new code sources to mistral.
    - /v2/dynamic_actions/:
      used to add dynamic actions to mistral in runtime

 - a new Action provider (DynamicActionProvider) was added:
    it provides the actions created from the dynamic actions api.

Change-Id: I9fe8c28ffdef71016d9dc13aea60a288c8ebaa0a
Signed-off-by: ali <ali.abdelal@nokia.com>
2020-11-18 10:15:26 +00:00
..
__init__.py Implement REST API v2.0 2014-09-01 11:17:53 +07:00
action.py Refactor Mistral with Action Providers 2020-09-24 11:10:33 +00:00
action_execution.py Add namespaces to Ad-Hoc actions 2020-01-07 08:10:53 +00:00
code_source.py created a new Api endpoints and added dynamic actions 2020-11-18 10:15:26 +00:00
cron_trigger.py Improve Mistral API DB error handling 2018-03-25 19:36:56 +02:00
dynamic_action.py created a new Api endpoints and added dynamic actions 2020-11-18 10:15:26 +00:00
environment.py moved generic util functions from mistral to mistral-lib 2019-09-13 04:06:27 +00:00
event_trigger.py Improve Mistral API DB error handling 2018-03-25 19:36:56 +02:00
execution.py Refactor Mistral with Action Providers 2020-09-24 11:10:33 +00:00
execution_report.py added statistics-only in report Api and a new field in statistics 2020-05-04 06:50:47 +00:00
member.py Add an ability to disable workflow text validation 2019-09-27 04:33:04 +00:00
resources.py created a new Api endpoints and added dynamic actions 2020-11-18 10:15:26 +00:00
root.py created a new Api endpoints and added dynamic actions 2020-11-18 10:15:26 +00:00
service.py Remove six library 2020-09-23 10:27:12 +08:00
sub_execution.py Added a new API to fetch sub-execution of an execution or a task 2020-01-23 08:50:28 +00:00
task.py Added a new API to fetch sub-execution of an execution or a task 2020-01-23 08:50:28 +00:00
types.py Remove six library 2020-09-23 10:27:12 +08:00
validation.py Remove extra a specification validation 2018-07-30 11:55:35 +04:00
workbook.py Add an ability to disable workflow text validation 2019-09-27 04:33:04 +00:00
workflow.py Add an ability to disable workflow text validation 2019-09-27 04:33:04 +00:00