summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Lint/InfoXML.py
Commit message (Collapse)AuthorAgeFilesLines
* Lint: fix default value for lint_pluginsAlexander Sulfrian2014-10-301-0/+1
| | | | | | | | | | | | | | This is a bit tricky because we need the enabled server plugins for the default value. To have these available before parsing lint_plugins the server plugins needs to be parsed during early parsing mode. Additional there are lint plugins that has no matching server plugin. To identify them, this adds a reference from the lint plutins to the name of the matching server plugins in the member variable __serverplugin__. If this variable is None the plugin is always used. If a lint plugin could not be imported (maybe because of a missing dependency) the plugin is ignored and not considered as a default value.
* Options: migrated bcfg2-lint to new parserChris St. Pierre2013-06-271-5/+13
|
* Merge branch 'maint'Chris St. Pierre2013-05-171-4/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/guides/centos.txt doc/server/plugins/grouping/metadata.txt setup.py src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Client/Proxy.py src/lib/Bcfg2/Server/Lint/Genshi.py src/lib/Bcfg2/Server/Lint/Validate.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/SSHbase.py src/sbin/bcfg2-lint
| * doc: added devel docs for bcfg2-lint pluginsChris St. Pierre2013-05-141-4/+10
| |
* | removed magic groupsChris St. Pierre2013-01-171-11/+0
|/
* expanded pylint testsChris St. Pierre2012-09-251-7/+11
|
* InfoXML bcfg2-lint plugin warns about deprecated :info/info filesChris St. Pierre2012-08-151-16/+27
|
* made bcfg2-lint load lint plugins from server plugins where appropriateChris St. Pierre2012-06-141-2/+4
|
* fixed more bcfg2-lint plugins for Cfg modularizationChris St. Pierre2012-05-091-5/+8
|
* fixed bcfg2-lint --show-errorsChris St. Pierre2012-05-031-1/+2
|
* changed the way bcfg2-lint errors are loaded to make it easier to write and ↵Chris St. Pierre2012-04-201-1/+6
| | | | use custom plugins
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+42
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>