1. dca34e1 fix up double-concatenated file by mbligh · 16 years ago
  2. f975133 unit tests by mbligh · 16 years ago
  3. caa62c2 Implemented hooks for external logging infrastructure for storing both server-side and client-side logs. by mbligh · 16 years ago
  4. 1b87bc5 Modify all the common.py to set up an autotest_lib.* namespace as well by mbligh · 16 years ago
  5. 0a29757 Add missed textwrap import by mbligh · 16 years ago
  6. 63073c9 Move the following into common_lib.utils by mbligh · 16 years ago
  7. 929b378 Move the email code currently used by the parser over to the common library. by mbligh · 16 years ago
  8. de0d47e Move read_keyval from the client utils to the common utils. by mbligh · 16 years ago
  9. 462c015 Adding a class that can be used to run tests in a random order. If you have by mbligh · 17 years ago
  10. 104e9ce This fixes some issues with global_config relating to the fact by mbligh · 17 years ago
  11. 158ba7b I fixed a bug in AutoservSubcommandError.__str__ that was making the by mbligh · 17 years ago
  12. b9e18dd Pull the lockfile creation out of the try-finally, as the finally by mbligh · 17 years ago
  13. 6e2ffec Enhance the error message displayed when a server-side test fails. by mbligh · 17 years ago
  14. 1b5fb06 Add a helpful README that describes what should and shouldn't be in by mbligh · 17 years ago
  15. 0bad871 Add key and section to value and section to ConfigError exception by mbligh · 17 years ago
  16. 8375088 Fix a few misses in the global_config patch by mbligh · 17 years ago
  17. ed4d6dd glocal_config patch by mbligh · 17 years ago
  18. 15b2a11 Fix small import problem on utils.py by mbligh · 17 years ago
  19. 6f015c4 Move some error classes out of server/autotest.py and into the error by mbligh · 17 years ago
  20. 95a7e67 Add missing check_version.py by mbligh · 17 years ago
  21. 6231cd6 add missing files from last change. Oops by mbligh · 17 years ago
  22. ea397bb Refactor the server and client side test classes into a the common lib by mbligh · 17 years ago
  23. 0c3548d Move check_version into the common utils and make sure we run it for any by mbligh · 17 years ago
  24. 34faa28 SSH has an exit code of 255 and prints out an error message when by mbligh · 17 years ago
  25. 6a2a2df Ensure all AutoservRunErrors are constructed with a tuple of two objects, as expected. Also change AutoservRunError's docstring to reflect this requirement. Fixed up some formatting in run_grep while I was at it. by mbligh · 17 years ago
  26. 642b03e Now fixing the places where we're raising string exceptions on the by mbligh · 17 years ago
  27. 5deff3d Add a new exception for installation failures. by mbligh · 17 years ago
  28. 6b504ff Fixed the barriers to exit rendevous when there are no members specied. by mbligh · 17 years ago
  29. d8e82f9 Right now (revision 1054), server/server_job.py is importing barrier.py by mbligh · 17 years ago
  30. e1417fa * Added support for barriers to the server. by mbligh · 17 years ago
  31. 03f4fc7 Pull the server-side errors.py into the common error library. by mbligh · 17 years ago
  32. 906b9f7 Oops. Fix missing / not deleted files from last commit by mbligh · 17 years ago
  33. f31b0c0 Move error.py'>error.py'>error.py out of the client and server and into common_lib. by mbligh · 17 years ago
  34. b05a6ac Add attribution for author to logging.py by mbligh · 17 years ago
  35. 119c12a Extract the logging decorator used in kernel.py into a common library by mbligh · 17 years ago
  36. c335c7d Add support for a common library area, usable by both server and client code. by mbligh · 17 years ago