summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-1/+1
* Add new type List that converts delimited values into a tupleRob Crittenden2009-03-201-1/+1
* Implemented more elegant way for entire plugin module to be conditionally ski...Jason Gerard DeRose2009-02-171-0/+1
* Added env.enable_ra variable and change cert.py and ra.py plugin modules to r...Jason Gerard DeRose2009-02-171-1/+1
* Added doodle for version vars in ipalib.__init__Jason Gerard DeRose2009-02-031-1/+8
* Mostly got the test_xmlrpc/ tests working againJason Gerard DeRose2009-02-031-1/+6
* Finished reworked cli.CLI class into cli.cli pluginJason Gerard DeRose2009-02-031-1/+1
* Removed the depreciated Context and LazyContext classesJason Gerard DeRose2009-02-031-5/+2
* Added ca_host, ca_port, and ca_ssl_port Env variables that Andrew requestedJason Gerard DeRose2009-02-031-1/+1
* Added Object.params_minus() method; various small tweaksJason Gerard DeRose2009-02-031-1/+1
* Started roughing out new crud base classesJason Gerard DeRose2009-02-031-0/+2
* Include local copy of UUID generator for Python 2.4.Rob Crittenden2009-01-191-0/+5
* Added missing enumerable parametersJason Gerard DeRose2009-01-181-1/+1
* Updated passwd plugins module to where it can at least be importedJason Gerard DeRose2009-01-141-1/+1
* New Param: all docstring examples now pass under doctestsJason Gerard DeRose2009-01-141-14/+14
* New Param: ipalib.__init__ no longer import ipa_types and instead imports app...Jason Gerard DeRose2009-01-141-2/+2
* Renamed all references to 'ipa_server' to 'ipaserver'Jason Gerard DeRose2009-01-041-4/+4
* Moved setting of run-time variables from Env.__init__() to Env._bootstrap()Jason Gerard DeRose2008-12-221-27/+26
* Added frontend.LocalOrRemote command base class for commands like envJason Gerard DeRose2008-11-141-1/+2
* Fixed doctest in tutorialJason Gerard DeRose2008-11-141-1/+1
* Tutorial: fixed typo in 'How your command should print to stdout' sectionJason Gerard DeRose2008-11-141-1/+1
* Tutorial: fixed typo in 'First steps: A simple command plugin' sectionJason Gerard DeRose2008-11-141-1/+1
* Tutorial: another small change to section on using output_for_cli()Jason Gerard DeRose2008-11-141-3/+3
* Tutorial: command in output_for_cli() example now also takes an argumentJason Gerard DeRose2008-11-141-31/+47
* Tutorial: small improvements to section on using output_for_cli()Jason Gerard DeRose2008-11-141-5/+10
* Tutorial: added section on implementing an output_for_cli() methodJason Gerard DeRose2008-11-141-4/+105
* Tutorial: added section on allowed return values from a command's execute() m...Jason Gerard DeRose2008-11-141-0/+42
* Change Param.__repr__() so it returns the exact expression that could create ...Jason Gerard DeRose2008-11-131-2/+2
* Renamed ipalib.get_standard_api() to create_api()Jason Gerard DeRose2008-11-111-16/+16
* Tutorial: improved clarity of 'How this tutorial is written' sectionJason Gerard DeRose2008-11-111-7/+6
* Tutorial: fixed typoJason Gerard DeRose2008-11-101-3/+3
* Tutorial: added intro section about Python interactive intepreterJason Gerard DeRose2008-11-101-9/+57
* More tutorial work: made introduction more concise; moved note on markup to e...Jason Gerard DeRose2008-11-101-38/+64
* Added 'conf_dir' env variable, which is directory containing config filesJason Gerard DeRose2008-11-101-1/+1
* Fixed typo and made sentance clearer in tutorialJason Gerard DeRose2008-11-071-1/+1
* Finished fist draft of plugin tutorial in ipalib/__init__.py docstringJason Gerard DeRose2008-11-071-9/+637
* Added tests.util.get_api() function to create a standard (api, home) tuple fo...Jason Gerard DeRose2008-10-301-5/+3
* Did some initial work for Context pluginsJason Gerard DeRose2008-10-301-12/+15
* make-test now runs doctests also; fixed several broken doctestsJason Gerard DeRose2008-10-171-24/+0
* Cleaned up ipalib package-level docstring, removed broken cross-referce toJason Gerard DeRose2008-10-171-5/+3
* Made package-level docstrings more consistent so they read better in generate...Jason Gerard DeRose2008-10-071-1/+1
* Environment is now subclassed from object, rather then dict. Added tests for ...Martin Nagy2008-10-021-1/+0
* Add support for environment variables, change tests accordinglyMartin Nagy2008-09-291-0/+2
* 322: Updated ipalib package docstring, replacing cross reference to 'public' ...Jason Gerard DeRose2008-09-241-2/+4
* 321: Standard ipalib.api attribute now accepts plugins from the Backend base ...Jason Gerard DeRose2008-09-241-0/+2
* 318: Renamed all references to 'public' module to 'frontend'Jason Gerard DeRose2008-09-241-6/+6
* 255: CLI help, console commands now subclass from public.Application; other t...Jason Gerard DeRose2008-09-041-0/+1
* 194: Removed like to Bazaar Plugin doc as it's not very relevantJason Gerard DeRose2008-08-261-3/+0
* 192: Added a quick console example to docstring in ipalib/__init__.pyJason Gerard DeRose2008-08-261-0/+24
* 191: Removed ipalib/api.py module; standard plugable.API instance is now in i...Jason Gerard DeRose2008-08-251-0/+10