| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed PluginProxy and all its uses | Jason Gerard DeRose | 2009-08-05 | 1 | -3/+1 |
* | Completed Param.use_in_context() functionality, which is now used by Command ... | Jason Gerard DeRose | 2009-05-21 | 1 | -7/+7 |
* | Re-enable doctest, fix broken docstrings | Jason Gerard DeRose | 2009-05-13 | 1 | -10/+5 |
* | Force xmlrpc tests to run with in_tree=True so config files in /etc/ipa/ don'... | Jason Gerard DeRose | 2009-05-11 | 1 | -1/+1 |
* | Rename errors2.py to errors.py. Modify all affected files. | Pavel Zuna | 2009-04-23 | 1 | -1/+1 |
* | Add new type List that converts delimited values into a tuple | Rob Crittenden | 2009-03-20 | 1 | -1/+1 |
* | Implemented more elegant way for entire plugin module to be conditionally ski... | Jason Gerard DeRose | 2009-02-17 | 1 | -0/+1 |
* | Added env.enable_ra variable and change cert.py and ra.py plugin modules to r... | Jason Gerard DeRose | 2009-02-17 | 1 | -1/+1 |
* | Added doodle for version vars in ipalib.__init__ | Jason Gerard DeRose | 2009-02-03 | 1 | -1/+8 |
* | Mostly got the test_xmlrpc/ tests working again | Jason Gerard DeRose | 2009-02-03 | 1 | -1/+6 |
* | Finished reworked cli.CLI class into cli.cli plugin | Jason Gerard DeRose | 2009-02-03 | 1 | -1/+1 |
* | Removed the depreciated Context and LazyContext classes | Jason Gerard DeRose | 2009-02-03 | 1 | -5/+2 |
* | Added ca_host, ca_port, and ca_ssl_port Env variables that Andrew requested | Jason Gerard DeRose | 2009-02-03 | 1 | -1/+1 |
* | Added Object.params_minus() method; various small tweaks | Jason Gerard DeRose | 2009-02-03 | 1 | -1/+1 |
* | Started roughing out new crud base classes | Jason Gerard DeRose | 2009-02-03 | 1 | -0/+2 |
* | Include local copy of UUID generator for Python 2.4. | Rob Crittenden | 2009-01-19 | 1 | -0/+5 |
* | Added missing enumerable parameters | Jason Gerard DeRose | 2009-01-18 | 1 | -1/+1 |
* | Updated passwd plugins module to where it can at least be imported | Jason Gerard DeRose | 2009-01-14 | 1 | -1/+1 |
* | New Param: all docstring examples now pass under doctests | Jason Gerard DeRose | 2009-01-14 | 1 | -14/+14 |
* | New Param: ipalib.__init__ no longer import ipa_types and instead imports app... | Jason Gerard DeRose | 2009-01-14 | 1 | -2/+2 |
* | Renamed all references to 'ipa_server' to 'ipaserver' | Jason Gerard DeRose | 2009-01-04 | 1 | -4/+4 |
* | Moved setting of run-time variables from Env.__init__() to Env._bootstrap() | Jason Gerard DeRose | 2008-12-22 | 1 | -27/+26 |
* | Added frontend.LocalOrRemote command base class for commands like env | Jason Gerard DeRose | 2008-11-14 | 1 | -1/+2 |
* | Fixed doctest in tutorial | Jason Gerard DeRose | 2008-11-14 | 1 | -1/+1 |
* | Tutorial: fixed typo in 'How your command should print to stdout' section | Jason Gerard DeRose | 2008-11-14 | 1 | -1/+1 |
* | Tutorial: fixed typo in 'First steps: A simple command plugin' section | Jason Gerard DeRose | 2008-11-14 | 1 | -1/+1 |
* | Tutorial: another small change to section on using output_for_cli() | Jason Gerard DeRose | 2008-11-14 | 1 | -3/+3 |
* | Tutorial: command in output_for_cli() example now also takes an argument | Jason Gerard DeRose | 2008-11-14 | 1 | -31/+47 |
* | Tutorial: small improvements to section on using output_for_cli() | Jason Gerard DeRose | 2008-11-14 | 1 | -5/+10 |
* | Tutorial: added section on implementing an output_for_cli() method | Jason Gerard DeRose | 2008-11-14 | 1 | -4/+105 |
* | Tutorial: added section on allowed return values from a command's execute() m... | Jason Gerard DeRose | 2008-11-14 | 1 | -0/+42 |
* | Change Param.__repr__() so it returns the exact expression that could create ... | Jason Gerard DeRose | 2008-11-13 | 1 | -2/+2 |
* | Renamed ipalib.get_standard_api() to create_api() | Jason Gerard DeRose | 2008-11-11 | 1 | -16/+16 |
* | Tutorial: improved clarity of 'How this tutorial is written' section | Jason Gerard DeRose | 2008-11-11 | 1 | -7/+6 |
* | Tutorial: fixed typo | Jason Gerard DeRose | 2008-11-10 | 1 | -3/+3 |
* | Tutorial: added intro section about Python interactive intepreter | Jason Gerard DeRose | 2008-11-10 | 1 | -9/+57 |
* | More tutorial work: made introduction more concise; moved note on markup to e... | Jason Gerard DeRose | 2008-11-10 | 1 | -38/+64 |
* | Added 'conf_dir' env variable, which is directory containing config files | Jason Gerard DeRose | 2008-11-10 | 1 | -1/+1 |
* | Fixed typo and made sentance clearer in tutorial | Jason Gerard DeRose | 2008-11-07 | 1 | -1/+1 |
* | Finished fist draft of plugin tutorial in ipalib/__init__.py docstring | Jason Gerard DeRose | 2008-11-07 | 1 | -9/+637 |
* | Added tests.util.get_api() function to create a standard (api, home) tuple fo... | Jason Gerard DeRose | 2008-10-30 | 1 | -5/+3 |
* | Did some initial work for Context plugins | Jason Gerard DeRose | 2008-10-30 | 1 | -12/+15 |
* | make-test now runs doctests also; fixed several broken doctests | Jason Gerard DeRose | 2008-10-17 | 1 | -24/+0 |
* | Cleaned up ipalib package-level docstring, removed broken cross-referce to | Jason Gerard DeRose | 2008-10-17 | 1 | -5/+3 |
* | Made package-level docstrings more consistent so they read better in generate... | Jason Gerard DeRose | 2008-10-07 | 1 | -1/+1 |
* | Environment is now subclassed from object, rather then dict. Added tests for ... | Martin Nagy | 2008-10-02 | 1 | -1/+0 |
* | Add support for environment variables, change tests accordingly | Martin Nagy | 2008-09-29 | 1 | -0/+2 |
* | 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 |
* | 318: Renamed all references to 'public' module to 'frontend' | Jason Gerard DeRose | 2008-09-24 | 1 | -6/+6 |