summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)AuthorFilesLines
2010-02-03Remove /noauth/ usage in CLI. Extracted the bit of the CLI that generates au...showard3-12/+24
2010-01-22Rearrange the why isn't my job running logic so that it checks all ofshoward1-51/+58
2010-01-22Bugfix, meta_host_id is already the text name, no need to look it up.showard1-5/+3
2010-01-15In debug mode, have the CLI print the full entity body for an error code resp...showard1-1/+4
2010-01-12Add support to the query_results CLI for viewing and filtering on test attrib...showard1-39/+40
2010-01-11Massive permission fixlmr15-0/+0
2009-12-23Rename the tables in the databases, by prefixing the app name. This isshoward1-6/+6
2009-11-06* Add ability to CLI job_stat to display only a list of hosts for a givenmbligh3-8/+229
2009-10-28Fixed why_isnt_my_job_running.py failing when used on a job with atomicshoward1-8/+1
2009-10-01Report when a job is scheduled against an atomic group that has noshoward1-0/+3
2009-09-23In CLI host code, changed "job_Id" sort spec to "job__id". This is required ...showard2-5/+5
2009-09-18Add hack to disable wrapping via environment: AUTOTEST_CLI_NO_WRAPmbligh1-0/+5
2009-09-18A few followup enhancements to the recent change made to the cli to enclose t...mbligh3-11/+13
2009-09-11Check for locked hosts on synchronous atomic group jobs.showard1-20/+51
2009-09-11Add atomic group job support to why_isnt_my_job_running to be able toshoward1-15/+174
2009-09-03Fixed frontend and CLI for space delimited multiple kernel versions.mbligh1-1/+3
2009-09-03Add single quotes to the topic value in the output message .mbligh3-13/+16
2009-08-27Make a bunch of stuff executablembligh4-0/+0
2009-08-24Added support to specify cmdline for the booted kernels for both the CLI mbligh2-6/+51
2009-08-20Remove the ability for host status to be modified via the frontend.showard2-21/+23
2009-08-03This is the result of a batch reindent.py across our tree.mbligh5-11/+11
2009-08-03Allow to specify hosts when cloning a job.mbligh3-77/+153
2009-08-03Make 'job clone --id' an action instead of 'job create --clone'.mbligh4-124/+292
2009-07-11Update CLI to use autotemp for tempfilesmbligh7-78/+129
2009-07-02Fix regression caused by incomplete CL 4103202. Correct remainingmbligh2-2/+2
2009-07-01Adds the ability to list atomic labels via 'atest label list --atomicgroup'showard3-17/+64
2009-06-30Change the default for the max_number_of_machines in atomicgroups to be infin...showard1-3/+2
2009-06-22Not all distros put a symlink in for the python version. Howevermbligh1-1/+1
2009-06-22Missing common.py file.mbligh1-0/+8
2009-06-15Remove the atest-* executables. Turns out we don't use themmbligh5-50/+0
2009-06-15Fix copyright statement in threads.py to not scare peoplembligh1-2/+2
2009-06-08Super-sweet script to answer the age-old question "Why isn't my job running?!...showard1-0/+158
2009-05-13Add job maximum runtime, a new per-job timeout that counts time since the job...showard2-2/+19
2009-05-13Always display the details if an ACL is specified.mbligh3-9/+22
2009-05-12Add job option for whether or not to parse failed repair results as part of a...showard2-2/+12
2009-05-01Re-factor the option parsing following a suggestion from Greg.mbligh10-416/+389
2009-05-01Fix CLI unittests to call check_playback in all cases, not just whenshoward1-7/+22
2009-05-01Add support for submitting a job into an atomic group to the CLI.showard2-2/+33
2009-05-01Update CLI to allow scheduling jobs against labelsshoward3-12/+71
2009-04-22Add atomicgroup support to the command line interface.showard7-76/+347
2009-04-01Add --host-label option to query_results so that hostsmbligh1-0/+14
2009-03-25Getting rid of the socket timeout tunes, except for the kernel uploads. Now ...mbligh4-20/+5
2009-03-17Adding the protection flag to host creatembligh1-7/+17
2009-03-16As atest's --parse option is supposed to output easily parsable data, it is b...mbligh1-3/+0
2009-03-16Make debug print out which server we're talking tombligh1-2/+5
2009-03-11Updated the hardcoded cli host protections with the ones currentlymbligh1-6/+8
2009-03-09Synch count is now returned by the job stat RPC.mbligh1-0/+1
2009-03-09Removing the dead status.mbligh2-24/+3
2009-02-26Adding the host filtering by locked/unlocked.mbligh2-0/+83
2009-02-12Adding support for one time hosts.mbligh2-3/+66