Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bcfg2-info: packagessources/packageresolve fail gracefully if Packages ↵ | Chris St. Pierre | 2012-08-23 | 1 | -0/+6 |
| | | | | plugin not enabled | ||||
* | SchemaUpdater: fix sorting of updaters | Tim Laszlo | 2012-08-23 | 1 | -1/+2 |
| | | | | | The updaters were not getting sorted when a new database was created this caused the wronger version to be set on a new database | ||||
* | Init: comment out database setting by default | Tim Laszlo | 2012-08-23 | 1 | -6/+6 |
| | |||||
* | Templatehelper: fixed inclusion of group- and host-specific helpers | Chris St. Pierre | 2012-08-23 | 1 | -1/+1 |
| | |||||
* | finally a relative import fix that works on py2.4 thru 3.2 | Chris St. Pierre | 2012-08-23 | 8 | -8/+40 |
| | |||||
* | removed relative imports from POSIX tools | Chris St. Pierre | 2012-08-23 | 8 | -8/+8 |
| | |||||
* | removed or fixed functools imports | Chris St. Pierre | 2012-08-23 | 4 | -16/+5 |
| | |||||
* | SchemaUpdater: _walk_packages incorrectly used __path__ | Tim Laszlo | 2012-08-22 | 1 | -2/+2 |
| | |||||
* | Metadata: provide all() for py2.4 compat | Chris St. Pierre | 2012-08-22 | 1 | -0/+13 |
| | |||||
* | fixed handling of regex filename patterns in GroupSpool/EntrySet | Chris St. Pierre | 2012-08-22 | 6 | -9/+17 |
| | |||||
* | do not require a priority attribute on InfoXML files at all | Chris St. Pierre | 2012-08-22 | 3 | -7/+7 |
| | |||||
* | fixed determination of repo name from source component name | Chris St. Pierre | 2012-08-22 | 1 | -3/+2 |
| | |||||
* | fixed lxml.etree.tostring invocations | Chris St. Pierre | 2012-08-22 | 13 | -25/+29 |
| | |||||
* | fixed encoding of Cfg files with unicode contents | Chris St. Pierre | 2012-08-22 | 2 | -3/+3 |
| | |||||
* | merged cheetah encoding fixes from maint | Chris St. Pierre | 2012-08-22 | 2 | -3/+5 |
| | |||||
* | Cfg: Fix traceback for unicode templates | Sol Jerome | 2012-08-22 | 1 | -0/+6 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | fixed xml stringification in core, bcfg2 | Chris St. Pierre | 2012-08-21 | 2 | -4/+6 |
| | |||||
* | removed context managers from unit tests | Chris St. Pierre | 2012-08-21 | 1 | -1/+1 |
| | |||||
* | lots of various py3k fixes | Chris St. Pierre | 2012-08-21 | 29 | -113/+104 |
| | |||||
* | div tag ended in the wrong block | Tim Laszlo | 2012-08-21 | 1 | -1/+1 |
| | |||||
* | fixed broken XML-RPC retries, made delay configurable | Chris St. Pierre | 2012-08-20 | 3 | -37/+56 |
| | |||||
* | Proxy: made SSLHTTPConnection object py3k-compatible | Chris St. Pierre | 2012-08-20 | 1 | -13/+17 |
| | |||||
* | Metadata: reduced verbosity of category suppression | Chris St. Pierre | 2012-08-20 | 1 | -1/+8 |
| | |||||
* | py3k unicode fixes | Chris St. Pierre | 2012-08-20 | 2 | -4/+6 |
| | |||||
* | py3k xml fixes | Chris St. Pierre | 2012-08-20 | 3 | -8/+7 |
| | |||||
* | added CmpMixin to provide __cmp__ functionality to py3k | Chris St. Pierre | 2012-08-20 | 3 | -3/+29 |
| | |||||
* | fixed Bcfg2.settings if django not available | Chris St. Pierre | 2012-08-20 | 1 | -1/+1 |
| | |||||
* | fixed syntax error | Chris St. Pierre | 2012-08-20 | 1 | -1/+1 |
| | |||||
* | do not prompt to install entries that are not handled by any tool (#1051) | Chris St. Pierre | 2012-08-20 | 1 | -36/+39 |
| | |||||
* | removed debugging junk | Chris St. Pierre | 2012-08-20 | 1 | -3/+0 |
| | |||||
* | ensure that ACL entries can be parsed without error even without pylibacl | Chris St. Pierre | 2012-08-20 | 1 | -1/+1 |
| | |||||
* | removed excess newlines from interactive prompt diffs | Chris St. Pierre | 2012-08-20 | 1 | -1/+1 |
| | |||||
* | removing Cfg-specific behavior from EntrySet | Chris St. Pierre | 2012-08-20 | 1 | -1/+1 |
| | |||||
* | fixed diffs of unicode files | Chris St. Pierre | 2012-08-20 | 1 | -3/+3 |
| | |||||
* | fixed EntrySet.best_matching() | Chris St. Pierre | 2012-08-20 | 2 | -15/+15 |
| | |||||
* | added --version argument to everything that uses Bcfg2.Options (#1044) | Chris St. Pierre | 2012-08-20 | 1 | -1/+23 |
| | |||||
* | Bundler: Add logger for BundleTemplateFile | Sol Jerome | 2012-08-18 | 1 | -5/+7 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-admin: Make help message consistent | Sol Jerome | 2012-08-18 | 1 | -2/+7 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-info: Fix traceback when (mis)using profile | Sol Jerome | 2012-08-18 | 1 | -0/+3 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-info: Fix 'groups' command | Sol Jerome | 2012-08-18 | 1 | -10/+6 |
| | | | | | | | There used to be an additional "Contains" column but I was unable to determine what it was used for (and it doesn't work). Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Admin/Init: Fix auto-generated clients.xml | Sol Jerome | 2012-08-16 | 1 | -3/+4 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | fixed some egregiously wrong Options tests | Chris St. Pierre | 2012-08-16 | 1 | -11/+10 |
| | |||||
* | fix for missing ACL libs | Chris St. Pierre | 2012-08-16 | 1 | -4/+6 |
| | |||||
* | bcfg2-lint: fixed errors in TemplateHelper lint plugin | Chris St. Pierre | 2012-08-16 | 1 | -3/+3 |
| | |||||
* | Bcfg2.settings: bcfg2-web.conf is the default, unless bcfg2-web.conf doesn't ↵ | Chris St. Pierre | 2012-08-16 | 4 | -24/+33 |
| | | | | exit and bcfg2.conf does | ||||
* | POSIX: added tests, fixes for File._get_diffs | Chris St. Pierre | 2012-08-16 | 1 | -9/+10 |
| | |||||
* | increase default console log level for bcfg2-server | Chris St. Pierre | 2012-08-16 | 1 | -1/+6 |
| | |||||
* | Reports: quiet debugging info from importscript.py | Chris St. Pierre | 2012-08-16 | 1 | -1/+1 |
| | |||||
* | FileProbes: fixed bug introduced by Cfg rewrite | Chris St. Pierre | 2012-08-16 | 2 | -7/+16 |
| | |||||
* | Core: fixed error message bug | Chris St. Pierre | 2012-08-16 | 1 | -1/+1 |
| |