1. fa7ef63 The final piece of global_config is done. settings reads from global_config to fill in the needed info for django. by showard · 16 years ago
  2. 05fb699 -On the server, when exceptions occur, pass back a traceback along with the other info by showard · 16 years ago
  3. 31a244a Be sure to always trim hostnames. by showard · 16 years ago
  4. c0ddd72 Display and allow filtering on non-platform labels. by showard · 16 years ago
  5. 1385b16 On the frontend, only show hosts to which this user has ACL access. by showard · 16 years ago
  6. 1d445e9 Support kernel install for server-side control files by showard · 16 years ago
  7. 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
  8. 1c4effd Forgot to add this frontend migration file to the test synch type checkin. by showard · 16 years ago
  9. 8fd5824 -associate a synch type with each test in the DB (defaults to asynchronous for all) by showard · 16 years ago
  10. 45c64e4 HostSelector is the widget used in (and only in) CreateJobView to show the HostTable. by showard · 16 years ago
  11. cca3b63 Remove comment on removed arg. by showard · 16 years ago
  12. 99229e4 Get rid of job.status and job.submitted_on usage in models.py. This field was deprecated but these (harmless) statements were left lying around. by showard · 16 years ago
  13. 3cab4a7 Requeue support for the frontend. Requeue creates and enqueues a copy of the job. Added support to Job model, new RPC method, and new button to job detail page. by mbligh · 16 years ago
  14. d5c9580 Implemented abort functionality in scheduler. by mbligh · 16 years ago
  15. e8819cd Add frontend and scheduler for Autotest by mbligh · 16 years ago