summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* 23: Added base.Attribute class that determins the object association via clas...Jason Gerard DeRose2008-07-202-2/+145
* 22: Named.name property now calls _get_name() at first evaluation to make cha...Jason Gerard DeRose2008-07-201-1/+8
* 20: Updated example plugins, added '_api_' command to ipa script with prints ...Jason Gerard DeRose2008-07-202-1/+45
* 19: Removed depreciated base2.py and test_base2.py filesJason Gerard DeRose2008-07-202-309/+0
* 18: Moved base2 stuff into baseJason Gerard DeRose2008-07-204-262/+194
* 17: Registar.finalize() now sets the commands property on each object with co...Jason Gerard DeRose2008-07-202-1/+51
* 16: Changed base2.WithObj.__set_obj() slightly so that its gets locked into r...Jason Gerard DeRose2008-07-202-9/+24
* 15: Added ipalib.base2 module where I'm experimenting with a 3rd approach tha...Jason Gerard DeRose2008-07-203-0/+248
* 14: Added Named.cli property that returns name.replace('_', '-'); Named.doc p...Jason Gerard DeRose2008-07-202-1/+16
* 13: Starting playing around with 'ipa' cli scriptJason Gerard DeRose2008-07-201-1/+14
* 12: Fixed test_base.test_API.test_finalize() unit tests now that CrudLike has...Jason Gerard DeRose2008-07-201-3/+3
* 11: Added submodules needed to triger the plugin loading, etc., so I can star...Jason Gerard DeRose2008-07-205-8/+101
* 10: Updated base.API to reflect the fact that base.Object is now the new unit...Jason Gerard DeRose2008-07-204-106/+90
* 9: Reorganized new work and unit tests based around base.Object being the plu...Jason Gerard DeRose2008-07-194-251/+177
* 8: Experimental work on more OO definition of what gets pluged into API.commandsJason Gerard DeRose2008-07-194-2/+254
* 7: Roughed out API.finalize(); added corresponding unit testsJason Gerard DeRose2008-07-192-12/+43
* 6: Fleshed out API.register_command, made correpsonding unit tests much more ...Jason Gerard DeRose2008-07-193-37/+77
* 5: Fleshed out base.Named, added corresponding unit testsJason Gerard DeRose2008-07-193-7/+95
* 4: Got basics of API.register_command() working; added corresponding unit testsJason Gerard DeRose2008-07-194-20/+127
* 3: Finished NameSpace and cerresponding unit testsJason Gerard DeRose2008-07-193-18/+150
* 2: Got basics of NameSpace working, added corresponding unit testsJason Gerard DeRose2008-07-184-15/+138
* 1: Started roughing out ipalib packageJason Gerard DeRose2008-07-185-0/+139