summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugin.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed problem with recent DirectoryBacked changes that caused a traceback on ...Mike McCallister2011-07-261-3/+12
* Rewrote DirectoryBacked so it handles files contained in an arbitrary directo...Mike McCallister2011-07-261-37/+107
* Added docstring to explain what 'datastore' argument contains.Mike McCallister2011-07-231-0/+5
* Created a new method to return a sorted list of plugins by type.Mike McCallister2011-07-221-0/+5
* made info.xml files understand <Path> tags to better set permissions on altsr...Chris St. Pierre2011-07-191-11/+14
* prevent KeyErrors when directories get changed by rsyncTorsten Rehn2011-07-041-1/+1
* New Info attribute: "sensitive"Holger Weiß2011-06-291-2/+4
* Handle :info file removalHolger Weiß2011-06-261-1/+1
* change error to debugChris St. Pierre2011-06-161-2/+1
* fixed bugs with handling of negate in new StructFile.Match()Chris St. Pierre2011-06-151-2/+4
* bug fixesChris St. Pierre2011-06-151-8/+12
* made StructFile.Match() work with Group/Client tags inside other tagsChris St. Pierre2011-06-151-43/+37
* PY3K: Finish server-side code fixesSol Jerome2011-06-141-0/+3
* Plugin: Fix nasty list comprehension bugSol Jerome2011-06-141-2/+2
* Plugins: Handle builtin file type for PY3KSol Jerome2011-05-031-2/+5
* Plugins: Fix import and indent errorsSol Jerome2011-04-261-0/+1
* Plugins: Add full PY3K compatibilitySol Jerome2011-04-261-9/+18
* added Client tag to StructFile; made PropertyFile inherit from StructFileChris St. Pierre2011-04-141-11/+23
* PY3K + PEP8 fixes for remaining filesSol Jerome2011-04-071-1/+1
* Plugins: PY3K + PEP8 fixesSol Jerome2011-04-061-33/+69
* EntrySet: Add generic ignore support for files named \*.genshi_include, enabl...Narayan Desai2011-01-221-1/+1
* Cfg: pull file permissions defaults uniformly (Resolves Ticket #958) (Patch f...Narayan Desai2011-01-221-4/+4
* Plugin.Version: define parameters for commit_dataTim Laszlo2010-12-181-1/+1
* Plugin.py: Reverted broken regexTim Laszlo2010-10-211-2/+2
* web reports: new skinTim Laszlo2010-10-141-2/+2
* 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