1. 0e2cb7a [autotest] change more python shebangs to python2 by Mike Frysinger · 5 years ago
  2. 6dbcdf5 [autotest] Update the base DB to be the current schema. by Keith Haddow · 6 years ago
  3. 7f0c183 [autotest] Setup chromeos_lab_servers database by Dan Shi · 10 years ago
  4. d65bbd1 Increase character limit in autotest DB for perf keys from 30 to 256 characters. by Dennis Jeffrey · 11 years ago
  5. ef69298 Patch didn't work. Trying again by jamesren · 14 years ago
  6. 92afa56 Rebase the AUTOTEST_WEB database to schema version 51. Also default the by jamesren · 14 years ago
  7. 12454c6 Fix interactions with db_utils when simulating. Anyone attempting to by showard · 15 years ago
  8. 250d84d Merge the two databases and the two Django projects. Note that the TKO migrations are still present, as is the migration code for TKO in database/migrate.py. These pieces of code are preserved because they are required by this change to perform the merge. A separate change will be submitted in the future to remove those references. by showard · 15 years ago
  9. eab66ce Rename the tables in the databases, by prefixing the app name. This is by showard · 15 years ago
  10. 049b0fd add a debug mode to migrations. this is pretty handy for debugging complex migrations. by showard · 15 years ago
  11. 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
  12. b82b1f2 Make a couple of errant files executable by mbligh · 15 years ago
  13. 8bcd23a Move all MySQLdb imports after the 'import common' so that a MySQLdb by mbligh · 15 years ago
  14. b1e5187 Get the scheduler unittest to run against SQLite! by showard · 16 years ago
  15. 442e71e Move migration system into database/ directory. by showard · 16 years ago[Renamed from migrate/migrate.py]
  16. 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
  17. 50c0e71 -add --force option to migrations to disable user confirmation because this can make migrations unscriptable by showard · 16 years ago
  18. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  19. 923a058 fix yet more broken crap by mbligh · 16 years ago
  20. fa29a2a Remove all places where we are hardcoding python2.4 on the scripts by mbligh · 16 years ago
  21. 9b907d6 Some small change to global_config.py and migrate.py as well as by mbligh · 16 years ago
  22. c2f2445 Migrate should print the proper usage. by mbligh · 16 years ago
  23. decbe50 Unit tests for migration system, and a couple refactorings to migrate by showard · 16 years ago
  24. b5ec487 migrate should run in unbuffered mode by mbligh · 16 years ago
  25. d2d4e2c Skip simulation if we're already at the latest version. by showard · 16 years ago
  26. 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
  27. b090f14 more on global config by mbligh · 16 years ago
  28. e8819cd Add frontend and scheduler for Autotest by mbligh · 16 years ago