1. 9b6babf Fix a bug in the parser when dealing with test labels. The final by jadmanski · 15 years ago
  2. 77e8da8 When a subcommand is started, clear out the return code. Otherwise if by jadmanski · 15 years ago
  3. b683796 Fix up the parser to interpret reasons in a more logical and by jadmanski · 15 years ago
  4. 87ba02a extract code for generated autoserv command lines to a common place, including support for -l and -u params, and make verify, repair and cleanup tasks pass those params. this should make failed repairs include the right user and job name when parsed into tko. by showard · 15 years ago
  5. 3181c7b Prevent jobs from being created via the RPC interface that will be impossible by showard · 15 years ago
  6. 47d9e7d Prevent creating jobs via the frontend directly on hosts in an atomic group by showard · 15 years ago
  7. 69e8458 Index the test_id field on test_labels_tests. When people query with an exclusion of multiple labels, MySQL will want to use this index to join from tests to test_labels_tests on the test_idx. by showard · 15 years ago
  8. b9db516 Changes to make frontend.py work with atomic groups by mbligh · 15 years ago
  9. 2352988 Add systemtap test by mbligh · 15 years ago
  10. 959ed87 host.reboot() will now take an optional reboot command. The reboot by mbligh · 15 years ago
  11. 7af0997 This is the second CL relating to a re-implementation of how by mbligh · 15 years ago
  12. 0bc42bd Add dejagnu as a dependency by mbligh · 15 years ago
  13. 43b739a Update oprofile to version 0.9.4 by mbligh · 15 years ago
  14. 99eab42 Build oprofile in parallel, it takes a while and I got tired of waiting when by mbligh · 15 years ago
  15. dff2245 Add systemtap as a dependency. Some tests may want to use tapsets for by mbligh · 15 years ago
  16. 1ede6a3 Don't specify an absolute path in os.path.join, otherwise it wont work by mbligh · 15 years ago
  17. cc01164 Raise an AutotestError instead of the default. We end up with a pretty by mbligh · 15 years ago
  18. 94c4431 Moved the part of initialize() that needs to execute after setup() to be by mbligh · 15 years ago
  19. ae69f26 Fix a typo in the join_bg_jobs function. by mbligh · 15 years ago
  20. 2f13dfb Give the warning and the workaround a chance to happen by default. by mbligh · 15 years ago
  21. a446440 Add a workaround to a bug where machines are not rebooting sometimes by mbligh · 15 years ago
  22. cf57ae2 Move update checksum out of upload_pkg_parallel this shouldn't be done in parallel. by mbligh · 15 years ago
  23. 29541d7 Change tests to have a default for the invalid field by mbligh · 15 years ago
  24. 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 · 15 years ago
  25. e183681 Package upkeep by mbligh · 15 years ago
  26. 16115e1 There might still be a potential hang when exhausing the ssh std* by jadmanski · 15 years ago
  27. 4d35724 Provide the ability to Re-validate results that had been by showard · 15 years ago
  28. 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 · 15 years ago
  29. 701f626 Add information collecting method so we can see what state the system was in when by showard · 15 years ago
  30. aa085e9 Change connect_timeout default from 30 seconds to 5 minutes by showard · 15 years ago
  31. d1677eb Update management so that it adds permissions for 'atomicgroup' by showard · 15 years ago
  32. edd5897 Allow display of the message of the day in tko as well as afe. by showard · 15 years ago
  33. 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 · 15 years ago
  34. 946a7af Ensure one-time-hosts get unlocked when created. by showard · 15 years ago
  35. 76e29d1 Fix monitor_db.DBObject.save() to handle None values as NULL properly. by showard · 15 years ago
  36. d44b707 Several of out attributes (like bootnum and boot_times) that are standard test_attributes are by mbligh · 15 years ago
  37. ebeabce The paramiko.Transport.connect method doesn't seem to support any by jadmanski · 15 years ago
  38. 225bdc1 Allow the RPC interface to create jobs in an atomic group without by showard · 15 years ago
  39. 3562a06 Fix get_info_for_clone() when the HQE has no atomic_group. by showard · 15 years ago
  40. d1e741b Fix up a "bug" in ParamikoHost where reading std* streams after closing by jadmanski · 15 years ago
  41. 159edc0 This gives us fixed width, and saves some space. by mbligh · 15 years ago
  42. dc41731 New prefix for file logging by mbligh · 15 years ago
  43. d991198 Add a 10 second timeout to the conmux-attach call, by mbligh · 15 years ago
  44. f3294cc Move clean up functions into seperate file/classes by mbligh · 15 years ago
  45. 7e2d952 Add an additional migration-ish step for django to the release script. by mbligh · 15 years ago
  46. 9554eb4 Fixing a bug reported by Martin when running autoserv with the -N flag. by mbligh · 15 years ago
  47. 5c98c21 Fix a comment. by mbligh · 15 years ago
  48. 2ed998f Add an optional warning in case the system doesn't shutdown in a timely manner. by mbligh · 15 years ago
  49. 1116ea6 Remove duplicate kernel boot parameters given to boottool.add_kernel. by mbligh · 15 years ago
  50. d948bfb Added support in client.bin.base_job.__init__ to copy kernel boot by mbligh · 15 years ago
  51. 0931b0a Wrapped every repair phase in a try/except to consume errors in repair by mbligh · 15 years ago
  52. 4b51d54 If a reboot fails, the exception should always float upwards; a by jadmanski · 15 years ago
  53. 6462234 When we close a paramiko host object, make sure we close off the by jadmanski · 15 years ago
  54. 3a1af60 use FQDN when retrieving log information by showard · 15 years ago
  55. 27f3387 Ensure exception information from monitor_db goes to logs. by showard · 15 years ago
  56. c92da83 Add support for atomic groups to the frontend RPC interface. by showard · 15 years ago
  57. 50e463b Add a check for AUTOTEST_SCHEDULER_LOG_DIR by showard · 15 years ago
  58. a901ba9 Add more infrastructure for common (between AFE & TKO) site-specific features, and various UI widget enhancements. by showard · 15 years ago
  59. 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 · 15 years ago
  60. 372ce3e Convert a missed self.logger call to use the logging module. by showard · 15 years ago
  61. 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 · 15 years ago
  62. f2839f6 Change killing %d to %s by showard · 15 years ago
  63. c641fd7 If any of the autotestd_monitor child processes die, the monitor by jadmanski · 15 years ago
  64. c9895aa Move monitor_db_babysitter to using utils.run to start monitor_db with environment variable for monitor_db's logs. by mbligh · 15 years ago
  65. 3f033d5 Add warning to host_protections to inform developers of the consequences of changing the enum that defines these levels. by mbligh · 15 years ago
  66. 789da1e Add --host-label option to query_results so that hosts by mbligh · 15 years ago
  67. 210bae6 Summary: Fixing further breakage found using the -N flag of autoserv by mbligh · 15 years ago
  68. 262e1ab The parser should update the RUNNING status and reason when the latest by jadmanski · 15 years ago
  69. 0986b25 When the parser encounters a job-level status update that isn't by jadmanski · 15 years ago
  70. fb67603 Add write_pid to common code Call write_pid from scheduler and babysitter by mbligh · 15 years ago
  71. a10c660 Add a (global) timeout to rsync so that if it sits idle (i.e. no I/O) by jadmanski · 15 years ago
  72. 2de8311 Fix up a problem when flushing the WARN logs on the server side. If by jadmanski · 15 years ago
  73. 16a7ff7 The enabling and disabling of warning messages unfortunately seems to by jadmanski · 15 years ago
  74. abc2afa Convert the parser unit tests over to use the more portable dumbdbm as by jadmanski · 15 years ago
  75. 0465991 Fix up the sysinfo install-and-run decorator try-finally structure to by jadmanski · 15 years ago
  76. 91d56a9 Add a network_destabilizing flag that tests can set to disable NETWORK warnings. by jadmanski · 15 years ago
  77. 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 · 15 years ago
  78. 7629f14 by showard · 15 years ago
  79. a290e98 by showard · 15 years ago
  80. ef6fe02 by showard · 15 years ago
  81. 18c1140 Summary: Add a new VirtualPartition class to client/bin/partition.py to handle block device emulation trough image files. by mbligh · 15 years ago
  82. d2f13cd by showard · 15 years ago
  83. b0a7303 by showard · 15 years ago
  84. a788dc4 New version of the patch, I moved the logging config code right before by mbligh · 15 years ago
  85. 7c7aff3 Fix up the server-side sysinfo collection (again) to make sure all by jadmanski · 15 years ago
  86. 54705a0 by mbligh · 15 years ago
  87. ea45566 Add support for explicitly removing tempdirs created on a host, by jadmanski · 15 years ago
  88. abe869a by mbligh · 15 years ago
  89. 5c1bb25 by mbligh · 15 years ago
  90. def0c3c Add support for running autoserv with a "--collect-crashinfo" flag by jadmanski · 15 years ago
  91. f40c02c by mbligh · 15 years ago
  92. 7e02957 by mbligh · 15 years ago
  93. 470aa3f by mbligh · 15 years ago
  94. 4395bbd by mbligh · 15 years ago
  95. c2847b7 by mbligh · 15 years ago
  96. 912c3f3 by mbligh · 15 years ago
  97. cc1b999 by mbligh · 15 years ago
  98. 5b31419 Summary: Adding dma_memtest test module by mbligh · 15 years ago
  99. 8c7b04c by mbligh · 15 years ago
  100. 6b97f79 Removed code redundancy by moving the by mbligh · 15 years ago