Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | more unit test fixes | Chris St. Pierre | 2012-08-20 | 1 | -30/+6 |
| | |||||
* | reworked some Metadata tests to be more consistent | Chris St. Pierre | 2012-08-20 | 1 | -77/+87 |
| | |||||
* | 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 |
| | |||||
* | install django < 1.4 for unit tests | Chris St. Pierre | 2012-08-20 | 1 | -1/+1 |
| | |||||
* | removing Cfg-specific behavior from EntrySet | Chris St. Pierre | 2012-08-20 | 2 | -3/+1 |
| | |||||
* | fixed diffs of unicode files | Chris St. Pierre | 2012-08-20 | 2 | -5/+30 |
| | |||||
* | fixed EntrySet.best_matching() | Chris St. Pierre | 2012-08-20 | 3 | -35/+33 |
| | |||||
* | 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 | 2 | -71/+173 |
| | |||||
* | install django for testing | Chris St. Pierre | 2012-08-16 | 1 | -0/+1 |
| | |||||
* | minor test fixes | Chris St. Pierre | 2012-08-16 | 4 | -39/+67 |
| | |||||
* | fix for missing ACL libs | Chris St. Pierre | 2012-08-16 | 1 | -4/+6 |
| | |||||
* | travis-ci can't install pylibacl | Chris St. Pierre | 2012-08-16 | 1 | -1/+0 |
| | |||||
* | attempt to get travis-ci working | Chris St. Pierre | 2012-08-16 | 2 | -0/+15 |
| | |||||
* | bcfg2-lint: fixed errors in TemplateHelper lint plugin | Chris St. Pierre | 2012-08-16 | 1 | -3/+3 |
| | |||||
* | bcfg2.spec: Fix rpmbuild errors | Sol Jerome | 2012-08-16 | 1 | -2/+0 |
| | | | | | | The egg-info files are built on versions < 2.5 also. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | 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 | ||||
* | made POSIX subtool tests inherit from base POSIX tool tests | Chris St. Pierre | 2012-08-16 | 8 | -99/+96 |
| | |||||
* | use common test libs for POSIX tests | Chris St. Pierre | 2012-08-16 | 8 | -77/+42 |
| | |||||
* | POSIX: added tests, fixes for File._get_diffs | Chris St. Pierre | 2012-08-16 | 5 | -16/+105 |
| | |||||
* | 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 |
| | |||||
* | fixed bug with setting debug level in client | Chris St. Pierre | 2012-08-16 | 1 | -2/+2 |
| | |||||
* | fix _verify_metadata() when selinux libs not installed | Chris St. Pierre | 2012-08-16 | 2 | -25/+36 |
| | |||||
* | made logging levels more consistent in a few places | Chris St. Pierre | 2012-08-15 | 4 | -11/+19 |
| | |||||
* | SchemaUpdater: improved error handling | Chris St. Pierre | 2012-08-15 | 2 | -16/+27 |
| | |||||
* | Core: Catch attribute errors. Allow loading submodules | Tim Laszlo | 2012-08-15 | 1 | -2/+6 |
| | |||||
* | added bcfg2-crypt to specfile | Chris St. Pierre | 2012-08-15 | 1 | -0/+1 |
| | |||||
* | added tools/ as doc for bcfg2-server RPM | Chris St. Pierre | 2012-08-15 | 1 | -2/+8 |
| | |||||
* | Version bump to 1.2.3 | Sol Jerome | 2012-08-15 | 10 | -11/+18 |
| | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: misc/bcfg2.spec setup.py | ||||
* | fixed regex for encoding in info/:info files | Chris St. Pierre | 2012-08-15 | 1 | -1/+1 |
| | |||||
* | added tool to convert from :info/info to info.xml | Chris St. Pierre | 2012-08-15 | 1 | -0/+45 |
| | |||||
* | updated docs to reflect deprecation of info/:info | Chris St. Pierre | 2012-08-15 | 3 | -26/+42 |
| | |||||
* | InfoXML bcfg2-lint plugin warns about deprecated :info/info files | Chris St. Pierre | 2012-08-15 | 1 | -16/+27 |
| | |||||
* | removed print statements | Chris St. Pierre | 2012-08-15 | 13 | -55/+24 |
| | |||||
* | deprecated TGenshi and TCheetah | Chris St. Pierre | 2012-08-15 | 2 | -0/+2 |
| |