summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Lint/Comments.py
Commit message (Collapse)AuthorAgeFilesLines
* fixed bugs introduced by <Group>/<Client> tags in templated bundlesChris St. Pierre2011-09-151-1/+1
|
* added Genshi template syntax checker, other misc. bcfg2-lint cleanupChris St. Pierre2011-07-141-1/+0
|
* updated Lint.Comments for new properties XML handlingChris St. Pierre2011-06-171-1/+1
|
* made bcfg2-lint error handling configurable on a much more granular levelChris St. Pierre2011-05-051-5/+9
|
* unexpanded vcs keywords raise warning, not errorChris St. Pierre2011-04-251-2/+2
|
* Various bcfg2-lint fixes:Chris St. Pierre2011-04-251-30/+33
| | | | | | | | * check for all plugins before referencing them, since in --stdin mode even plugins like Bundler may not be instantiated * formatting fixes * made Bundles plugin work with or without genshi installed * fixed name of plugin in example bcfg2-lint.conf
* Misc. bcfg2-lint fixes and tweaks:Chris St. Pierre2011-04-211-4/+2
| | | | | | * fixed bcfg2-lint bug with older pythons * made bcfg2-lint silent by default on success * adjusted bcfg2-lint defaults and alerting levels to work better out-of-the-box
* Rewrote bcfg2-repo-validate as bcfg2-lint, which uses a pluginChris St. Pierre2011-04-201-0/+183
interface to be lots more flexible and extensible. Added several more tests. If bcfg2-lint is run as bcfg2-repo-validate, it roughly emulates the functionality of that program. TODO: Need to figure out correct way to symlink bcfg2-repo-validate to bcfg2-lint on install.