summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Added 'conf_dir' env variable, which is directory containing config filesJason Gerard DeRose2008-11-101-1/+1
|
* Fixed typo and made sentance clearer in tutorialJason Gerard DeRose2008-11-071-1/+1
|
* Finished fist draft of plugin tutorial in ipalib/__init__.py docstringJason Gerard DeRose2008-11-071-9/+637
|
* Added tests.util.get_api() function to create a standard (api, home) tuple ↵Jason Gerard DeRose2008-10-301-5/+3
| | | | for unit testing
* Did some initial work for Context pluginsJason Gerard DeRose2008-10-301-12/+15
|
* make-test now runs doctests also; fixed several broken doctestsJason Gerard DeRose2008-10-171-24/+0
|
* Cleaned up ipalib package-level docstring, removed broken cross-referce toJason Gerard DeRose2008-10-171-5/+3
|
* Made package-level docstrings more consistent so they read better in ↵Jason Gerard DeRose2008-10-071-1/+1
| | | | generated documentation
* Environment is now subclassed from object, rather then dict. Added tests for ↵Martin Nagy2008-10-021-1/+0
| | | | Environment and config.py
* Add support for environment variables, change tests accordinglyMartin Nagy2008-09-291-0/+2
|
* 322: Updated ipalib package docstring, replacing cross reference to 'public' ↵Jason Gerard DeRose2008-09-241-2/+4
| | | | with 'frontend'
* 321: Standard ipalib.api attribute now accepts plugins from the Backend base ↵Jason Gerard DeRose2008-09-241-0/+2
| | | | class
* 318: Renamed all references to 'public' module to 'frontend'Jason Gerard DeRose2008-09-241-6/+6
|
* 255: CLI help, console commands now subclass from public.Application; other ↵Jason Gerard DeRose2008-09-041-0/+1
| | | | tweeking to make CLI utilize Application
* 194: Removed like to Bazaar Plugin doc as it's not very relevantJason Gerard DeRose2008-08-261-3/+0
|
* 192: Added a quick console example to docstring in ipalib/__init__.pyJason Gerard DeRose2008-08-261-0/+24
|
* 191: Removed ipalib/api.py module; standard plugable.API instance is now in ↵Jason Gerard DeRose2008-08-251-0/+10
| | | | ipalib.__init__.py
* 174: Fleshed out docstrings for SetProxy, DictProxy, and MagicDictJason Gerard DeRose2008-08-151-1/+1
|
* 163: Docstring improvement for ipalib/__init__.py and plugable.pyJason Gerard DeRose2008-08-141-3/+5
|
* 157: More docstring cleanup; fixed remaining epydoc warningsJason Gerard DeRose2008-08-141-1/+10
|
* 10: Updated base.API to reflect the fact that base.Object is now the new ↵Jason Gerard DeRose2008-07-201-4/+0
| | | | unit of plugin functionality; updated corresponding unit tests
* 4: Got basics of API.register_command() working; added corresponding unit testsJason Gerard DeRose2008-07-191-0/+4
|
* 2: Got basics of NameSpace working, added corresponding unit testsJason Gerard DeRose2008-07-181-0/+4
|
* 1: Started roughing out ipalib packageJason Gerard DeRose2008-07-181-0/+18