summaryrefslogtreecommitdiff
path: root/migrate/migrate.py
AgeCommit message (Expand)AuthorFilesLines
2008-10-06Move migration system into database/ directory.showard1-301/+0
2008-10-03Add a generic database wrapper, supporting different database backends, to be...showard1-66/+39
2008-09-22-add --force option to migrations to disable user confirmation because this c...showard1-4/+14
2008-06-06Convert all python code to use four-space indents instead of eight-space tabs.jadmanski1-285/+285
2008-06-04fix yet more broken crapmbligh1-1/+0
2008-05-16Remove all places where we are hardcoding python2.4 on thembligh1-1/+1
2008-05-13Some small change to global_config.py and migrate.py as well asmbligh1-1/+3
2008-03-31Migrate should print the proper usage.mbligh1-1/+6
2008-03-28Unit tests for migration system, and a couple refactorings to migrateshoward1-20/+22
2008-03-14migrate should run in unbuffered modembligh1-1/+1
2008-03-12Skip simulation if we're already at the latest version.showard1-2/+14
2008-03-12Add downgrade support to migrate. This is really necessary for doing real mi...mbligh1-27/+61
2008-02-27more on global configmbligh1-38/+27
2008-02-15Add frontend and scheduler for Autotestmbligh1-0/+275