]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Kill HEADS file
authorIhar Hrachyshka <ihrachys@redhat.com>
Thu, 24 Sep 2015 13:31:15 +0000 (15:31 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Fri, 25 Sep 2015 10:53:37 +0000 (12:53 +0200)
commitef2710053d1357a9b92281cc34e62199841396fd
tree5b3bbb9e9666b9b5316e46bffbe8214f344ea699
parent3d0f20047bee4c87d86df2a044df712c597c5dcb
Kill HEADS file

Now that we forbid branch points as part of check_migration, there is no
technical need in maintaining the file. It only slows down developers that are
forced to resolve git conflicts after every new migration merged.

We remove the file as part of new 'revision' generation.

Now that the file is not present, we introspect the alembic scripts to
determine whether the subproject uses split migrations (presense of a branch
point indicates that).

Change-Id: Ic1ae0c3fc70be859919b89444dbfdcb1068bb1cd
neutron/db/migration/alembic_migrations/versions/HEADS [deleted file]
neutron/db/migration/cli.py
neutron/tests/tools.py
neutron/tests/unit/db/test_migration.py
neutron/tests/unit/objects/test_base.py