summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/TemplateHelper.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #299 from AlexanderS/fix/cachingChris St. Pierre2015-10-051-2/+10
|\
| * TemplateHelper: Expire metadata cache on FileMonitor eventAlexander Sulfrian2015-07-271-2/+10
* | Utils: Generalize safe_module_nameAlexander Sulfrian2015-07-241-10/+4
|/
* Remove blanket excepts from plugins and lintChris St. Pierre2015-02-181-0/+4
* TemplateHelper: misc. cleanup of __default__ featureChris St. Pierre2013-11-111-14/+20
* Plugins: Added TemplateDataProvider plugin interfaceChris St. Pierre2013-10-301-13/+44
* Plugins: refactored out unnecessary datastore constructor argumentChris St. Pierre2013-10-291-2/+2
* Options: migrated plugins to new options parserChris St. Pierre2013-06-271-73/+0
* Merge branch 'maint'Chris St. Pierre2013-06-271-1/+1
|\
| * TemplateHelper: fix traceback with TemplateHelper modules in place and --stdi...Chris St. Pierre2013-06-261-1/+1
* | Merge branch 'maint'Chris St. Pierre2013-05-171-2/+17
|\|
| * doc: added devel docs for bcfg2-lint pluginsChris St. Pierre2013-05-141-2/+17
* | Merge branch 'maint'Chris St. Pierre2013-04-241-1/+1
|\|
| * testsuite: fixed more unit test stuffChris St. Pierre2013-03-261-1/+1
* | Merge branch 'master' into 1.4.xChris St. Pierre2013-02-201-2/+16
|\|
| * TemplateHelper: import helper modules with munged names to avoid collisionsChris St. Pierre2013-01-291-2/+16
* | added a module-level FAM object to avoid passing it as an argument a billion ...Chris St. Pierre2013-01-171-3/+2
|/
* 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
* 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