1. 6631273 Make a bunch of stuff executable by mbligh · 15 years ago
  2. 7c8ea99 Not all distros put a symlink in for the python version. However by mbligh · 15 years ago
  3. eca1f21 Make migration manager support migration modules with just strings "UP_SQL" and/or "DOWN_SQL". It seems to be a very common case that we just write SQL strings for up and down and then have some boilerplate migrate_up() and migrate_down() methods. Now we won't need those methods in that case. Of course, if you include those methods, they'll still get called instead. by showard · 15 years ago
  4. 8bcd23a Move all MySQLdb imports after the 'import common' so that a MySQLdb by mbligh · 15 years ago
  5. 442e71e Move migration system into database/ directory. by showard · 16 years ago[Renamed (97%) from migrate/migrate_unittest.py]
  6. 0e73c85 Add a generic database wrapper, supporting different database backends, to be used by migrate, scheduler, parser (eventually), and maybe others. This will consolidate the multiple database wrappers we have throughout the code and allow us to swap in SQLite for MySQL for unit testing purposes. by showard · 16 years ago
  7. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  8. 9b907d6 Some small change to global_config.py and migrate.py as well as by mbligh · 16 years ago
  9. 1bcdd5e rename migrate/migrate_test.py to migrate/migrate_unittest.py by mbligh · 16 years ago[Renamed from migrate/migrate_test.py]
  10. f208abc forgot to svn add this file by showard · 16 years ago