| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed all references to 'ipa_server' to 'ipaserver' | Jason Gerard DeRose | 2009-01-04 | 1 | -1/+1 |
* | Removed unneeded import of errors from plugable.py | Jason Gerard DeRose | 2009-01-03 | 1 | -5/+4 |
* | Plugin.call() now uses errors2 version of SubprocessError | Jason Gerard DeRose | 2009-01-03 | 1 | -3/+3 |
* | Ported plugin registration errors into errors2.py; plugable.Registrar now rai... | Jason Gerard DeRose | 2009-01-03 | 1 | -5/+16 |
* | Removed unneeded import of check_type, check_instance in plugable.py | Jason Gerard DeRose | 2009-01-02 | 1 | -1/+0 |
* | Removed depreciated code in ipalib.plugable that has been moving into ipalib.... | Jason Gerard DeRose | 2009-01-02 | 1 | -249/+2 |
* | Removed depreciated code from config.py; removed corresponding unit tests | Jason Gerard DeRose | 2008-12-22 | 1 | -1/+1 |
* | Added note in Plugin.set_api() about Plugin.log attribute being depreciated | Jason Gerard DeRose | 2008-12-21 | 1 | -0/+1 |
* | Plugin.__init__() now checks that subclass hasn't defined attributes that con... | Jason Gerard DeRose | 2008-12-21 | 1 | -2/+7 |
* | Improved Plugin.call() method and added its unit test | Jason Gerard DeRose | 2008-12-21 | 1 | -6/+13 |
* | Plugin.doc instance attribute is now parsed out using inspect.getdoc(); added... | Jason Gerard DeRose | 2008-12-17 | 1 | -1/+5 |
* | Removed Plugin.doc property and replaced with instance attribute created in P... | Jason Gerard DeRose | 2008-12-17 | 1 | -7/+1 |
* | Removed Plugin.name property and replaced with instance attribute created in ... | Jason Gerard DeRose | 2008-12-17 | 1 | -7/+4 |
* | Some changes to make reading dubugging output easier | Jason Gerard DeRose | 2008-11-24 | 1 | -0/+5 |
* | Finished fist draft of plugin tutorial in ipalib/__init__.py docstring | Jason Gerard DeRose | 2008-11-07 | 1 | -2/+2 |
* | Added Plugin.call() method that calls an external executable via subprocess.c... | Jason Gerard DeRose | 2008-11-06 | 1 | -0/+11 |
* | Added custom log formatter util.LogFormatter that makes the human-readable ti... | Jason Gerard DeRose | 2008-10-31 | 1 | -2/+2 |
* | Renamed API.bootstrap_from_options() to bootstrap_with_global_options() | Jason Gerard DeRose | 2008-10-31 | 1 | -1/+1 |
* | Logging formats are now env variables; added log_format_stderr_debug format u... | Jason Gerard DeRose | 2008-10-31 | 1 | -10/+10 |
* | Reoganized global option functionality to it is easy for any script to use th... | Jason Gerard DeRose | 2008-10-31 | 1 | -0/+27 |
* | Logging is now configured in API.bootstrap(); removed depreciated util.config... | Jason Gerard DeRose | 2008-10-31 | 1 | -9/+43 |
* | API.finalize() now cascades call to API.load_plugins() | Jason Gerard DeRose | 2008-10-31 | 1 | -1/+1 |
* | Plugin.set_api() now sets convience instance attributes from api for env, con... | Jason Gerard DeRose | 2008-10-30 | 1 | -1/+10 |
* | Added ipalib.plugins.f_misc with new 'context' Command; moved 'env' Command f... | Jason Gerard DeRose | 2008-10-30 | 1 | -0/+3 |
* | Did some initial work for Context plugins | Jason Gerard DeRose | 2008-10-30 | 1 | -0/+21 |
* | lite-xmlrpc.py now uses api.bootstrap() property, logs to api.logger | Jason Gerard DeRose | 2008-10-28 | 1 | -1/+1 |
* | Added util.configure_logging() function; API.bootstrap() now calls util.confi... | Jason Gerard DeRose | 2008-10-28 | 1 | -0/+7 |
* | API.load_plugins() no longer takes dry_run=False kwarg and instead checks in ... | Jason Gerard DeRose | 2008-10-27 | 1 | -3/+4 |
* | API.bootstrap() now calls Env._finalize_core(); updated unit tests | Jason Gerard DeRose | 2008-10-27 | 1 | -0/+1 |
* | Implemented basic CLI.bootstrap(); added corresponding unit tests | Jason Gerard DeRose | 2008-10-27 | 1 | -1/+2 |
* | API.env is now an Env instance rather than an Environment instance | Jason Gerard DeRose | 2008-10-27 | 1 | -2/+3 |
* | Copied plugin loading function from load_plugins.py to util.py; API.load_plug... | Jason Gerard DeRose | 2008-10-27 | 1 | -0/+5 |
* | Added API.load_plugins() place-holder, which cascades call to API.bootstrap() | Jason Gerard DeRose | 2008-10-26 | 1 | -0/+13 |
* | Implemented placeholder API.bootstrap() method; added API __doing(), __do_if_... | Jason Gerard DeRose | 2008-10-26 | 1 | -2/+23 |
* | In second example in NameSpace docstring, renamed 'member' class to 'Member' ... | Jason Gerard DeRose | 2008-10-21 | 1 | -4/+4 |
* | Some PEP-257 and reStructuredText cleanup in plugable.py | Jason Gerard DeRose | 2008-10-18 | 1 | -37/+52 |
* | make-test now runs doctests also; fixed several broken doctests | Jason Gerard DeRose | 2008-10-17 | 1 | -36/+31 |
* | Reworking Environment, moved it to config.py | Martin Nagy | 2008-10-17 | 1 | -71/+1 |
* | Some small cleanup on Environment, filled in docstrings | Jason Gerard DeRose | 2008-10-14 | 1 | -10/+32 |
* | Enable the verbose flag to pass thru xmlrpc | Rob Crittenden | 2008-10-10 | 1 | -0/+2 |
* | Environment is now subclassed from object, rather then dict. Added tests for ... | Martin Nagy | 2008-10-02 | 1 | -18/+36 |
* | Add support for environment variables, change tests accordingly | Martin Nagy | 2008-09-29 | 1 | -6/+31 |
* | 361: Implemented crud.Add.get_options() method; added corresponding unit tests | Jason Gerard DeRose | 2008-09-25 | 1 | -2/+2 |
* | 354: Added NameSpace.__todict__() method that returns copy of NameSpace.__map... | Jason Gerard DeRose | 2008-09-24 | 1 | -6/+12 |
* | 325: API.finalize() now creates instance attribtue 'plugins', which is a tupl... | Jason Gerard DeRose | 2008-09-24 | 1 | -13/+48 |
* | 323: Added Command.run() method that dispatches to execute() or forward(); ad... | Jason Gerard DeRose | 2008-09-24 | 1 | -2/+6 |
* | 320: plugable.API now respects the Plugin.__proxy__ flag; added test for plug... | Jason Gerard DeRose | 2008-09-24 | 1 | -1/+5 |
* | 314: Completed some missing features in Command.__call__(); removed depreciat... | Jason Gerard DeRose | 2008-09-22 | 1 | -0/+1 |
* | 307: Split Plugin.finalize() into two steps 1) Plugin.set_api() and 2) Plugin... | Jason Gerard DeRose | 2008-09-21 | 1 | -11/+6 |
* | 306: Added Plugin.set_api() method; added corresponding unit tests | Jason Gerard DeRose | 2008-09-21 | 1 | -0/+8 |