1. 835c0e4 Update tko data boxes to use a fixed-width font for data. Update some comments as well. by mbligh · 16 years ago
  2. 71d2422 Fix reboot failures to have more descriptive error messages by mbligh · 16 years ago
  3. 1c4effd Forgot to add this frontend migration file to the test synch type checkin. by showard · 16 years ago
  4. 8fd5824 -associate a synch type with each test in the DB (defaults to asynchronous for all) by showard · 16 years ago
  5. 5285a2d Change the client-side exit status handling to be consistent with the by mbligh · 16 years ago
  6. 6dee37f The kernelexpand method sometimes returns a list, and sometimes by mbligh · 16 years ago
  7. e13239a Simply right-shifting exit codes is just WRONG. We are loosing all non-signal based errors. by mbligh · 16 years ago
  8. e9901bd Take out the diskspace warning in job.__init__, it just duplicates by mbligh · 16 years ago
  9. 158ba7b I fixed a bug in AutoservSubcommandError.__str__ that was making the by mbligh · 16 years ago
  10. 0144e5a Move the free-space-on-root check up so that it occurs "inside" the by mbligh · 16 years ago
  11. fe749d2 When autoserv is runing a job through ssh, it should just send all by mbligh · 16 years ago
  12. ddd5433 Add a parameter to server_job.run to disable the collection of crashdumps. by mbligh · 16 years ago
  13. 45c64e4 HostSelector is the widget used in (and only in) CreateJobView to show the HostTable. by showard · 16 years ago
  14. 38c2d03 Changed sighandler in autoserv to call SIGKILL on its children instead of SIGTERM. by mbligh · 16 years ago
  15. 44710b6 Make a number of changes to compose_query: by mbligh · 16 years ago
  16. b9e18dd Pull the lockfile creation out of the try-finally, as the finally by mbligh · 16 years ago
  17. cca3b63 Remove comment on removed arg. by showard · 16 years ago
  18. 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
  19. 378e0ae add back missing machine_benchmark.cgi by mbligh · 16 years ago
  20. a607737 Update libhugetlbfs tarball to 1.2 by mbligh · 16 years ago
  21. 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
  22. c9585ec Fix up use of df in verify to use -P too by mbligh · 16 years ago
  23. 45fd7c6 If we don't use df -P, we can get line breaks on long device names, by mbligh · 16 years ago
  24. 35f4395 Convert _wait_for_command (in server.utils) to use Popen.poll instead by mbligh · 16 years ago
  25. 6e2ffec Enhance the error message displayed when a server-side test fails. by mbligh · 16 years ago
  26. f7243e1 Implemented proper kill for autoserv: on receival of a SIGTERM it will kill its children. by mbligh · 16 years ago
  27. 71d340d Properly indent console WARN messages that appear inside of START-END by mbligh · 16 years ago
  28. dbdac6c Continuously reparse the status logs whenever new logs are written out by mbligh · 16 years ago
  29. 7deae8f by apw · 16 years ago
  30. 7bae90e by apw · 16 years ago
  31. 9cdf309 by apw · 16 years ago
  32. 16c722d Remove ReverifyTask altogether, and trust the return code of autoserv repair (which does a reverify itself). The flowchart on the wiki is updated. by mbligh · 16 years ago
  33. d5c9580 Implemented abort functionality in scheduler. by mbligh · 16 years ago
  34. 4400b78 remove server.old dir by mbligh · 16 years ago
  35. 8de9a4d ftp.us.postgresql.org no longer resolves. Fix the hostname and update by mbligh · 16 years ago
  36. 6ca0d6a Fix the container check. by mbligh · 16 years ago
  37. 4d349ca The disk usage warning shouldn't be using a subdir of "Check disk usage". by mbligh · 16 years ago
  38. c0b10d3 Fix a spelling mistake, remove control.fs regardless of control.state's existenc by mbligh · 16 years ago
  39. f4ca14f Save free_space_root_mb_before in a file and load it in following steps. by mbligh · 16 years ago
  40. bf79bba Check / has at least 10% or 100Mb free space before client tests run. by mbligh · 16 years ago
  41. 1b5fb06 Add a helpful README that describes what should and shouldn't be in by mbligh · 16 years ago
  42. 59ac0fa Delete old cruft. by mbligh · 16 years ago
  43. dffd637 scheduler release hosts by mbligh · 16 years ago
  44. 48c10a5 We don't want to pass -n to autoserv for host-specific tasks (verify, repair, re by mbligh · 16 years ago
  45. e258668 Verify repair fixes for scheduler by mbligh · 16 years ago
  46. 6f8bab4 Catch any errors due to mysql losing its connection. If it does lose by mbligh · 16 years ago
  47. 8ce2c4a On verify failure for a synch job, stop all other queue_entries, not just active ones. by mbligh · 16 years ago
  48. 4314a71 Testing mode support for the scheduler. In testing mode, the scheduler runs a dummy autoserv script and doesn't try to parse results. This is part of an ongoing project to create an automated scheduler test. by mbligh · 16 years ago
  49. 0bad871 Add key and section to value and section to ConfigError exception by mbligh · 16 years ago
  50. 8375088 Fix a few misses in the global_config patch by mbligh · 16 years ago
  51. e47ff2a Missing a '/' on the end of job tags by mbligh · 16 years ago
  52. 908d31e Unixbench is broken, so we need to patch it up before compiling it. by mbligh · 16 years ago
  53. b090f14 more on global config by mbligh · 16 years ago
  54. 7e16221 LSB Test Cleanup by mbligh · 16 years ago
  55. ed4d6dd glocal_config patch by mbligh · 16 years ago
  56. dab3966 Move the code responsible for pulling client-side status logs over to by mbligh · 16 years ago
  57. 15b2a11 Fix small import problem on utils.py by mbligh · 16 years ago
  58. 2b2c612 Better error handling on dacapo test by mbligh · 16 years ago
  59. 1fb77cc Write out a .machines files in the server-side preamble whenever there by mbligh · 16 years ago
  60. 632f838 Fix up the SSHHost.__del__ method to use the set.discard instead of by mbligh · 16 years ago
  61. e096846 Parse is improperly handling the new numbered boots, occasionally by mbligh · 16 years ago
  62. 36768f0 add missing monitor_db code by mbligh · 16 years ago
  63. 4263b06 Make parse unbuffered, so that recording of stdout, stderr is interleaved by mbligh · 16 years ago
  64. fab72ad tko: use the root_url prefix in compose_query.cgi by apw · 16 years ago
  65. 7a7316b split patched kernels into their own kernel rows V2 by apw · 16 years ago
  66. 394ff51 If running a server job throws an uncaught exception treat that as if by mbligh · 16 years ago
  67. 1b4780e If the test doesn't PASS, it FAILS. Removed all intermediate 0.5 coefficients by mbligh · 16 years ago
  68. 0c5ce31 Fix warning_monitor by mbligh · 16 years ago
  69. 73f38a3 Change db.py to always read config files correctly. And close files. by mbligh · 16 years ago
  70. 02ec1ba tko: boot errors should track boot number by mbligh · 16 years ago
  71. f4e0415 Replace the current expect script based console warning montitor with by mbligh · 16 years ago
  72. 8e7c78e A few display changes to tko by mbligh · 16 years ago
  73. f518048 Remove hard coded path of /usr/local/conmux and replace it with FindBin module by mbligh · 16 years ago
  74. dd59905 remove create_db by mbligh · 16 years ago
  75. ab24b68 add missing $ to conmux by mbligh · 16 years ago
  76. 3415fcc I'm attaching a new version of the checktsc source tarball that fixes by mbligh · 16 years ago
  77. 439661b Fixes a number of issues with the results display: by mbligh · 16 years ago
  78. c251454 Strip the optional fields (e.g. timestamps) out of the reason fields by mbligh · 16 years ago
  79. 9b94f3e Conmux show display who is currently connected when you attach to a machine by mbligh · 16 years ago
  80. 26b992b Add job queued, started and finished timestamps to the tko db and by mbligh · 16 years ago
  81. 003cde2 remove queue dir by mbligh · 16 years ago
  82. f32a1cb remove testme dir by mbligh · 16 years ago
  83. 5456c2b add missing tko/migrations by mbligh · 16 years ago
  84. e8819cd Add frontend and scheduler for Autotest by mbligh · 16 years ago
  85. f2ff182 Cleaning up some non-desired usage of shell commands on dacapo test. by mbligh · 16 years ago
  86. f1e7c3f Since libhuge v1.1 was giving problems during compile stage on power 6 by mbligh · 16 years ago
  87. f0f4358 I have made some correction to LSB-DTK wrapper. Wrapper was using the by mbligh · 16 years ago
  88. d60b032 stripped off trailing newline from system_output on server side. by mbligh · 16 years ago
  89. e12b861 The way that parse looks for the index of the field it just added by mbligh · 16 years ago
  90. 84044ac It'd be more useful if the conmux console showed you which machine you're by mbligh · 16 years ago
  91. 70c50ad Add a ping_default_gateway function to the client utils. by mbligh · 16 years ago
  92. 9bcfef7 Label different boots differently so we don't have duplicate 'test' by mbligh · 16 years ago
  93. 6f015c4 Move some error classes out of server/autotest.py and into the error by mbligh · 16 years ago
  94. 9e787d2 Fix autotest client-handling code to use wait_up rather than ensure_up. by mbligh · 16 years ago
  95. fbb0354 Fix up how SSHHost kills its logging processes so that it never kills by mbligh · 16 years ago
  96. 6cf3bb3 Add the status==GOOD for the query condition while filtering out all the failed jobs and incomplete by mbligh · 16 years ago
  97. 535a454 Eliminate duplicates and sort the machine list so it's deterministic. by mbligh · 16 years ago
  98. 0ff7c22 Extend check_diskspace in verify to allow the number of GB to be specified by mbligh · 16 years ago
  99. d62f2cf Add a get_all_info to allow us to retrieve all the bootloader info data and by mbligh · 16 years ago
  100. 3c647c3 Stop using close_fds. The underlying implementation is braindead and by mbligh · 16 years ago