summaryrefslogtreecommitdiffstats
path: root/ipalib/crud.py
Commit message (Collapse)AuthorAgeFilesLines
* crud.Add.get_args() and get_options() now yield static values in takes_args, ↵Jason Gerard DeRose2008-10-091-0/+4
| | | | takes_options after the automagic ones
* Fixed unit tests; changed example.py so it doesn't import servercoreJason Gerard DeRose2008-09-301-1/+1
|
* Rebase XML-RPC client and serverRob Crittenden2008-09-301-1/+5
| | | | Fix error handling in server to return exceptions generated in library code
* 365: Implemented find.get_args(), find.get_options(); added corresponding ↵Jason Gerard DeRose2008-09-251-2/+6
| | | | unit tests
* 364: Implemented Mod.get_args, Mod.get_options(); added corresponding unit testsJason Gerard DeRose2008-09-251-2/+7
|
* 362: Implemented Get.get_args() and Del.get_args(); added corresponding unit ↵Jason Gerard DeRose2008-09-251-2/+4
| | | | tests
* 361: Implemented crud.Add.get_options() method; added corresponding unit testsJason Gerard DeRose2008-09-251-1/+3
|
* 346: Added skeleton framework for crud.py module and corresponding ↵Jason Gerard DeRose2008-09-241-0/+44
| | | | test_crud.py module
* 60: Remeved depreciated base.py, crud.py; remeved corresponding ↵Jason Gerard DeRose2008-08-061-37/+0
| | | | test_base.py, test_crud.py
* 25: Updated plugin examples, ipa scriptJason Gerard DeRose2008-07-201-4/+4
|
* 18: Moved base2 stuff into baseJason Gerard DeRose2008-07-201-19/+8
|
* 11: Added submodules needed to triger the plugin loading, etc., so I can ↵Jason Gerard DeRose2008-07-201-8/+2
| | | | start work on the cli demo
* 10: Updated base.API to reflect the fact that base.Object is now the new ↵Jason Gerard DeRose2008-07-201-15/+9
| | | | unit of plugin functionality; updated corresponding unit tests
* 9: Reorganized new work and unit tests based around base.Object being the ↵Jason Gerard DeRose2008-07-191-47/+24
| | | | plugin definining unit
* 8: Experimental work on more OO definition of what gets pluged into API.commandsJason Gerard DeRose2008-07-191-0/+83