summaryrefslogtreecommitdiffstats
path: root/func/overlord/cmd_modules
Commit message (Expand)AuthorAgeFilesLines
* Just some permissions clean up on source files, mostlyAdrian Likins2009-01-191-0/+0
* Make ping subcommand use the default verbose setting if not specified.Adrian Likins2008-11-121-0/+1
* Split Show() and ShowHardware() classes into two seperate modules.Adrian Likins2008-11-122-42/+67
* Add support for configuring funcd ports.Adrian Likins2008-11-122-8/+17
* Create simple copyfile overlord module that is able to send big files.Krzysztof A. Adamski2008-08-231-15/+1
* merge master into the export_methods branchmakkalot2008-08-131-28/+6
|\
| * Use polling method from overlord module in call cmd_module.Krzysztof A. Adamski2008-08-071-27/+5
* | sleep a little bit when polling it kills the machine it is runningmakkalot2008-08-011-0/+1
|/
* attempting to remove any prints to stdout that should be going to stderrAdrian Likins2008-07-242-2/+2
* aiee. missed some uses of "func.config". Fix those to use certmaster.configAdrian Likins2008-07-242-2/+2
* Fix usage message printing in copyfile cmd_module.Krzysztof A. Adamski2008-07-201-1/+1
* Removing stray print messageMichael DeHaan2008-07-111-4/+0
* Merge branch 'ssalevan_delegation'Michael DeHaan2008-07-111-1/+5
|\
| * Adding in some code to make CLI access available for delegationSteve Salevan2008-07-101-1/+5
* | Make list_minions use the server_spec APIs versus making a remote test call.Michael DeHaan2008-07-111-8/+4
* | Fix --jobstatus option for call cmd_module.Krzysztof Adamski2008-07-031-1/+1
* | Merge branch 'kadamski-async2'Michael DeHaan2008-07-022-1/+9
|\ \
| * | Remove unneded print statement.Krzysztof A. Adamski2008-06-291-1/+0
| * | Add support for forcing some long running methods to be called in async mode ...Krzysztof A. Adamski2008-06-291-0/+9
* | | some help output clean ups.Adrian Likins2008-06-301-1/+2
* | | Remove stray commentMichael DeHaan2008-06-301-1/+1
|/ /
* | add a "summary" to the cmd_module classes so the help can get to them.Adrian Likins2008-06-266-0/+6
* | fix traceback on "func '*' copyfile". aka, call with no argumentsAdrian Likins2008-06-261-0/+4
* | check for empty method list on call cmd. dont traceback ifAdrian Likins2008-06-261-0/+5
|/
* Fix options.async and options.forks problem.Krzysztof A. Adamski2008-06-261-0/+2
* Jobthing status codes cleanup.Krzysztof A. Adamski2008-06-061-2/+2
* Return unformated results from do().Krzysztof A. Adamski2008-05-311-4/+4
* Added --jobthing option to 'call' cmd_module.Krzysztof A. Adamski2008-05-311-3/+13
* Added --sort option to 'call' cmd_module.Krzysztof A. Adamski2008-05-311-5/+12
* Added --async option to 'call' cmd_module.Krzysztof A. Adamski2008-05-311-0/+37
* add "--pickle" support for dumping call data in python pickle format.Adrian Likins2008-04-081-1/+6
* don't use interactive mode, but print out the results directly from the "call"Adrian Likins2008-04-081-2/+8
* move command.py:BaseCommand() to it's own module, base_command.pyAdrian Likins2008-03-286-20/+17
* add a BaseCommand class to func/overlord/command.py.Adrian Likins2008-03-286-88/+41
* Changing func/func/overlord/client.py:Client() to Overlord(). Client() stillAdrian Likins2008-03-286-29/+37
* missed some bits in the certmaster/func conversion. Use MinionConfig insteadAdrian Likins2008-03-041-5/+5
* make "make clean" even cleanier.Adrian Likins2008-03-041-0/+17
* using the wrong path to minion.conf, updateAdrian Likins2008-02-291-2/+2
* Fixing func "*" ping functionality, which had an earlier reference to expand_...Michael DeHaan2008-02-212-7/+28
* initial work on "func '*' check" command for diagnosing basic setup problems,Michael DeHaan2008-02-213-2/+125
* Fix minion listingMichael DeHaan2008-02-191-5/+8
* Our client.command.Command class looks for 'usage', not 'useage'Luke Macken2008-01-145-6/+6
* more deletions of shebangs.Steve 'Ashcrow' Milner2008-01-133-7/+0
* removed a lot of misplaced shebangs.Steve 'Ashcrow' Milner2008-01-132-11/+2
* Applied James Anthill's patch to generalize "show" features, plus a releaseMichael DeHaan2007-12-111-29/+5
* Integrating the multiplexer feature (forkbomb.py) with func's Client module. ...Michael DeHaan2007-11-301-4/+14
* Slight changes to make it easier to establish seperate client handles to all ...Michael DeHaan2007-10-251-11/+16
* Added a ping function to the test module and a new command "func '*' ping" wh...Michael DeHaan2007-10-251-0/+70
* Make pretty printer be the default print option, and make a new option for ra...Michael DeHaan2007-10-251-6/+13
* change copyfile cmd line to transmit file contents as binary blobsAdrian Likins2007-10-241-2/+2