mistral/mistral/api
Renat Akhmerov a73fe5b8a3 Fix dynamic actions further
* Reworked /code_sources and /dynamic_actions API endpoints to
  simplify them. For now they don't work with multiple objects and
  they are consistent with other endpoints. If needed, we'll add
  support for multiple objects (i.e. adding multiple dynamic actions
  with a single request) later in a backwards compatible manner.
* Simplified unit tests.
* Got rid of services/*.py modules since they didn't do anything
  useful. They were just wrappers around DB API calls.

Change-Id: Ib5a53f1f1a185f0395ffae1ab0c401633fcdd0fc
2020-12-03 16:51:25 +07:00
..
controllers Fix dynamic actions further 2020-12-03 16:51:25 +07:00
hooks Don't use default mutable parameter 2019-04-15 10:30:34 +03:00
__init__.py Adding pecan, wsme, oslo and adjusting packages 2013-11-21 13:47:42 +07:00
access_control.py Add entry point to allow for oslo.policy CLI usage 2018-09-19 16:25:33 +00:00
app.py Don't use eventlet.monkey_patch under wsgi 2019-12-31 15:14:10 +02: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