Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed PluginProxy and all its uses | Jason Gerard DeRose | 2009-08-05 | 1 | -6/+6 |
| | |||||
* | Remove use_ldap2 constant. | Pavel Zuna | 2009-07-02 | 1 | -15/+7 |
| | |||||
* | Make get_dn parameter list more generic. Fix Attribute name regex. | Pavel Zuna | 2009-06-10 | 1 | -3/+3 |
| | | | | | The old name regex made it impossible to have Attribute instances with names composed of more than two words separated by underscores. | ||||
* | Completed Param.use_in_context() functionality, which is now used by Command ↵ | Jason Gerard DeRose | 2009-05-21 | 1 | -71/+249 |
| | | | | and Object | ||||
* | Added Param 'include' and 'exclude' kwargs; added frontend.UsesParams base ↵ | Jason Gerard DeRose | 2009-05-19 | 1 | -1/+106 |
| | | | | class with methods implementing the filtering to restrict params to only certain contexts | ||||
* | Import the RequiresRoot error and make note to replace this at some point | Rob Crittenden | 2009-04-24 | 1 | -1/+1 |
| | |||||
* | Rename errors2.py to errors.py. Modify all affected files. | Pavel Zuna | 2009-04-23 | 1 | -2/+2 |
| | |||||
* | Add conditional (env.use_ldap2 is True) modifications required by new LDAP ↵ | Pavel Zuna | 2009-04-22 | 1 | -6/+15 |
| | | | | backend. | ||||
* | Add ipalib.frontend.Command method to build an entry from params with ↵ | Pavel Zuna | 2009-02-23 | 1 | -0/+15 |
| | | | | | | | | attribute=True. Often plugins need to build LDAP entries from params. This should make things a bit easier. Crud methods (Create, Retrieve, Update, Delete, Search) have attribute=True by default. And it also works for multivalue params. | ||||
* | Some tweaks in user plugins, ported to new crud base classes | Jason Gerard DeRose | 2009-02-03 | 1 | -10/+11 |
| | |||||
* | Got new ldap connection working using Connectible.connect() | Jason Gerard DeRose | 2009-02-03 | 1 | -2/+2 |
| | |||||
* | Removed depreciated import of errors in frontend.py | Jason Gerard DeRose | 2009-02-03 | 1 | -3/+1 |
| | |||||
* | Added ServiceError (KerberosError) and make rpc.KerbTransport raise it if ↵ | Jason Gerard DeRose | 2009-02-03 | 1 | -1/+4 |
| | | | | appropriate | ||||
* | Added some missing parameter unit tests; added docstring about ↵ | Jason Gerard DeRose | 2009-02-03 | 1 | -3/+21 |
| | | | | Command._repr_iter() and Param.safe_value() | ||||
* | More work on xmlrpc stuff, started migrated more code to use errors2 instead ↵ | Jason Gerard DeRose | 2009-02-03 | 1 | -7/+15 |
| | | | | of errors | ||||
* | Further migration toward new xmlrcp code; fixed problem with unicode ↵ | Jason Gerard DeRose | 2009-02-03 | 1 | -9/+11 |
| | | | | Fault.faultString; fixed problem where ServerProxy method was not called correctly | ||||
* | Removed bogus CLI.set_defaults() method that was causing non-required values ↵ | Jason Gerard DeRose | 2009-02-03 | 1 | -0/+1 |
| | | | | to get filled in | ||||
* | Added Object.params_minus() method; various small tweaks | Jason Gerard DeRose | 2009-02-03 | 1 | -1/+14 |
| | |||||
* | Removed depreciated Command.args_to_kw() method; updated CLI to use ↵ | Jason Gerard DeRose | 2009-02-03 | 1 | -47/+9 |
| | | | | Command.args_options_2_params() instead | ||||
* | Added Command.args_options_2_params() method and its unit tests | Jason Gerard DeRose | 2009-02-03 | 1 | -5/+47 |
| | |||||
* | Started roughing out new crud base classes | Jason Gerard DeRose | 2009-02-03 | 1 | -0/+2 |
| | |||||
* | Command.takes_options and Command.takes_args class attributes can now also ↵ | Jason Gerard DeRose | 2009-02-03 | 1 | -4/+14 |
| | | | | be a callable | ||||
* | New Param: all docstring examples now pass under doctests | Jason Gerard DeRose | 2009-01-14 | 1 | -14/+16 |
| | |||||
* | New Param: got most of unit tests ported (still have 6 errors); haven't ↵ | Jason Gerard DeRose | 2009-01-14 | 1 | -26/+22 |
| | | | | ported doctests yet | ||||
* | New Param: removed more depreciated 'import ipa_types' | Jason Gerard DeRose | 2009-01-14 | 1 | -0/+1 |
| | |||||
* | Removed depreciated code from frontend.py; frontend.py no longer imports ↵ | Jason Gerard DeRose | 2009-01-14 | 1 | -450/+3 |
| | | | | ipa_types | ||||
* | Plugin.__init__() now checks that subclass hasn't defined attributes that ↵ | Jason Gerard DeRose | 2008-12-21 | 1 | -1/+0 |
| | | | | conflict with the logger methods; added corresponding unit test | ||||
* | Removed Plugin.name property and replaced with instance attribute created in ↵ | Jason Gerard DeRose | 2008-12-17 | 1 | -2/+3 |
| | | | | Plugin.__init__() | ||||
* | Continued work on xmlrpc.dispatch() unit tests; fixed bug in ↵ | Jason Gerard DeRose | 2008-11-25 | 1 | -1/+7 |
| | | | | Command.args_to_kw() | ||||
* | Some changes to make reading dubugging output easier | Jason Gerard DeRose | 2008-11-24 | 1 | -1/+4 |
| | |||||
* | Added unit test for Param.ispassword() method | Jason Gerard DeRose | 2008-11-18 | 1 | -1/+0 |
| | |||||
* | Calling 'passwd' command now prompts for password using textui.prompt_password() | Jason Gerard DeRose | 2008-11-18 | 1 | -0/+7 |
| | |||||
* | Command.get_defaults() now returns param.default if param.type is a Bool | Jason Gerard DeRose | 2008-11-17 | 1 | -0/+2 |
| | |||||
* | env plugin now subclasses from RemoteOrLocal | Jason Gerard DeRose | 2008-11-14 | 1 | -1/+1 |
| | |||||
* | Added frontend.LocalOrRemote command base class for commands like env | Jason Gerard DeRose | 2008-11-14 | 1 | -0/+31 |
| | |||||
* | Change Param.__repr__() so it returns the exact expression that could create ↵ | Jason Gerard DeRose | 2008-11-13 | 1 | -13/+17 |
| | | | | it; added unit test for Param.__repre__() | ||||
* | Param.__repr__() now uses util.make_repr() | Jason Gerard DeRose | 2008-11-13 | 1 | -5/+5 |
| | |||||
* | Added util.make_repr() function; added corresponding unit tests | Jason Gerard DeRose | 2008-11-13 | 1 | -0/+1 |
| | |||||
* | output_for_cli signature is now output_for_cli(textui, result, *args, **options) | Jason Gerard DeRose | 2008-11-12 | 1 | -6/+10 |
| | |||||
* | Command.get_default() will now fill-in None for all missing non-required params | Jason Gerard DeRose | 2008-11-12 | 1 | -3/+6 |
| | |||||
* | API.env is now an Env instance rather than an Environment instance | Jason Gerard DeRose | 2008-10-27 | 1 | -1/+1 |
| | |||||
* | Fixed typos in tables in docstrings for Attribute and Method | Jason Gerard DeRose | 2008-10-21 | 1 | -8/+8 |
| | |||||
* | Added docstring (with example) to frontend.Attribute class | Jason Gerard DeRose | 2008-10-20 | 1 | -0/+34 |
| | |||||
* | Added docstring (with examples) to frontend.Method class | Jason Gerard DeRose | 2008-10-20 | 1 | -0/+62 |
| | |||||
* | Fixed bug in DefaultFrom where impleied keys were using entire ↵ | Jason Gerard DeRose | 2008-10-20 | 1 | -1/+2 |
| | | | | func_code.co_varnames instead of an approprate slice | ||||
* | Added some more examples to Param docstrings | Jason Gerard DeRose | 2008-10-18 | 1 | -1/+23 |
| | |||||
* | Removed generic Command.output_for_cli() method; CLI.run_interactive() now ↵ | Jason Gerard DeRose | 2008-10-17 | 1 | -8/+1 |
| | | | | only calls output_for_cli() if it has been implemented | ||||
* | make-test now runs doctests also; fixed several broken doctests | Jason Gerard DeRose | 2008-10-17 | 1 | -4/+4 |
| | |||||
* | Added new Param.flags attribute (set with flags=foo kwarg) | Jason Gerard DeRose | 2008-10-17 | 1 | -0/+3 |
| | |||||
* | Started roughing out user_add() using api.Backend.ldap; added ↵ | Jason Gerard DeRose | 2008-10-14 | 1 | -0/+9 |
| | | | | Command.output_for_cli() to take care of formatting print output |