1. 5c7e819 -don't run pylint as part of the frontend unit test suite by showard · 16 years ago
  2. 8e3aa5e -support filtering on multiple labels by showard · 16 years ago
  3. 4f53659 Need to use job filters in get_num_jobs. by showard · 16 years ago
  4. 437c3a6 Since Django messes with paths and imports, using the "from common by mbligh · 16 years ago
  5. 1b87bc5 Modify all the common.py to set up an autotest_lib.* namespace as well by mbligh · 16 years ago
  6. 1c8c221 Change all tables to be server-side. This required a lot of work, but I think I ended up cleaning up the frontend code a lot and providing room for more powerful features to be added in the future. It is a huge change though. by showard · 16 years ago
  7. 4a3a08d Forgot to add this file. by showard · 16 years ago
  8. 915bbca Add indexes to frontend DB. by showard · 16 years ago
  9. e8a79d5 Fix import in settings.py. by showard · 16 years ago
  10. 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
  11. 05fb699 -On the server, when exceptions occur, pass back a traceback along with the other info by showard · 16 years ago
  12. 31a244a Be sure to always trim hostnames. by showard · 16 years ago
  13. c0ddd72 Display and allow filtering on non-platform labels. by showard · 16 years ago
  14. 1385b16 On the frontend, only show hosts to which this user has ACL access. by showard · 16 years ago
  15. 1d445e9 Support kernel install for server-side control files 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. 1c4effd Forgot to add this frontend migration file to the test synch type checkin. by showard · 16 years ago
  18. 8fd5824 -associate a synch type with each test in the DB (defaults to asynchronous for all) by showard · 16 years ago
  19. 45c64e4 HostSelector is the widget used in (and only in) CreateJobView to show the HostTable. by showard · 16 years ago
  20. cca3b63 Remove comment on removed arg. by showard · 16 years ago
  21. 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
  22. 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
  23. d5c9580 Implemented abort functionality in scheduler. by mbligh · 16 years ago
  24. e8819cd Add frontend and scheduler for Autotest by mbligh · 17 years ago