summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugin.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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