| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | bcfg2-crypt: handle bogus xpath expression gracefully | Chris St. Pierre | 2012-09-11 | 1 | -0/+3 |
* | bcfg2-crypt: better handling of chunking errors | Chris St. Pierre | 2012-09-11 | 1 | -35/+68 |
* | bcfg2-info: fixed bug when building an entry for buildfile raised IOError | Chris St. Pierre | 2012-09-11 | 1 | -4/+5 |
* | updated various scripts/components to reflect updated Core invocation for thr... | Chris St. Pierre | 2012-09-05 | 2 | -18/+5 |
* | bcfg2-reports: Point to new settings file | Sol Jerome | 2012-08-29 | 1 | -2/+2 |
* | renamed Bcfg2Py3k to Compat | Chris St. Pierre | 2012-08-27 | 5 | -5/+5 |
* | fixed import/usage of MetadataConsistencyError | Chris St. Pierre | 2012-08-27 | 1 | -4/+3 |
* | bcfg2-info: packagessources/packageresolve fail gracefully if Packages plugin... | Chris St. Pierre | 2012-08-23 | 1 | -0/+6 |
* | fixed lxml.etree.tostring invocations | Chris St. Pierre | 2012-08-22 | 3 | -5/+6 |
* | fixed xml stringification in core, bcfg2 | Chris St. Pierre | 2012-08-21 | 1 | -2/+2 |
* | lots of various py3k fixes | Chris St. Pierre | 2012-08-21 | 3 | -6/+5 |
* | fixed broken XML-RPC retries, made delay configurable | Chris St. Pierre | 2012-08-20 | 1 | -8/+11 |
* | py3k xml fixes | Chris St. Pierre | 2012-08-20 | 1 | -5/+3 |
* | bcfg2-admin: Make help message consistent | Sol Jerome | 2012-08-18 | 1 | -2/+7 |