summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/TemplateHelper.py
Commit message (Collapse)AuthorAgeFilesLines
* TemplateHelper: fix traceback with TemplateHelper modules in place and ↵Chris St. Pierre2013-06-261-1/+1
| | | | --stdin argument to bcfg2-lint
* doc: added devel docs for bcfg2-lint pluginsChris St. Pierre2013-05-141-2/+17
|
* testsuite: fixed more unit test stuffChris St. Pierre2013-03-261-1/+1
|
* TemplateHelper: import helper modules with munged names to avoid collisionsChris St. Pierre2013-01-291-2/+16
|
* 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>