1. 0ed6075 [autotest] Delete support for parameterized jobs. by Richard Barnette · 9 years ago
  2. c9e1714 [autotest] Add a new field require_ssp in afe_jobs table by Dan Shi · 10 years ago
  3. 4ec9867 [autotest] Split host acquisition and job scheduling II. by Prashanth B · 11 years ago
  4. 2c1a22a [autotest] Include parent_job_id as a tie breaker in the host request. by Prashanth B · 11 years ago
  5. 489b91d [autotest] Establish a common interface for host representation. by Prashanth B · 11 years ago
  6. 7d8273b [autotest] RDB refactor I by beeps · 12 years ago
  7. 4a19369 [autotest] create_job should fail if the metahost cannot run the job by Alex Miller · 12 years ago
  8. 8a12e80 Merge remote branch 'cros/upstream' into master. by Eric Li · 15 years ago
  9. 4a41e01 by jamesren · 15 years ago
  10. 06e59f1 Initial implementation of Test Planner Test View. by jamesren · 15 years ago
  11. 76fcf19 Add ability to associate drone sets with jobs. This restricts a job to by jamesren · 15 years ago
  12. dd85524 Abstract out common models used in the frontend's models.py so that django is not required to interact with non Django portions of the code. by jamesren · 15 years ago
  13. fd8b89f don't set the current user to my_user in frontend_test_utils. let it default to the new autotest_system user. by showard · 16 years ago
  14. 78f5b01 Update to Django 1.1.1. I want to use a new feature for my RESTful interface prototyping (direct inclusion of URL patterns in URLconfs). by showard · 16 years ago
  15. 26b7ec7 Note: This change is to support a project that I am working on. You should see no change in the behavior of your current Autotest installations. by showard · 16 years ago
  16. 01339bf Add new hostless param to the docstring -- missed this comment from gps in my previous change. by showard · 16 years ago
  17. a9545c0 backend support for hostless jobs by showard · 16 years ago
  18. 2ca64c9 * add a couple simple test cases to the scheduler functional test for metahosts by showard · 16 years ago
  19. 1ef218d This is the result of a batch reindent.py across our tree. by mbligh · 16 years ago
  20. ed2afea make SpecialTasks recoverable. this involves quite a few changes. by showard · 16 years ago
  21. 6157c63 Make the scheduler robust to finding a HostQueueEntry with more than one by showard · 16 years ago
  22. 98ead17 exempt one-time-hosts from ACL checking in the frontend as well, and update the unit test to accurately test this by showard · 16 years ago
  23. 7718256 Have the scheduler wait a configurable amount of time before starting by showard · 16 years ago
  24. b6d1662 fix JobManager.get_status_counts, which was returning incorrect counts in some cases when jobs were aborted. the problem was that it's possible for a complete entry to have aborted set or not and have the same full status, which was violating an assumption of the method. by showard · 16 years ago