summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-lint
Commit message (Collapse)AuthorAgeFilesLines
* fixed pylint/pep-8 testsChris St. Pierre2014-04-251-3/+1
|
* Core: apply FAM blocking option to all commands that start a serverChris St. Pierre2013-07-091-1/+1
|
* fixed unit testsChris St. Pierre2013-06-031-1/+2
|
* bcfg2-lint: log run time for each lint pluginChris St. Pierre2013-06-031-1/+5
|
* bcfg2-lint: fixed unit testsChris St. Pierre2013-05-141-1/+1
|
* doc: added devel docs for bcfg2-lint pluginsChris St. Pierre2013-05-141-3/+3
|
* added remaining required Core.load_plugins() callsChris St. Pierre2013-05-071-1/+2
|
* fixed syntax errors for py < 2.5Chris St. Pierre2013-01-181-1/+2
|
* bcfg2-lint: removed unused importChris St. Pierre2013-01-151-1/+0
|
* set default bcfg2-lint plugin listChris St. Pierre2013-01-141-1/+3
|
* read bcfg2-lint plugin list properlyChris St. Pierre2013-01-141-5/+3
|
* removed Duplicates plugin from bcfg2-lint docsChris St. Pierre2013-01-141-1/+1
|
* bcfg2-lint: automatically load lint plugins that are part of enabled bcfg2 ↵Chris St. Pierre2013-01-031-1/+17
| | | | server plugins
* bcfg2-lint: shut down server core when done running server lint pluginsChris St. Pierre2012-10-091-4/+7
|
* bcfg2-lint: fixed confusion about variables named "errors"Chris St. Pierre2012-10-041-1/+1
|
* expanded pylint coverageChris St. Pierre2012-09-251-62/+72
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-3/+3
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* made logging to syslog configurable and default for all loggingChris St. Pierre2012-08-151-1/+1
|
* fixed bcfg2-lint/bcfg2-test Core instantiationChris St. Pierre2012-07-221-2/+3
|
* added CherryPy-based server coreChris St. Pierre2012-07-191-4/+1
|
* fixed loading bundled lint pluginsChris St. Pierre2012-07-181-18/+12
|
* bcfg2-lint bug fixesChris St. Pierre2012-07-111-3/+6
|
* made bcfg2-lint load lint plugins from server plugins where appropriateChris St. Pierre2012-06-141-20/+37
|
* fixed option group stuffChris St. Pierre2012-05-211-3/+3
|
* added option groupsChris St. Pierre2012-05-211-34/+6
|
* Added inotify filemonitor driverChris St. Pierre2012-05-181-0/+1
| | | | Moved list of files to ignore into config
* moved plugin-specific configs to main config file; propagate "setup" object ↵Chris St. Pierre2012-05-111-4/+4
| | | | to server Core
* fixed bcfg2-lint --show-errorsChris St. Pierre2012-05-031-15/+9
|
* Remove svn keywordsSol Jerome2012-02-191-1/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2-lint should read both bcfg2.conf and bcfg2-lint.confChris St. Pierre2011-08-011-15/+6
|
* don't run lint server plugins if serverless plugins produced errors; avoids ↵Chris St. Pierre2011-05-201-2/+14
| | | | an ugly stack trace if a file fails to validate
* fixed several major bugs in bcfg2-lint Validate pluginChris St. Pierre2011-05-181-2/+5
|
* made bcfg2-lint error handling configurable on a much more granular levelChris St. Pierre2011-05-051-31/+54
|
* src/sbin: Add full PY3K compatibilitySol Jerome2011-04-271-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. Pierre2011-04-251-6/+2
| | | | | | combine config files get full stack trace from failed plugins for easier troubleshooting
* Misc. bcfg2-lint fixes and tweaks:Chris St. Pierre2011-04-211-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. Pierre2011-04-211-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 pluginChris St. Pierre2011-04-201-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.