1. 9c27c90 Remote TF refactor part one. by Brett Chabot · 11 years ago
  2. 98632ab make global config create device manager by Steve Moyer · 11 years ago
  3. 0e8e0b5 Fix 'run singleCommand' by Brett Chabot · 11 years ago
  4. 6a88d83 Create a singleton class to watch command files for changes by Omari Stephens · 11 years ago
  5. 5cdaaf6 Fix docs: replace </> with &lt;/&gt; or (/) by Omari Stephens · 11 years ago
  6. 3fe06e8 Stop removing all devices from global filter on handover. by Brett Chabot · 11 years ago
  7. 248b393 Merge "Make retriable tests respect min-loop-time." by Eric Rowe · 11 years ago
  8. 60e3df1 Add support for `runAllCmdfilesAndExit` behavior by Omari Stephens · 11 years ago
  9. dba4d37 Make retriable tests respect min-loop-time. by Eric Rowe · 12 years ago
  10. c9e5268 Fix bugs in tradefed javadoc by Omari Stephens · 12 years ago
  11. e2109e9 Create a version of dry-run that logs commands to the console by Omari Stephens · 12 years ago
  12. e9d7c4f Fix command display when --all-devices is used. by Brett Chabot · 12 years ago
  13. 249ef61 Add an --all-devices run command option. by Brett Chabot · 12 years ago
  14. c0554a6 Fix CommandScheduler NPE. by Brett Chabot · 12 years ago
  15. 4b11456 Merge "add version support to TF. b/6800372" by Tsu Chiang Chuang · 12 years ago
  16. 6ea84db add version support to TF. b/6800372 by Tsu Chiang Chuang · 12 years ago
  17. ba8f90f Compile warning cleanup. by Brett Chabot · 12 years ago
  18. 29058a9 Add 'exit --wait-for-command' mode. by Brett Chabot · 12 years ago
  19. 25dd533 Adjust CommandRunner to global config changes. by Brett Chabot · 12 years ago
  20. f9060ec Turn GlobalConfiguration into a globally-accessible singleton by Omari Stephens · 12 years ago
  21. 852dc08 Create a global config autodetection mechanism by Omari Stephens · 12 years ago
  22. e7fa409 Create a Global Configuration to specify TF options at start by Omari Stephens · 12 years ago
  23. 5a52621 Add plumbing to set Host labels, and enable setting them from cmdline by Omari Stephens · 12 years ago
  24. 7fffa0b Plumb DeviceMonitor options through to CommandScheduler by Omari Stephens · 12 years ago
  25. 0dc54f4 Fix --help for mandatory options. by Brett Chabot · 12 years ago
  26. a3b8585 Add IRetriableTest to retry tests. by Eric Rowe · 12 years ago
  27. 478f9b7 Prevent deadlock when no commands in non-interactive mode by Omari Stephens · 12 years ago
  28. 260d241 Fix for CommandScheduler shutdown concurrency. by Brett Chabot · 12 years ago
  29. 9f2c1a8 CommandScheduler refactoring. by Brett Chabot · 12 years ago
  30. 014fac8 Fix duplicate rescheduled commands in queue. by Brett Chabot · 12 years ago
  31. b50ceb8 Add global device filter support. by Brett Chabot · 12 years ago
  32. b0ea2ff Quit after running initial command in non-interactive mode by Omari Stephens · 12 years ago
  33. 4c21783 Flush streams before quitting in singleCommand mode by Omari Stephens · 12 years ago
  34. a70860c Make ConsoleReaderOutputStream deal correctly with synchronous tasks by Omari Stephens · 12 years ago
  35. 27f92a1 Fix printLine() by Omari Stephens · 12 years ago
  36. bd785b0 Attempt to redraw the active commandline when needed by Omari Stephens · 12 years ago
  37. 8f71d83 If a command is specified on the cmdline, copy it into the console history by Omari Stephens · 12 years ago
  38. ea0535e Get rid of IConsoleReader without re-breaking Eclipse by Omari Stephens · 12 years ago
  39. bd7602d Increase default loop polling time to 10 minutes. by Brett Chabot · 12 years ago
  40. 33ab111 Add 'remove allCommands'. by Brett Chabot · 13 years ago
  41. 33513a5 Support handover to a new TF process on same machine. by Brett Chabot · 13 years ago
  42. 683ee43 Source code cleanup. by Brett Chabot · 13 years ago
  43. 65e6e28 Merge "Javadoc cleanup." by Brett Chabot · 13 years ago
  44. 39308ca Javadoc cleanup. by Brett Chabot · 13 years ago
  45. 949672b Merge "Add CLog#logAndDisplay and logs on device not available." by Brett Chabot · 13 years ago
  46. cb2dcdd Add CLog#logAndDisplay and logs on device not available. by Brett Chabot · 13 years ago
  47. 4ab4574 Merge "Cleanup of Console FIXMEs." by Brett Chabot · 13 years ago
  48. 6af8de5 Cleanup of Console FIXMEs. by Brett Chabot · 13 years ago
  49. 8bda56e Make the ConfigurationException output a little more verbose by Omari Stephens · 13 years ago
  50. 463dda6 Add a "dry-run" mode by Omari Stephens · 13 years ago
  51. 7860343 Remove extra newline in Console. by Brett Chabot · 13 years ago
  52. f5257bd Fix unit test Eclipse-deadlock-of-death by Brett Chabot · 13 years ago
  53. ce8fc3a I has a stupid by Omari Stephens · 13 years ago
  54. 3e7f86a Create a mechanism for marking @Option fields as mandatory by Omari Stephens · 13 years ago
  55. dc0b63b Use LogLevel directly instead of the string representation by Omari Stephens · 13 years ago
  56. bf5d5c9 Fix `list devices` by Omari Stephens · 13 years ago
  57. 8711aef Add the ability to specify arguments while running commandfiles by Omari Stephens · 13 years ago
  58. 3953bb1 Use jline instead of java.io.Console for console input by Omari Stephens · 13 years ago
  59. 067b8d8 Add a --min-battery device selection option. by Brett Chabot · 13 years ago
  60. 999f23f Allow customization of console help and prompt. by Brett Chabot · 13 years ago
  61. 3c1f4dd BugFix: init logging in constructor for guaranteed ordering by Omari Stephens · 13 years ago
  62. 0f92122 Keep console responsive after running `exit` by Omari Stephens · 13 years ago
  63. 1ee376d Show invocation runtime in `list invocations` output by Omari Stephens · 13 years ago
  64. d270249 Cleanup unused imports and other warnings. by Brett Chabot · 13 years ago
  65. 72ea8f2 Refactor out a Console.startConsole method, to enable reuse. by Brett Chabot · 13 years ago
  66. 3c385b0 Turn Console into an independent Thread, so we can daemonize it by Omari Stephens · 13 years ago
  67. 0eabebe global auto organize imports. by Brett Chabot · 13 years ago
  68. c8b709f Add TestDeviceOptions config class. by Brett Chabot · 13 years ago
  69. 984a25c Change position of config name to front. by Brett Chabot · 13 years ago
  70. ff46bfb Bugfix: support absolute INCLUDE paths when cmdfile isn't in ./ by Omari Stephens · 13 years ago
  71. 11782d6 Merge "Fix a Long Macro expansion bug (with tests)" by Omari Stephens · 13 years ago
  72. ac65bab Add log and stream metadata. by Brett Chabot · 13 years ago
  73. 8acb3b8 Fix a Long Macro expansion bug (with tests) by Omari Stephens · 13 years ago
  74. 384c87e Add warnings when a macro is overwritten by Omari Stephens · 13 years ago
  75. 552f8fd Fix 'run singleCommand'. by Brett Chabot · 13 years ago
  76. e472a6d Create a "help all" command to show all help at once by Omari Stephens · 13 years ago
  77. 1567970 Create a shortcut for `run command ... config.xml` by Omari Stephens · 13 years ago
  78. 507f4fe Add a TradeFederation entry point that will run single command. by Brett Chabot · 13 years ago
  79. d975f6b Make INCLUDE directive use parent directory of referencing file by Omari Stephens · 13 years ago
  80. 77de04a 'important' option support. by Brett Chabot · 13 years ago
  81. facc14b Display default values for Options in help. by Brett Chabot · 13 years ago
  82. 5f72107 Add a 'dump config' console command. by Brett Chabot · 13 years ago
  83. d5c41d4 Change configfactory help to list all configs on classpath. by Brett Chabot · 13 years ago
  84. 8ac80f1 Display specific config help when a bad option is provided. by Brett Chabot · 13 years ago
  85. cd84205 Refactor command scheduling to correct config lifecycle issues. by Brett Chabot · 13 years ago
  86. 2601279 Don't remove looping commands from mAllCommands by Omari Stephens · 13 years ago
  87. 5f75084 Make the CommandScheduler constructor public by Omari Stephens · 13 years ago
  88. 1bc7f4b Add debug features to help track down file leaks by Omari Stephens · 13 years ago
  89. a7eec49 Add some commands to mAllCommands by Omari Stephens · 14 years ago
  90. 35d50c6 Add a logger.init method. by Brett Chabot · 14 years ago
  91. 040f5c45 Fix more java warnings. by Brett Chabot · 14 years ago
  92. a9a4317 Fix logging-related temporary file leaks by Omari Stephens · 14 years ago
  93. 919d2c5 Scheduler changes missed from last commit. by Brett Chabot · 14 years ago
  94. c6026f0 Change scheduler algorithm. by Brett Chabot · 14 years ago
  95. 4e6f367 Renaming for consistent config vs command nomenclature. by Brett Chabot · 14 years ago
  96. 131d31c Add the ability to change logging levels from the console. by Tsu Chiang Chuang · 14 years ago
  97. b5207b7 Add global device filter to devicemanager. by Brett Chabot · 14 years ago
  98. d850c48 Add a 'kill' command to TF console. by Brett Chabot · 14 years ago
  99. a17df47 Minor tweaks to Console to allow extension. by Brett Chabot · 14 years ago
  100. 9eebdcb Merge "Make console commands extensible" by Omari Stephens · 14 years ago