| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'kadamski-async2' | Michael DeHaan | 2008-07-02 | 2 | -1/+9 |
| |\ |
|
| | * | Remove unneded print statement. | Krzysztof A. Adamski | 2008-06-29 | 1 | -1/+0 |
| | * | Add support for forcing some long running methods to be called in async mode ... | Krzysztof A. Adamski | 2008-06-29 | 1 | -0/+9 |
| * | | some help output clean ups. | Adrian Likins | 2008-06-30 | 3 | -3/+5 |
| * | | remove print of formatted help here | Adrian Likins | 2008-06-30 | 1 | -1/+1 |
| * | | Remove stray comment | Michael DeHaan | 2008-06-30 | 1 | -1/+1 |
| * | | Using config.cert_extension instead of hardcoded cert file extension '.cert' | TANABE Ken-ichi | 2008-06-28 | 1 | -2/+2 |
| |/ |
|
| * | add a "summary" to the cmd_module classes so the help can get to them. | Adrian Likins | 2008-06-26 | 7 | -1/+7 |
| * | fix traceback on "func '*' copyfile". aka, call with no arguments | Adrian Likins | 2008-06-26 | 1 | -0/+4 |
| * | check for empty method list on call cmd. dont traceback if | Adrian Likins | 2008-06-26 | 1 | -0/+5 |
| * | Fix options.async and options.forks problem. | Krzysztof A. Adamski | 2008-06-26 | 2 | -2/+6 |
| * | Make --forks command line parameter actually working now :) | Krzysztof A. Adamski | 2008-06-07 | 1 | -1/+2 |
| * | Cleanup: Remove unneeded print statement. | Krzysztof A. Adamski | 2008-06-06 | 1 | -1/+1 |
| * | Jobthing status codes cleanup. | Krzysztof A. Adamski | 2008-06-06 | 1 | -2/+2 |
| * | Return unformated results from do(). | Krzysztof A. Adamski | 2008-05-31 | 1 | -4/+4 |
| * | Added --jobthing option to 'call' cmd_module. | Krzysztof A. Adamski | 2008-05-31 | 1 | -3/+13 |
| * | Added --sort option to 'call' cmd_module. | Krzysztof A. Adamski | 2008-05-31 | 1 | -5/+12 |
| * | Added --async option to 'call' cmd_module. | Krzysztof A. Adamski | 2008-05-31 | 2 | -1/+39 |
| * | add "--pickle" support for dumping call data in python pickle format. | Adrian Likins | 2008-04-08 | 1 | -1/+6 |
| * | don't use interactive mode, but print out the results directly from the "call" | Adrian Likins | 2008-04-08 | 1 | -2/+8 |
| * | remove client.py import | Adrian Likins | 2008-03-28 | 1 | -1/+0 |
| * | move command.py:BaseCommand() to it's own module, base_command.py | Adrian Likins | 2008-03-28 | 8 | -40/+48 |
| * | add a BaseCommand class to func/overlord/command.py. | Adrian Likins | 2008-03-28 | 7 | -88/+65 |
| * | Changing func/func/overlord/client.py:Client() to Overlord(). Client() still | Adrian Likins | 2008-03-28 | 9 | -43/+61 |
| * | update this test code to use new certmaster locations | Adrian Likins | 2008-03-04 | 1 | -1/+1 |
| * | missed some bits in the certmaster/func conversion. Use MinionConfig instead | Adrian Likins | 2008-03-04 | 1 | -5/+5 |
| * | make "make clean" even cleanier. | Adrian Likins | 2008-03-04 | 3 | -2/+36 |
| * | mostly merges of stuff I thought I had already committed and pushed | Adrian Likins | 2008-02-29 | 2 | -7/+9 |
| * | using the wrong path to minion.conf, update | Adrian Likins | 2008-02-29 | 1 | -2/+2 |
| * | Remove a bunch of unused imports. | Luke Macken | 2008-02-21 | 1 | -1/+0 |
| * | Fixing func "*" ping functionality, which had an earlier reference to expand_... | Michael DeHaan | 2008-02-21 | 3 | -7/+35 |
| * | initial work on "func '*' check" command for diagnosing basic setup problems, | Michael DeHaan | 2008-02-21 | 4 | -5/+132 |
| * | Fix minion listing | Michael DeHaan | 2008-02-19 | 1 | -5/+8 |
| * | Refactor the minion/server list and group stuff. Still not ideal, but | Adrian Likins | 2008-02-12 | 3 | -60/+68 |
| * | move some methods into the Groups class. | Adrian Likins | 2008-02-12 | 2 | -18/+30 |
| * | fix that method | Seth Vidal | 2008-02-05 | 1 | -6/+7 |
| * | new Func_Client_Exception and allow the the caller to specify the cert/key/c... | Seth Vidal | 2008-02-05 | 1 | -8/+35 |
| * | typo found when a unittest hit that section | Adrian Likins | 2008-02-04 | 1 | -1/+1 |
| * | Get ready for release but also fix func-inventory so it understands the new h... | Michael DeHaan | 2008-02-04 | 1 | -1/+3 |
| * | Add overlord netapp module so we can create filer objects. Hot. | John Eckersberg | 2008-02-04 | 1 | -0/+82 |
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Michael DeHaan | 2008-01-29 | 1 | -11/+21 |
| |\ |
|
| | * | clean up expand servers a little bit | Adrian Likins | 2008-01-29 | 1 | -11/+21 |
| * | | All exceptions, async or otherwise, now come back as easily detectable signat... | Michael DeHaan | 2008-01-29 | 2 | -14/+14 |
| |/ |
|
| * | Fixup to client noglobs invocation. | Michael DeHaan | 2008-01-24 | 1 | -3/+2 |
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Adrian Likins | 2008-01-23 | 3 | -273/+12 |
| |\ |
|
| | * | Double-barrel asynchronous calls. Async can now occur on both sides simultan... | Michael DeHaan | 2008-01-23 | 1 | -1/+10 |
| | * | Moving the async and multiprocess stuff to top level so we can use them | Michael DeHaan | 2008-01-23 | 3 | -272/+2 |
| * | | first pass at allowing "groups" to be specified. | Adrian Likins | 2008-01-23 | 2 | -2/+119 |
| |/ |
|
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Michael DeHaan | 2008-01-17 | 3 | -5/+14 |
| |\ |
|
| | * | oops, need that import afterall | Adrian Likins | 2008-01-16 | 1 | -0/+1 |