1. 10a4733 Add percentages to the results. by mbligh · 16 years ago
  2. fb0762e add spinner image during AFE/TKO loading by showard · 16 years ago
  3. 8200564 Leave the readonly credentials as the default credentials in global_config, since otherwise some stuff (i.e. query_results) won't work when shadow_config is inaccessible. by showard · 16 years ago
  4. 0c31bc5 Make query controls collapsible in spreadsheet and table views. This should help enable better use of screen real estate, especially in spreadsheet view. by showard · 16 years ago
  5. cc85e81 Fixing the unit test suite. Tests were failing because they were being by showard · 16 years ago
  6. 9d02fb5 Two missing files from the packaging system patch, including the all-important packages.py. I suspect mbligh forgot to svn add them. by showard · 16 years ago
  7. 981049f Changed whitespace appearance in the Admin Interface for tests to show by showard · 16 years ago
  8. 76d9739 Fixing removing metahosts from the selected hosts in Create Job. by showard · 16 years ago
  9. a8411af Validate one-time hosts to avoid empty hostnames. by showard · 16 years ago
  10. 3544486 Initial checkin of new TKO interface. by showard · 16 years ago
  11. 95128e5 Forgot a status in my mappings. by showard · 16 years ago
  12. e0b6362 Add a basic "echo" function to the afe rpc interface, to allow for a by showard · 16 years ago
  13. 8493a9f Fixed the doctest to be consistent with our 4 spaces no tabs change, and fixed test.py to ignore files that end in ~. by mbligh · 16 years ago
  14. a8f0005 fix up exception by mbligh · 16 years ago
  15. 6e2614d remove 0 sized files from SVN per scottz by mbligh · 16 years ago
  16. c5ddfd1 I have attached the patch for the packaging system. by mbligh · 16 years ago
  17. 31a0da1 rsync from ssh_host::copy_files() is missing the port parameter. This by jadmanski · 16 years ago
  18. b5c7510 Reverting rev 1949, since this completely breaks the rsync command. by jadmanski · 16 years ago
  19. be630eb Attached is the CLI code tarball. It is documented at http://test.kernel.org/autotest/CLIHowTo by mbligh · 16 years ago
  20. f70df25 rsync from ssh_host::__copy_files() is missing the port parameter. This by mbligh · 16 years ago
  21. 02bba6a Remove a pointless reference to TestUnknownError, since it doesn't by mbligh · 16 years ago
  22. 1ee9ad7 Unbuffering the unittest output as it helps sometimes. by mbligh · 16 years ago
  23. a985068 To test writing keyval files the _proper_ way I updated the bonnie test by mbligh · 16 years ago
  24. 3845f52 TKO needs to display TEST_NA and RUNNING jobs differently than the rest. by mbligh · 16 years ago
  25. f0d4c57 Don't call preventDefault() on normal click events. This was breaking links in tables. by showard · 16 years ago
  26. 091d194 fix minor bug where detail views would refresh twice in a row by showard · 16 years ago
  27. 6a4e444 -add support for "read only" items to DoubleListSelector, to support new TKO features by showard · 16 years ago
  28. 371235b Fix import in site_host.py. This was breaking remote_unittest.py. by showard · 16 years ago
  29. 76ce410 refactor RightClickTable to support some work on new TKO by showard · 16 years ago
  30. fa8bee5 very minor change to django-directives apache config by showard · 16 years ago
  31. 5e2c70d couple of changes needed for new TKO: by showard · 16 years ago
  32. d9992fe Cloning a job now also clones the one-time hosts correctly. by showard · 16 years ago
  33. 2f3facb One-time host control in Create Job now supports comma- and whitespace- by showard · 16 years ago
  34. 6fc841f Fixed copying the "Skip verify" option when cloning a job. by showard · 16 years ago
  35. 3d9899a Provides a mechanism in the UI to choose to skip the verification stage. by showard · 16 years ago
  36. b53d4ef Adding a couple of __init__.py files that didn't make it in. by showard · 16 years ago
  37. 1ab512b One-time hosts now have their protection levels set to "Do not repair". by showard · 16 years ago
  38. 1d2ff01 Changed Select All on Job List tab to select all jobs across all pages. by showard · 16 years ago
  39. e65d2af Creating a new job with a one-time host that has been previously used by showard · 16 years ago
  40. 849b115 Un-reverting the rev 1827 changes that were reverted in rev 1840 and 1841 by jadmanski · 16 years ago
  41. eeb1357 makes unittest running parallel. The code which does the parallel processing understands the concept of dependencies and rate limiting. The former is a feature that's unused by this code, but I'll be sending something out soon that makes use of it by mbligh · 16 years ago
  42. 5c71359 If cpusets are not available on a machine, raise a specific error. Also, change by jadmanski · 16 years ago
  43. 719f260 This file unit tests code that doesn't exist. Removing. by jadmanski · 16 years ago
  44. c0e9460 When running tests via parallel_simple we need to adjust the job by jadmanski · 16 years ago
  45. bd1eb20 To apply: svn move coverage_suite.py to utils/coverage_suite.py and unittest_suite.py to utils/unittest_suite.py and then apply this patch. by mbligh · 16 years ago
  46. c66e93c Fix the parser behaviour when handling non-grouped tests inside of by jadmanski · 16 years ago
  47. 14f9856 Add *args, **dargs to the default warmup in the test superclass. by mbligh · 16 years ago
  48. 7e26d62 Fixed the job timeouts. Jobs should no longer time out early. by mbligh · 16 years ago
  49. e2b47cf Randomize sleep between retries in reboot-sentry. by mbligh · 16 years ago
  50. 2feb340 Change some tests to not be experimental anymore missed this on the kernel test suite sweep by mbligh · 16 years ago
  51. c3afc99 -move "select visible" logic into SelectionManager from HostSelector by showard · 16 years ago
  52. 6265578 Pull the test_attributes values out of the run_test arguments and write them by jadmanski · 16 years ago
  53. 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
  54. 8f5a6fb use replace instead of replaceAll in common.Utils, since we don't actually need regexps by showard · 16 years ago
  55. 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
  56. 3e0f7e0 Need changes to fix the monitor_db unittest by mbligh · 16 years ago
  57. 4375fa3 Allow the target host file owner to be set. by mbligh · 16 years ago
  58. 2e47267 This change to mock.py fixes two major issues. by mbligh · 16 years ago
  59. 63d1fd0 Added iperf server test by mbligh · 16 years ago
  60. 671c592 Run all unittests in their own process so as to provide isolation. by mbligh · 16 years ago
  61. fd3ba2b Improve the implict abort handling of the parser to try and use the by jadmanski · 16 years ago
  62. f2171e2 Add in a pass to an empty class definition, for consistency with our other declarations. by jadmanski · 16 years ago
  63. ca7c6fe Fix up the job unit tests. We changed UnhandledError to be treated as an by jadmanski · 16 years ago
  64. e90eb5e Fixed the path in TEMPLATE_DIRS. Now constructs the absolute path to by showard · 16 years ago
  65. 04f2cd8 Automatically add the current user to new ACL groups. Also add the user by showard · 16 years ago
  66. 517f205 Remove requeue_job from the RPC interface. Neither the CLI nor the web by showard · 16 years ago
  67. 103690a make CustomHistory more robust (and simpler as it turns out) by showard · 16 years ago
  68. d7f7ddd Added a reset button to Create Job. Also reverted the behavior of by showard · 16 years ago
  69. 75eadcf Change the ssh host code to set environment variables in an export by jadmanski · 16 years ago
  70. c218083 Smarter way that tests handle default exceptions (unhandled errors) and also a cleanup on test exception classes. by mbligh · 16 years ago
  71. b2bea30 Added the aditional -s flag which specifies that a test is server side. by mbligh · 16 years ago
  72. 3c7a150 Fixed the autotest_unittest so that it is consistent with changes made involving the new packaging system. by mbligh · 16 years ago
  73. d823b36 Added handling in the frontend for the 'Starting' job status. by showard · 16 years ago
  74. 37c7fe6 Added templates for 404 and 500 errors. 404 displays a generic "page by showard · 16 years ago
  75. a80823b Fix retrieve_logs.cgi to actually return a 302 (temporarily moved) by showard · 16 years ago
  76. e48cef5 Fixed the "Clone job" button's behavior with metahosts. Now clones only by showard · 16 years ago
  77. 237ba46 display timeout in the AFE job details tab by showard · 16 years ago
  78. 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
  79. a4c0c00 Create Job view now resets when refresh is clicked, or user navigates to by showard · 16 years ago
  80. 6eefdea Fixed bug in Create Job that did not allow user to deselect a one-time by showard · 16 years ago
  81. 835ae27 Modify the code for processing the output of a process launched via by jadmanski · 16 years ago
  82. a837ba7 Fixes an issue with the warning monitor where it can get stuck in by jadmanski · 16 years ago
  83. 187f6a5 Get rid of a debug print statement. by mbligh · 16 years ago
  84. b44238c Get rid of that import * of site_utils into autotest_utils. It seems to by jadmanski · 16 years ago
  85. 542537f Normalize the --host-protection name, since autoserv is somewhat by jadmanski · 16 years ago
  86. 115feb2 Add a drop_caches function to autotest_utils. by jadmanski · 16 years ago
  87. 585c2ab -fix query_count to support flexible filtering like everything else by showard · 16 years ago
  88. 31c570e Fix adding new ACL groups. Adding a check that the original_object by showard · 16 years ago
  89. 9d40cb4 Add a bunch more unit tests for the common lib utils, covering a bunch of the by jadmanski · 16 years ago
  90. 786f426 Fix the barrier unittest due to the recent move of BarrierError from barrier.py to error.py by mbligh · 16 years ago
  91. 94a6493 Fix up the run_pylint script to better understand the autotest_lib.* by jadmanski · 16 years ago
  92. 0973272 Fix up the samples/*.srv scripts that use run_test with positional arguments. by jadmanski · 16 years ago
  93. b2f591d minor improvement to common.Utils needed for new TKO by showard · 16 years ago
  94. 7ac7b7a add some more flexibility to model_logic.py, needed for new TKO by showard · 16 years ago
  95. 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
  96. 5524adf -unified code for table actions (select all/none and table-wide actions menu) between AFE and new TKO by showard · 16 years ago
  97. 93f4209 Make control_data handle int's and other types. This feature saves us from by mbligh · 16 years ago
  98. 858eb1b add IP addresses to netperf2 by mbligh · 16 years ago
  99. 4a44dab add server side control file for netperf2 by mbligh · 16 years ago
  100. 0b6eff1 Add some unittests for write_keyval. by jadmanski · 16 years ago