fuel-web/nailgun
Bulat Gaifullin 55d20c1119
Implement Transaction Manager
So far Nailgun has a bunch of managers for various tasks (transactions).
The way towards everything-is-a-graph means we won't have hardcoded
transactions and hence requires a new single manager to handle them all.

Transaction manager runs specified graphs on specified nodes within
single transaction (task), so anyone can poll it to check the progress.

Co-Authored-By: Igor Kalnitsky <igor@kalnitsky.org>

Change-Id: I98df7b98a07f64d97b561b85faa8472c3c551346
Blueprint: graph-concept-extension
2016-08-19 23:41:14 +03:00
..
examples
nailgun Implement Transaction Manager 2016-08-19 23:41:14 +03:00
tools Do not kill other processes on nailgun server cleanup 2016-07-27 13:45:06 +03:00
MANIFEST.in
conftest.py
manage.py Add fuyaql to allow debug expressions on master node 2016-06-22 15:50:45 +03:00
requirements.txt Babel version 2.3.x excluded in requirements 2016-04-19 22:09:43 +03:00
setup.cfg Align nailgun docs building with OS-Infra 2016-04-25 19:33:43 +03:00
setup.py Extract cluster upgrade to a separate repository 2016-07-29 12:44:00 +03:00
test-requirements.txt Align nailgun docs building with OS-Infra 2016-04-25 19:33:43 +03:00
tox.ini