summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugin.py
Commit message (Expand)AuthorAgeFilesLines
* * Added support for yum libraries (if available and configured). ThisChris St. Pierre2011-10-071-3/+5
* fixed issue with bogus filenames in Bundler in a more generic way for all Dir...Chris St. Pierre2011-10-051-3/+2
* fixed previous commit so that SingleXMLFileBacked plugins use xinclude, and G...Chris St. Pierre2011-09-191-18/+27
* made all XMLFileBacked plugins (e.g., GroupPatterns) support XIncludeChris St. Pierre2011-09-191-4/+25
* added Defaults pluginChris St. Pierre2011-09-191-4/+4
* Plugin.py: Add filename to error message (Reported by Kioob on IRC)Sol Jerome2011-08-311-1/+2
* fixed logic with selecting correct rule from previous commitChris St. Pierre2011-08-311-2/+2
* added regex support to RulesChris St. Pierre2011-08-311-10/+25
* Plugin.py: Deal with more vim temporary filesSol Jerome2011-08-171-1/+1
* Filter for ignored files earlier to eliminate traceback.Mike McCallister2011-08-171-5/+5
* Be a little more conservative in handling "changed" events.Mike McCallister2011-08-091-17/+44
* fixed info.xml XMLSrc fixChris St. Pierre2011-08-031-1/+1
* Merge branch 'master' of https://github.com/mikemccllstr/bcfg2Sol Jerome2011-08-021-13/+16
|\
| * Fix error that occurs when deleting and re-creating the same directory.Mike McCallister2011-07-291-13/+16
* | split up XMLSrc parsers used for Rules and info.xmlChris St. Pierre2011-08-011-5/+18
|/
* 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