summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-12Change the key/val delimiter to | by default. Make it an option.mbligh3-15/+41
2009-02-11Cleanup the container code from the CLI.mbligh2-77/+56
2009-02-07Remove the old acl_groups_users and acl_groups_hosts many2many pivotshoward3-8/+8
2009-02-03Don't abort in case one function fails.mbligh1-1/+6
2009-01-30Fix atest label list --all. A FE change from 0/1 to False/True had broken it.mbligh5-133/+132
2009-01-30Re-allow wildcards in host list --label searches.mbligh3-6/+34
2009-01-30Make atest_migrate_host create hosts as locked initially, to preventmbligh1-8/+15
2009-01-29Extend the query_keyvals script to allow you to pass in multiplejadmanski1-6/+7
2009-01-28Remove a hard-coded server-name from cli/query_keyvals.jadmanski1-1/+1
2009-01-24Allow control file body text to be supplied as an alternative to a listmbligh2-25/+60
2009-01-23Fixing a unit test broken by rev 2523.jadmanski1-4/+4
2009-01-21Add a script to migrate hosts between servers, and pull acrossmbligh1-0/+58
2009-01-21Fix bug in job create where synch_count was being overridden bymbligh1-4/+8
2009-01-07Fix host mod to continue on failures.mbligh2-12/+23
2008-12-22Add debug option to atest so we can see what RPC commands it runsmbligh1-0/+2
2008-12-22Fix unittest to not depend on the default value in global_config.ini.mbligh1-3/+8
2008-12-22* Add option to disable verify for created jobsmbligh2-0/+30
2008-12-16Add a query_keyvals script to the CLI to allow command-line queries ofjadmanski1-0/+74
2008-12-15Add entries to the config file to control which server is used rathermbligh1-3/+8
2008-12-09Typombligh1-1/+1
2008-12-04Lock the hosts on creation to avoid a race where the scheduler usesmbligh2-1/+48
2008-12-03gps pointed out that "== and != work in most cases but its better to use ismbligh2-2/+2
2008-12-03One more parse function with "no results"mbligh1-5/+0
2008-12-01Continue to add/remove the valid hosts or users to the label or ACL inmbligh5-47/+231
2008-11-27As atest's --parse option is supposed to output easily parsable data, it is b...mbligh1-3/+0
2008-11-27With regexp, allow multiple results.mbligh1-1/+1
2008-11-27- add the possibility to set AUTOTEST_USER to an other user than the currentmbligh2-3/+11
2008-11-20add custom change protection level scriptmbligh1-0/+33
2008-11-20Removing the huge test as it runs out of memory on 32 bit kernels.mbligh1-4/+0
2008-11-20Increase the timeout for job creationmbligh1-0/+3
2008-11-18Add list printing functions.mbligh2-2/+19
2008-11-18Add an option (-N, --hostnames-only) to host_list to only return hostnames.mbligh1-4/+9
2008-11-18Allow the username to be overridden in the cli rpc lib.mbligh1-6/+11
2008-11-14Make job create CLI parse synch_count as an int instead of a string.showard2-1/+12
2008-11-13Fix the CLI job abort to use new RPC. Worth noting that the new RPCmbligh2-10/+9
2008-11-13* Add job cloning functionality to the CLImbligh3-27/+82
2008-11-12Implement sync_count. The primary change here is replacing the job.synch_typ...showard2-81/+42
2008-11-07Remove base64 garbage from atestmbligh2-10/+2
2008-11-03fix usage of set.union() to make test dependenceis work from CLI. set.union(...showard1-1/+1
2008-10-29Added display of experimental (and all) tests.mbligh3-17/+76
2008-10-29Change --dependencies flag to --labels flag to be more consistent. Alsombligh3-27/+36
2008-10-27Add the filtering on multiple labels.mbligh2-12/+115