summaryrefslogtreecommitdiffstats
path: root/ipalib/public.py
Commit message (Collapse)AuthorAgeFilesLines
* 54: Added plugable.Proxy._clone() method; fleshed out public.obj; updated ↵Jason Gerard DeRose2008-08-061-3/+49
| | | | unit tests; port ipa script
* 53: Changed plugable.Registar so the same plugin can be added to in the ns ↵Jason Gerard DeRose2008-08-051-1/+1
| | | | for more than one base (for cmd and mthd)
* 52: Got cli working against new frameworkJason Gerard DeRose2008-08-051-1/+19
|
* 49: Added public.PublicAPI class; added some basic unit tests for sameJason Gerard DeRose2008-08-051-7/+19
|
* 48: Added public.py with base classes for 'public' api used for XML-RPC, ↵Jason Gerard DeRose2008-08-051-0/+81
CLI, and UI; added corresponding unit stests