Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | catch XML syntax error in xinclude routines | Chris St. Pierre | 2011-10-31 | 1 | -1/+7 |
| | |||||
* | added Defaults plugin | Chris St. Pierre | 2011-09-19 | 1 | -9/+9 |
| | |||||
* | fixed path to Packages config in Lint/Validate.py | Chris St. Pierre | 2011-08-01 | 1 | -1/+1 |
| | |||||
* | added Genshi template syntax checker, other misc. bcfg2-lint cleanup | Chris St. Pierre | 2011-07-14 | 1 | -1/+0 |
| | |||||
* | Validate: Create and use new error type for missing schemas | Sol Jerome | 2011-06-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Validate: Unsuppress errors for invalid schema paths (#1007) | Sol Jerome | 2011-06-05 | 1 | -2/+8 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | removed debugging output from Validate plugin | Chris St. Pierre | 2011-05-20 | 1 | -3/+0 |
| | |||||
* | fixed several major bugs in bcfg2-lint Validate plugin | Chris St. Pierre | 2011-05-18 | 1 | -6/+10 |
| | |||||
* | Added FileProbes plugin. | Chris St. Pierre | 2011-05-11 | 1 | -1/+3 |
| | |||||
* | Rewrote NagiosGen config to use NagiosGen/config.xml, which | Chris St. Pierre | 2011-05-06 | 1 | -1/+2 |
| | | | | | | | | | | | | understands <Group> and <Client> tags, rather than the client-specific Properties/NagiosGen.xml and the group-specific but limited NagiosGen/parents.xml. Includes schema and bcfg2-lint updates necessary. Wrote conversion tool, nagiosgen-convert.py, which converts everything but the <default/> tag in the old NagiosGen.xml, which cannot be reasonably converted to StructFile format. Also removed a _lot_ of string modification in NagiosGen.py, which should make it a fair bit faster. | ||||
* | made bcfg2-lint error handling configurable on a much more granular level | Chris St. Pierre | 2011-05-05 | 1 | -15/+15 |
| | |||||
* | Rewrote bcfg2-repo-validate as bcfg2-lint, which uses a plugin | Chris St. Pierre | 2011-04-20 | 1 | -0/+185 |
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. |