Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added feature to allow clients to declare their version to server | Chris St. Pierre | 2012-07-11 | 5 | -47/+215 |
| | |||||
* | small bug fixes | Chris St. Pierre | 2012-07-10 | 2 | -2/+2 |
| | |||||
* | Add IPv6 support | Sol Jerome | 2012-07-08 | 3 | -6/+26 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | try to get details about a genshi error | Chris St. Pierre | 2012-07-05 | 1 | -4/+61 |
| | |||||
* | allow selection of preferred python interpreter | Chris St. Pierre | 2012-07-05 | 2 | -18/+51 |
| | |||||
* | added selinux support | Chris St. Pierre | 2012-07-03 | 10 | -480/+1402 |
| | |||||
* | fixed yumng verify_flags option handling | Chris St. Pierre | 2012-06-26 | 1 | -2/+7 |
| | |||||
* | unified [Single]XMLFileBacked, enabled xinclude pretty much everywhere | Chris St. Pierre | 2012-06-25 | 10 | -100/+53 |
| | |||||
* | fixed changed events in Cfg; stringification of FAM objects | Chris St. Pierre | 2012-06-21 | 2 | -1/+2 |
| | |||||
* | added ability to disable Properties write-back | Chris St. Pierre | 2012-06-19 | 1 | -20/+28 |
| | |||||
* | added automatch to automatically invoke XMLMatch() on Properties files | Chris St. Pierre | 2012-06-19 | 1 | -2/+10 |
| | |||||
* | added XMLMatch() method of StructFile to resolve Group/Client tags ↵ | Chris St. Pierre | 2012-06-19 | 1 | -17/+52 |
| | | | | recursively and return an XML document | ||||
* | fixed decryption of Properties files | Chris St. Pierre | 2012-06-19 | 1 | -6/+7 |
| | |||||
* | fixed typo in Packages end_statistics hook | Chris St. Pierre | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | merged maint | Chris St. Pierre | 2012-06-19 | 11 | -142/+178 |
|\ | |||||
| * | 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 | 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 |
| | | |||||
| * | 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> | ||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 support for encrypting different elements in a single Properties file ↵ | Chris St. Pierre | 2012-06-15 | 2 | -140/+170 |
| | | | | | | | | with different passphrases | ||||
* | | fixed option alignment issues | Chris St. Pierre | 2012-06-15 | 4 | -21/+20 |
| | | |||||
* | | DBStats: Load entries in bulk | Tim Laszlo | 2012-06-15 | 1 | -4/+13 |
| | | | | | | | | | | Improve load time by fetching all entries at once instead of individually. | ||||
* | | DBStats: remove vlevel from _fetch_reason | Tim Laszlo | 2012-06-15 | 1 | -2/+1 |
| | | |||||
* | | DBStats: add unique contraints for entries | Tim Laszlo | 2012-06-15 | 1 | -0/+3 |
| | | | | | | | | In the Entries model, name and kind should be unique. |