1. a62866b -add test_view_2 with more sensible field names, for use by new TKO. this is intended to replace test_view, but I don't want to modify test_view until old TKO is phased out. by showard · 16 years ago
  2. 8f5a6fb use replace instead of replaceAll in common.Utils, since we don't actually need regexps by showard · 16 years ago
  3. dd70371 I left some debugging code in monitor_db_unittest.py. This goes with a patch I sent out a few minutes ago. so it should be applied after it. It was a patch to monitor_db_unittest as well. by mbligh · 16 years ago
  4. 3e0f7e0 Need changes to fix the monitor_db unittest by mbligh · 16 years ago
  5. 4375fa3 Allow the target host file owner to be set. by mbligh · 16 years ago
  6. 2e47267 This change to mock.py fixes two major issues. by mbligh · 16 years ago
  7. 63d1fd0 Added iperf server test by mbligh · 16 years ago
  8. 671c592 Run all unittests in their own process so as to provide isolation. by mbligh · 16 years ago
  9. fd3ba2b Improve the implict abort handling of the parser to try and use the by jadmanski · 16 years ago
  10. f2171e2 Add in a pass to an empty class definition, for consistency with our other declarations. by jadmanski · 16 years ago
  11. ca7c6fe Fix up the job unit tests. We changed UnhandledError to be treated as an by jadmanski · 16 years ago
  12. e90eb5e Fixed the path in TEMPLATE_DIRS. Now constructs the absolute path to by showard · 16 years ago
  13. 04f2cd8 Automatically add the current user to new ACL groups. Also add the user by showard · 16 years ago
  14. 517f205 Remove requeue_job from the RPC interface. Neither the CLI nor the web by showard · 16 years ago
  15. 103690a make CustomHistory more robust (and simpler as it turns out) by showard · 16 years ago
  16. d7f7ddd Added a reset button to Create Job. Also reverted the behavior of by showard · 16 years ago
  17. 75eadcf Change the ssh host code to set environment variables in an export by jadmanski · 16 years ago
  18. c218083 Smarter way that tests handle default exceptions (unhandled errors) and also a cleanup on test exception classes. by mbligh · 16 years ago
  19. b2bea30 Added the aditional -s flag which specifies that a test is server side. by mbligh · 16 years ago
  20. 3c7a150 Fixed the autotest_unittest so that it is consistent with changes made involving the new packaging system. by mbligh · 16 years ago
  21. d823b36 Added handling in the frontend for the 'Starting' job status. by showard · 16 years ago
  22. 37c7fe6 Added templates for 404 and 500 errors. 404 displays a generic "page by showard · 16 years ago
  23. a80823b Fix retrieve_logs.cgi to actually return a 302 (temporarily moved) by showard · 16 years ago
  24. e48cef5 Fixed the "Clone job" button's behavior with metahosts. Now clones only by showard · 16 years ago
  25. 237ba46 display timeout in the AFE job details tab by showard · 16 years ago
  26. 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
  27. a4c0c00 Create Job view now resets when refresh is clicked, or user navigates to by showard · 16 years ago
  28. 6eefdea Fixed bug in Create Job that did not allow user to deselect a one-time by showard · 16 years ago
  29. 835ae27 Modify the code for processing the output of a process launched via by jadmanski · 16 years ago
  30. a837ba7 Fixes an issue with the warning monitor where it can get stuck in by jadmanski · 16 years ago
  31. 187f6a5 Get rid of a debug print statement. by mbligh · 16 years ago
  32. b44238c Get rid of that import * of site_utils into autotest_utils. It seems to by jadmanski · 16 years ago
  33. 542537f Normalize the --host-protection name, since autoserv is somewhat by jadmanski · 16 years ago
  34. 115feb2 Add a drop_caches function to autotest_utils. by jadmanski · 16 years ago
  35. 585c2ab -fix query_count to support flexible filtering like everything else by showard · 16 years ago
  36. 31c570e Fix adding new ACL groups. Adding a check that the original_object by showard · 16 years ago
  37. 9d40cb4 Add a bunch more unit tests for the common lib utils, covering a bunch of the by jadmanski · 16 years ago
  38. 786f426 Fix the barrier unittest due to the recent move of BarrierError from barrier.py to error.py by mbligh · 16 years ago
  39. 94a6493 Fix up the run_pylint script to better understand the autotest_lib.* by jadmanski · 16 years ago
  40. 0973272 Fix up the samples/*.srv scripts that use run_test with positional arguments. by jadmanski · 16 years ago
  41. b2f591d minor improvement to common.Utils needed for new TKO by showard · 16 years ago
  42. 7ac7b7a add some more flexibility to model_logic.py, needed for new TKO by showard · 16 years ago
  43. 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
  44. 5524adf -unified code for table actions (select all/none and table-wide actions menu) between AFE and new TKO by showard · 16 years ago
  45. 93f4209 Make control_data handle int's and other types. This feature saves us from by mbligh · 16 years ago
  46. 858eb1b add IP addresses to netperf2 by mbligh · 16 years ago
  47. 4a44dab add server side control file for netperf2 by mbligh · 16 years ago
  48. 0b6eff1 Add some unittests for write_keyval. by jadmanski · 16 years ago
  49. 9f9c10c Unittest for net_utils. by mbligh · 16 years ago
  50. c160352 Fixed the logic in the scheduler unit tests. Checks that the command by mbligh · 16 years ago
  51. 651e2d0 Fixed the perf_view database view in TKO. Changed an INNER JOIN to join on the by mbligh · 16 years ago
  52. 89237f4 Add a missing self. in a dbench method call. by jadmanski · 16 years ago
  53. fb2a7fa Adding new columns "locked_by_id" and "lock_time" to the hosts table, to by showard · 16 years ago
  54. 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
  55. a79583c Fixed a bug that arrises when running the AfeClient for the first time on a fresh setup. by showard · 16 years ago
  56. 9865997 -fixed url redirection for /tko URLs in debug server, to ease development pain by showard · 16 years ago
  57. 77f95db -move log file URL logic to common.Utils by showard · 16 years ago
  58. cf23819 Automatically work out which arguments intialize, setup, execute/run_once need by mbligh · 16 years ago
  59. c61d26d Setting up the client modules import path depending on the installation. by mbligh · 16 years ago
  60. b202ea9 Add removal migration script to ease migration from a incorrectly added field by mbligh · 16 years ago
  61. 160a7e6 Shouldn't be using open-coded keyval construction by mbligh · 16 years ago
  62. 421a4f0 Some minor cleanup of the imports in source_kernel.py and then a new unittest for source_kernel. by mbligh · 16 years ago
  63. 0b3dd5f Split write_iteration_keyval into write_perf_keyval, write_attr_keyval by mbligh · 16 years ago
  64. 745fdd9 Changing the name of this unittest file to comform to out naming convention. by mbligh · 16 years ago
  65. ede6cd4 Revert write_keyval change by mbligh · 16 years ago
  66. b58f1a8 Make write_keyval support multiple iterations by mbligh · 16 years ago
  67. de44fde Fix typo in dbench.py by mbligh · 16 years ago
  68. 8d4dcd3 Add debug code to test.py by mbligh · 16 years ago
  69. 3bf8fea add __init__.py to top level profilers dir by mbligh · 16 years ago
  70. 141088c add __init__.py to profilers dirs per jadmanski / jmeurin by mbligh · 16 years ago
  71. 6043471 Allow tests to define run_once instead of execute. by mbligh · 16 years ago
  72. cd8a516 Revert accidentally included parts of 1826 by mbligh · 16 years ago
  73. ecfdf86 Previous setup_modules set common as a shortcut for by jadmanski · 16 years ago
  74. 8513e32 The changes in rev 1840 break the standalone test harness, so remove it for now. by jadmanski · 16 years ago
  75. dbde0aa Updated version of last fix by mbligh · 16 years ago
  76. 2bfe2d2 Summary: Reverting some changes made on r1827 that were breaking svn trunk. by mbligh · 16 years ago
  77. e867310 Summary: Fixing circular reference issue during barrier module import. by mbligh · 16 years ago
  78. 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
  79. 4037600 Raised coverage of serviceHandler.py from 0% to 81%! by showard · 16 years ago
  80. 909c7a6 Initial release of test auto importer by showard · 16 years ago
  81. 74eebf3 Modify the parser and tko db code to flag test models as being for by jadmanski · 16 years ago
  82. 5953f95 Add run_verify to host_queue_entries as a Small int by mbligh · 16 years ago
  83. 276c9ba When rpm_kernel adds a check_ident to the reboot steps, it shouldn't by jadmanski · 16 years ago
  84. a6014a0 Add unit tests for read_keyval, and fix a bug in its handling of by jadmanski · 16 years ago
  85. c8034f0 Make sure that the parsers special handling of reboots only applies by jadmanski · 16 years ago
  86. 14213ec Adding links from each host queue entry on the Job Details page to the by showard · 16 years ago
  87. 9f8a27b change DataSource (and subclasses) and DynamicTable to support multi-level sorting (sorting on multiple fields) by showard · 16 years ago
  88. 23c080a Update profilers with descriptions and fix some module imports by mbligh · 16 years ago
  89. d5b1c1b Fix the import problem with profilers. by mbligh · 16 years ago
  90. 4205d89 Fix the unittest to make it pass and avoid relying on a fragile parser: by mbligh · 16 years ago
  91. b14dc7a Change the name of the magic JOB entry in the status log parsing to by jadmanski · 16 years ago
  92. c5205b8 Starts a unittest file for the common lib utils, and provides unit by jadmanski · 16 years ago
  93. 0f7b7ae provides coverage of the rsync utilities. by mbligh · 16 years ago
  94. b53a347 Roll back accidentally included changes from previous commit by mbligh · 16 years ago
  95. dfc0d2a Change default to repair anything we can by mbligh · 16 years ago
  96. b024fb1 Rename host protection category "Filesystem only" to "Repair filesystem only". by mbligh · 16 years ago
  97. ba1fa66 Change the way we handle "JOB" logs in the parser. Currently, we by jadmanski · 16 years ago
  98. 4e4961c fix typo by mbligh · 16 years ago
  99. 78bf535 Fix formatting / coding style in autotest.py by mbligh · 16 years ago
  100. 99c2c6f These files go into client/common_lib/ by mbligh · 16 years ago