1. 442e71e Move migration system into database/ directory. by showard · 16 years ago
  2. 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
  3. 50c0e71 -add --force option to migrations to disable user confirmation because this can make migrations unscriptable by showard · 16 years ago
  4. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  5. 923a058 fix yet more broken crap by mbligh · 16 years ago
  6. fa29a2a Remove all places where we are hardcoding python2.4 on the scripts by mbligh · 16 years ago
  7. 9b907d6 Some small change to global_config.py and migrate.py as well as by mbligh · 16 years ago
  8. 1bcdd5e rename migrate/migrate_test.py to migrate/migrate_unittest.py by mbligh · 16 years ago
  9. d3ec276 Add missing __init__.py files. Sorry by mbligh · 16 years ago
  10. 1b87bc5 Modify all the common.py to set up an autotest_lib.* namespace as well by mbligh · 16 years ago
  11. f208abc forgot to svn add this file by showard · 16 years ago
  12. c2f2445 Migrate should print the proper usage. by mbligh · 16 years ago
  13. decbe50 Unit tests for migration system, and a couple refactorings to migrate by showard · 16 years ago
  14. b5ec487 migrate should run in unbuffered mode by mbligh · 16 years ago
  15. d2d4e2c Skip simulation if we're already at the latest version. by showard · 16 years ago
  16. aa383b7 Add downgrade support to migrate. This is really necessary for doing real migration development. Modified all existing migrations to support it. by mbligh · 16 years ago
  17. b090f14 more on global config by mbligh · 16 years ago
  18. e8819cd Add frontend and scheduler for Autotest by mbligh · 16 years ago