Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed broken Revision stuff from bcfg2-info | Chris St. Pierre | 2012-04-13 | 1 | -8/+1 |
| | |||||
* | added ability to pass options to nose, ignore tests, test specific clients ↵ | Chris St. Pierre | 2012-04-13 | 2 | -28/+86 |
| | | | | to bcfg2-test | ||||
* | better TGenshi error messages | Chris St. Pierre | 2012-04-13 | 1 | -2/+4 |
| | |||||
* | added ability to query bcfg2-info for version | Chris St. Pierre | 2012-04-13 | 1 | -23/+27 |
| | |||||
* | do not set django TIME_ZONE except in 1.2+ | Chris St. Pierre | 2012-04-13 | 1 | -4/+4 |
| | |||||
* | improved error reporting in a few places | Chris St. Pierre | 2012-04-13 | 3 | -7/+7 |
| | |||||
* | fixed xincludes to properly handle includes-in-includes, includes that ↵ | Chris St. Pierre | 2012-04-11 | 3 | -23/+47 |
| | | | | aren't top-level, and other misc. stuff | ||||
* | fixed mode of bcfg2-test | Chris St. Pierre | 2012-04-09 | 1 | -0/+0 |
| | |||||
* | Remove fprint in favor of cleaner setup.py | Sol Jerome | 2012-04-04 | 3 | -15/+2 |
| | | | | | | | We only used the new fancy file printing function in one place, but it caused massive ugliness in setup.py. Easier to use file.write() for now. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Merge branch 'fix-reports' | Sol Jerome | 2012-04-02 | 2 | -9/+87 |
|\ | |||||
| * | Reports: Remove client_version database column | Sol Jerome | 2012-03-31 | 2 | -9/+87 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | Options: Don't display empty help messages | Sol Jerome | 2012-04-02 | 1 | -1/+6 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | bcfg2-admin: Remove duplicate 'Usage' | Sol Jerome | 2012-04-02 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | made bcfg2-info work with newer IPython | Chris St. Pierre | 2012-04-02 | 1 | -2/+7 |
| | | |||||
* | | Pac: Fix copy/paste typo | Sol Jerome | 2012-04-01 | 1 | -4/+3 |
|/ | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | PY3K: Fix exception handling for #1080 | Sol Jerome | 2012-03-31 | 3 | -3/+6 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Packages: Add support for alternate version attribute | Sol Jerome | 2012-03-29 | 1 | -2/+6 |
| | | | | | | | Patch from odenbach on IRC. Allows for setting version="any" by default on entries bound by the Packages plugin. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | gentoo: Add enhanced Portage client tool (#1086) | Sol Jerome | 2012-03-27 | 1 | -25/+79 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Remove unused client_version from reports | Sol Jerome | 2012-03-26 | 3 | -4/+0 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Allow to run directly from a git checkout (#1037) | Sol Jerome | 2012-03-24 | 210 | -125/+125 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Merge branch 'maint' | Sol Jerome | 2012-03-24 | 1 | -6/+6 |
|\ | |||||
| * | Cfg: Fix logger calls | Sol Jerome | 2012-03-23 | 1 | -6/+6 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | added TemplateHelper plugin to easily provide convenience methods to templates | Chris St. Pierre | 2012-03-23 | 2 | -2/+86 |
| | | |||||
* | | Merge branch 'maint' | Sol Jerome | 2012-03-23 | 6 | -57/+95 |
|\| | |||||
| * | suppress warning about probed.xml | Chris St. Pierre | 2012-03-23 | 1 | -0/+10 |
| | | |||||
| * | fixed SimpleConfig for py3k | Chris St. Pierre | 2012-03-22 | 1 | -11/+16 |
| | | |||||
| * | fixed automatic handling of GPGKeys | Chris St. Pierre | 2012-03-21 | 1 | -23/+41 |
| | | |||||
| * | fixed debug output from bcfg2-yum-helper | Chris St. Pierre | 2012-03-21 | 1 | -4/+2 |
| | | |||||
| * | removed unnecessary code | Chris St. Pierre | 2012-03-20 | 1 | -16/+14 |
| | | |||||
| * | Bundler: Remove excess code | Sol Jerome | 2012-03-20 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
| * | Bundler: Fix tb from missing Bundle (Reported by jgd on IRC) | Sol Jerome | 2012-03-20 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
| * | Cfg: Add debug_log method to CfgEntrySet | Sol Jerome | 2012-03-20 | 1 | -0/+4 |
| | | | | | | | | | | | | Prevents a traceback from happening because this method was missing. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
| * | Pkgmgr: Fix DeprecationWarning (reported by odenbach on IRC) | Sol Jerome | 2012-03-19 | 1 | -2/+5 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | organized testsuite to mirror src | Chris St. Pierre | 2012-03-20 | 2 | -315/+297 |
| | | | | | | | | | | | | | | updated TestOptions removed terrifically out-of-date TestFrame and TestPlugin wrote unit tests for Metadata plugin various tweaks and bugfixes for Metadata plugin | ||||
* | | Merge branch 'fix-svn-keywords' | Sol Jerome | 2012-03-17 | 86 | -133/+2 |
|\ \ | |||||
| * | | Remove svn keywords | Sol Jerome | 2012-02-19 | 86 | -133/+2 |
| | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | | Merge branch 'remove-python23' | Sol Jerome | 2012-03-17 | 4 | -22/+0 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Remove python2.3 compatibility code | Sol Jerome | 2012-02-20 | 4 | -22/+0 |
| | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | | Version bump to 1.2.2v1.2.2 | Sol Jerome | 2012-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | | Options: Better fix for unreadable bcfg2.conf | Sol Jerome | 2012-03-17 | 1 | -11/+8 |
| | | | | | | | | | | | | | | | | | | | | | We still may be glossing over a few errors in the try/except block, but this should warn properly when bcfg2 is unable to read bcfg2.conf. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | | filter out characters yum dislikes in repo names | Chris St. Pierre | 2012-03-15 | 1 | -3/+7 |
| | | | |||||
* | | | fixed logging, deduplicated code in FileProbes | Chris St. Pierre | 2012-03-14 | 1 | -70/+77 |
| | | | |||||
* | | | make EntrySet gracefully handle bogus 'changed' events from FAM | Chris St. Pierre | 2012-03-14 | 1 | -0/+6 |
| | | | |||||
* | | | fixed print() calls in Cfg | Chris St. Pierre | 2012-03-14 | 1 | -10/+10 |
| | | | |||||
* | | | make Trigger ignore temp files, VCS metadata | Chris St. Pierre | 2012-03-14 | 1 | -3/+10 |
| | | | |||||
* | | | killing FileProbes because a file fetch failed is probably not ideal | Chris St. Pierre | 2012-03-13 | 1 | -1/+0 |
| | | | |||||
* | | | added debugging about ssh_known_hosts cache invalidation to SSHbase | Chris St. Pierre | 2012-03-13 | 1 | -0/+4 |
| | | | |||||
* | | | set default debuglevel for Packages yum configs, add debug output from ↵ | Chris St. Pierre | 2012-02-23 | 1 | -0/+6 |
|/ / | | | | | | | bcfg2-yum-helper | ||||
* / | handle bogus FAM deleted events gracefully | Chris St. Pierre | 2012-02-16 | 1 | -1/+4 |
|/ | |||||
* | catch error if Packages plugin lacks permissions to create cachedir | Chris St. Pierre | 2012-02-06 | 1 | -1/+6 |
| |