| Commit message (Expand) | Author | Age | Files | Lines |
* | added PEP-8 style checks to test suite | Chris St. Pierre | 2013-03-11 | 6 | -9/+16 |
* | bcfg2-test: added option to spawn multiple child processes to run tests | Chris St. Pierre | 2013-02-25 | 1 | -37/+177 |
* | bcfg2-test: test for clients with no entries | Chris St. Pierre | 2013-02-08 | 1 | -0/+3 |
* | fixed unit tests | Chris St. Pierre | 2013-01-29 | 1 | -2/+7 |
* | bcfg2-test: various improvements | Chris St. Pierre | 2013-01-28 | 1 | -11/+40 |
* | fixed syntax errors for py < 2.5 | Chris St. Pierre | 2013-01-18 | 1 | -1/+2 |
* | Made a few encryption things simpler: | Chris St. Pierre | 2013-01-17 | 1 | -8/+11 |
* | 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 se... | Chris St. Pierre | 2013-01-03 | 1 | -1/+17 |
* | bcfg2-crypt: fixed edge case where value is decrypted with the wrong key to p... | Chris St. Pierre | 2012-12-13 | 1 | -1/+11 |
* | fixed bcfg2-info buildbundle to use code from Bundler plugin | Chris St. Pierre | 2012-11-27 | 1 | -27/+17 |
* | removed bogus print statements | Chris St. Pierre | 2012-11-16 | 1 | -4/+3 |
* | flush input buffers before accepting stdin | Chris St. Pierre | 2012-11-12 | 1 | -7/+12 |
* | bcfg2-build-reports: Remove deprecated ping options | Sol Jerome | 2012-11-05 | 1 | -15/+2 |
* | bcfg2-crypt: improved error message | Chris St. Pierre | 2012-10-22 | 1 | -1/+1 |
* | fixed bcfg2-crypt bug with single passphrase and algorithm specified | Chris St. Pierre | 2012-10-22 | 1 | -8/+15 |
* | bcfg2-info: Remove extraneous strip() call | Sol Jerome | 2012-10-18 | 1 | -1/+1 |
* | bcfg2-info query: Query all hosts if none specified | Sol Jerome | 2012-10-17 | 1 | -2/+5 |
* | set up bcfg2-info logging just like bcfg2-admin | Chris St. Pierre | 2012-10-17 | 1 | -4/+10 |
* | fixed tests on new client class | Chris St. Pierre | 2012-10-17 | 1 | -1/+1 |
* | added bcfg2_local.py, a tool to run bcfg2 against a local specification | Chris St. Pierre | 2012-10-17 | 2 | -333/+13 |
* | expanded pylint coverage to Admin modes, removed some old/broken admin modes | Chris St. Pierre | 2012-10-17 | 2 | -15/+35 |
* | bcfg2-reports: dangling reference to old schema | Tim Laszlo | 2012-10-16 | 1 | -1/+1 |
* | bcfg2-reports: updated to new schema | Tim Laszlo | 2012-10-15 | 1 | -22/+20 |
* | bcfg2-info: added probes subcommand to list probes for a client | Chris St. Pierre | 2012-10-15 | 1 | -6/+44 |
* | bcfg2-report-collector: Raise SystemExit instead of SystemError | Tim Laszlo | 2012-10-10 | 1 | -2/+2 |
* | bcfg2-lint: shut down server core when done running server lint plugins | Chris St. Pierre | 2012-10-09 | 1 | -4/+7 |
* | fixed more pylint checks | Chris St. Pierre | 2012-10-09 | 1 | -5/+11 |
* | Reporting: Merge new reporting data | Tim Laszlo | 2012-10-08 | 1 | -0/+33 |
* | bcfg2-lint: fixed confusion about variables named "errors" | Chris St. Pierre | 2012-10-04 | 1 | -1/+1 |
* | testsuite: expanded pylint coverage | Chris St. Pierre | 2012-10-03 | 1 | -217/+213 |
* | fixed missing error when probe download fails | Chris St. Pierre | 2012-10-03 | 1 | -0/+1 |
* | made client runs abort on probe failure, added option to disable that | Chris St. Pierre | 2012-09-28 | 1 | -114/+133 |
* | made full pylint checks the default, expanded pylint coverage to lots of tools | Chris St. Pierre | 2012-09-26 | 1 | -1/+0 |
* | updated bcfg2.conf man page | Chris St. Pierre | 2012-09-25 | 1 | -1/+0 |
* | expanded pylint coverage | Chris St. Pierre | 2012-09-25 | 3 | -108/+130 |
* | more pylint checks | Chris St. Pierre | 2012-09-25 | 2 | -13/+30 |
* | made json optional again | Chris St. Pierre | 2012-09-25 | 1 | -1/+4 |
* | run pylint for errors on almost everything, full runs on some selected stuff | Chris St. Pierre | 2012-09-25 | 3 | -29/+33 |
* | Encryption: improved docs, made algorithm configurable | Chris St. Pierre | 2012-09-20 | 1 | -13/+23 |
* | documented packages backends | Chris St. Pierre | 2012-09-20 | 1 | -96/+10 |
* | added json, md5 to Bcfg2.Compat | Chris St. Pierre | 2012-09-20 | 1 | -5/+1 |
* | Packages: fixed handling of poorly-specified BoundPackage entries | Chris St. Pierre | 2012-09-17 | 1 | -0/+3 |
* | bcfg2-crypt: added -I option, made --stdout better, updated man page | Chris St. Pierre | 2012-09-13 | 1 | -56/+118 |
* | Properties: made automatch in bcfg2.conf a default, not absolute; cleaned up ... | Chris St. Pierre | 2012-09-13 | 1 | -3/+3 |
* | bcfg2-info: added "automatch" command to perform Properties automatching | Chris St. Pierre | 2012-09-12 | 1 | -0/+38 |
* | bcfg2-crypt: added --stdout option | Chris St. Pierre | 2012-09-11 | 1 | -4/+14 |