summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugin.py
Commit message (Expand)AuthorAgeFilesLines
* Some docstrings addedFabian Affolter2010-07-161-9/+15
* Fix broken regex match for owner and mtimeTim Laszlo2010-07-081-2/+2
* Add the ability to specify important entries via info/info.xmlSol Jerome2010-06-221-3/+8
* Updated files to match PEP 257 Fabian Affolter2010-06-211-67/+68
* Slight change to error messageTim Laszlo2010-06-161-1/+1
* Reduce select timeouts to 2sTim Laszlo2010-06-161-1/+1
* ThreadedStatistics: load/save data on startup/shutdownTim Laszlo2010-06-161-4/+82
* Added ThreadedStatistics plugin class. Migrated DBStats to use ThreadedStati...Tim Laszlo2010-06-071-0/+31
* Core: Allow the specification of plugin conflicts (Fix for Ticket #875)Sol Jerome2010-04-241-0/+1
* Fix traceback in bcfg2-admin init by using os.makedirs()Sol Jerome2010-02-051-11/+1
* Plugin.py: Fix docstring for GroupSpoolSol Jerome2010-01-081-1/+1
* Info: Fix regex for paranoid options in info files [bugfix]Sol Jerome2009-12-211-1/+1
* Plugin: add a per-plugin runtime debugging infrastructureNarayan Desai2009-11-201-1/+9
* POSIX: Remove support for old-style posix entriesSol Jerome2009-11-191-3/+0
* Plugin.py: Fix Cfg conflicts (Reported by Thorsten Lockert on irc)Sol Jerome2009-11-191-1/+1
* Fix function name in Metadata baseclassNarayan Desai2009-10-221-1/+1
* Pylint/PEP 8 Code cleanupsSol Jerome2009-10-071-16/+16
* Fix nasty core hang, which would manifest itself as a lockup upon shutdown fo...Narayan Desai2009-10-021-0/+4
* POSIX: Add support for unified Path entriesSol Jerome2009-09-071-0/+3
* Fix FileBacked class to catch created files againNarayan Desai2009-07-161-1/+1
* FileCaching: only process file updates on exists and changed events (should c...Narayan Desai2009-07-161-1/+3
* bcfg2-admin init: fix traceback (reported by somekool on irc)Narayan Desai2009-07-131-9/+14
* Plugin.py: Add configurable metadata settings to bcfg2.conf (ticket #680)Sol Jerome2009-07-011-7/+26
* Changed how bcfg2-admin init handles plugins and added update_client to metad...James Yang2009-06-301-0/+11
* Cfg: Fix hardwired filename ignores (Fixes Ticket #619)Narayan Desai2009-06-141-1/+1
* Fix Pkgmgr virtual package target binding (Reported by TimL)Narayan Desai2009-05-201-1/+1
* Implement reporting for deprecated plugins, improve reporting for experimenta...Narayan Desai2009-05-071-0/+1
* More spelling fixesSol Jerome2009-04-081-1/+1
* Clarify priority conflict error messageSol Jerome2009-03-231-3/+5
* Plugin.py: unify predicatesNarayan Desai2009-03-191-4/+2
* Fix negate attribute for ticket #648Sol Jerome2009-03-191-2/+4
* Split out connector interface to allow for additional data generation based o...Narayan Desai2009-02-021-4/+8
* Add Version plugin typeSol Jerome2009-01-261-0/+7
* Remove old properties implementation and hardwiringNarayan Desai2009-01-211-32/+2
* Infrastructure and initial implementation of the Packages pluginNarayan Desai2009-01-211-1/+1
* Finish up Pull Source and multi-Statistics codeNarayan Desai2009-01-121-5/+1
* Split pull functionality into PullSource/PullTarget and rebase Cfg and SSHbas...Narayan Desai2009-01-111-8/+9
* Implement generic structure validators and reimplement Deps as oneNarayan Desai2009-01-061-0/+13
* This patch is stage 1 of the plugin capabilities reworkNarayan Desai2009-01-051-22/+21
* Implement metadata connector functionalityNarayan Desai2008-12-241-0/+12
* Update dictionary accesses to work with Python 3.0Sol Jerome2008-12-221-7/+7
* server infrastructure for central decision listsNarayan Desai2008-10-081-0/+5
* Implement GetCurrentEntry api for Statistics and DBStats (prereq for portable...Narayan Desai2008-08-071-1/+1
* add GetCurrentEntry method to StatisticsPluginsNarayan Desai2008-08-061-0/+2
* Add GetExtra plugin stub methodNarayan Desai2008-08-061-0/+4
* support for alternate metadata plugins in viz admin modeAndrew Brestick2008-08-011-2/+2
* added support for alternate metadata plugins in bcfg2-adminAndrew Brestick2008-07-311-1/+9
* move xml statistics over to new typed-plugin system (enables direct-to-django...Narayan Desai2008-07-221-0/+3
* lay groundwork for statistics pluginsNarayan Desai2008-07-221-0/+5
* Fix complete entry delete paths for Cfg/TCheetah/TGenshi (issue reported by S...Narayan Desai2008-07-111-5/+8