summaryrefslogtreecommitdiffstats
path: root/func/overlord/client.py
Commit message (Expand)AuthorAgeFilesLines
* Using config.cert_extension instead of hardcoded cert file extension '.cert'TANABE Ken-ichi2008-06-281-2/+2
* Remove unneeded print statement.Krzysztof A. Adamski2008-05-311-1/+1
* Changing func/func/overlord/client.py:Client() to Overlord(). Client() stillAdrian Likins2008-03-281-6/+16
* use certmaster.commonconfig.CMConfig here instead of the one that used to be ...Adrian Likins2008-02-251-1/+1
* fix up some paths.Adrian Likins2008-02-251-5/+7
* Fixing func "*" ping functionality, which had an earlier reference to expand_...Michael DeHaan2008-02-211-0/+7
* Refactor the minion/server list and group stuff. Still not ideal, butAdrian Likins2008-02-121-52/+61
* move some methods into the Groups class.Adrian Likins2008-02-121-18/+18
* fix that methodSeth Vidal2008-02-051-6/+7
* new Func_Client_Exception and allow the the caller to specify the cert/key/c...Seth Vidal2008-02-051-8/+35
* typo found when a unittest hit that sectionAdrian Likins2008-02-041-1/+1
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-01-291-11/+21
|\
| * clean up expand servers a little bitAdrian Likins2008-01-291-11/+21
* | All exceptions, async or otherwise, now come back as easily detectable signat...Michael DeHaan2008-01-291-6/+4
|/
* Fixup to client noglobs invocation.Michael DeHaan2008-01-241-3/+2
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2008-01-231-3/+12
|\
| * Double-barrel asynchronous calls. Async can now occur on both sides simultan...Michael DeHaan2008-01-231-1/+10
| * Moving the async and multiprocess stuff to top level so we can use themMichael DeHaan2008-01-231-2/+2
* | first pass at allowing "groups" to be specified.Adrian Likins2008-01-231-2/+24
|/
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-01-171-2/+0
|\
| * oops, need that import afterallAdrian Likins2008-01-161-0/+1
| * pychecker/pyflakesAdrian Likins2008-01-161-3/+0
* | Fix docstring.Michael DeHaan2008-01-171-1/+1
|/
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-01-131-9/+8
|\
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/funcScott Henson2008-01-131-7/+3
| |\
| | * more deletions of shebangs.Steve 'Ashcrow' Milner2008-01-131-7/+3
| * | Give people the ability to get exceptions back from the other side of the clientScott Henson2008-01-131-1/+4
| |/
* / Add jobthing, which is our async job engine. It's still in progressMichael DeHaan2008-01-131-7/+16
|/
* Make func-inventory work again, although more needs to be done to tolerate sy...Michael DeHaan2007-12-171-1/+1
* Fix the noglob handling, fixing things like func-inventory after the MultiplexerMichael DeHaan2007-12-111-4/+5
* Integrating the multiplexer feature (forkbomb.py) with func's Client module. ...Michael DeHaan2007-11-301-3/+12
* Working on integrating the multiplexer code with funcMichael DeHaan2007-11-301-9/+23
* Slight changes to make it easier to establish seperate client handles to all ...Michael DeHaan2007-10-251-3/+9
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-10-231-1/+0
|\
| * remove unused func_command importAdrian Likins2007-10-231-1/+1
* | Initial go at the func inventory app (includes git integration). Docs TBA sh...Michael DeHaan2007-10-231-1/+1
|/
* Slight docs cleanup, make usage print the proper name of the app.Michael DeHaan2007-10-231-1/+0
* make func_command use the new handleArguments method fromAdrian Likins2007-10-091-33/+43
* er, merge?Adrian Likins2007-10-081-73/+4
* Moved code under the func namespace.Devan Goodwin2007-10-021-0/+295