| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | 45: Fixed docstring typo in plugable.__doc__ | Jason Gerard DeRose | 2008-08-05 | 1 | -2/+1 |
| | * | 44: Added Plugin.finalize() method called by API after all plugin instances a... | Jason Gerard DeRose | 2008-08-05 | 2 | -9/+32 |
| | * | 43: Fleshed out new plugable.API class; added corresponding unit tests | Jason Gerard DeRose | 2008-08-05 | 2 | -1/+77 |
| | * | 42: plugable.Plugin.__init__() now takes the plugable.API instance as its sin... | Jason Gerard DeRose | 2008-08-01 | 2 | -5/+29 |
| | * | 41: New plugable.NameSpace now has attributes set for each member; updated un... | Jason Gerard DeRose | 2008-08-01 | 2 | -2/+9 |
| | * | 40: Rewrote dictionary interface for plugable.NameSpace to better suite new a... | Jason Gerard DeRose | 2008-08-01 | 3 | -55/+104 |
| | * | 39: Added unit tests for Registrar.__iter__() | Jason Gerard DeRose | 2008-08-01 | 1 | -0/+38 |
| | * | 38: dict interface of Registrar now works with both classes and strings as th... | Jason Gerard DeRose | 2008-08-01 | 2 | -19/+120 |
| | * | 37: Renamed tstutil.yes_raises() to raises(); changed test_plugable.py to use... | Jason Gerard DeRose | 2008-08-01 | 3 | -57/+11 |
| | * | 36: Added more functionality to tests.tstutil; added corresponding tests.test... | Jason Gerard DeRose | 2008-08-01 | 2 | -16/+178 |
| | * | 35: Renamed unit_common.py to tstutil.py | Jason Gerard DeRose | 2008-08-01 | 2 | -7/+7 |
| | * | 34: Added tests.unit_common with frequently used utility functions; split ro ... | Jason Gerard DeRose | 2008-08-01 | 3 | -19/+107 |
| | * | 33: Finished unit tests for plugable.Proxy | Jason Gerard DeRose | 2008-08-01 | 2 | -14/+78 |
| | * | 32: Added Plugin and Proxy base classes in plugable module, along with to_cli... | Jason Gerard DeRose | 2008-07-31 | 2 | -0/+131 |
| | * | 31: Renamed exceptions.py to errors.py | Jason Gerard DeRose | 2008-07-31 | 5 | -25/+25 |
| | * | 30: Added plugable module with more generic implementation of Registrar; adde... | Jason Gerard DeRose | 2008-07-28 | 3 | -7/+275 |
| | * | 29: Some experimentation to make the Registar more generalized | Jason Gerard DeRose | 2008-07-25 | 2 | -83/+175 |
| | * | 28: Added new base.Register class that is a more generic way of doing the plu... | Jason Gerard DeRose | 2008-07-22 | 3 | -1/+120 |
| | * | 27: Added quick hack for replace('-', '_') problem I'm having | Jason Gerard DeRose | 2008-07-21 | 2 | -3/+7 |
| | * | 26: Added AbstractCommand.get_doc() method to return the gettext translated s... | Jason Gerard DeRose | 2008-07-21 | 3 | -32/+95 |
| | * | 25: Updated plugin examples, ipa script | Jason Gerard DeRose | 2008-07-20 | 3 | -47/+69 |
| | * | 24: Ported Registar to changes around Attribute; updated unit tests | Jason Gerard DeRose | 2008-07-20 | 2 | -157/+140 |
| | * | 23: Added base.Attribute class that determins the object association via clas... | Jason Gerard DeRose | 2008-07-20 | 2 | -2/+145 |
| | * | 22: Named.name property now calls _get_name() at first evaluation to make cha... | Jason Gerard DeRose | 2008-07-20 | 1 | -1/+8 |
| | * | 21: ipa script: improved print_api(); added missing sys.exit() after print_ap... | Jason Gerard DeRose | 2008-07-20 | 1 | -2/+4 |
| | * | 20: Updated example plugins, added '_api_' command to ipa script with prints ... | Jason Gerard DeRose | 2008-07-20 | 3 | -4/+64 |
| | * | 19: Removed depreciated base2.py and test_base2.py files | Jason Gerard DeRose | 2008-07-20 | 2 | -309/+0 |
| | * | 18: Moved base2 stuff into base | Jason Gerard DeRose | 2008-07-20 | 4 | -262/+194 |
| | * | 17: Registar.finalize() now sets the commands property on each object with co... | Jason Gerard DeRose | 2008-07-20 | 2 | -1/+51 |
| | * | 16: Changed base2.WithObj.__set_obj() slightly so that its gets locked into r... | Jason Gerard DeRose | 2008-07-20 | 2 | -9/+24 |
| | * | 15: Added ipalib.base2 module where I'm experimenting with a 3rd approach tha... | Jason Gerard DeRose | 2008-07-20 | 3 | -0/+248 |
| | * | 14: Added Named.cli property that returns name.replace('_', '-'); Named.doc p... | Jason Gerard DeRose | 2008-07-20 | 2 | -1/+16 |
| | * | 13: Starting playing around with 'ipa' cli script | Jason Gerard DeRose | 2008-07-20 | 2 | -1/+63 |
| | * | 12: Fixed test_base.test_API.test_finalize() unit tests now that CrudLike has... | Jason Gerard DeRose | 2008-07-20 | 1 | -3/+3 |
| | * | 11: Added submodules needed to triger the plugin loading, etc., so I can star... | Jason Gerard DeRose | 2008-07-20 | 5 | -8/+101 |
| | * | 10: Updated base.API to reflect the fact that base.Object is now the new unit... | Jason Gerard DeRose | 2008-07-20 | 4 | -106/+90 |
| | * | 9: Reorganized new work and unit tests based around base.Object being the plu... | Jason Gerard DeRose | 2008-07-19 | 4 | -251/+177 |
| | * | 8: Experimental work on more OO definition of what gets pluged into API.commands | Jason Gerard DeRose | 2008-07-19 | 4 | -2/+254 |
| | * | 7: Roughed out API.finalize(); added corresponding unit tests | Jason Gerard DeRose | 2008-07-19 | 2 | -12/+43 |
| | * | 6: Fleshed out API.register_command, made correpsonding unit tests much more ... | Jason Gerard DeRose | 2008-07-19 | 3 | -37/+77 |
| | * | 5: Fleshed out base.Named, added corresponding unit tests | Jason Gerard DeRose | 2008-07-19 | 3 | -7/+95 |
| | * | 4: Got basics of API.register_command() working; added corresponding unit tests | Jason Gerard DeRose | 2008-07-19 | 4 | -20/+127 |
| | * | 3: Finished NameSpace and cerresponding unit tests | Jason Gerard DeRose | 2008-07-19 | 3 | -18/+150 |
| | * | 2: Got basics of NameSpace working, added corresponding unit tests | Jason Gerard DeRose | 2008-07-18 | 4 | -15/+138 |
| | * | 1: Started roughing out ipalib package | Jason Gerard DeRose | 2008-07-18 | 5 | -0/+139 |
| * | memberof was not indexed in older versions of fedora-ds, keep it around | Simo Sorce | 2008-12-05 | 1 | -0/+7 |
| * | Fix stupid typo in update file | Simo Sorce | 2008-12-03 | 1 | -1/+1 |
| * | Change ipa-compat-manage to work on older python versions too. Break try,exce... | Simo Sorce | 2008-12-03 | 1 | -36/+50 |
| * | One line fix for ipa-server spec file | Simo Sorce | 2008-12-03 | 1 | -0/+1 |
| * | Adding an index for memberuid. Alsthough we do not use this attribute, many c... | Simo Sorce | 2008-12-02 | 2 | -0/+12 |