1. 3c7a150 Fixed the autotest_unittest so that it is consistent with changes made involving the new packaging system. by mbligh · 16 years ago
  2. d823b36 Added handling in the frontend for the 'Starting' job status. by showard · 16 years ago
  3. 37c7fe6 Added templates for 404 and 500 errors. 404 displays a generic "page by showard · 16 years ago
  4. a80823b Fix retrieve_logs.cgi to actually return a 302 (temporarily moved) by showard · 16 years ago
  5. e48cef5 Fixed the "Clone job" button's behavior with metahosts. Now clones only by showard · 16 years ago
  6. 237ba46 display timeout in the AFE job details tab by showard · 16 years ago
  7. 353923b more changes to history handling needed for new TKO. adds a utility for setting default values in maps, and avoids passing history arguments to TabViews if there is no actual information contained. by showard · 16 years ago
  8. a4c0c00 Create Job view now resets when refresh is clicked, or user navigates to by showard · 16 years ago
  9. 6eefdea Fixed bug in Create Job that did not allow user to deselect a one-time by showard · 16 years ago
  10. 835ae27 Modify the code for processing the output of a process launched via by jadmanski · 16 years ago
  11. a837ba7 Fixes an issue with the warning monitor where it can get stuck in by jadmanski · 16 years ago
  12. 187f6a5 Get rid of a debug print statement. by mbligh · 16 years ago
  13. b44238c Get rid of that import * of site_utils into autotest_utils. It seems to by jadmanski · 16 years ago
  14. 542537f Normalize the --host-protection name, since autoserv is somewhat by jadmanski · 16 years ago
  15. 115feb2 Add a drop_caches function to autotest_utils. by jadmanski · 16 years ago
  16. 585c2ab -fix query_count to support flexible filtering like everything else by showard · 16 years ago
  17. 31c570e Fix adding new ACL groups. Adding a check that the original_object by showard · 16 years ago
  18. 9d40cb4 Add a bunch more unit tests for the common lib utils, covering a bunch of the by jadmanski · 16 years ago
  19. 786f426 Fix the barrier unittest due to the recent move of BarrierError from barrier.py to error.py by mbligh · 16 years ago
  20. 94a6493 Fix up the run_pylint script to better understand the autotest_lib.* by jadmanski · 16 years ago
  21. 0973272 Fix up the samples/*.srv scripts that use run_test with positional arguments. by jadmanski · 16 years ago
  22. b2f591d minor improvement to common.Utils needed for new TKO by showard · 16 years ago
  23. 7ac7b7a add some more flexibility to model_logic.py, needed for new TKO by showard · 16 years ago
  24. ef37ecc support real right-click events. GWT doesn't support this but will in the next 1.5 RC, but until then, we'll need this hackery to make it work. this is also definitely not cross-browser compatible, but it could be made so if necessary. by showard · 16 years ago
  25. 5524adf -unified code for table actions (select all/none and table-wide actions menu) between AFE and new TKO by showard · 16 years ago
  26. 93f4209 Make control_data handle int's and other types. This feature saves us from by mbligh · 16 years ago
  27. 858eb1b add IP addresses to netperf2 by mbligh · 16 years ago
  28. 4a44dab add server side control file for netperf2 by mbligh · 16 years ago
  29. 0b6eff1 Add some unittests for write_keyval. by jadmanski · 16 years ago
  30. 9f9c10c Unittest for net_utils. by mbligh · 16 years ago
  31. c160352 Fixed the logic in the scheduler unit tests. Checks that the command by mbligh · 16 years ago
  32. 651e2d0 Fixed the perf_view database view in TKO. Changed an INNER JOIN to join on the by mbligh · 16 years ago
  33. 89237f4 Add a missing self. in a dbench method call. by jadmanski · 16 years ago
  34. fb2a7fa Adding new columns "locked_by_id" and "lock_time" to the hosts table, to by showard · 16 years ago
  35. 8ac29b4 Add code to perform a translation on the status field to provide a more informative string for the UI. by showard · 16 years ago
  36. a79583c Fixed a bug that arrises when running the AfeClient for the first time on a fresh setup. by showard · 16 years ago
  37. 9865997 -fixed url redirection for /tko URLs in debug server, to ease development pain by showard · 16 years ago
  38. 77f95db -move log file URL logic to common.Utils by showard · 16 years ago
  39. cf23819 Automatically work out which arguments intialize, setup, execute/run_once need by mbligh · 16 years ago
  40. c61d26d Setting up the client modules import path depending on the installation. by mbligh · 16 years ago
  41. b202ea9 Add removal migration script to ease migration from a incorrectly added field by mbligh · 16 years ago
  42. 160a7e6 Shouldn't be using open-coded keyval construction by mbligh · 16 years ago
  43. 421a4f0 Some minor cleanup of the imports in source_kernel.py and then a new unittest for source_kernel. by mbligh · 16 years ago
  44. 0b3dd5f Split write_iteration_keyval into write_perf_keyval, write_attr_keyval by mbligh · 16 years ago
  45. 745fdd9 Changing the name of this unittest file to comform to out naming convention. by mbligh · 16 years ago
  46. ede6cd4 Revert write_keyval change by mbligh · 16 years ago
  47. b58f1a8 Make write_keyval support multiple iterations by mbligh · 16 years ago
  48. de44fde Fix typo in dbench.py by mbligh · 16 years ago
  49. 8d4dcd3 Add debug code to test.py by mbligh · 16 years ago
  50. 3bf8fea add __init__.py to top level profilers dir by mbligh · 16 years ago
  51. 141088c add __init__.py to profilers dirs per jadmanski / jmeurin by mbligh · 16 years ago
  52. 6043471 Allow tests to define run_once instead of execute. by mbligh · 16 years ago
  53. cd8a516 Revert accidentally included parts of 1826 by mbligh · 16 years ago
  54. ecfdf86 Previous setup_modules set common as a shortcut for by jadmanski · 16 years ago
  55. 8513e32 The changes in rev 1840 break the standalone test harness, so remove it for now. by jadmanski · 16 years ago
  56. dbde0aa Updated version of last fix by mbligh · 16 years ago
  57. 2bfe2d2 Summary: Reverting some changes made on r1827 that were breaking svn trunk. by mbligh · 16 years ago
  58. e867310 Summary: Fixing circular reference issue during barrier module import. by mbligh · 16 years ago
  59. 35dbd84 introduced distinction between clickable and non-clickable widgets in DataTable; this allows read-only widgets that will still generate a row click event when clicked. this was necessary for new TKO development. by showard · 16 years ago
  60. 4037600 Raised coverage of serviceHandler.py from 0% to 81%! by showard · 16 years ago
  61. 909c7a6 Initial release of test auto importer by showard · 16 years ago
  62. 74eebf3 Modify the parser and tko db code to flag test models as being for by jadmanski · 16 years ago
  63. 5953f95 Add run_verify to host_queue_entries as a Small int by mbligh · 16 years ago
  64. 276c9ba When rpm_kernel adds a check_ident to the reboot steps, it shouldn't by jadmanski · 16 years ago
  65. a6014a0 Add unit tests for read_keyval, and fix a bug in its handling of by jadmanski · 16 years ago
  66. c8034f0 Make sure that the parsers special handling of reboots only applies by jadmanski · 16 years ago
  67. 14213ec Adding links from each host queue entry on the Job Details page to the by showard · 16 years ago
  68. 9f8a27b change DataSource (and subclasses) and DynamicTable to support multi-level sorting (sorting on multiple fields) by showard · 16 years ago
  69. 23c080a Update profilers with descriptions and fix some module imports by mbligh · 16 years ago
  70. d5b1c1b Fix the import problem with profilers. by mbligh · 16 years ago
  71. 4205d89 Fix the unittest to make it pass and avoid relying on a fragile parser: by mbligh · 16 years ago
  72. b14dc7a Change the name of the magic JOB entry in the status log parsing to by jadmanski · 17 years ago
  73. c5205b8 Starts a unittest file for the common lib utils, and provides unit by jadmanski · 17 years ago
  74. 0f7b7ae provides coverage of the rsync utilities. by mbligh · 17 years ago
  75. b53a347 Roll back accidentally included changes from previous commit by mbligh · 17 years ago
  76. dfc0d2a Change default to repair anything we can by mbligh · 17 years ago
  77. b024fb1 Rename host protection category "Filesystem only" to "Repair filesystem only". by mbligh · 17 years ago
  78. ba1fa66 Change the way we handle "JOB" logs in the parser. Currently, we by jadmanski · 17 years ago
  79. 4e4961c fix typo by mbligh · 17 years ago
  80. 78bf535 Fix formatting / coding style in autotest.py by mbligh · 17 years ago
  81. 99c2c6f These files go into client/common_lib/ by mbligh · 17 years ago
  82. 6e8840c Fix whitespace handling in read_one_line / write_one/line by mbligh · 17 years ago
  83. 4f4e311 Better parsing of the output of the unittest runs so we properly by mbligh · 17 years ago
  84. 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 · 17 years ago
  85. 3fa9db8 improved selection support for AFE tables by showard · 17 years ago
  86. 12fbfde Fix some issues from findbugs. by showard · 17 years ago
  87. 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 · 17 years ago
  88. 6f1593c some changes to support saved queries for new TKO by showard · 17 years ago
  89. 9d821ab Made use of the new Widget functionality in DataTable and added checkboxes to by showard · 17 years ago
  90. 1086029 Control file fix for rmaptest by mbligh · 17 years ago
  91. ca67229 rewrite history handling code to support generic storage of keyvals in the history token by showard · 17 years ago
  92. 1e935f1 -modify django-directives to support multiple Django servers by showard · 17 years ago
  93. 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 · 17 years ago
  94. 6cc5fe5 Change the formatting of the module load failure error message. by jadmanski · 17 years ago
  95. 2601c48 This hand-made patch has some problems, so I'm backing out the patch and by jadmanski · 17 years ago
  96. 25c1531 Numerous changes to unittest suite to improve its reliability. by mbligh · 17 years ago
  97. ccc2cb4 Fix control file variables for client/tests adding required variables as described in : http://test.kernel.org/autotest/ControlFileRequirements by mbligh · 17 years ago
  98. be751d9 Fixed the behavior of the Create Job page. After creating a job, the by showard · 17 years ago
  99. fd875cc Added a link from the Host Detail page to the Verify/Repair logs for that host. by showard · 17 years ago
  100. da85306 Fixed the RPC interface unit test to work with the updated ACL group handling. by showard · 17 years ago