- 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 · 15 years ago
- 083fa56 Rearrange the why isn't my job running logic so that it checks all of by showard · 15 years ago
- e09247f Bugfix, meta_host_id is already the text name, no need to look it up. by showard · 15 years ago
- 53d91e2 In debug mode, have the CLI print the full entity body for an error code response. by showard · 15 years ago
- 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
- 12b4558 Massive permission fix by lmr · 15 years ago
- eab66ce Rename the tables in the databases, by prefixing the app name. This is by showard · 15 years ago
- fca5ed1 * Add ability to CLI job_stat to display only a list of hosts for a given by mbligh · 15 years ago
- 8c905dc Fixed why_isnt_my_job_running.py failing when used on a job with atomic by showard · 15 years ago
- de17562 Report when a job is scheduled against an atomic group that has no by showard · 15 years ago
- 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
- 552d240 Add hack to disable wrapping via environment: AUTOTEST_CLI_NO_WRAP by mbligh · 15 years ago
- 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
- f3cb816 Check for locked hosts on synchronous atomic group jobs. by showard · 15 years ago
- eaa408e Add atomic group job support to why_isnt_my_job_running to be able to by showard · 15 years ago
- 6aaab2e Fixed frontend and CLI for space delimited multiple kernel versions. by mbligh · 15 years ago
- 5dc6276 Add single quotes to the topic value in the output message . by mbligh · 15 years ago
- 6631273 Make a bunch of stuff executable by mbligh · 15 years ago
- a3c58d2 Added support to specify cmdline for the booted kernels for both the CLI by mbligh · 15 years ago
- be0d869 Remove the ability for host status to be modified via the frontend. by showard · 15 years ago
- 1ef218d This is the result of a batch reindent.py across our tree. by mbligh · 15 years ago
- 56f1f4a Allow to specify hosts when cloning a job. by mbligh · 15 years ago
- 5a49608 Make 'job clone --id' an action instead of 'job create --clone'. by mbligh · 15 years ago
- 4151539 Update CLI to use autotemp for tempfiles by mbligh · 15 years ago
- 48d412c Fix regression caused by incomplete CL 4103202. Correct remaining by mbligh · 15 years ago
- 088b826 Adds the ability to list atomic labels via 'atest label list --atomicgroup' by showard · 15 years ago
- 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
- 7c8ea99 Not all distros put a symlink in for the python version. However by mbligh · 15 years ago
- b7954fd Missing common.py file. by mbligh · 15 years ago
- 155175d Remove the atest-* executables. Turns out we don't use them by mbligh · 15 years ago
- d909feb Fix copyright statement in threads.py to not scare people by mbligh · 15 years ago
- 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
- 12f3e32 Add job maximum runtime, a new per-job timeout that counts time since the job actually started. by showard · 15 years ago
- 838c747 Always display the details if an ACL is specified. by mbligh · 15 years ago
- 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
- 9deeefa Re-factor the option parsing following a suggestion from Greg. by mbligh · 16 years ago
- 53cb10c Fix CLI unittests to call check_playback in all cases, not just when by showard · 16 years ago
- 648a35c Add support for submitting a job into an atomic group to the CLI. by showard · 16 years ago
- b27f4ad Update CLI to allow scheduling jobs against labels by showard · 16 years ago
- fb64e6a Add atomicgroup support to the command line interface. by showard · 16 years ago
- 789da1e Add --host-label option to query_results so that hosts by mbligh · 16 years ago
- 8c7b04c by mbligh · 16 years ago
- aed47e8 Adding the protection flag to host create by mbligh · 16 years ago
- 6a1c421 As atest's --parse option is supposed to output easily parsable data, it is better by mbligh · 16 years ago
- 9196763 Make debug print out which server we're talking to by mbligh · 16 years ago
- ef87cad by mbligh · 16 years ago
- 8fadff3 by mbligh · 16 years ago
- 3df90c9 by mbligh · 16 years ago
- 91e0efd by mbligh · 16 years ago
- ce34864 by mbligh · 16 years ago
- 47dc4d2 by mbligh · 16 years ago
- a212d71 Cleanup the container code from the CLI. by mbligh · 16 years ago
- d9ac445 by showard · 16 years ago
- d84f9dc Don't abort in case one function fails. by mbligh · 16 years ago
- 0887d40 Fix atest label list --all. A FE change from 0/1 to False/True had broken it. by mbligh · 16 years ago
- f703fb4 Re-allow wildcards in host list --label searches. by mbligh · 16 years ago
- 6463c4b Make atest_migrate_host create hosts as locked initially, to prevent by mbligh · 16 years ago
- 2ec03f2 Extend the query_keyvals script to allow you to pass in multiple job IDs. by jadmanski · 16 years ago
- 3086aa6 Remove a hard-coded server-name from cli/query_keyvals. by jadmanski · 16 years ago
- 120351e Allow control file body text to be supplied as an alternative to a list by mbligh · 16 years ago
- c79a398 Fixing a unit test broken by rev 2523. by jadmanski · 16 years ago
- 67f0893 Add a script to migrate hosts between servers, and pull across by mbligh · 16 years ago
- 7ffdb8b Fix bug in job create where synch_count was being overridden by by mbligh · 16 years ago
- 6eca460 Fix host mod to continue on failures. by mbligh · 16 years ago
- e249072 Add debug option to atest so we can see what RPC commands it runs by mbligh · 16 years ago
- f8d456f Fix unittest to not depend on the default value in global_config.ini. by mbligh · 16 years ago
- 5d0b4b3 * Add option to disable verify for created jobs by mbligh · 16 years ago
- 430dca9 Add a query_keyvals script to the CLI to allow command-line queries of by jadmanski · 16 years ago
- 37eceaa Add entries to the config file to control which server is used rather by mbligh · 16 years ago
- b82b44f Typo by mbligh · 16 years ago
- 719e14a Lock the hosts on creation to avoid a race where the scheduler uses by mbligh · 16 years ago
- d876f45 gps pointed out that "== and != work in most cases but its better to use is by mbligh · 16 years ago
- 7b969d5 One more parse function with "no results" by mbligh · 16 years ago
- 7a3ebe3 Continue to add/remove the valid hosts or users to the label or ACL in by mbligh · 16 years ago
- ecd3366 As atest's --parse option is supposed to output easily parsable data, it is better by mbligh · 16 years ago
- bd92948 With regexp, allow multiple results. by mbligh · 16 years ago
- 11efd23 - add the possibility to set AUTOTEST_USER to an other user than the current by mbligh · 16 years ago
- 43da086 add custom change protection level script by mbligh · 16 years ago
- 4e02aea Removing the huge test as it runs out of memory on 32 bit kernels. by mbligh · 16 years ago
- 982170a Increase the timeout for job creation by mbligh · 16 years ago
- df75f8b Add list printing functions. by mbligh · 16 years ago
- 70b9bf4 Add an option (-N, --hostnames-only) to host_list to only return hostnames. by mbligh · 16 years ago
- 33a8a7e Allow the username to be overridden in the cli rpc lib. by mbligh · 16 years ago
- 7bce102 Make job create CLI parse synch_count as an int instead of a string. by showard · 16 years ago
- 206d50a Fix the CLI job abort to use new RPC. Worth noting that the new RPC by mbligh · 16 years ago
- fb8f0ab * Add job cloning functionality to the CLI by mbligh · 16 years ago
- 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
- bac1d2f Remove base64 garbage from atest by mbligh · 16 years ago
- 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
- 140a23c Added display of experimental (and all) tests. by mbligh · 16 years ago
- b9a8b16 Change --dependencies flag to --labels flag to be more consistent. Also by mbligh · 16 years ago
- 6444c6b Add the filtering on multiple labels. by mbligh · 16 years ago
- 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
- 759b6d0 Create a tko_comm class. Right now, the main CLI doesn't use this, by mbligh · 16 years ago
- 7b8d1f9 Increase the timeout for job creation by mbligh · 16 years ago
- 21baa45 Add options to control reboots before and after a job. by showard · 16 years ago
- 536a524 Add filtering on ACLs and user. by mbligh · 16 years ago
- e163b03 - Expose the lock_time and protection fields in host stat. by mbligh · 16 years ago
- 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
- ae64d3a Fixing the error message that displays the job name as a bad host. by mbligh · 16 years ago