1. 8064ff5 Set invalid host_id references to a new __missing_host__ host before by showard · 15 years ago
  2. 227a7a1 OK, one more refactoring -- this time, make TableView use HeaderFields (something I've wanted to do for a long time, there has been a TODO at the top of TableView for ages) and consolidate a lot more logic. Part of this was in the introduction of a new HeaderFieldCollection class, the rest was simple consolidation due to common use of HeaderField. by showard · 15 years ago
  3. bd18ab7 Don't bother trying to validate uniqueness of autogenerated fields that have yet to be generated -- it doesn't make sense. by showard · 15 years ago
  4. ca57298 reorganize verify_*() methods a bit. they were making some odd super() calls that didn't look right. this removes that, adds a verify_connectivity() method between HW and SW, and puts the master control flow in the base class. also add a logging call to a dangerous blanket try-except. by showard · 15 years ago
  5. 6894ce2 This patch adds a system to watch user space segmentation by mbligh · 15 years ago
  6. 0758c82 this patch add POWER7 flag in get_cpu_arch method. by mbligh · 15 years ago
  7. 552d240 Add hack to disable wrapping via environment: AUTOTEST_CLI_NO_WRAP by mbligh · 15 years ago
  8. c613317 A few followup enhancements to the recent change made to the cli to enclose the topic names in single quotes. by mbligh · 15 years ago
  9. 2315a7e Fix up the client install to properly reverse the ordering of by jadmanski · 15 years ago
  10. 00143ff Move the "switch on host protection" logic from the repair control by jadmanski · 15 years ago
  11. 770e19c Added "tko_publish.py" to the utils directory. It can be used to rsync by mbligh · 15 years ago
  12. a64df1a Let unittest_suite --full cleanup stray leftover .pyc files for us. by mbligh · 15 years ago
  13. b8aa75b Add a control file for doing an explicit full-client install on by mbligh · 15 years ago
  14. 8b30a6c Make drop_caches_between_iterations default for all tests except kernbench. by mbligh · 15 years ago
  15. e5699e2 Make build_externals.py to use the logging manager library by mbligh · 15 years ago
  16. 0cf5083 Add a "repair test" along the same lines as the verify test so that by mbligh · 15 years ago
  17. 7f2b0e1 Removed deprecated uses of isChecked/setChecked. by showard · 15 years ago
  18. 0d92da0 Removed deprecated ChangeListener uses. by showard · 15 years ago
  19. 5f0ca29 Fix URL encoding of CSV export link. by showard · 15 years ago
  20. 79a7b0d Removed the uses of the following deprecated classes: by showard · 15 years ago
  21. 0ea71dc KVM test: Verify configure script capabilities before assuming --disable-strip by lmr · 15 years ago
  22. 99c2186 Fix CSV generation to use new RPC response format. by showard · 15 years ago
  23. 8aa84fc make invalid hosts viewable in the AFE view host tab by showard · 15 years ago
  24. d791dcb Give all scheduler launched child processes a mark and check for by showard · 15 years ago
  25. 3cda355 KVM tests: Load tests from the test module by lmr · 15 years ago
  26. e8a66dd KVM test: Moving utility functions to kvm_utils.py by lmr · 15 years ago
  27. ba8efd0 KVM test: Splitting kvm_tests.py into separate modules by lmr · 15 years ago
  28. f461875 KVM test: Moving stand alone test files to a tests repository by lmr · 15 years ago
  29. 96af085 KVM test: Fixing the release tag fix... by lmr · 15 years ago
  30. 117bbcf KVM test: Fixing KVM release tag detection by lmr · 15 years ago
  31. 7fbfceb KVM test: Renaming some test files by lmr · 15 years ago
  32. 89cd8a0 KVM test: boot test: change the scope of the try-finally statement by lmr · 15 years ago
  33. f320b04 KVM test: kvm_vm.py: wrap VM.destroy() in a try-finally block by lmr · 15 years ago
  34. 373226b KVM test: wait_for_login(): include the VM's name in log messages by lmr · 15 years ago
  35. d25e647 KVM test: migration test: destroy dest_vm if test fails by lmr · 15 years ago
  36. 45fc0c2 KVM test: use a better source for random numbers by lmr · 15 years ago
  37. 893db3d Allow "None" to be used as a default value in global_config.get_config_value(). by showard · 15 years ago
  38. a29e963 Fix a ConcurrentModificationException bug in MultiListSelectPresenter than appears when drilling down after a machine label field was selected, and remove an obsolete comment. by showard · 15 years ago
  39. 828fc4c Make assertion in _choose_group_to_run non-fatal and log an error by showard · 15 years ago
  40. 2b50af1 Refactoring to extract and generalize all logic used for machine label headers. All the UI and presentation logic was tied closely to HeaderSelect, but the forthcoming feature to view iterations in table view will require the exact same logic in a different context. So in this change I extracted a generic superclass for MachineLabelField, ParameterizedField, and extracted all the relevant UI logic from HeaderSelect to a separate presenter, ParameterizedFieldListPresenter. by showard · 15 years ago
  41. f3cb816 Check for locked hosts on synchronous atomic group jobs. by showard · 15 years ago
  42. 902c96c whoops, need to change both places that check the rpc_logging by showard · 15 years ago
  43. a5e4d84 Removed deprecated ClickListener uses. by showard · 15 years ago
  44. b6a186f Email notification currently relies on an MTA installed by showard · 15 years ago
  45. eaa408e Add atomic group job support to why_isnt_my_job_running to be able to by showard · 15 years ago
  46. 2df3c69 fix jsonp_fetcher, it was broken by changes to ServiceHandler in previous patch to implement RPC logging by showard · 15 years ago
  47. ce7c092 Added checking to RPC modify_host() to fail if locking/unlocking has by showard · 15 years ago
  48. 0a485a6 KVM test: Make install test not strip binaries by lmr · 15 years ago
  49. cb9f111 KVM test: Points user to online documentation by lmr · 15 years ago
  50. 51c81ad KVM test: Removing the fix_cdkeys.py program by lmr · 15 years ago
  51. b635b86 KVM test: Move top level docstrings, other cleanups by lmr · 15 years ago
  52. 15c4486 KVM test: kvm_preprocessing.py: verify PPM file validity before passing to PIL by lmr · 15 years ago
  53. d948b7e KVM test: kvm_tests.cfg.sample: get all Windows test utilities from a single ISO by lmr · 15 years ago
  54. 7124700 kvm_vm.py: add macaddr= to command line only if a MAC address is given by lmr · 15 years ago
  55. 0154230 KVM test: kvm_subprocess: robustify the test for child process termination by lmr · 15 years ago
  56. e0dfb45 KVM test: Autotest test wrapper cleanup by lmr · 15 years ago
  57. 130a1dc It's useful to be able to run autotest as a non-root user. Not something by mbligh · 15 years ago
  58. 0294de3 KVM test: kvm_preprocessing.py: don't explicitly print failure messages by lmr · 15 years ago
  59. fbb672b KVM test: kvm_tests.py: save test code by using utilities in kvm_test_utils.py by lmr · 15 years ago
  60. 1f61a92 KVM test: Add new module kvm_test_utils.py by lmr · 15 years ago
  61. 6e840e3 KVM test: shutdown test: allow shutting down using system_powerdown by lmr · 15 years ago
  62. 9ce347d KVM test: boot test: add option to reboot using system_reset by lmr · 15 years ago
  63. 5ad5fd4 KVM test: kvm_config.py: remove unused function get_match_block_indices() by lmr · 15 years ago
  64. a67a868 KVM test: remove unused function is_sshd_running() by lmr · 15 years ago
  65. fb151b5 KVM test: kvm_subprocess: get rid of get_shell_pid() (replace it with get_pid()) by lmr · 15 years ago
  66. 152da2d KVM test: timedrift test: set CPU affinity recursively for all children by lmr · 15 years ago
  67. ea1b64d KVM test: kvm_subprocess: use kill_process_tree() to close child processes by lmr · 15 years ago
  68. 1aeaefb KVM test: kvm_utils.py: add kill_process_tree() by lmr · 15 years ago
  69. 9fb4827 KVM test: scan_results.py: allow parsing and printing of multiple result files by lmr · 15 years ago
  70. 4d5cc79 KVM test: Migration test cleanup by lmr · 15 years ago
  71. 53d3e93 KVM test: kvm_utils.py: make verify_ip_address_ownership() more robust by lmr · 15 years ago
  72. 5786191 fix disabling of rpc_logging from global_config. when reading the rpc_logging config var, need to pass type=bool or it'll parse as the string "False" which, being non-empty, evaluates to True by showard · 15 years ago
  73. 5deef7f * added import_site_module() to other import_site_*() methods in utils by showard · 15 years ago
  74. 6136442 Update build_externals with GWT 1.7.0. by showard · 15 years ago
  75. db50276 Write host keyvals for all verify/cleanup/repair tasks. by showard · 15 years ago
  76. 775300b Cleanups on hosts marked DO_NOT_VERIFY should continue to run as if they by showard · 15 years ago
  77. dabf6cf It is okay for hosts to have multiple atomic group labels so long as all by showard · 15 years ago
  78. b593fa8 Prevent email_manager from hiding exceptions when sending email fails. by showard · 15 years ago
  79. 02ed4bd Reorganization of the host selection UI in the AFE create job view. by showard · 15 years ago
  80. f64c0d5 Remove tcpserver by mbligh · 15 years ago
  81. 2266b15 use getpass.getuser, not LOGNAME by mbligh · 15 years ago
  82. 1624542 Fix a name resolution error when trying to delete an attribute does not exist. by showard · 15 years ago
  83. e463a8a Add default drilldown behavior. Drilldown from new fields (like job queued day) was broken because they weren't added to the drilldown map; it's best to just have a default and not allow things to break like that. by showard · 15 years ago
  84. 03ce733 update GWT run scripts/launch configs for GWT 1.6+ by showard · 15 years ago
  85. d9e04c1 Refactor code related to double list selecting widgets used in both SpreadsheetView and TableView. This will facilitate code reuse and extension for the feature to include test iterations/attributes in table view. It will also make unit testing possible and provides cleaner organization of the code. by showard · 15 years ago
  86. 8cbaf1e Disallow modification of the Everyone ACL from the CLI. Also removed by showard · 15 years ago
  87. c1c1caf Added afe_job_id column to the jobs table in TKO. Changed link in AFE by showard · 15 years ago
  88. 8cc058f Make scheduler more stateless. Agents are now scheduled only by the by showard · 15 years ago
  89. 234b435 KVM test: Renaming kvm_hugepages variant to hugepages by lmr · 15 years ago
  90. ea0405c Pass the user autoserv is running as through to the client. by mbligh · 15 years ago
  91. 752b4b4 KVM test: Don't perform workarounds during KVM build by lmr · 15 years ago
  92. abd7e48 add autotest init script by mbligh · 15 years ago
  93. cb8cb33 Don't require the atfork module by default (via the config file). Test by mbligh · 15 years ago
  94. 5220736 diff --git a/CODING_STYLE b/CODING_STYLE index db11d13..058487f 100644 by mbligh · 15 years ago
  95. 3538850 Log when aborting the barrier. by mbligh · 15 years ago
  96. 313b926 Fix a regression from the control_segment -> Host refactoring of the by mbligh · 15 years ago
  97. 3a0aae9 Enabling aborts in barriers. by mbligh · 15 years ago
  98. fd38707 Minor cosmetic fix about libmysqlclient15-dev name in build_externals.py. by mbligh · 15 years ago
  99. 982d13f Minor cleanup in packager.py and solved an invalid reference to a by mbligh · 15 years ago
  100. f780bbf Fix up the sysinfo install procedure to be more transactional. If by mbligh · 15 years ago