Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed Executioner.execute() so that its 'name' argument doesn't conflict ↵ | Jason Gerard DeRose | 2009-03-13 | 1 | -4/+4 |
| | | | | with a param called 'name' (which is a valid param name) | ||||
* | Got new ldap connection working using Connectible.connect() | Jason Gerard DeRose | 2009-02-03 | 1 | -2/+2 |
| | |||||
* | Started reworking CLI class into cli plugin | Jason Gerard DeRose | 2009-02-03 | 1 | -0/+7 |
| | |||||
* | Added docstring to Connectible class | Jason Gerard DeRose | 2009-02-03 | 1 | -0/+8 |
| | |||||
* | Ported xmlclient to subclass from Connectible | Jason Gerard DeRose | 2009-02-03 | 1 | -10/+20 |
| | |||||
* | Removed the depreciated Context and LazyContext classes | Jason Gerard DeRose | 2009-02-03 | 1 | -14/+0 |
| | |||||
* | Added stuff for managing connections and new Executioner backend base class | Jason Gerard DeRose | 2009-02-03 | 1 | -1/+67 |
| | |||||
* | Did some initial work for Context plugins | Jason Gerard DeRose | 2008-10-30 | 1 | -0/+14 |
| | |||||
* | 320: plugable.API now respects the Plugin.__proxy__ flag; added test for ↵ | Jason Gerard DeRose | 2008-09-24 | 1 | -1/+5 |
| | | | | plugins without proxy to unit tests for API | ||||
* | 319: Added new backend and tests.test_backend modules; added place-holder ↵ | Jason Gerard DeRose | 2008-09-24 | 1 | -0/+27 |
Backend class and corresponding unit tests |