summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugin/base.py
Commit message (Collapse)AuthorAgeFilesLines
* Plugins: refactored out unnecessary datastore constructor argumentChris St. Pierre2013-10-291-5/+3
|
* Merge branch 'options-rewrite'Chris St. Pierre2013-08-081-57/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Init.py src/lib/Bcfg2/Server/Admin/Xcmd.py src/lib/Bcfg2/Server/BuiltinCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/MultiprocessingCore.py src/lib/Bcfg2/Server/Plugin/base.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py src/lib/Bcfg2/Server/SSLServer.py src/lib/Bcfg2/Utils.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-info src/sbin/bcfg2-lint src/sbin/bcfg2-test src/sbin/bcfg2-yum-helper tools/bcfg2-profile-templates.py
| * Options: migrated plugins to new options parserChris St. Pierre2013-06-271-56/+1
| |
* | MultiprocessingCore: added a way to dispatch RMI calls to child processesChris St. Pierre2013-08-071-0/+18
| |
* | Plugin: quiet down set_debug, but keep it usefulChris St. Pierre2013-08-061-3/+2
|/
* do not create data directories for plugins that don't need themChris St. Pierre2013-06-131-1/+5
|
* Handle FAM monitor failures more gracefully:Chris St. Pierre2013-03-251-2/+14
| | | | | | | | | * Where possible, create the file or directory that is about to be monitored. This ensures that content can be added later without need to restart Bcfg2. (Otherwise, adding the monitor would fail, and so when you did create the file in question, bcfg2-server would never be notified of it.) * When not possible, give better error messages.
* Debug improvements:Chris St. Pierre2013-03-191-2/+2
| | | | | | * Added (set|toggle)_core_debug RMI methods to set debugging in the core * Enable plugin debugging when run with -d * Allow enabling debugging on Reporting plugin before threads have started
* Core: added more debug logging for core methodsChris St. Pierre2013-03-191-0/+1
|
* extended usage of Executor class, added client-side timeout optionsChris St. Pierre2013-02-141-12/+1
|
* added set_debug RMI for plugins and core, set_fam_debug RMIChris St. Pierre2012-11-161-5/+13
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-2/+1
|
* documented Packages base classChris St. Pierre2012-09-201-0/+11
|
* Cfg: documented all Cfg modules, added development docsChris St. Pierre2012-09-111-5/+1
|
* fixed Plugin auto-name magicChris St. Pierre2012-09-061-1/+13
|
* Documented all plugin helper objectsChris St. Pierre2012-09-061-4/+11
|
* split up mammoth Plugin.pyChris St. Pierre2012-09-061-0/+106