]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Forbid more than one branch point in alembic dependency chains
authorIhar Hrachyshka <ihrachys@redhat.com>
Thu, 24 Sep 2015 12:27:33 +0000 (14:27 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Thu, 24 Sep 2015 13:56:16 +0000 (15:56 +0200)
commit3d0f20047bee4c87d86df2a044df712c597c5dcb
tree648790faaf0d5f47f255b3a9ca18e73eb9c093fd
parent9e4627fd359690bc904f301959bc96deb19e768b
Forbid more than one branch point in alembic dependency chains

This change will allow us to get rid of HEADS file that currently serves as a
caution guard against excessive branching due to git conflicts it invokes on
any new migration merged.

Change-Id: Iab88e4e11cea319bb7cfa364cb5cdefe9dcb004b
neutron/db/migration/cli.py
neutron/tests/tools.py
neutron/tests/unit/db/test_migration.py
neutron/tests/unit/objects/test_base.py