summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)AuthorFilesLines
2011-03-24job: Remove non-existant parameter on generate_control_file calls (Fix #47)lmr2-8/+6
2011-02-07Add support for dependencies with commaslmr2-8/+40
2010-12-07cli/job.py: deal with parameterized_job parameter to job_create()lmr1-0/+6
2010-11-26cli/atest: removed unneeded import of base64 modulelmr1-2/+1
2010-10-28Add a file object to the autotemp classlmr1-1/+0
2010-07-12(Submitting for dalecurtis. For some reason, Patchwork doesn't want to pickjamesren6-28/+218
2010-05-03Don't ignore unexpected exceptions. Have the mock report the playback errors...mbligh3-6/+9
2010-03-31Support job keyvals and iteration attributes in the query_results CLIjamesren1-8/+19
2010-03-31Remove useless "noauth" handling from the RPC interface.jamesren1-1/+1
2010-03-24Fixing the unittest that had wrong lists and only worked because we zipped th...mbligh2-2/+5
2010-03-11Better error handling and message when the (site) authentication didn't work.mbligh2-4/+14
2010-02-12Handle the case of multiple HQEs with Hosts already assigned (but stillmbligh1-1/+6
2010-02-12Update cli_mock to stub out authorization_headers() in its new location.jamesren1-1/+2
2010-02-12Move the cli RPC authorization_headers code into rpc_client_lib.jamesren1-16/+3
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