1. 0e2cb7a [autotest] change more python shebangs to python2 by Mike Frysinger · 4 years, 11 months ago
  2. d03e6b5 [autotest] change python shebang to python2 by Mike Frysinger · 5 years ago
  3. 8b5442b Add infra OWNERS by Prathmesh Prabhu · 5 years ago
  4. d8f3cfd autotest: fix grunt shard issue by C Shapiro · 5 years ago
  5. 2528807 autotest: Do not submit autotest infrastructure code from pre-cq. by Prathmesh Prabhu · 6 years ago
  6. 6dbcdf5 [autotest] Update the base DB to be the current schema. by Keith Haddow · 6 years ago
  7. 536a63d Enable moblab-generic-vm-pre-cq for infrastructure code. by Prathmesh Prabhu · 6 years ago
  8. 9a535c9 [autotest] Add server database to django model. by Dan Shi · 10 years ago
  9. 014ee78 [autotest] Add server_attributes table to server database. by Dan Shi · 10 years ago
  10. 7f0c183 [autotest] Setup chromeos_lab_servers database by Dan Shi · 10 years ago
  11. 4753990 [autotest] fall back on sqlite3 if pysqlite2 doesn't import by Aviv Keshet · 11 years ago
  12. d65bbd1 Increase character limit in autotest DB for perf keys from 30 to 256 characters. by Dennis Jeffrey · 11 years ago
  13. 0e4a319 Autotest: Fix adding column max_runtime_mins multiple times. by Simran Basi · 12 years ago
  14. 3421702 Autotest: Increase run timeout granularity by Simran Basi · 12 years ago
  15. a8a0d75 Revert "Autotest: Increase run timeout granularity" by Scott Zawalski · 12 years ago
  16. daffa57 Autotest: Increase run timeout granularity by Simran Basi · 12 years ago
  17. 8adf789 Autotest upstream merge. by Dale Curtis · 13 years ago
  18. 74a314b Upstream Autotest merge. by Dale Curtis · 13 years ago
  19. 8a12e80 Merge remote branch 'cros/upstream' into master. by Eric Li · 13 years ago
  20. b41f6c9 by jamesren · 14 years ago
  21. 53cd324 by jamesren · 14 years ago
  22. ef69298 Patch didn't work. Trying again by jamesren · 14 years ago
  23. 92afa56 Rebase the AUTOTEST_WEB database to schema version 51. Also default the by jamesren · 14 years ago
  24. fe6f1a4 Add option to database_connection so that logging can be turned on via object creation. by mbligh · 14 years ago
  25. 12454c6 Fix interactions with db_utils when simulating. Anyone attempting to by showard · 14 years ago
  26. 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 · 14 years ago
  27. 12b4558 Massive permission fix by lmr · 14 years ago
  28. eab66ce Rename the tables in the databases, by prefixing the app name. This is by showard · 15 years ago
  29. b21b8c8 Fix handling of database reconnects in the scheduler by enhancing the "django" database_connection backend and having the scheduler use it. This eliminates the duplicate connection that the scheduler was setting up -- now it uses only a single connection (the Django one). by showard · 15 years ago
  30. 34ab099 beginnings of a new scheduler functional test. this aims to test the entire monitor_db.py file holistically, made possible by the fact that monitor_db.py is already isolated from all direct system access through drone_manager (this was a necessary separation for distributed scheduling). by mocking out the entire drone_manager, as well as other major dependencies (email manager, global config), and filling a test database, we can allow the dispatcher to execute normally and allow it to interact with all the other code in monitor_db. at the end, we can check the state of the database and the drone_manager, and (probably most importantly, given the usual failure mode of the scheduler) we can ensure no exceptions get raised from monitor_db. by showard · 15 years ago
  31. 6631273 Make a bunch of stuff executable by mbligh · 15 years ago
  32. 7c8ea99 Not all distros put a symlink in for the python version. However by mbligh · 15 years ago
  33. 049b0fd add a debug mode to migrations. this is pretty handy for debugging complex migrations. by showard · 15 years ago
  34. 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
  35. b82b1f2 Make a couple of errant files executable by mbligh · 15 years ago
  36. 89f84db by showard · 15 years ago
  37. 8bcd23a Move all MySQLdb imports after the 'import common' so that a MySQLdb by mbligh · 15 years ago
  38. a9a9101 Remove some dead code that was apparently left in database_connection.py. by showard · 16 years ago
  39. b1e5187 Get the scheduler unittest to run against SQLite! by showard · 16 years ago
  40. 0a4e022 Remove unused imports. by showard · 16 years ago
  41. 442e71e Move migration system into database/ directory. by showard · 16 years ago
  42. 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