1. 789da1e Add --host-label option to query_results so that hosts by mbligh · 15 years ago
  2. 8c7b04c by mbligh · 15 years ago
  3. aed47e8 Adding the protection flag to host create by mbligh · 15 years ago
  4. 6a1c421 As atest's --parse option is supposed to output easily parsable data, it is better by mbligh · 15 years ago
  5. 9196763 Make debug print out which server we're talking to by mbligh · 15 years ago
  6. ef87cad by mbligh · 16 years ago
  7. 8fadff3 by mbligh · 16 years ago
  8. 3df90c9 by mbligh · 16 years ago
  9. 91e0efd by mbligh · 16 years ago
  10. ce34864 by mbligh · 16 years ago
  11. 47dc4d2 by mbligh · 16 years ago
  12. a212d71 Cleanup the container code from the CLI. by mbligh · 16 years ago
  13. d9ac445 by showard · 16 years ago
  14. d84f9dc Don't abort in case one function fails. by mbligh · 16 years ago
  15. 0887d40 Fix atest label list --all. A FE change from 0/1 to False/True had broken it. by mbligh · 16 years ago
  16. f703fb4 Re-allow wildcards in host list --label searches. by mbligh · 16 years ago
  17. 6463c4b Make atest_migrate_host create hosts as locked initially, to prevent by mbligh · 16 years ago
  18. 2ec03f2 Extend the query_keyvals script to allow you to pass in multiple job IDs. by jadmanski · 16 years ago
  19. 3086aa6 Remove a hard-coded server-name from cli/query_keyvals. by jadmanski · 16 years ago
  20. 120351e Allow control file body text to be supplied as an alternative to a list by mbligh · 16 years ago
  21. c79a398 Fixing a unit test broken by rev 2523. by jadmanski · 16 years ago
  22. 67f0893 Add a script to migrate hosts between servers, and pull across by mbligh · 16 years ago
  23. 7ffdb8b Fix bug in job create where synch_count was being overridden by by mbligh · 16 years ago
  24. 6eca460 Fix host mod to continue on failures. by mbligh · 16 years ago
  25. e249072 Add debug option to atest so we can see what RPC commands it runs by mbligh · 16 years ago
  26. f8d456f Fix unittest to not depend on the default value in global_config.ini. by mbligh · 16 years ago
  27. 5d0b4b3 * Add option to disable verify for created jobs by mbligh · 16 years ago
  28. 430dca9 Add a query_keyvals script to the CLI to allow command-line queries of by jadmanski · 16 years ago
  29. 37eceaa Add entries to the config file to control which server is used rather by mbligh · 16 years ago
  30. b82b44f Typo by mbligh · 16 years ago
  31. 719e14a Lock the hosts on creation to avoid a race where the scheduler uses by mbligh · 16 years ago
  32. d876f45 gps pointed out that "== and != work in most cases but its better to use is by mbligh · 16 years ago
  33. 7b969d5 One more parse function with "no results" by mbligh · 16 years ago
  34. 7a3ebe3 Continue to add/remove the valid hosts or users to the label or ACL in by mbligh · 16 years ago
  35. ecd3366 As atest's --parse option is supposed to output easily parsable data, it is better by mbligh · 16 years ago
  36. bd92948 With regexp, allow multiple results. by mbligh · 16 years ago
  37. 11efd23 - add the possibility to set AUTOTEST_USER to an other user than the current by mbligh · 16 years ago
  38. 43da086 add custom change protection level script by mbligh · 16 years ago
  39. 4e02aea Removing the huge test as it runs out of memory on 32 bit kernels. by mbligh · 16 years ago
  40. 982170a Increase the timeout for job creation by mbligh · 16 years ago
  41. df75f8b Add list printing functions. by mbligh · 16 years ago
  42. 70b9bf4 Add an option (-N, --hostnames-only) to host_list to only return hostnames. by mbligh · 16 years ago
  43. 33a8a7e Allow the username to be overridden in the cli rpc lib. by mbligh · 16 years ago
  44. 7bce102 Make job create CLI parse synch_count as an int instead of a string. by showard · 16 years ago
  45. 206d50a Fix the CLI job abort to use new RPC. Worth noting that the new RPC by mbligh · 16 years ago
  46. fb8f0ab * Add job cloning functionality to the CLI by mbligh · 16 years ago
  47. 2bab8f4 Implement sync_count. The primary change here is replacing the job.synch_type field with a synch_count field. There is no longer just a distinction between synchronous and asynchronous jobs. Instead, every job as a synch_count, with synch_count = 1 corresponding to the old concept of synchronous jobs. This required: by showard · 16 years ago
  48. bac1d2f Remove base64 garbage from atest by mbligh · 16 years ago
  49. a6fe9c6 fix usage of set.union() to make test dependenceis work from CLI. set.union() does not mutate the set, it returns a new one. also throw in a sorted() call to ensure testability. by showard · 16 years ago
  50. 140a23c Added display of experimental (and all) tests. by mbligh · 16 years ago
  51. b9a8b16 Change --dependencies flag to --labels flag to be more consistent. Also by mbligh · 16 years ago
  52. 6444c6b Add the filtering on multiple labels. by mbligh · 16 years ago
  53. aced049 Change the wording of --dependency's help message in the CLI to make it clear that this flag will probably change soon. The problem is that metahosts are essentially the same as not supplying a host name and then supplying one dependency. In addition, elsewhere in the CLI, we use the -b/--lables flag for the same thing. In the next week or so, I'll probably send out a CL to make it less confusing/inconsistent, but I figured that mentioning it's experimental would make it more clear in the mean time. by mbligh · 16 years ago
  54. 759b6d0 Create a tko_comm class. Right now, the main CLI doesn't use this, by mbligh · 16 years ago
  55. 7b8d1f9 Increase the timeout for job creation by mbligh · 16 years ago
  56. 21baa45 Add options to control reboots before and after a job. by showard · 16 years ago
  57. 536a524 Add filtering on ACLs and user. by mbligh · 16 years ago
  58. e163b03 - Expose the lock_time and protection fields in host stat. by mbligh · 16 years ago
  59. cae0da7 expose exceptions that occur in topic_obj.output() in CLI. previously these exceptions would be completely hidden by the finally clause, making debugging quite difficult. by mbligh · 16 years ago
  60. ae64d3a Fixing the error message that displays the job name as a bad host. by mbligh · 16 years ago
  61. 0a66913 Add some unittests for my new CLI features. by mbligh · 16 years ago
  62. 4eae22a Allow users to manually specify dependencies through the CLI. by mbligh · 16 years ago
  63. 6fee7fd Add the option to specify an email address to be notified on job completion. by mbligh · 16 years ago
  64. 989f25d two new major features: by showard · 16 years ago
  65. 28afa73 Update the help for the query results command to make it less confusing. by mbligh · 16 years ago
  66. 5557957 Minor changes to cli/rpc.py to make it more generally useful from other scripts. by showard · 16 years ago
  67. 8dd5c6c The cli should take new tko style where arguments. by mbligh · 16 years ago
  68. f173334 Allow ', ' as a separator for the lists & files as this is the output format. by mbligh · 16 years ago
  69. 901aaa9 Python 2.5 optparse capitalizes Usage, 2.4 doesn't, so remove this by mbligh · 16 years ago
  70. cd8eb97 Fix the list filtering on status to avoid "unknown hosts" reported any time you specify a status in atest host list -s "Ready". by mbligh · 16 years ago
  71. 8d631c9 Convert all our uses of directoy SSHHost construction over to use by jadmanski · 16 years ago
  72. 1494eca Display the latest job entries instead of the oldest ones. by mbligh · 16 years ago
  73. 6996fe8 Added a longer timeout to host job and host stat, as they do not by mbligh · 16 years ago
  74. 76dced8 Forgot to add the test action in the help string by mbligh · 16 years ago
  75. 51148c7 Rewording help string by mbligh · 16 years ago
  76. deb758e Change default behavior of query results to print an error instead of by mbligh · 16 years ago
  77. 10a4733 Add percentages to the results. by mbligh · 16 years ago
  78. be630eb Attached is the CLI code tarball. It is documented at http://test.kernel.org/autotest/CLIHowTo by mbligh · 16 years ago