Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed syntax errors for py < 2.5 | Chris St. Pierre | 2013-01-18 | 1 | -1/+2 |
| | |||||
* | bcfg2-lint: removed unused import | Chris St. Pierre | 2013-01-15 | 1 | -1/+0 |
| | |||||
* | set default bcfg2-lint plugin list | Chris St. Pierre | 2013-01-14 | 1 | -1/+3 |
| | |||||
* | read bcfg2-lint plugin list properly | Chris St. Pierre | 2013-01-14 | 1 | -5/+3 |
| | |||||
* | removed Duplicates plugin from bcfg2-lint docs | Chris St. Pierre | 2013-01-14 | 1 | -1/+1 |
| | |||||
* | bcfg2-lint: automatically load lint plugins that are part of enabled bcfg2 ↵ | Chris St. Pierre | 2013-01-03 | 1 | -1/+17 |
| | | | | server plugins | ||||
* | bcfg2-lint: shut down server core when done running server lint plugins | Chris St. Pierre | 2012-10-09 | 1 | -4/+7 |
| | |||||
* | bcfg2-lint: fixed confusion about variables named "errors" | Chris St. Pierre | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | expanded pylint coverage | Chris St. Pierre | 2012-09-25 | 1 | -62/+72 |
| | |||||
* | run pylint for errors on almost everything, full runs on some selected stuff | Chris St. Pierre | 2012-09-25 | 1 | -3/+3 |
| | |||||
* | renamed Bcfg2Py3k to Compat | Chris St. Pierre | 2012-08-27 | 1 | -1/+1 |
| | |||||
* | made logging to syslog configurable and default for all logging | Chris St. Pierre | 2012-08-15 | 1 | -1/+1 |
| | |||||
* | fixed bcfg2-lint/bcfg2-test Core instantiation | Chris St. Pierre | 2012-07-22 | 1 | -2/+3 |
| | |||||
* | added CherryPy-based server core | Chris St. Pierre | 2012-07-19 | 1 | -4/+1 |
| | |||||
* | fixed loading bundled lint plugins | Chris St. Pierre | 2012-07-18 | 1 | -18/+12 |
| | |||||
* | bcfg2-lint bug fixes | Chris St. Pierre | 2012-07-11 | 1 | -3/+6 |
| | |||||
* | made bcfg2-lint load lint plugins from server plugins where appropriate | Chris St. Pierre | 2012-06-14 | 1 | -20/+37 |
| | |||||
* | fixed option group stuff | Chris St. Pierre | 2012-05-21 | 1 | -3/+3 |
| | |||||
* | added option groups | Chris St. Pierre | 2012-05-21 | 1 | -34/+6 |
| | |||||
* | Added inotify filemonitor driver | Chris St. Pierre | 2012-05-18 | 1 | -0/+1 |
| | | | | Moved list of files to ignore into config | ||||
* | moved plugin-specific configs to main config file; propagate "setup" object ↵ | Chris St. Pierre | 2012-05-11 | 1 | -4/+4 |
| | | | | to server Core | ||||
* | fixed bcfg2-lint --show-errors | Chris St. Pierre | 2012-05-03 | 1 | -15/+9 |
| | |||||
* | Remove svn keywords | Sol Jerome | 2012-02-19 | 1 | -1/+0 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-lint should read both bcfg2.conf and bcfg2-lint.conf | Chris St. Pierre | 2011-08-01 | 1 | -15/+6 |
| | |||||
* | don't run lint server plugins if serverless plugins produced errors; avoids ↵ | Chris St. Pierre | 2011-05-20 | 1 | -2/+14 |
| | | | | an ugly stack trace if a file fails to validate | ||||
* | fixed several major bugs in bcfg2-lint Validate plugin | Chris St. Pierre | 2011-05-18 | 1 | -2/+5 |
| | |||||
* | made bcfg2-lint error handling configurable on a much more granular level | Chris St. Pierre | 2011-05-05 | 1 | -31/+54 |
| | |||||
* | src/sbin: Add full PY3K compatibility | Sol Jerome | 2011-04-27 | 1 | -6/+8 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | changed [main] section of bcfg2-lint.conf to [lint] to make it possible to ↵ | Chris St. Pierre | 2011-04-25 | 1 | -6/+2 |
| | | | | | | combine config files get full stack trace from failed plugins for easier troubleshooting | ||||
* | Misc. bcfg2-lint fixes and tweaks: | Chris St. Pierre | 2011-04-21 | 1 | -4/+11 |
| | | | | | | * 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 | ||||
* | Lots of cleanup for bcfg2-repo-validate rewrite: | Chris St. Pierre | 2011-04-21 | 1 | -6/+5 |
| | | | | | | | | | * Changed all references to bcfg2-repo-validate in the documentation to bcfg2-lint * Wrote man pages for bcfg2-lint and bcfg2-lint.conf * Cleaned up straggling references to bcfg2-repo-validate in Makefiles, spec files, and the POSIX tool * A few minor bug fixes | ||||
* | Rewrote bcfg2-repo-validate as bcfg2-lint, which uses a plugin | Chris St. Pierre | 2011-04-20 | 1 | -0/+167 |
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. |