summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugin.py
Commit message (Expand)AuthorAgeFilesLines
* allow xinclude files to be missing if xi:fallback is providedChris St. Pierre2012-08-201-0/+26
* DBStats: watch for missing work queueTim Laszlo2012-06-141-2/+2
* Pkgmgr: Fix broken altsrcTim Laszlo2012-05-221-0/+3
* made SSLCA respect info.xmlChris St. Pierre2012-05-211-12/+14
* strip whitespace from one more XML parseChris St. Pierre2012-05-161-4/+3
* use whitespace-stripping XML parser in base pluginsChris St. Pierre2012-05-161-3/+7
* better support for re-reading packages.conf (and SimpleConfigs in general)Chris St. Pierre2012-05-041-2/+10
* improved error reporting in a few placesChris St. Pierre2012-05-041-1/+1
* fixed SimpleConfig for py3kChris St. Pierre2012-03-221-11/+16
* make EntrySet gracefully handle bogus 'changed' events from FAMChris St. Pierre2012-03-141-0/+6
* handle bogus FAM deleted events gracefullyChris St. Pierre2012-02-161-1/+4
* made GroupSpool more forgiving of changed events on files it doesn't know abo...Chris St. Pierre2012-01-261-20/+39
* fixed Pkgmgr bcfg2-lint plugin (#1082)Chris St. Pierre2012-01-251-0/+3
* added toggle_debug back to Packages (#1091)Chris St. Pierre2012-01-231-11/+20
* Since XMLSrc doesn't return anything from Cache(), don't bother looking at th...Calen Pennington2012-01-171-5/+3
* cherry-picked a2cc392 Switch to shallow rather than deep copies to improve pe...Chris St. Pierre2012-01-131-4/+3
* merged branch rules_regexChris St. Pierre2012-01-131-0/+49
|\
| * added SimpleConfig plugin for easy config files; made Packages and Rules use ...Chris St. Pierre2011-12-301-0/+49
* | added __str__ and __repr__ to FileBacked plugins to make bcfg2-info showclien...Chris St. Pierre2012-01-121-0/+9
* | fixed logging in GroupPatternsChris St. Pierre2012-01-091-2/+0
* | added logger object to FileBacked pluginsChris St. Pierre2012-01-091-1/+3
|/
* Improve code readability.Raul Cuza2011-12-091-1/+2
* Add a number of features to SSHbase:Chris St. Pierre2011-10-271-17/+22
* Don't cache StructFile entriesHolger Weiß2011-10-201-8/+4
* * 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