| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | bcfg2-info: Fix traceback when (mis)using profile | Sol Jerome | 2012-08-18 | 1 | -0/+3 |
* | bcfg2-info: Fix 'groups' command | Sol Jerome | 2012-08-18 | 1 | -10/+6 |
* | fixed bug with setting debug level in client | Chris St. Pierre | 2012-08-16 | 1 | -2/+2 |
* | made logging levels more consistent in a few places | Chris St. Pierre | 2012-08-15 | 2 | -6/+14 |
* | Removed deprecated plugins BB, Svcmgr, SGenshi | Chris St. Pierre | 2012-08-15 | 1 | -2/+2 |
* | made logging to syslog configurable and default for all logging | Chris St. Pierre | 2012-08-15 | 5 | -9/+16 |
* | Merge branch 'tests' | Chris St. Pierre | 2012-08-15 | 2 | -9/+9 |
|\ |
|
| * | print function fixes | Chris St. Pierre | 2012-08-15 | 2 | -9/+9 |
* | | fixed IPython debug shell for older IPython | Chris St. Pierre | 2012-08-15 | 1 | -1/+1 |
* | | Remove bcfg2-ping-sweep | Sol Jerome | 2012-08-13 | 1 | -70/+0 |
* | | bcfg2-crypt: Prevent traceback when missing M2Crypto | Sol Jerome | 2012-08-13 | 1 | -1/+7 |
|/ |
|
* | sbin/bcfg2-server: Remove useless import | Tim Laszlo | 2012-08-07 | 1 | -1/+0 |
* | Revert "removed Bcfg2.Client.XML abstraction layer since we depend directly o... | Chris St. Pierre | 2012-08-06 | 1 | -16/+16 |
* | removed Bcfg2.Client.XML abstraction layer since we depend directly on lxml.e... | Chris St. Pierre | 2012-08-03 | 1 | -16/+16 |
* | made yum Packages backend support resolving by version (#1112) | Chris St. Pierre | 2012-08-03 | 1 | -123/+65 |
* | batch up get_group calls in Packages to improve performance (#1101) | Chris St. Pierre | 2012-08-01 | 1 | -1/+12 |
* | Metadata and other improvements: | Chris St. Pierre | 2012-07-30 | 1 | -6/+7 |
* | better formatting, display categories in bcfg2-info showclient | Chris St. Pierre | 2012-07-26 | 1 | -8/+21 |