Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version bump to 1.2.3v1.2.3 | Sol Jerome | 2012-07-03 | 10 | -12/+18 |
| | | | | 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. | ||||
* | fixed import | Chris St. Pierre | 2012-06-19 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | better error message from bcfg2-info packagesources without a hostname | Chris St. Pierre | 2012-06-14 | 1 | -0/+3 |
| | |||||
* | 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 | 2 | -14/+36 |
| | |||||
* | 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 |
| | |||||
* | fixed bcfg2-info buildall without -f | Chris St. Pierre | 2012-06-04 | 1 | -1/+2 |
| | |||||
* | 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> | ||||
* | doc: Fix client tool driver name (reported by m4z on IRC) | Sol Jerome | 2012-05-24 | 1 | -1/+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 | 4 | -1/+56 |
| | |||||
* | solaris: Fix permissions on bcfg2 executable | Sol Jerome | 2012-05-23 | 1 | -0/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | solaris: Fix build errors | Sol Jerome | 2012-05-23 | 2 | -3/+3 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | 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. | ||||
* | bcfg2.spec: Move python-nose dependency to bcfg2-server | Tim Laszlo | 2012-05-22 | 1 | -1/+1 |
| | |||||
* | minor cleanup | Chris St. Pierre | 2012-05-22 | 1 | -4/+3 |
| | |||||
* | bcfg2-info builddir requires "interactive" flag | Chris St. Pierre | 2012-05-22 | 1 | -21/+20 |
| | |||||
* | use provided logger throughout POSIX driver, to make bcfg2-info builddir quieter | Chris St. Pierre | 2012-05-22 | 1 | -19/+29 |
| | |||||
* | added -f flag to bcfg2-info buildall | Chris St. Pierre | 2012-05-22 | 1 | -7/+15 |
| | |||||
* | 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 | 3 | -45/+55 |
| | |||||
* | fixed bug in FileProbes doco | Chris St. Pierre | 2012-05-17 | 1 | -1/+1 |
| | |||||
* | fixed doco bugs | Chris St. Pierre | 2012-05-17 | 1 | -3/+3 |
| | |||||
* | 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 | 2 | -2/+9 |
| | |||||
* | check for bcfg2-yum-helper in $PATH first | Chris St. Pierre | 2012-05-04 | 2 | -6/+21 |
| | |||||
* | 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 | ||||
* | e89e879... bcfg2-test requires nose | Chris St. Pierre | 2012-05-04 | 3 | -1/+3 |
| | |||||
* | 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 |
| | |||||
* | rhel doesn't recognize Recommends tag either | Chris St. Pierre | 2012-05-04 | 1 | -2/+2 |
| | |||||
* | fixed total think-o in ProxyError | Chris St. Pierre | 2012-05-04 | 1 | -1/+1 |
| |