1. 74eebf3 Modify the parser and tko db code to flag test models as being for by jadmanski · 16 years ago
  2. 5953f95 Add run_verify to host_queue_entries as a Small int by mbligh · 16 years ago
  3. 276c9ba When rpm_kernel adds a check_ident to the reboot steps, it shouldn't by jadmanski · 16 years ago
  4. a6014a0 Add unit tests for read_keyval, and fix a bug in its handling of by jadmanski · 16 years ago
  5. c8034f0 Make sure that the parsers special handling of reboots only applies by jadmanski · 16 years ago
  6. 14213ec Adding links from each host queue entry on the Job Details page to the by showard · 16 years ago
  7. 9f8a27b change DataSource (and subclasses) and DynamicTable to support multi-level sorting (sorting on multiple fields) by showard · 16 years ago
  8. 23c080a Update profilers with descriptions and fix some module imports by mbligh · 16 years ago
  9. d5b1c1b Fix the import problem with profilers. by mbligh · 16 years ago
  10. 4205d89 Fix the unittest to make it pass and avoid relying on a fragile parser: by mbligh · 16 years ago
  11. b14dc7a Change the name of the magic JOB entry in the status log parsing to by jadmanski · 16 years ago
  12. c5205b8 Starts a unittest file for the common lib utils, and provides unit by jadmanski · 16 years ago
  13. 0f7b7ae provides coverage of the rsync utilities. by mbligh · 16 years ago
  14. b53a347 Roll back accidentally included changes from previous commit by mbligh · 16 years ago
  15. dfc0d2a Change default to repair anything we can by mbligh · 16 years ago
  16. b024fb1 Rename host protection category "Filesystem only" to "Repair filesystem only". by mbligh · 16 years ago
  17. ba1fa66 Change the way we handle "JOB" logs in the parser. Currently, we by jadmanski · 16 years ago
  18. 4e4961c fix typo by mbligh · 16 years ago
  19. 78bf535 Fix formatting / coding style in autotest.py by mbligh · 16 years ago
  20. 99c2c6f These files go into client/common_lib/ by mbligh · 16 years ago
  21. 6e8840c Fix whitespace handling in read_one_line / write_one/line by mbligh · 16 years ago
  22. 4f4e311 Better parsing of the output of the unittest runs so we properly by mbligh · 16 years ago
  23. 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
  24. 3fa9db8 improved selection support for AFE tables by showard · 16 years ago
  25. 12fbfde Fix some issues from findbugs. by showard · 16 years ago
  26. 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
  27. 6f1593c some changes to support saved queries for new TKO by showard · 16 years ago
  28. 9d821ab Made use of the new Widget functionality in DataTable and added checkboxes to by showard · 16 years ago
  29. 1086029 Control file fix for rmaptest by mbligh · 16 years ago
  30. ca67229 rewrite history handling code to support generic storage of keyvals in the history token by showard · 16 years ago
  31. 1e935f1 -modify django-directives to support multiple Django servers by showard · 16 years ago
  32. 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
  33. 6cc5fe5 Change the formatting of the module load failure error message. by jadmanski · 16 years ago
  34. 2601c48 This hand-made patch has some problems, so I'm backing out the patch and by jadmanski · 16 years ago
  35. 25c1531 Numerous changes to unittest suite to improve its reliability. by mbligh · 16 years ago
  36. 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
  37. be751d9 Fixed the behavior of the Create Job page. After creating a job, the by showard · 16 years ago
  38. fd875cc Added a link from the Host Detail page to the Verify/Repair logs for that host. by showard · 16 years ago
  39. da85306 Fixed the RPC interface unit test to work with the updated ACL group handling. by showard · 16 years ago
  40. 3dd47c2 Added better ACL group support. More checks are now performed to ensure by showard · 16 years ago
  41. affe09b Narrowing the access modifiers on mutable static fields, to protect by showard · 16 years ago
  42. 6c01a5a Removed unneeded #!/usr/bin/python since this is not an entry point, and got by mbligh · 16 years ago
  43. a9a87a6 Fixed job_unittest failures to account for new argumnets that are being passed to created containers. by mbligh · 16 years ago
  44. 9e76707 Adding control file variables (NAME, DOC, etc.) by mbligh · 16 years ago
  45. fb7cfb1 Add support to the scheduler to pass in the host.protection value as by jadmanski · 16 years ago
  46. fbc1f0a Add support to job.repair for host protections, specified through a by jadmanski · 16 years ago
  47. faa0df4 Add control file vars to a handful of tests. by mbligh · 16 years ago
  48. 74d51af Added NAME, AUTHOR etc. variables to the control files. by mbligh · 16 years ago
  49. cb19d7c Changed Test Class from 'USELESS' (which is very descriptive) to 'SOFTWARE' (which is less so). by mbligh · 16 years ago
  50. 2f70831 sleeptest was not importing test correctly. by mbligh · 16 years ago
  51. 8525459 Added control variables (NAME, etc.) to the sleeptest control file. by mbligh · 16 years ago
  52. 0804da9 Found numerous problems thanks to pylint in sysbench. by mbligh · 16 years ago
  53. 1e9e7ce Control files cleanup. by mbligh · 16 years ago
  54. 578c33a Adds control file vars to a variety of control files in client/tests. by jadmanski · 16 years ago
  55. e15b033 Fix control file variables for client/tests adding required variables as by mbligh · 16 years ago
  56. 8a1ce95 Fix some fragility issues in the setup_modules code. In particular, by jadmanski · 16 years ago
  57. b21c713 Added a profiler for sar; based it off the existing profiler for vmstat by mbligh · 16 years ago
  58. 114e5b6 Add missing space by mbligh · 16 years ago
  59. 94b698c Added the ability to insert widgets into a column of DataTable. by showard · 16 years ago
  60. a7c7a58 Some additions to autotest.common.Utils made during new TKO development by showard · 16 years ago
  61. 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
  62. 09096d8 -added readonly_connection.py, which opens a second DB connection using readonly credentials found in the global config by showard · 16 years ago
  63. 7f69e43 small change to StaticDataRepository needed for new TKO development by showard · 16 years ago
  64. f3d9b04 Fix some circular dependency issues in the job<->site_job setup in client/bin. by jadmanski · 16 years ago
  65. 75c0b71 Add support for running tests using some disk I/O containment through cpusets. by jadmanski · 16 years ago
  66. df06256 Adding protection levels to hosts. Allows the user to specify how much by showard · 16 years ago
  67. 58ea6ae Small performance tweak. Replaced a keySet iterator followed by a by showard · 16 years ago
  68. 5df2b19 Updating the RPC interface and scheduler unit tests to match up with by showard · 16 years ago
  69. b8471e3 Added a new input that allows used to specify a one-time host when by showard · 16 years ago
  70. 1c97b1b migration file for job timeouts patch by showard · 16 years ago
  71. a8709c5 Changing the Requeue Job button to redirect and populate the Create Job by showard · 16 years ago
  72. 3bb499f Adding a timeout field to the "Create Job" tab, modified the create_job by showard · 16 years ago
  73. cbb1ede Use -tmx with iostat, per mrubin by mbligh · 16 years ago
  74. f8c624d If a job is marked as Abort/Aborting/Aborted, do not change its status by mbligh · 16 years ago
  75. 312362c Fix reference to count_cpus in bash_shared_mapping by mbligh · 16 years ago
  76. 6bc4701 Refactoring to eliminate warnings and (slightly) improve performance. by showard · 16 years ago
  77. 8399e51 Fix up a recent bug introduced by the wrap-tests-in-a-group patch. We by jadmanski · 16 years ago
  78. 5ef36e9 methods added to model_logic.py for the new TKO interface that i forgot to check in previously by showard · 16 years ago
  79. 8947606 Change the Autotest.run code to throw an AutotestRunError when a by jadmanski · 16 years ago
  80. 37db223 Fix whitespace breakage in ssh_host.py by mbligh · 16 years ago
  81. cd95e1f Wrap server-side tests run using server_job.run_test in a group, just by jadmanski · 16 years ago
  82. 9e72298 Add support for running tests using some network containment through cpusets. by jadmanski · 16 years ago
  83. e9be8c3 When we launch subprocesses we should make sure they're using the by jadmanski · 16 years ago
  84. edf89f3 Changed some internal methods of package to start with a single '_' rather by mbligh · 16 years ago
  85. 35b3ae1 Changes to coverage_suite.py which exclude certain directories from coverage analysis. by mbligh · 16 years ago
  86. 6ca37b6 Added more tests to job_unittest. Had to ensure that some of the classes that by jadmanski · 16 years ago
  87. a54d93b Eliminate the /tools directory in favour of a /utils directory. by jadmanski · 16 years ago
  88. ba87290 Added a check for the number of hosts available under a label, if a by showard · 16 years ago
  89. c9d462b Separating the Labels input field in the Create Job interface; by showard · 16 years ago
  90. 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
  91. dc90601 Unittest_suit.py should use the common lib like everyone else does. by mbligh · 16 years ago
  92. c23051c Some fixes and minor cleanups as suggested by PyLint. by mbligh · 16 years ago
  93. 48aa55b Add test case for starving writes bug in as ioscheduler. by mbligh · 16 years ago
  94. 2f6cfa6 When applying Changeset 1731 by mbligh · 16 years ago
  95. 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
  96. c173a8b This patch adds the real_time_tests testsuite to autotest. by mbligh · 16 years ago
  97. 7f83c91 Combine sleeptest and kernbench to keep host up for ~3hrs by mbligh · 16 years ago
  98. b908303 Moving the pylint running into a utils directory. by jadmanski · 16 years ago
  99. 08f981b -every time an ACL group is edited, automatically by showard · 16 years ago
  100. 7beb2a2 doctest included for frontend profilers change that didn't get added. by showard · 16 years ago