summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Lint
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into 1.4.xChris St. Pierre2013-02-202-18/+32
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/contributors.txt schemas/bundle.xsd src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Server/Encryption.py src/lib/Bcfg2/Server/Lint/Genshi.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/Decisions.py src/lib/Bcfg2/Server/Plugins/TemplateHelper.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py tools/bcfg2-profile-templates.py
| * removed debuggingChris St. Pierre2013-02-141-10/+0
| |
| * better Genshi syntax lint checkerChris St. Pierre2013-02-141-17/+56
| |
| * fixed checking Genshi templates for comments (#1141)Chris St. Pierre2013-02-141-1/+1
| |
* | removed deprecated Base pluginChris St. Pierre2013-02-081-1/+0
| |
* | added genshi support to StructFileChris St. Pierre2013-02-042-15/+4
| |
* | made genshi a requirementChris St. Pierre2013-01-222-14/+4
| |
* | removed magic groupsChris St. Pierre2013-01-171-11/+0
| |
* | removed deprecated plugins: TGenshi, TCheetah, Account, Hostbase, Snapshots, ↵Chris St. Pierre2013-01-171-4/+3
|/ | | | Statistics, Editor
* bcfg2-lint: fixed requiring a specific format of text contentChris St. Pierre2013-01-141-1/+1
|
* better validation of required attrs for Package and Service tagsChris St. Pierre2013-01-141-17/+12
|
* bcfg2-lint: update RequiredAttrs for SELinux and POSIX user/group entriesChris St. Pierre2013-01-111-74/+89
|
* Cfg: Added feature to provide generation of SSH keys, authorized_keys fileChris St. Pierre2013-01-031-0/+4
|
* removed unused importChris St. Pierre2012-11-061-1/+0
|
* added XML schemas for SSLCA key/cert filesChris St. Pierre2012-11-061-98/+38
|
* fixed names of bcfg2-lint comment typesChris St. Pierre2012-10-301-3/+3
|
* Lint: Migrate Lint to 'mode' attributeSol Jerome2012-10-151-3/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2-lint: rolled Duplicates plugin into MetadataLintChris St. Pierre2012-10-151-73/+0
|
* bcfg2-lint: fixed confusion about variables named "errors"Chris St. Pierre2012-10-041-8/+8
|
* expanded pylint coverageChris St. Pierre2012-09-251-14/+12
|
* expanded pylint testsChris St. Pierre2012-09-259-171/+218
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-1/+2
|
* bcfg2-lint: fixed Validate for certain xinclude patternsChris St. Pierre2012-09-101-3/+2
|
* bcfg2-lint: fix terminal text wrapping (from John Morris)Chris St. Pierre2012-09-011-3/+3
|
* bcfg2-lint: fix lint plugin list (from John Morris)Chris St. Pierre2012-09-011-3/+2
|
* bcfg2-lint: allow relative symlinks (from John Morris)Chris St. Pierre2012-09-011-1/+4
|
* fixed lxml.etree.tostring invocationsChris St. Pierre2012-08-221-2/+4
|
* lots of various py3k fixesChris St. Pierre2012-08-211-2/+2
|
* InfoXML bcfg2-lint plugin warns about deprecated :info/info filesChris St. Pierre2012-08-151-16/+27
|
* Removed deprecated plugins BB, Svcmgr, SGenshiChris St. Pierre2012-08-153-11/+14
|
* added bcfg2-lint plugin to check for malformed group namesChris St. Pierre2012-08-152-2/+78
|
* bcfg2-lint stuff for ACL supportChris St. Pierre2012-08-011-0/+11
|
* allow xinclude files to be missing if xi:fallback is providedChris St. Pierre2012-07-243-13/+21
|
* bcfg2-lint bug fixesChris St. Pierre2012-07-112-13/+16
|
* improved properties schema error handling in bcfg2-lint ValidateChris St. Pierre2012-07-111-19/+18
|
* added selinux supportChris St. Pierre2012-07-031-30/+104
|
* made bcfg2-lint load lint plugins from server plugins where appropriateChris St. Pierre2012-06-146-218/+4
|
* fixed merge error with Lint.DeltasChris St. Pierre2012-05-171-0/+25
|
* merged maintChris St. Pierre2012-05-151-25/+0
|\
| * use XML parser that strips whitespace to avoid xml concatenation ↵Chris St. Pierre2012-05-151-20/+0
| | | | | | | | pretty_print issue
* | fixed MergeFiles bcfg2-lint pluginChris St. Pierre2012-05-091-1/+4
| |
* | fixed more bcfg2-lint plugins for Cfg modularizationChris St. Pierre2012-05-092-20/+25
| |
* | fixed bcfg2-lint Deltas pluginChris St. Pierre2012-05-091-7/+7
| |
* | merged maint to masterChris St. Pierre2012-05-041-0/+1
|\|
| * made Deltas and Genshi lint plugins respect command-line filelistChris St. Pierre2012-05-041-6/+6
| |
| * make bcfg2-lint warn about .cat and .diff filesChris St. Pierre2012-05-041-0/+20
|
* fixed bcfg2-lint --show-errorsChris St. Pierre2012-05-0313-14/+26
|
* cleaner handling of line-wrapping in bcfg2-lintChris St. Pierre2012-04-231-10/+7
|
* changed the way bcfg2-lint errors are loaded to make it easier to write and ↵Chris St. Pierre2012-04-2013-59/+77
| | | | use custom plugins
* made Deltas and Genshi lint plugins respect command-line filelistChris St. Pierre2012-04-202-7/+8
|