| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 299: Cleaned up unit tests for ReadOnly class | Jason Gerard DeRose | 2008-09-18 | 1 | -1/+1 |
* | 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 |
* | 294: NameSpace no longer subclasses from DictProxy; NameSpace.__getitem__() n... | Jason Gerard DeRose | 2008-09-18 | 1 | -16/+49 |
* | 274: NameSpace.__init__() now takes sort=True keyword arument to allow for no... | Jason Gerard DeRose | 2008-09-09 | 1 | -9/+27 |
* | 271: Improved __repr__ methods for better output from the show-plugins command | Jason Gerard DeRose | 2008-09-08 | 1 | -1/+1 |
* | 267: Finished builtin CLI api command | Jason Gerard DeRose | 2008-09-08 | 1 | -3/+2 |
* | 228: plugable.check_name() now uses errors.check_type() | Jason Gerard DeRose | 2008-09-02 | 1 | -1/+2 |
* | 179: DictProxy now has __call__() method that iterates through the values; re... | Jason Gerard DeRose | 2008-08-15 | 1 | -8/+8 |