Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version bump to 1.2.3v1.2.3 | Sol Jerome | 2012-07-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Cfg: Fix traceback for unicode templates | Sol Jerome | 2012-07-02 | 2 | -4/+16 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | YUMng: Fix DBStats hooks for centos5 | Tim Laszlo | 2012-06-19 | 1 | -3/+3 |
| | | | | | On centos5 the hooks raise a TypeError. Replacing the keys with attributes. | ||||
* | Adding DB2 support for Statistics | John 'Skip' Reddy | 2012-06-19 | 1 | -0/+3 |
| | | | | | Adding DB2 support for Statistics, following guidance from http://code.google.com/p/ibm-db/wiki/ibm_db_django_README | ||||
* | Adding DBStats hooks into YUMng | John 'Skip' Reddy | 2012-06-19 | 1 | -0/+7 |
| | | | | | YUMng did not have any hooks to save data via the DBStats plugin, so no statistics have been saved. | ||||
* | really fixed ProbeData init | Chris St. Pierre | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | fixed ProbeData.__new__ to actually return something | Chris St. Pierre | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | fix ProbeData inheritance from str | Chris St. Pierre | 2012-06-14 | 1 | -0/+3 |
| | |||||
* | DBStats: watch for missing work queue | Tim Laszlo | 2012-06-14 | 1 | -2/+2 |
| | | | | (cherry picked from commit d0555789f2af89817b4bf50a4d88e98ad6c20730) | ||||
* | fixed ProbeData object to actually be a str, not just try (and fail) to ↵ | Chris St. Pierre | 2012-06-13 | 1 | -42/+8 |
| | | | | imitate one | ||||
* | improved SSLCA verification routines and logging | Chris St. Pierre | 2012-06-13 | 1 | -13/+29 |
| | |||||
* | removed extraneous debugging calls | Chris St. Pierre | 2012-06-12 | 1 | -2/+0 |
| | |||||
* | fixed major security flaw in Trigger plugin | Chris St. Pierre | 2012-06-12 | 1 | -15/+25 |
| | |||||
* | NagiosGen: Catch name resolution errors | Sol Jerome | 2012-06-01 | 1 | -1/+6 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | DBStats: Fix missing sys import | Sol Jerome | 2012-05-25 | 1 | -0/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | backported option to make Packages plugin set version="any" | Sol Jerome | 2012-05-24 | 1 | -3/+6 |
| | |||||
* | added ability to specify arbitrary repository options to Packages | Chris St. Pierre | 2012-05-23 | 2 | -1/+19 |
| | |||||
* | Pkgmgr: Fix broken altsrc | Tim Laszlo | 2012-05-22 | 2 | -4/+9 |
| | | | | | | Use __contains__ instead of has_key in Pkgmgr. Gone in Py3k. Fallback on __getitem__ in PrioDir. Handles cased with an override for __getitem__ is used. | ||||
* | minor cleanup | Chris St. Pierre | 2012-05-22 | 1 | -4/+3 |
| | |||||
* | use provided logger throughout POSIX driver, to make bcfg2-info builddir quieter | Chris St. Pierre | 2012-05-22 | 1 | -19/+29 |
| | |||||
* | set type on Path entries handled by SSLCA | Chris St. Pierre | 2012-05-21 | 1 | -0/+2 |
| | |||||
* | handle package sources without packages for an applicable client arch more ↵ | Chris St. Pierre | 2012-05-21 | 1 | -0/+4 |
| | | | | gracefully | ||||
* | made SSLCA respect info.xml | Chris St. Pierre | 2012-05-21 | 2 | -41/+46 |
| | |||||
* | random names for repos without obvious names breaks ability to use a single ↵ | Chris St. Pierre | 2012-05-16 | 2 | -8/+4 |
| | | | | cache for multiple clients | ||||
* | strip whitespace from one more XML parse | Chris St. Pierre | 2012-05-16 | 1 | -4/+3 |
| | |||||
* | use whitespace-stripping XML parser in base plugins | Chris St. Pierre | 2012-05-16 | 1 | -3/+7 |
| | |||||
* | Packages: Fix URLError handling (Reported by dikim33 on IRC) | Sol Jerome | 2012-05-15 | 2 | -1/+8 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | added len() to PackagesSources object | Chris St. Pierre | 2012-05-15 | 1 | -0/+3 |
| | |||||
* | use XML parser that strips whitespace to avoid xml concatenation ↵ | Chris St. Pierre | 2012-05-15 | 11 | -24/+52 |
| | | | | pretty_print issue | ||||
* | disabling metadata implies disabling the resolver | Chris St. Pierre | 2012-05-07 | 1 | -0/+4 |
| | |||||
* | check for bcfg2-yum-helper in $PATH first | Chris St. Pierre | 2012-05-04 | 1 | -2/+16 |
| | |||||
* | better support for re-reading packages.conf (and SimpleConfigs in general) | Chris St. Pierre | 2012-05-04 | 3 | -15/+32 |
| | |||||
* | fixed repo name generation | Chris St. Pierre | 2012-05-04 | 1 | -2/+3 |
| | |||||
* | 5ea25b9... improved some error messages; only setup pulp connection if there ↵ | Chris St. Pierre | 2012-05-04 | 1 | -19/+20 |
| | | | | are pulp sources listed | ||||
* | improved error reporting in a few places | Chris St. Pierre | 2012-05-04 | 3 | -7/+7 |
| | |||||
* | better error reporting | Chris St. Pierre | 2012-05-04 | 2 | -27/+38 |
| | |||||
* | fixed total think-o in ProxyError | Chris St. Pierre | 2012-05-04 | 1 | -1/+1 |
| | |||||
* | better error message from bcfg2-info on no matching generator | Chris St. Pierre | 2012-05-04 | 1 | -1/+2 |
| | |||||
* | fixed confusing error message | Chris St. Pierre | 2012-05-04 | 1 | -2/+2 |
| | |||||
* | 9cd1a68... cleaner handling of line-wrapping in bcfg2-lint | Chris St. Pierre | 2012-05-04 | 1 | -9/+7 |
| | |||||
* | made Deltas and Genshi lint plugins respect command-line filelist | Chris St. Pierre | 2012-05-04 | 2 | -7/+8 |
| | |||||
* | make bcfg2-lint warn about .cat and .diff files | Chris St. Pierre | 2012-05-04 | 2 | -2/+25 |
| | |||||
* | merged 0106905... added ability to pass options to nose, ignore tests, test ↵ | Chris St. Pierre | 2012-05-04 | 1 | -1/+11 |
| | | | | specific clients to bcfg2-test | ||||
* | bcfg2-info: Fix packagesources command | Sol Jerome | 2012-04-19 | 1 | -2/+3 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Fixed launchd to correctly parse label from plist, and added a warning when ↵ | Luke Cyca | 2012-04-16 | 1 | -3/+4 |
| | | | | it can't be parsed. | ||||
* | MacPorts now respects version="any" and logs version mismatches like other ↵ | Luke Cyca | 2012-04-16 | 1 | -1/+8 |
| | | | | plugins. | ||||
* | Fixed MacPorts pkgtool tuple and cleaned up logger output | Luke Cyca | 2012-04-13 | 1 | -2/+2 |
| | |||||
* | launchd: Remove popen2 calls | Sol Jerome | 2012-03-27 | 1 | -18/+32 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Cfg: Fix logger calls | Sol Jerome | 2012-03-23 | 1 | -6/+6 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | suppress warning about probed.xml | Chris St. Pierre | 2012-03-23 | 1 | -0/+10 |
| |