1. c478040 Add RPCs for requesting iteration results from TKO and supporting model code. by showard · 15 years ago
  2. 67bf444 KVM test: kvm_tests: fix a litte bug in timedrift() by lmr · 15 years ago
  3. 6631273 Make a bunch of stuff executable by mbligh · 15 years ago
  4. f83a5a2 Add missing hosts dir by mbligh · 15 years ago
  5. c9b6d11 fix logo by mbligh · 15 years ago
  6. 0d9b58f New logo image. by mbligh · 15 years ago
  7. a3c17fc Add process_is_alive() to client/bin/base_utils. Use a smart pgrep command which finds the python processes not found by plain pgrep. by mbligh · 15 years ago
  8. 01d6329 Update spinner gif. by mbligh · 15 years ago
  9. e4e958f restore check_version by mbligh · 15 years ago
  10. 45e4338 check_version by mbligh · 15 years ago
  11. db530cc Adds the python-atfork package and renames a couple of methods that by mbligh · 15 years ago
  12. 940e5f0 Mark reaim as non-experimental by mbligh · 15 years ago
  13. a43f6d2 Inside the remote host class, there's a method, check_uptime, that makes by mbligh · 15 years ago
  14. 2ba7ab0 Make the INFO 'Host (ssh) foo is alive" messages much less spammy, by mbligh · 15 years ago
  15. bccad48 Sadly, put back the "disable packaging-only installs" used by the by mbligh · 15 years ago
  16. 483d1da Remove the use of the very strange /etc/autotest.conf symlink on the by mbligh · 15 years ago
  17. a404bb0 add synctest by mbligh · 15 years ago
  18. a57cc92 Log the original exceptions from subcommand.parallel() to help debugging by mbligh · 15 years ago
  19. 25d656c Don't import from the server/samples directory by default. These all by mbligh · 15 years ago
  20. 3f1c647 One more time... str(e), not e.msg. by mbligh · 15 years ago
  21. 36c8b49 Ignore early "connection closed" the ugly way (and only way). by mbligh · 15 years ago
  22. f51b289 Upgrade to Paramiko 1.7.5 by mbligh · 15 years ago
  23. 4e2dd02 While working on the 0.11.0 branch, discovered a small bug on by mbligh · 15 years ago
  24. 36cec88 minor refactoring, make a generic method available via the base class. by mbligh · 15 years ago
  25. a3c58d2 Added support to specify cmdline for the booted kernels for both the CLI by mbligh · 15 years ago
  26. d7a98a6 Fixed 2 mirror script bugs: by mbligh · 15 years ago
  27. 8ec6f0e Added /proc/partitions in the list of sysinfo per reboot files. This by mbligh · 15 years ago
  28. 33e2e69 Improved reliability when saving "mirror" dict_database contents by by mbligh · 15 years ago
  29. 08f2b3c Prevent this test from leaving turds behind. use socketpair. by mbligh · 15 years ago
  30. ce955fc Created a common_lib host object hierarchy (with site specific override by mbligh · 15 years ago
  31. ef8fd9c New versions of twoway container benchmark graphs. by mbligh · 15 years ago
  32. b5df2f9 Handle bad requests to the barrier server without crashing the barrier. by mbligh · 15 years ago
  33. a9894d0 Back out a python2.4 ref that was accidentally re-inserted. by jadmanski · 15 years ago
  34. 42ebd80 Fix up the imports in harness_unittest. This...actually can break the unit test. by jadmanski · 15 years ago
  35. a93fbca Apply a unit test change that was never applied along with the by jadmanski · 15 years ago
  36. 2aa318e refactor and cleanup some database joining code for TKO queries by showard · 15 years ago
  37. be0d869 Remove the ability for host status to be modified via the frontend. by showard · 15 years ago
  38. 71b9431 Make the parser read and use the machine platform from host_keyvals, if available. Goodbye machine_transfer! Also made it handle multimachine jobs (use a comma-separated, sorted list of distinct platforms from the individual machines) and atomic group jobs (use the same atomic group override value that was used for machine name, when applicable). by showard · 15 years ago
  39. 1be877f Reinstall test, accidentally got left out of r3576. by showard · 15 years ago
  40. 87cc38f Add the ability to exclude hosts in an atomic group from the get_hosts RPC. by showard · 15 years ago
  41. 08c4d83 Disable the old 'backwards compatibility' debug/autoserv.stdout and by showard · 15 years ago
  42. a5a72c9 Change populate_relationships() for many-to-one relationships to pull only the base object ID, and not a whole instance of the base model, from each related model. Pulling the whole base model involves an unnecessary DB query each time, since the initial query for related models already includes all the base model IDs, and that's all we're interested in. I don't know if this was new with Django 1.0 or not, but it was massively slowing down populate_relationships() for large queries, commonly encountered with get_detailed_test_views. by showard · 15 years ago
  43. 5ce8fa8 Frontend unittest fix. by showard · 15 years ago
  44. 65974e1 Remove invalidated records from the select lists in the admin interface. by showard · 15 years ago
  45. 1fe34c4 Add options to reinstall hosts from the Host List tab and the View Host by showard · 15 years ago
  46. 549afad Added pid file checks to monitor_db and monitor_db_babysitter, so that by showard · 15 years ago
  47. 70a294f Don't expect aborted "Pending" entries to be recovered. They'll be immediately picked up by _find_aborting() so they don't need to be recovered. by showard · 15 years ago
  48. 58721a8 One-off fix to address the issue where a scheduler shutdown immediately by showard · 15 years ago
  49. 3739978 Instrument the drone manager to allow debugging why it lost track of by showard · 15 years ago
  50. 474d136 Sanity check: prevent the creation of a special task for a host that already by showard · 15 years ago
  51. 6bba3d1 Don't assert if we were unable to load the pidfile in num_tests_failed. by showard · 15 years ago
  52. e8e3707 Treat unrecoverable host queue entries as a fatal error. Their existance by showard · 15 years ago
  53. 6d1c143 Fix scheduler's handling of jobs when the PID file can't be found. by showard · 15 years ago
  54. 8177fbc Add a "(triage failures)" link to the AFE Job Details tab. by showard · 15 years ago
  55. eb0fd4c Clicking any part of the row in the hosts table in AFE View Job tab by showard · 15 years ago
  56. 8de1b4f Change handling of filename in logging_manager_test.py so that it no by showard · 15 years ago
  57. 708b352 Do not go through a DelayedCallTask on atomic group jobs when all Hosts by showard · 15 years ago
  58. 9b6ec50 Turn an assertion into a more useful error message. by showard · 15 years ago
  59. 122f6bc Don't update the local copy of the checksum file when fetching a by jadmanski · 15 years ago
  60. 7f3c82f KVM test: add AutoIt test to kvm_tests.cfg.sample by lmr · 15 years ago
  61. 3f0784d KVM test: add sample AutoIt script by lmr · 15 years ago
  62. 3efa0bd KVM test: add AutoIt test by lmr · 15 years ago
  63. f30b37b KVM test: Build qemu binaries with debugging symbols by lmr · 15 years ago
  64. 6f5745a KVM test: step file tests: do not fail when receiving an invalid screendump by lmr · 15 years ago
  65. c8a650f KVM test: Step files to setup the new remote shell server on Windows guests by lmr · 15 years ago
  66. 8361db4 KVM test: Batch script that prepares a Windows guest for remote access by lmr · 15 years ago
  67. c14e179 KVM test: Simple remote shell server for use with Windows guests by lmr · 15 years ago
  68. 52800ba KVM test: allow the user to specify the paths of the qemu and qemu-img binaries by lmr · 15 years ago
  69. 90b9fd5 KVM test: treat all user specified paths equally by lmr · 15 years ago
  70. 9018a80 KVM test: allow for regex matching of keys in the config parser by lmr · 15 years ago
  71. b4954e0 KVM test: add a function that translates user specified paths to real ones by lmr · 15 years ago
  72. 9f6ebf1 KVM test: support Netcat as a remote shell client by lmr · 15 years ago
  73. 912c74b KVM test: rename SSH related parameters and functions and add new ones by lmr · 15 years ago
  74. 27b5291 Get rid of the "lightweight" autotest install option, in favour of by jadmanski · 15 years ago
  75. a419700 KVM test: kvm_subprocess: add function kill_tail_thread() by lmr · 15 years ago
  76. 9e97329 KVM test: kvm_tests.cfg.sample: improve shell_prompt regular expressions by lmr · 15 years ago
  77. 5df99f3 KVM test: kvm_subprocess: make is_alive() much shorter by lmr · 15 years ago
  78. 2077374 KVM test: shutdown test: do not close session immediately after shutdown command by lmr · 15 years ago
  79. 49f174d KVM test: stepmaker.py: Do not attempt to use undefined variable 'version' by lmr · 15 years ago
  80. 8e7929b KVM test: Fixing small mistake introduced by changeset:3528 by lmr · 15 years ago
  81. 26bac24 KVM test: make stress_boot work properly with TAP networking by lmr · 15 years ago
  82. ee90dd9 KVM test: make VMs use a dynamic MAC-IP mapping generated by tcpdump by lmr · 15 years ago
  83. 965bcd2 KVM test: dynamically detect and cache MAC-IP pairs using tcpdump by lmr · 15 years ago
  84. 4fe15ba KVM test: kvm_subprocess: send user specified parameters to kvm_tail callbacks by lmr · 15 years ago
  85. 44d9889 KVM test: specify installation cdkeys in a dedicated file by lmr · 15 years ago
  86. 155b27d KVM test: add host-specific MAC-IP pool configuration by lmr · 15 years ago
  87. d290fa6 KVM test: add sample 'qemu-ifup' script by lmr · 15 years ago
  88. f469634 KVM test: add basic TAP support with static MAC-IP mapping by lmr · 15 years ago
  89. ac5089b KVM test: add some MAC/IP address utilities to kvm_utils by lmr · 15 years ago
  90. e9f528e KVM test: Remove unnecessary callouts to external programs by lmr · 15 years ago
  91. 33b3ad1 Prevent the logging code from exploding into infinite handleError recursion by mbligh · 15 years ago
  92. 42c5126 Instrument failed calls to paramiko's Transport by mbligh · 15 years ago
  93. f341fd1 Add support for checking for some files on the OS first prior to by mbligh · 15 years ago
  94. c26763e Currently, the utility function import_site_symbol prints by mbligh · 15 years ago
  95. 3c9ee6e Delete stale benchmark graphs. by mbligh · 15 years ago
  96. ede7e24 Add support for autotest clients run by autoserv to request packages by jadmanski · 15 years ago
  97. a89bdac KVM test: Make kvm_config.py to use autotest logging by lmr · 15 years ago
  98. 3252538 KVM test: Fix KVM release tag detection by lmr · 15 years ago
  99. ff2a7c5 KVM test: timedrift: pass parameters to the get_time() helper function by lmr · 15 years ago
  100. 5735559 KVM test: kvm_utils.py: small fix for format_str_for_message() by lmr · 15 years ago