mistral/mistral/db/sqlalchemy
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
..
migration Fix dynamic actions further 2020-12-03 16:51:25 +07:00
__init__.py Added initial database setup 2013-11-29 16:13:54 +04:00
base.py Add caching for YAQL/Jinja expression functions 2020-02-27 17:42:03 +07:00
model_base.py Make it possible to set None to REST API filters 2019-11-18 12:15:34 +07:00
sqlite_lock.py Implementing 'acquire_lock' method and fixing workflow completion 2015-03-22 19:53:32 +06:00
types.py Fix serialization of structures that might contain YAQL types 2020-03-31 18:42:11 +07:00