1. 1bcdd5e rename migrate/migrate_test.py to migrate/migrate_unittest.py by mbligh · 16 years ago
  2. 321b1f5 add missing files from last commit by mbligh · 16 years ago
  3. f5427bb Fix up the importing in server/hosts to not be so fragile. Importing by mbligh · 16 years ago
  4. dca34e1 fix up double-concatenated file by mbligh · 16 years ago
  5. 5c7e819 -don't run pylint as part of the frontend unit test suite by showard · 16 years ago
  6. 8e3aa5e -support filtering on multiple labels by showard · 16 years ago
  7. 4f53659 Need to use job filters in get_num_jobs. by showard · 16 years ago
  8. ae64b64 It seems that sing a fromlist of [""] with __import__ is unsupported by mbligh · 16 years ago
  9. f975133 unit tests by mbligh · 16 years ago
  10. d3ec276 Add missing __init__.py files. Sorry by mbligh · 16 years ago
  11. bda9c9c added a new method to sshhost. by mbligh · 16 years ago
  12. caa62c2 Implemented hooks for external logging infrastructure for storing both server-side and client-side logs. by mbligh · 16 years ago
  13. 530204b Change extract_tarball to return directory correctly using regex by mbligh · 16 years ago
  14. 4e61c4e 1. Modified the runtest() function in test.py to not fork off a separate client process for the test but instead call it directly. This was needed to catch the exceptions that were thrown in the tests (as it wasn't possible to do that if the tests are separate forked client processes) by mbligh · 16 years ago
  15. 22fdf17 Print a message when we launch rsync/scp. by mbligh · 16 years ago
  16. c766897 Fixed the get_info() function. by mbligh · 16 years ago
  17. 3d32ddf The stepsecs option has no effect on the whetstone subtest, which is hardwired to a duration of 10 seconds. by mbligh · 16 years ago
  18. 437c3a6 Since Django messes with paths and imports, using the "from common by mbligh · 16 years ago
  19. d64e570 Tested by scheduling jobs against machines that had Repair Failed status and aborting jobs to cause RebootTask to be called and observing that tmp directories get created and deleted, and no directories are created in root autotest directory. by mbligh · 16 years ago
  20. df41057 Find the packages on the base path manually using os.listdir, rather by mbligh · 16 years ago
  21. 7654c82 Add import coding style specification by mbligh · 16 years ago
  22. d90942c Add missing file from jadmanski's last change by mbligh · 16 years ago
  23. 1b87bc5 Modify all the common.py to set up an autotest_lib.* namespace as well by mbligh · 16 years ago
  24. 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
  25. 4a3a08d Forgot to add this file. by showard · 16 years ago
  26. 6e0afbb Make package.convert() on package.py to actually return the absolute path for the converted package. by mbligh · 16 years ago
  27. cbe0fe2 Fixing debian support for LSB testing by mbligh · 16 years ago
  28. 9eacaba Fixing debian support for LSB testing by mbligh · 16 years ago
  29. 9ea5260 If someone calls run_test with a container arg but no root specified, by mbligh · 16 years ago
  30. 0a29757 Add missed textwrap import by mbligh · 16 years ago
  31. f208abc forgot to svn add this file by showard · 16 years ago
  32. 558885e Partial implementation of a sysctl_kernel() to get the free and total memory by mbligh · 16 years ago
  33. 4a370cf include time attribute into drop down menus by mbligh · 16 years ago
  34. 915bbca Add indexes to frontend DB. by showard · 16 years ago
  35. 1fc7ba1 Change job.new_container to just use root='' as the default. by mbligh · 16 years ago
  36. 63073c9 Move the following into common_lib.utils by mbligh · 16 years ago
  37. a746a9b Add documentation to these control files. More is on the way. The long by mbligh · 16 years ago
  38. c2f2445 Migrate should print the proper usage. by mbligh · 16 years ago
  39. 0b0dde4 update LTP by mbligh · 16 years ago
  40. decbe50 Unit tests for migration system, and a couple refactorings to migrate by showard · 16 years ago
  41. e8a79d5 Fix import in settings.py. by showard · 16 years ago
  42. 929b378 Move the email code currently used by the parser over to the common library. by mbligh · 16 years ago
  43. 9aed6d0 Change the parser to never ignore reboot.* lines due to their indent. by mbligh · 16 years ago
  44. de0d47e Move read_keyval from the client utils to the common utils. by mbligh · 16 years ago
  45. 96ffb9b Added output option to pipe command function. by mbligh · 16 years ago
  46. 5f1839e Remove an unused import of parse. by mbligh · 16 years ago
  47. 8d64f5f boottool: support SLES10 lilo simulation wrapper round yaboot by apw · 16 years ago
  48. 61432f4 client: kernelexpand: test for exceptions on failure to map by apw · 16 years ago
  49. 3745169 client: kernelexpand -- handle no mirrors being defined by apw · 16 years ago
  50. 12c0d30 client: kernelexpand -- minor fix to map a.b.c.d versions by apw · 16 years ago
  51. c9b353f client: kernelexpand -- ensure we error if we cannot convert the name by apw · 16 years ago
  52. 6e68474 Allow someone to specify a root container of ''. by mbligh · 16 years ago
  53. c251a1f Change autoserv to replace stdin with /dev/null. by mbligh · 16 years ago
  54. 05e6f6e Once the parser hits the end job marker, start looking for top-level by mbligh · 16 years ago
  55. 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
  56. 456b477 fixed the problem of lost conditions when clicking Flip by mbligh · 16 years ago
  57. 310b59e bump down saturation for better visibility on the screen by mbligh · 16 years ago
  58. 90a549d -when no pidfile is found by PidfileRunMonitor, just wait, and after a timeout, send email and act as if process failed by mbligh · 16 years ago
  59. 05fb699 -On the server, when exceptions occur, pass back a traceback along with the other info by showard · 16 years ago
  60. 31a244a Be sure to always trim hostnames. by showard · 16 years ago
  61. b7fd270 Add kernel information to reboot.verify logging, and add support to by mbligh · 16 years ago
  62. 215c55a Log a job-level ABORT into the status log whenever an Autotest client by mbligh · 16 years ago
  63. 5947a63 Turns out I picked a symlink that wasn't stable. Choose a URL that by mbligh · 16 years ago
  64. 6f05d89 Fixes several more cpuset issues. by mbligh · 16 years ago
  65. 5bb3e26 Changed error messages tested by running container tests on virgin machines by mbligh · 16 years ago
  66. d8b3925 Added support for having site version of autotest. by mbligh · 16 years ago
  67. 8f2865a Modified install path so it doesn't fill up the root partition. by mbligh · 16 years ago
  68. 38a4a11 Remove some Perforce references that in practice we never use, and that by mbligh · 16 years ago
  69. fabc2d0 Repair should use wait_up to give a machine 2.5 hours to come up, not by mbligh · 16 years ago
  70. 6e8ad82 In kernbench and tbench, replace count_cpus() by job.cpu_count(), by mbligh · 16 years ago
  71. f695be6 If the mysql data directory exists then mysql fails to build and by mbligh · 16 years ago
  72. b5ec487 migrate should run in unbuffered mode by mbligh · 16 years ago
  73. 0ad21ba Add the ServerAliveInterval parameter to SSHHost to reduce the chances by mbligh · 16 years ago
  74. c0ddd72 Display and allow filtering on non-platform labels. by showard · 16 years ago
  75. b03ba64 Patch to reduce the rate of reparse, and to make the parser locking by mbligh · 16 years ago
  76. 4bc5f6c Remove the check generates a warning if more than 5MB of disk is used by mbligh · 16 years ago
  77. 1385b16 On the frontend, only show hosts to which this user has ACL access. by showard · 16 years ago
  78. 4eb2df2 Specify a boolean string converter for MySQLdb. Some older versions of MySQLdb do not include this, and it breaks monitor_db. by mbligh · 16 years ago
  79. 462c015 Adding a class that can be used to run tests in a random order. If you have by mbligh · 16 years ago
  80. 9e61878 Add --help and -h to autoserv by mbligh · 16 years ago
  81. 05bb633 Use file locking to serialize all runs of the parser. by mbligh · 16 years ago
  82. 1d445e9 Support kernel install for server-side control files by showard · 16 years ago
  83. d2d4e2c Skip simulation if we're already at the latest version. by showard · 16 years ago
  84. 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
  85. 8d4baaa Make ALL commands run through SSHHost.run() send their stderr to autoserv's stdo by mbligh · 16 years ago
  86. 5a0c970 Add options to specify db host, username, pass, and db_name by mbligh · 16 years ago
  87. 63de39b Expect script to reboot cyclades based off of reboot-sentry by mbligh · 16 years ago
  88. bb42185 This patch enables the scheduler to pick up jobs that were left running after it crashes, and see them to completion. by mbligh · 16 years ago
  89. e82a93e Now that we've changed the order of the parameters we need to make by mbligh · 16 years ago
  90. c13a3b8 add default notify for scheduler section to global config by mbligh · 16 years ago
  91. aeabe3b Fix up correct example passwords in config.ini files by mbligh · 16 years ago
  92. df94c51 fix shadow_config by mbligh · 16 years ago
  93. e136e8b add shadow_config.ini by mbligh · 16 years ago
  94. 104e9ce This fixes some issues with global_config relating to the fact by mbligh · 16 years ago
  95. 835c0e4 Update tko data boxes to use a fixed-width font for data. Update some comments as well. by mbligh · 16 years ago
  96. 71d2422 Fix reboot failures to have more descriptive error messages by mbligh · 16 years ago
  97. 1c4effd Forgot to add this frontend migration file to the test synch type checkin. by showard · 16 years ago
  98. 8fd5824 -associate a synch type with each test in the DB (defaults to asynchronous for all) by showard · 16 years ago
  99. 5285a2d Change the client-side exit status handling to be consistent with the by mbligh · 16 years ago
  100. 6dee37f The kernelexpand method sometimes returns a list, and sometimes by mbligh · 16 years ago