Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 18: Moved base2 stuff into base | Jason Gerard DeRose | 2008-07-20 | 1 | -70/+99 |
| | |||||
* | 14: Added Named.cli property that returns name.replace('_', '-'); Named.doc ↵ | Jason Gerard DeRose | 2008-07-20 | 1 | -1/+5 |
| | | | | property now does a strip() to make it more user-friendly; added test_Named unit tests which somehow got dropped, uppdated with new Named properties | ||||
* | 13: Starting playing around with 'ipa' cli script | Jason Gerard DeRose | 2008-07-20 | 1 | -1/+14 |
| | |||||
* | 11: Added submodules needed to triger the plugin loading, etc., so I can ↵ | Jason Gerard DeRose | 2008-07-20 | 1 | -0/+1 |
| | | | | start work on the cli demo | ||||
* | 10: Updated base.API to reflect the fact that base.Object is now the new ↵ | Jason Gerard DeRose | 2008-07-20 | 1 | -37/+30 |
| | | | | unit of plugin functionality; updated corresponding unit tests | ||||
* | 9: Reorganized new work and unit tests based around base.Object being the ↵ | Jason Gerard DeRose | 2008-07-19 | 1 | -48/+65 |
| | | | | plugin definining unit | ||||
* | 8: Experimental work on more OO definition of what gets pluged into API.commands | Jason Gerard DeRose | 2008-07-19 | 1 | -2/+6 |
| | |||||
* | 7: Roughed out API.finalize(); added corresponding unit tests | Jason Gerard DeRose | 2008-07-19 | 1 | -10/+17 |
| | |||||
* | 6: Fleshed out API.register_command, made correpsonding unit tests much more ↵ | Jason Gerard DeRose | 2008-07-19 | 1 | -20/+25 |
| | | | | rigorous | ||||
* | 5: Fleshed out base.Named, added corresponding unit tests | Jason Gerard DeRose | 2008-07-19 | 1 | -7/+20 |
| | |||||
* | 4: Got basics of API.register_command() working; added corresponding unit tests | Jason Gerard DeRose | 2008-07-19 | 1 | -19/+51 |
| | |||||
* | 3: Finished NameSpace and cerresponding unit tests | Jason Gerard DeRose | 2008-07-19 | 1 | -7/+71 |
| | |||||
* | 2: Got basics of NameSpace working, added corresponding unit tests | Jason Gerard DeRose | 2008-07-18 | 1 | -3/+44 |
| | |||||
* | 1: Started roughing out ipalib package | Jason Gerard DeRose | 2008-07-18 | 1 | -0/+45 |