1. c342f9f [afe] afe admin add host label auto detection by Jiaxi Luo · 10 years ago
  2. b0e6c60 [autotest] using cli create host with label same as platform crashes by Jiaxi Luo · 10 years ago
  3. 9512241 [autotest] Modify option no_wait for a suite job to fire and forget by Dan Shi · 11 years ago
  4. 7e60574 Autotest: Update RPC, Scheduler and AFE to use timeout_mins. by Simran Basi · 11 years ago
  5. 6bee3de [autotest] Set up ssh_verbosity_flag and ssh_options in cli/site_host.py by Fang Deng · 11 years ago
  6. 3dd8beb [autotest] make a consistent CONTROL_TYPE enum across the codebase by Aviv Keshet · 11 years ago
  7. c0276db Fix pylint warnings in cli/acl.py. by David James · 11 years ago
  8. 18c70b3 Some small fixes found while doing an e2e test with devserver changes. by Chris Sosa · 11 years ago
  9. be7b65b Autotest: Be able to add hosts to AFE when host is down by Simran Basi · 12 years ago
  10. 3421702 Autotest: Increase run timeout granularity by Simran Basi · 12 years ago
  11. a8a0d75 Revert "Autotest: Increase run timeout granularity" by Scott Zawalski · 12 years ago
  12. daffa57 Autotest: Increase run timeout granularity by Simran Basi · 12 years ago
  13. c6f1f7a Autotest: Add label detection to site_host and add it to the CLI by Simran Basi · 12 years ago
  14. f43d0eb [autotest] Add |file_bugs| to command line frontends. by Alex Miller · 12 years ago
  15. 46d0eb1 [autotest] Add |num| argument to create_suite_job RPC by Chris Masone · 12 years ago
  16. 347aaf4 Remove need for KerberosLogin from RPC tools. by Scott Zawalski · 12 years ago
  17. 6257912 [autotest] Pipe check_hosts parameter down into dynamic_suite by Chris Masone · 12 years ago
  18. fc96a68 [autotest] Update atest suite create to understand --pool by Chris Masone · 12 years ago
  19. 859fdec [autotest] Add create_suite_job() site RPC. by Chris Masone · 13 years ago
  20. 8adf789 Autotest upstream merge. by Dale Curtis · 13 years ago
  21. 74a314b Upstream Autotest merge. by Dale Curtis · 13 years ago
  22. 8a12e80 Merge remote branch 'cros/upstream' into master. by Eric Li · 13 years ago
  23. 861b2d5 Merge remote branch 'cros/upstream' into master by Eric Li · 13 years ago
  24. 5a8c6ad Add support for an --image flag to atest. by Paul Pendlebury · 13 years ago
  25. bdaab79 Revert "Merge remote branch 'cros/upstream' into autotest-rebase" by Kenneth Waters · 14 years ago
  26. 7edb304 Merge remote branch 'cros/upstream' into autotest-rebase by Eric Li · 14 years ago
  27. e0493a4 Merge remote branch 'cros/upstream' into tempbranch by Eric Li · 14 years ago
  28. c286316 by jamesren · 14 years ago
  29. cd26d04 Don't ignore unexpected exceptions. Have the mock report the playback errors inline with the other calls. by mbligh · 14 years ago
  30. 708f1c0 Support job keyvals and iteration attributes in the query_results CLI by jamesren · 14 years ago
  31. f665cf2 Remove useless "noauth" handling from the RPC interface. by jamesren · 14 years ago
  32. ad57516 Fixing the unittest that had wrong lists and only worked because we zipped the lists to compare them by mbligh · 14 years ago
  33. b68405d Better error handling and message when the (site) authentication didn't work. by mbligh · 14 years ago
  34. d5eff8f Handle the case of multiple HQEs with Hosts already assigned (but still by mbligh · 14 years ago
  35. f0a4438 Update cli_mock to stub out authorization_headers() in its new location. by jamesren · 14 years ago
  36. 1a2914a Move the cli RPC authorization_headers code into rpc_client_lib. by jamesren · 14 years ago
  37. f4a6899 Remove /noauth/ usage in CLI. Extracted the bit of the CLI that generates authorization headers into a function with a site override. by showard · 14 years ago
  38. 083fa56 Rearrange the why isn't my job running logic so that it checks all of by showard · 15 years ago
  39. e09247f Bugfix, meta_host_id is already the text name, no need to look it up. by showard · 15 years ago
  40. 53d91e2 In debug mode, have the CLI print the full entity body for an error code response. by showard · 15 years ago
  41. d9e341e Add support to the query_results CLI for viewing and filtering on test attributes, test labels, iteration results, and machine labels. The key here was changing query_results to use the TKO RPC interface instead of direct DB access. The code changes for this were pretty small but functionally the change is huge. Given that, it's fairly easy to use the new mechanisms for dealing with related data to support selecting and filtering on these four types of related data. by showard · 15 years ago
  42. 12b4558 Massive permission fix by lmr · 15 years ago
  43. eab66ce Rename the tables in the databases, by prefixing the app name. This is by showard · 15 years ago
  44. fca5ed1 * Add ability to CLI job_stat to display only a list of hosts for a given by mbligh · 15 years ago
  45. 8c905dc Fixed why_isnt_my_job_running.py failing when used on a job with atomic by showard · 15 years ago
  46. de17562 Report when a job is scheduled against an atomic group that has no by showard · 15 years ago
  47. 6958c72 In CLI host code, changed "job_Id" sort spec to "job__id". This is required by Django 1.0. by showard · 15 years ago
  48. 552d240 Add hack to disable wrapping via environment: AUTOTEST_CLI_NO_WRAP by mbligh · 15 years ago
  49. 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
  50. f3cb816 Check for locked hosts on synchronous atomic group jobs. by showard · 15 years ago
  51. eaa408e Add atomic group job support to why_isnt_my_job_running to be able to by showard · 15 years ago
  52. 6aaab2e Fixed frontend and CLI for space delimited multiple kernel versions. by mbligh · 15 years ago
  53. 5dc6276 Add single quotes to the topic value in the output message . by mbligh · 15 years ago
  54. 6631273 Make a bunch of stuff executable by mbligh · 15 years ago
  55. a3c58d2 Added support to specify cmdline for the booted kernels for both the CLI by mbligh · 15 years ago
  56. be0d869 Remove the ability for host status to be modified via the frontend. by showard · 15 years ago
  57. 1ef218d This is the result of a batch reindent.py across our tree. by mbligh · 15 years ago
  58. 56f1f4a Allow to specify hosts when cloning a job. by mbligh · 15 years ago
  59. 5a49608 Make 'job clone --id' an action instead of 'job create --clone'. by mbligh · 15 years ago
  60. 4151539 Update CLI to use autotemp for tempfiles by mbligh · 15 years ago
  61. 48d412c Fix regression caused by incomplete CL 4103202. Correct remaining by mbligh · 15 years ago
  62. 088b826 Adds the ability to list atomic labels via 'atest label list --atomicgroup' by showard · 15 years ago
  63. e9450c9 Change the default for the max_number_of_machines in atomicgroups to be infinite*. (* see definition of INFINITE_MACHINES). by showard · 15 years ago
  64. 7c8ea99 Not all distros put a symlink in for the python version. However by mbligh · 15 years ago
  65. b7954fd Missing common.py file. by mbligh · 15 years ago
  66. 155175d Remove the atest-* executables. Turns out we don't use them by mbligh · 15 years ago
  67. d909feb Fix copyright statement in threads.py to not scare people by mbligh · 15 years ago
  68. 74fc4e7 Super-sweet script to answer the age-old question "Why isn't my job running?!?". Ended up a bit on the long side. Lightly tested. by showard · 15 years ago
  69. 12f3e32 Add job maximum runtime, a new per-job timeout that counts time since the job actually started. by showard · 15 years ago
  70. 838c747 Always display the details if an ACL is specified. by mbligh · 15 years ago
  71. a1e74b3 Add job option for whether or not to parse failed repair results as part of a job, with a default value in global_config. Since the number of options associated with a job is getting out of hand, I packaged them up into a dict in the RPC entry point and passed them around that way from then on. by showard · 15 years ago
  72. 9deeefa Re-factor the option parsing following a suggestion from Greg. by mbligh · 15 years ago
  73. 53cb10c Fix CLI unittests to call check_playback in all cases, not just when by showard · 15 years ago
  74. 648a35c Add support for submitting a job into an atomic group to the CLI. by showard · 15 years ago
  75. b27f4ad Update CLI to allow scheduling jobs against labels by showard · 15 years ago
  76. fb64e6a Add atomicgroup support to the command line interface. by showard · 15 years ago
  77. 789da1e Add --host-label option to query_results so that hosts by mbligh · 15 years ago
  78. 8c7b04c by mbligh · 15 years ago
  79. aed47e8 Adding the protection flag to host create by mbligh · 15 years ago
  80. 6a1c421 As atest's --parse option is supposed to output easily parsable data, it is better by mbligh · 15 years ago
  81. 9196763 Make debug print out which server we're talking to by mbligh · 15 years ago
  82. ef87cad by mbligh · 15 years ago
  83. 8fadff3 by mbligh · 15 years ago
  84. 3df90c9 by mbligh · 15 years ago
  85. 91e0efd by mbligh · 15 years ago
  86. ce34864 by mbligh · 15 years ago
  87. 47dc4d2 by mbligh · 15 years ago
  88. a212d71 Cleanup the container code from the CLI. by mbligh · 15 years ago
  89. d9ac445 by showard · 15 years ago
  90. d84f9dc Don't abort in case one function fails. by mbligh · 15 years ago
  91. 0887d40 Fix atest label list --all. A FE change from 0/1 to False/True had broken it. by mbligh · 16 years ago
  92. f703fb4 Re-allow wildcards in host list --label searches. by mbligh · 16 years ago
  93. 6463c4b Make atest_migrate_host create hosts as locked initially, to prevent by mbligh · 16 years ago
  94. 2ec03f2 Extend the query_keyvals script to allow you to pass in multiple job IDs. by jadmanski · 16 years ago
  95. 3086aa6 Remove a hard-coded server-name from cli/query_keyvals. by jadmanski · 16 years ago
  96. 120351e Allow control file body text to be supplied as an alternative to a list by mbligh · 16 years ago
  97. c79a398 Fixing a unit test broken by rev 2523. by jadmanski · 16 years ago
  98. 67f0893 Add a script to migrate hosts between servers, and pull across by mbligh · 16 years ago
  99. 7ffdb8b Fix bug in job create where synch_count was being overridden by by mbligh · 16 years ago
  100. 6eca460 Fix host mod to continue on failures. by mbligh · 16 years ago