summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-103-1/+4
* 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-075-17/+650
* Added Plugin.call() method that calls an external executable via subprocess.c...Jason Gerard DeRose2008-11-061-0/+11
* Tests for the automount pluginRob Crittenden2008-11-041-0/+184
* Fix some problems uncovered during automation test workRob Crittenden2008-11-041-6/+17
* Add new tests for hosts and groups of hostsRob Crittenden2008-11-042-0/+277
* Revive the hostgroup_container and include add/remove hosts in hostgroups pluginRob Crittenden2008-11-042-2/+27
* Add 'all' option to host-find and pull attributes into a global listRob Crittenden2008-11-041-1/+9
* Skip tests if the remote XML-RPC server is not responding.Rob Crittenden2008-11-034-3/+53
* Move socket errors from the XML-RPC plugin to the clientRob Crittenden2008-11-032-1/+5
* Initial tests for user, group and service plugin APIRob Crittenden2008-11-034-0/+403
* Handle exceptions in the command-line instead of in the XMLRPC client pluginRob Crittenden2008-11-032-8/+11
* Enable loggingRob Crittenden2008-11-031-14/+14
* Fix mark_entry_active()Rob Crittenden2008-11-031-4/+4
* Uncomment some logging statements ported over from v1.Rob Crittenden2008-11-033-4/+4
* Partially revert back change. Del shouldn't provide default options.Rob Crittenden2008-11-032-5/+2
* Dropped some of the more verbose logging in lite-xmlrpc.py to logger.debug()Jason Gerard DeRose2008-10-311-2/+6
* Added custom log formatter util.LogFormatter that makes the human-readable ti...Jason Gerard DeRose2008-10-313-4/+13
* Renamed API.bootstrap_from_options() to bootstrap_with_global_options()Jason Gerard DeRose2008-10-313-9/+6
* Logging formats are now env variables; added log_format_stderr_debug format u...Jason Gerard DeRose2008-10-313-28/+43
* Reoganized global option functionality to it is easy for any script to use th...Jason Gerard DeRose2008-10-315-31/+74
* Logging is now configured in API.bootstrap(); removed depreciated util.config...Jason Gerard DeRose2008-10-312-42/+43
* API.finalize() now cascades call to API.load_plugins()Jason Gerard DeRose2008-10-312-2/+1
* Fixed test_Del.test_get_options()Jason Gerard DeRose2008-10-301-9/+5
* Merge branch 'master' of git://git.engineering.redhat.com/users/rcritten/free...Jason Gerard DeRose2008-10-305-2/+532
|\
| * Initial implementation of automount supportRob Crittenden2008-10-305-2/+532
* | Plugin.set_api() now sets convience instance attributes from api for env, con...Jason Gerard DeRose2008-10-302-2/+11
|/
* Added ipalib.plugins.f_misc with new 'context' Command; moved 'env' Command f...Jason Gerard DeRose2008-10-303-18/+76
* Added tests.util.get_api() function to create a standard (api, home) tuple fo...Jason Gerard DeRose2008-10-304-32/+29
* Did some initial work for Context pluginsJason Gerard DeRose2008-10-306-16/+83
* Followig Rob's good form, cleanup my mess in TODOJason Gerard DeRose2008-10-291-21/+14
* Merge branch 'master' of git://git.engineering.redhat.com/users/rcritten/free...Jason Gerard DeRose2008-10-298-3/+358
|\
| * Implement host groupsRob Crittenden2008-10-274-0/+344
| * Fix commentRob Crittenden2008-10-271-1/+1
| * Add migration to TODORob Crittenden2008-10-271-0/+4
| * Change variable name that shadowed built-in (filter)Rob Crittenden2008-10-241-2/+2
| * Don't allow service-add to create host/ principalsRob Crittenden2008-10-242-0/+7
* | Fixed some things I broke in lite-xmlrpc.pyJason Gerard DeRose2008-10-281-2/+6
* | Cleaned up LoggingSimpleXMLRPCRequestHandler._dispatch() methodJason Gerard DeRose2008-10-281-20/+13
* | Cleaned up some funky indentation inconsistencies in lite-xmlrpc.pyJason Gerard DeRose2008-10-281-4/+4
* | Added an example CLI-specific env commandJason Gerard DeRose2008-10-281-0/+16
* | lite-xmlrpc.py now uses api.bootstrap() property, logs to api.loggerJason Gerard DeRose2008-10-284-30/+14
* | util.configure_logging() now only configures file logging if it can create th...Jason Gerard DeRose2008-10-281-5/+7
* | Added util.configure_logging() function; API.bootstrap() now calls util.confi...Jason Gerard DeRose2008-10-284-2/+59
* | Fixed use of depreciated env.get() in b_xmlrpc.py moduleJason Gerard DeRose2008-10-271-10/+13
* | API.load_plugins() no longer takes dry_run=False kwarg and instead checks in ...Jason Gerard DeRose2008-10-274-7/+9
* | More CLI cleanup, got all basics working againJason Gerard DeRose2008-10-274-136/+149
* | More docstrings, functionality, and unit tests for improved CLI classJason Gerard DeRose2008-10-273-81/+210