summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/TemplateHelper.py
Commit message (Collapse)AuthorAgeFilesLines
* added a module-level FAM object to avoid passing it as an argument a billion ↵Chris St. Pierre2013-01-171-3/+2
| | | | times
* TemplateHelper: fixed bcfg2-lint pluginChris St. Pierre2013-01-031-10/+5
|
* cleaned up Templatehelper to help avoid some event handling errorsChris St. Pierre2012-11-161-20/+26
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-19/+24
|
* TemplateHelper: removed support for host- and group-specific helpersChris St. Pierre2012-08-241-48/+31
| | | | | | | | | | Supporting these was basically impossible due to the way Python handles bytecode compilation. For instance, 'foo.py.G10_bar' would be compiled to foo.py.G10_barc, which is then indistinguishable from a helper for the group "barc" (or, rather, a _broken_ helper for that group, since a bytecode-compiled module cannot be imported successfully). There's no performance gain from specific helpers anyway -- they all get imported -- so I removed this functionality.
* Templatehelper: fixed inclusion of group- and host-specific helpersChris St. Pierre2012-08-231-1/+1
|
* fixed handling of regex filename patterns in GroupSpool/EntrySetChris St. Pierre2012-08-221-2/+2
|
* bcfg2-lint: fixed errors in TemplateHelper lint pluginChris St. Pierre2012-08-161-3/+3
|
* added unit tests for EntrySetChris St. Pierre2012-08-141-3/+4
|
* made bcfg2-lint load lint plugins from server plugins where appropriateChris St. Pierre2012-06-141-0/+66
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+83
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>