1. b14dc7a Change the name of the magic JOB entry in the status log parsing to by jadmanski · 16 years ago
  2. c5205b8 Starts a unittest file for the common lib utils, and provides unit by jadmanski · 16 years ago
  3. 0f7b7ae provides coverage of the rsync utilities. by mbligh · 16 years ago
  4. b53a347 Roll back accidentally included changes from previous commit by mbligh · 16 years ago
  5. dfc0d2a Change default to repair anything we can by mbligh · 16 years ago
  6. b024fb1 Rename host protection category "Filesystem only" to "Repair filesystem only". by mbligh · 16 years ago
  7. ba1fa66 Change the way we handle "JOB" logs in the parser. Currently, we by jadmanski · 16 years ago
  8. 4e4961c fix typo by mbligh · 16 years ago
  9. 78bf535 Fix formatting / coding style in autotest.py by mbligh · 16 years ago
  10. 99c2c6f These files go into client/common_lib/ by mbligh · 16 years ago
  11. 6e8840c Fix whitespace handling in read_one_line / write_one/line by mbligh · 16 years ago
  12. 4f4e311 Better parsing of the output of the unittest runs so we properly by mbligh · 16 years ago
  13. da95846 Previous the unittest_suite used a TestLoader to create a large suite of tests that were then run all at once. This by mbligh · 16 years ago
  14. 3fa9db8 improved selection support for AFE tables by showard · 16 years ago
  15. 12fbfde Fix some issues from findbugs. by showard · 16 years ago
  16. 0da1d0f Migration file for test labels. Add a test_labels table and a test_labels_tests table that forms a many-to-many relationship between tests and test labels. The interface to manage these test labels is being developed as part of the new TKO interface. by showard · 16 years ago
  17. 6f1593c some changes to support saved queries for new TKO by showard · 16 years ago
  18. 9d821ab Made use of the new Widget functionality in DataTable and added checkboxes to by showard · 16 years ago
  19. 1086029 Control file fix for rmaptest by mbligh · 16 years ago
  20. ca67229 rewrite history handling code to support generic storage of keyvals in the history token by showard · 16 years ago
  21. 1e935f1 -modify django-directives to support multiple Django servers by showard · 16 years ago
  22. a334a8b some changes to CustomTabPanel to support a common area between tabs, and a new DoubleListSelector widget. both are used by the new TKO interface. by showard · 16 years ago
  23. 6cc5fe5 Change the formatting of the module load failure error message. by jadmanski · 16 years ago
  24. 2601c48 This hand-made patch has some problems, so I'm backing out the patch and by jadmanski · 16 years ago
  25. 25c1531 Numerous changes to unittest suite to improve its reliability. by mbligh · 16 years ago
  26. ccc2cb4 Fix control file variables for client/tests adding required variables as described in : http://test.kernel.org/autotest/ControlFileRequirements by mbligh · 16 years ago
  27. be751d9 Fixed the behavior of the Create Job page. After creating a job, the by showard · 16 years ago
  28. fd875cc Added a link from the Host Detail page to the Verify/Repair logs for that host. by showard · 16 years ago
  29. da85306 Fixed the RPC interface unit test to work with the updated ACL group handling. by showard · 16 years ago
  30. 3dd47c2 Added better ACL group support. More checks are now performed to ensure by showard · 16 years ago
  31. affe09b Narrowing the access modifiers on mutable static fields, to protect by showard · 16 years ago
  32. 6c01a5a Removed unneeded #!/usr/bin/python since this is not an entry point, and got by mbligh · 16 years ago
  33. a9a87a6 Fixed job_unittest failures to account for new argumnets that are being passed to created containers. by mbligh · 16 years ago
  34. 9e76707 Adding control file variables (NAME, DOC, etc.) by mbligh · 16 years ago
  35. fb7cfb1 Add support to the scheduler to pass in the host.protection value as by jadmanski · 16 years ago
  36. fbc1f0a Add support to job.repair for host protections, specified through a by jadmanski · 16 years ago
  37. faa0df4 Add control file vars to a handful of tests. by mbligh · 16 years ago
  38. 74d51af Added NAME, AUTHOR etc. variables to the control files. by mbligh · 16 years ago
  39. cb19d7c Changed Test Class from 'USELESS' (which is very descriptive) to 'SOFTWARE' (which is less so). by mbligh · 16 years ago
  40. 2f70831 sleeptest was not importing test correctly. by mbligh · 16 years ago
  41. 8525459 Added control variables (NAME, etc.) to the sleeptest control file. by mbligh · 16 years ago
  42. 0804da9 Found numerous problems thanks to pylint in sysbench. by mbligh · 16 years ago
  43. 1e9e7ce Control files cleanup. by mbligh · 16 years ago
  44. 578c33a Adds control file vars to a variety of control files in client/tests. by jadmanski · 16 years ago
  45. e15b033 Fix control file variables for client/tests adding required variables as by mbligh · 16 years ago
  46. 8a1ce95 Fix some fragility issues in the setup_modules code. In particular, by jadmanski · 16 years ago
  47. b21c713 Added a profiler for sar; based it off the existing profiler for vmstat by mbligh · 16 years ago
  48. 114e5b6 Add missing space by mbligh · 16 years ago
  49. 94b698c Added the ability to insert widgets into a column of DataTable. by showard · 16 years ago
  50. a7c7a58 Some additions to autotest.common.Utils made during new TKO development by showard · 16 years ago
  51. ff90138 -move logged-in user tracking to separate thread_local module. models.py will soon depend on it, so it had to be moved to avoid circular dependencies. by showard · 16 years ago
  52. 09096d8 -added readonly_connection.py, which opens a second DB connection using readonly credentials found in the global config by showard · 16 years ago
  53. 7f69e43 small change to StaticDataRepository needed for new TKO development by showard · 16 years ago
  54. f3d9b04 Fix some circular dependency issues in the job<->site_job setup in client/bin. by jadmanski · 16 years ago
  55. 75c0b71 Add support for running tests using some disk I/O containment through cpusets. by jadmanski · 16 years ago
  56. df06256 Adding protection levels to hosts. Allows the user to specify how much by showard · 16 years ago
  57. 58ea6ae Small performance tweak. Replaced a keySet iterator followed by a by showard · 16 years ago
  58. 5df2b19 Updating the RPC interface and scheduler unit tests to match up with by showard · 16 years ago
  59. b8471e3 Added a new input that allows used to specify a one-time host when by showard · 16 years ago
  60. 1c97b1b migration file for job timeouts patch by showard · 16 years ago
  61. a8709c5 Changing the Requeue Job button to redirect and populate the Create Job by showard · 16 years ago
  62. 3bb499f Adding a timeout field to the "Create Job" tab, modified the create_job by showard · 16 years ago
  63. cbb1ede Use -tmx with iostat, per mrubin by mbligh · 16 years ago
  64. f8c624d If a job is marked as Abort/Aborting/Aborted, do not change its status by mbligh · 16 years ago
  65. 312362c Fix reference to count_cpus in bash_shared_mapping by mbligh · 16 years ago
  66. 6bc4701 Refactoring to eliminate warnings and (slightly) improve performance. by showard · 16 years ago
  67. 8399e51 Fix up a recent bug introduced by the wrap-tests-in-a-group patch. We by jadmanski · 16 years ago
  68. 5ef36e9 methods added to model_logic.py for the new TKO interface that i forgot to check in previously by showard · 16 years ago
  69. 8947606 Change the Autotest.run code to throw an AutotestRunError when a by jadmanski · 16 years ago
  70. 37db223 Fix whitespace breakage in ssh_host.py by mbligh · 16 years ago
  71. cd95e1f Wrap server-side tests run using server_job.run_test in a group, just by jadmanski · 16 years ago
  72. 9e72298 Add support for running tests using some network containment through cpusets. by jadmanski · 16 years ago
  73. e9be8c3 When we launch subprocesses we should make sure they're using the by jadmanski · 16 years ago
  74. edf89f3 Changed some internal methods of package to start with a single '_' rather by mbligh · 16 years ago
  75. 35b3ae1 Changes to coverage_suite.py which exclude certain directories from coverage analysis. by mbligh · 16 years ago
  76. 6ca37b6 Added more tests to job_unittest. Had to ensure that some of the classes that by jadmanski · 16 years ago
  77. a54d93b Eliminate the /tools directory in favour of a /utils directory. by jadmanski · 16 years ago
  78. ba87290 Added a check for the number of hosts available under a label, if a by showard · 16 years ago
  79. c9d462b Separating the Labels input field in the Create Job interface; by showard · 16 years ago
  80. 9b53349 some slight fixes to page refresh logic to make sure history works correctly (ran into issues during new TKO development) by showard · 16 years ago
  81. dc90601 Unittest_suit.py should use the common lib like everyone else does. by mbligh · 16 years ago
  82. c23051c Some fixes and minor cleanups as suggested by PyLint. by mbligh · 16 years ago
  83. 48aa55b Add test case for starving writes bug in as ioscheduler. by mbligh · 16 years ago
  84. 2f6cfa6 When applying Changeset 1731 by mbligh · 16 years ago
  85. 9cd69d3 coverage_suite.py is a standalone that uses coverage.py and setup.py and unittest_suite.py to create a unit test code coverage report. by mbligh · 16 years ago
  86. c173a8b This patch adds the real_time_tests testsuite to autotest. by mbligh · 16 years ago
  87. 7f83c91 Combine sleeptest and kernbench to keep host up for ~3hrs by mbligh · 16 years ago
  88. b908303 Moving the pylint running into a utils directory. by jadmanski · 16 years ago
  89. 08f981b -every time an ACL group is edited, automatically by showard · 16 years ago
  90. 7beb2a2 doctest included for frontend profilers change that didn't get added. by showard · 16 years ago
  91. f40cf53 Fixed the monitor_db_unittest to be more robust. When checking that the command line is correct should by mbligh · 16 years ago
  92. ba46b27 Drop some information that was included in a JobError exception since by jadmanski · 16 years ago
  93. 8d01bfe The changes to the error hierarchy in rev 1732 break the UnhandledError by jadmanski · 16 years ago
  94. 1a7fe6e Remove the throttling of file copies over ssh as the performance cost by jadmanski · 16 years ago
  95. b48fa56 Add other test exit status according to the spec in: by mbligh · 16 years ago
  96. 99d2ded Script to run pylint on our code. Patches up pylint's import mechanism to work with our imports, adds default options to show only errors, and implements an file blacklist mechanism to exclude certain files that make pylint blow up. by mbligh · 16 years ago
  97. 509a50a This patch simply removes the rtlinuxtests test suite as it is outdated by mbligh · 16 years ago
  98. 4aeefe1 Fix up a whitespace issue that was messing up the method definition indentation by jadmanski · 16 years ago
  99. a75b90e Convert subdir_tag to string when concatenating. Fixes a problem when by mbligh · 16 years ago
  100. 63bce5f Fix a bug that will keep server sync jobs from being properly parsed. by jadmanski · 16 years ago