| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | 345: Moved server code from Rob into ipa_server/ package | Jason Gerard DeRose | 2008-09-24 | 4 | -0/+0 |
| | * | 344: Added Param.__clone__() method; added corresponding unit tests | Jason Gerard DeRose | 2008-09-24 | 2 | -3/+44 |
| | * | 343: create_param() function no longer parses the param spec itself but relie... | Jason Gerard DeRose | 2008-09-24 | 1 | -22/+4 |
| | * | 342: Added unit test that TypeError is raised when Param() is created with ex... | Jason Gerard DeRose | 2008-09-24 | 2 | -1/+6 |
| | * | 341: Param now only takes type_=ipa_types.Unicode() as an optional positional... | Jason Gerard DeRose | 2008-09-24 | 2 | -17/+48 |
| | * | 340: Changed default for Param.required to True | Jason Gerard DeRose | 2008-09-24 | 2 | -2/+12 |
| | * | 339: Added parse_param_spec() function and corresponding unit tests | Jason Gerard DeRose | 2008-09-24 | 2 | -0/+44 |
| | * | 338: Removed depreciated code from ipa (CLI) script | Jason Gerard DeRose | 2008-09-24 | 1 | -148/+2 |
| | * | 337: Some cleanup in Params; added docstrings for most all Param methods | Jason Gerard DeRose | 2008-09-24 | 1 | -12/+55 |
| | * | 336: Param.__dispatch() now returns None for any in (None, '', u'', tuple(), ... | Jason Gerard DeRose | 2008-09-24 | 2 | -10/+20 |
| | * | 335: If Command.__convert_scalar() is called with None, it now returns None i... | Jason Gerard DeRose | 2008-09-24 | 2 | -9/+11 |
| | * | 334: Renamed Command.__multivalue() helper method to Command.dispatch() | Jason Gerard DeRose | 2008-09-24 | 1 | -3/+3 |
| | * | 333: Param.convert() now uses name Param.__multivalue() helper method as Para... | Jason Gerard DeRose | 2008-09-24 | 2 | -12/+9 |
| | * | 332: Param.normalize() now returns None if multivalue and len() == 0 | Jason Gerard DeRose | 2008-09-24 | 2 | -10/+17 |
| | * | 331: Param.normalize() no longer raises a TypeError when value in not a bases... | Jason Gerard DeRose | 2008-09-24 | 2 | -18/+35 |
| | * | 330: Command.normalize() now normalizes all keys, not just keys in params | Jason Gerard DeRose | 2008-09-24 | 2 | -9/+3 |
| | * | 329: Command.convert() now converts all keys, not just keys in params | Jason Gerard DeRose | 2008-09-24 | 2 | -10/+3 |
| | * | 328: Command.get_default() now returns defaults for all values not present, n... | Jason Gerard DeRose | 2008-09-24 | 1 | -4/+2 |
| | * | 327: Improved formatting on show-api cli command | Jason Gerard DeRose | 2008-09-24 | 2 | -10/+32 |
| | * | 326: Made output of plugins cli command nicer | Jason Gerard DeRose | 2008-09-24 | 1 | -5/+27 |
| | * | 325: API.finalize() now creates instance attribtue 'plugins', which is a tupl... | Jason Gerard DeRose | 2008-09-24 | 2 | -18/+79 |
| | * | 324: Removed 'smart_option_order' from Command.__public__; cli commands help,... | Jason Gerard DeRose | 2008-09-24 | 2 | -4/+4 |
| | * | 323: Added Command.run() method that dispatches to execute() or forward(); ad... | Jason Gerard DeRose | 2008-09-24 | 3 | -3/+52 |
| | * | 322: Updated ipalib package docstring, replacing cross reference to 'public' ... | Jason Gerard DeRose | 2008-09-24 | 1 | -2/+4 |
| | * | 321: Standard ipalib.api attribute now accepts plugins from the Backend base ... | Jason Gerard DeRose | 2008-09-24 | 1 | -0/+2 |
| | * | 320: plugable.API now respects the Plugin.__proxy__ flag; added test for plug... | Jason Gerard DeRose | 2008-09-24 | 4 | -2/+30 |
| | * | 319: Added new backend and tests.test_backend modules; added place-holder Bac... | Jason Gerard DeRose | 2008-09-24 | 4 | -3/+65 |
| | * | 318: Renamed all references to 'public' module to 'frontend' | Jason Gerard DeRose | 2008-09-24 | 5 | -112/+111 |
| | * | 317: Renamed public.py to frontend.py; renamed test_public.py to test_fronten... | Jason Gerard DeRose | 2008-09-23 | 2 | -0/+0 |
| | * | 316: Added ipa_server/ package skeleton | Jason Gerard DeRose | 2008-09-22 | 2 | -0/+44 |
| | * | 315: Renamed Property.option instance attribute to Property.param | Jason Gerard DeRose | 2008-09-22 | 2 | -10/+9 |
| | * | 314: Completed some missing features in Command.__call__(); removed depreciat... | Jason Gerard DeRose | 2008-09-22 | 2 | -13/+8 |
| | * | 313: Added Object.params instance attribute | Jason Gerard DeRose | 2008-09-22 | 2 | -1/+29 |
| | * | 312: Cleaned up docstring for create_param(); Command.finalize() now uses cre... | Jason Gerard DeRose | 2008-09-21 | 2 | -31/+35 |
| | * | 311: Renamed generate_option() to create_param() | Jason Gerard DeRose | 2008-09-21 | 2 | -7/+12 |
| | * | 310: generate_option() function now can accept a Param object, which it retur... | Jason Gerard DeRose | 2008-09-21 | 2 | -0/+3 |
| | * | 309: Renamed public.Option to public.Param | Jason Gerard DeRose | 2008-09-21 | 2 | -28/+28 |
| | * | 308: Fixed broken example plugin user_add | Jason Gerard DeRose | 2008-09-21 | 1 | -9/+0 |
| | * | 307: Split Plugin.finalize() into two steps 1) Plugin.set_api() and 2) Plugin... | Jason Gerard DeRose | 2008-09-21 | 4 | -49/+29 |
| | * | 306: Added Plugin.set_api() method; added corresponding unit tests | Jason Gerard DeRose | 2008-09-21 | 2 | -0/+22 |
| | * | 305: Ported cli.py to changes in public.py | Jason Gerard DeRose | 2008-09-21 | 2 | -17/+29 |
| | * | 304: args, options, & params namespaces are now created in Command.finalize()... | Jason Gerard DeRose | 2008-09-21 | 2 | -8/+22 |
| | * | 303: Removed Command.smart_option_order() method and moved its logic into Met... | Jason Gerard DeRose | 2008-09-21 | 1 | -15/+14 |
| | * | 302: Removed depreciated Command.group_args() method | Jason Gerard DeRose | 2008-09-19 | 2 | -68/+4 |
| | * | 301: Command.args_to_kw() now raises ArgumentError if more args than max_args... | Jason Gerard DeRose | 2008-09-18 | 2 | -2/+24 |
| | * | 300: Added Command.max_args instance attribute; added corresponding unit tests | Jason Gerard DeRose | 2008-09-18 | 2 | -6/+24 |
| | * | 299: Cleaned up unit tests for ReadOnly class | Jason Gerard DeRose | 2008-09-18 | 2 | -35/+36 |
| | * | 298: Cleaned up docstrings in ReadOnly methods | Jason Gerard DeRose | 2008-09-18 | 1 | -7/+11 |
| | * | 297: Added a better example in docstring for ReadOnly | Jason Gerard DeRose | 2008-09-18 | 1 | -19/+18 |
| | * | 296: Added more to docstrings for NameSpace.__iter_() and NameSpace.__call__() | Jason Gerard DeRose | 2008-09-18 | 1 | -0/+4 |