1. ae69f26 Fix a typo in the join_bg_jobs function. by mbligh · 16 years ago
  2. 2f13dfb Give the warning and the workaround a chance to happen by default. by mbligh · 16 years ago
  3. a446440 Add a workaround to a bug where machines are not rebooting sometimes by mbligh · 16 years ago
  4. cf57ae2 Move update checksum out of upload_pkg_parallel this shouldn't be done in parallel. by mbligh · 16 years ago
  5. 29541d7 Change tests to have a default for the invalid field by mbligh · 16 years ago
  6. 1a519b9 Move server import only into the upload section as a temporary fix for being able to use packages.py on clients until upload funcationality can be put into a server side package lib by mbligh · 16 years ago
  7. e183681 Package upkeep by mbligh · 16 years ago
  8. 16115e1 There might still be a potential hang when exhausing the ssh std* by jadmanski · 16 years ago
  9. 4d35724 Provide the ability to Re-validate results that had been by showard · 16 years ago
  10. eaccf8f move escape_user_sql() to the manager class, where it better belongs, make it not static, since it doesn't need to be and we need to override it, and override it in TestViewManager to specify the table whenever test_idx is used (otherwise it can be an ambiguous reference when test_attributes is joined) by showard · 16 years ago
  11. 701f626 Add information collecting method so we can see what state the system was in when by showard · 16 years ago
  12. aa085e9 Change connect_timeout default from 30 seconds to 5 minutes by showard · 16 years ago
  13. d1677eb Update management so that it adds permissions for 'atomicgroup' by showard · 16 years ago
  14. edd5897 Allow display of the message of the day in tko as well as afe. by showard · 16 years ago
  15. 3b2b930 * extract code for displaying graphs and managing graph drilldowns from *Frontend classes (which also manage the graph setup UI) into separate Plot classes (a Plot class and two subclasses, MetricsPlot and MachineQualHistogram). eventually, these plot classes will be usable as embedded widgets in other pages. by showard · 16 years ago
  16. 946a7af Ensure one-time-hosts get unlocked when created. by showard · 16 years ago
  17. 76e29d1 Fix monitor_db.DBObject.save() to handle None values as NULL properly. by showard · 16 years ago
  18. d44b707 Several of out attributes (like bootnum and boot_times) that are standard test_attributes are by mbligh · 16 years ago
  19. ebeabce The paramiko.Transport.connect method doesn't seem to support any by jadmanski · 16 years ago
  20. 225bdc1 Allow the RPC interface to create jobs in an atomic group without by showard · 16 years ago
  21. 3562a06 Fix get_info_for_clone() when the HQE has no atomic_group. by showard · 16 years ago
  22. d1e741b Fix up a "bug" in ParamikoHost where reading std* streams after closing by jadmanski · 16 years ago
  23. 159edc0 This gives us fixed width, and saves some space. by mbligh · 16 years ago
  24. dc41731 New prefix for file logging by mbligh · 16 years ago
  25. d991198 Add a 10 second timeout to the conmux-attach call, by mbligh · 16 years ago
  26. f3294cc Move clean up functions into seperate file/classes by mbligh · 16 years ago
  27. 7e2d952 Add an additional migration-ish step for django to the release script. by mbligh · 16 years ago
  28. 9554eb4 Fixing a bug reported by Martin when running autoserv with the -N flag. by mbligh · 16 years ago
  29. 5c98c21 Fix a comment. by mbligh · 16 years ago
  30. 2ed998f Add an optional warning in case the system doesn't shutdown in a timely manner. by mbligh · 16 years ago
  31. 1116ea6 Remove duplicate kernel boot parameters given to boottool.add_kernel. by mbligh · 16 years ago
  32. d948bfb Added support in client.bin.base_job.__init__ to copy kernel boot by mbligh · 16 years ago
  33. 0931b0a Wrapped every repair phase in a try/except to consume errors in repair by mbligh · 16 years ago
  34. 4b51d54 If a reboot fails, the exception should always float upwards; a by jadmanski · 16 years ago
  35. 6462234 When we close a paramiko host object, make sure we close off the by jadmanski · 16 years ago
  36. 3a1af60 use FQDN when retrieving log information by showard · 16 years ago
  37. 27f3387 Ensure exception information from monitor_db goes to logs. by showard · 16 years ago
  38. c92da83 Add support for atomic groups to the frontend RPC interface. by showard · 16 years ago
  39. 50e463b Add a check for AUTOTEST_SCHEDULER_LOG_DIR by showard · 16 years ago
  40. a901ba9 Add more infrastructure for common (between AFE & TKO) site-specific features, and various UI widget enhancements. by showard · 16 years ago
  41. 264ce29 Only show "Status log" and "Debug logs" links when a host queue entry's execution_subdir is nonempty. With the way things work now, execution_subdir should be nonempty iff results of some kind have been generated. This simplified the surrounding logic a bit. by showard · 16 years ago
  42. 372ce3e Convert a missed self.logger call to use the logging module. by showard · 16 years ago
  43. 89e7a12 Fix log viewers sizing in FF3. Apparently elements with overflow: auto (or scroll or hidden) don't do percentage widths properly in FF3. So to workaround it, shrink the scrolling div to zero width, let the parent assume the correct size, then dynamically grab that width in pixels and set the scroller to that exact width. Also listen for and respond to window resize events, since we're setting explicit widths. by showard · 16 years ago
  44. f2839f6 Change killing %d to %s by showard · 16 years ago
  45. c641fd7 If any of the autotestd_monitor child processes die, the monitor by jadmanski · 16 years ago
  46. c9895aa Move monitor_db_babysitter to using utils.run to start monitor_db with environment variable for monitor_db's logs. by mbligh · 16 years ago
  47. 3f033d5 Add warning to host_protections to inform developers of the consequences of changing the enum that defines these levels. by mbligh · 16 years ago
  48. 789da1e Add --host-label option to query_results so that hosts by mbligh · 16 years ago
  49. 210bae6 Summary: Fixing further breakage found using the -N flag of autoserv by mbligh · 16 years ago
  50. 262e1ab The parser should update the RUNNING status and reason when the latest by jadmanski · 16 years ago
  51. 0986b25 When the parser encounters a job-level status update that isn't by jadmanski · 16 years ago
  52. fb67603 Add write_pid to common code Call write_pid from scheduler and babysitter by mbligh · 16 years ago
  53. a10c660 Add a (global) timeout to rsync so that if it sits idle (i.e. no I/O) by jadmanski · 16 years ago
  54. 2de8311 Fix up a problem when flushing the WARN logs on the server side. If by jadmanski · 16 years ago
  55. 16a7ff7 The enabling and disabling of warning messages unfortunately seems to by jadmanski · 16 years ago
  56. abc2afa Convert the parser unit tests over to use the more portable dumbdbm as by jadmanski · 16 years ago
  57. 0465991 Fix up the sysinfo install-and-run decorator try-finally structure to by jadmanski · 16 years ago
  58. 91d56a9 Add a network_destabilizing flag that tests can set to disable NETWORK warnings. by jadmanski · 16 years ago
  59. 191452d * rewrite CreateJobView.cloneJob() to call selectObjects() once instead of selectObject() within a loop. The former is much more efficient, as it postpones UI updates until after all selections have been made. This makes job cloning much quicker for large jobs and should help avoid the slow script warning. by showard · 16 years ago
  60. 7629f14 by showard · 16 years ago
  61. a290e98 by showard · 16 years ago
  62. ef6fe02 by showard · 16 years ago
  63. 18c1140 Summary: Add a new VirtualPartition class to client/bin/partition.py to handle block device emulation trough image files. by mbligh · 16 years ago
  64. d2f13cd by showard · 16 years ago
  65. b0a7303 by showard · 16 years ago
  66. a788dc4 New version of the patch, I moved the logging config code right before by mbligh · 16 years ago
  67. 7c7aff3 Fix up the server-side sysinfo collection (again) to make sure all by jadmanski · 16 years ago
  68. 54705a0 by mbligh · 16 years ago
  69. ea45566 Add support for explicitly removing tempdirs created on a host, by jadmanski · 16 years ago
  70. abe869a by mbligh · 16 years ago
  71. 5c1bb25 by mbligh · 16 years ago
  72. def0c3c Add support for running autoserv with a "--collect-crashinfo" flag by jadmanski · 16 years ago
  73. f40c02c by mbligh · 16 years ago
  74. 7e02957 by mbligh · 16 years ago
  75. 470aa3f by mbligh · 16 years ago
  76. 4395bbd by mbligh · 16 years ago
  77. c2847b7 by mbligh · 16 years ago
  78. 912c3f3 by mbligh · 16 years ago
  79. cc1b999 by mbligh · 16 years ago
  80. 5b31419 Summary: Adding dma_memtest test module by mbligh · 16 years ago
  81. 8c7b04c by mbligh · 16 years ago
  82. 6b97f79 Removed code redundancy by moving the by mbligh · 16 years ago
  83. 6448386 by showard · 16 years ago
  84. de9c330 by showard · 16 years ago
  85. 3af93f9 by showard · 16 years ago
  86. 6315df6 by showard · 16 years ago
  87. 205fd60 by showard · 16 years ago
  88. ccbd6c5 Ensure RepairTasks aren't associated with the queue entries that spawned them, so that if the QE is aborted during repair the repair task will continue running (and just leave the QE alone from then on). by showard · 16 years ago
  89. dabe63e Don't remove the "started" file from autotestd_monitor. We use this by jadmanski · 16 years ago
  90. b18134f As discussed on the mailing list, we implemented logging with a single by showard · 16 years ago
  91. 792918c Always close the communication channel in paramiko, even when the by jadmanski · 16 years ago
  92. 6bb32d7 Add some code to the server job and autotest classes to save off a by jadmanski · 16 years ago
  93. 779bd29 Touch the status.log file when a server job starts, so that once a by jadmanski · 16 years ago
  94. 9b15055 When exhausting paramiko's buffers after the remote process exists, by jadmanski · 16 years ago
  95. 0db2546 by mbligh · 16 years ago
  96. 85fbbff clean up whitespace in mirror by mbligh · 16 years ago
  97. aed47e8 Adding the protection flag to host create by mbligh · 16 years ago
  98. e413053 Fixed a bug in an error message in Autotest. Looks like a chunk of by jadmanski · 16 years ago
  99. 2bbfa96 Add autotest module to execute CTCS (Cerberus Test Control Syste) by mbligh · 16 years ago
  100. e7785cc by mbligh · 16 years ago