summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins
Commit message (Expand)AuthorAgeFilesLines
* added end_statistics hook to ClientRunHooks; added calls to Packages and Pupp...Chris St. Pierre2012-06-122-0/+6
* added support for Puppet External Node ClassifiersChris St. Pierre2012-06-121-0/+117
* converted Trigger to use ClientRunHooks instead of abusing Statistics; fix ma...Chris St. Pierre2012-06-121-28/+37
* converted Packages to use ClientRunHooks instead of abusing GoalValidatorChris St. Pierre2012-06-121-7/+5
* Probes: Handle write failures betterTim Laszlo2012-06-061-1/+1
* DBStats: Save interaction metadataTim Laszlo2012-06-061-1/+1
* added properties element encryptionChris St. Pierre2012-06-062-2/+58
* PY3K: Refactor input codeSol Jerome2012-06-051-8/+1
* DBStats: Stop building a ConfigStatistics xmlTim Laszlo2012-06-051-16/+8
* Statistics: missing sys importTim Laszlo2012-06-041-0/+1
* DBStats: Add missing sys importSol Jerome2012-06-041-0/+1
* NagiosGen: Create empty config.xml when missingSol Jerome2012-06-041-1/+15
* fixed docs, code that referenced old yum section of packages.confChris St. Pierre2012-06-041-1/+1
* Packages: Fix unexpected indentSol Jerome2012-06-011-1/+1
* fixed caching of Collection objects; moved bcfg2-info packagesources code int...Chris St. Pierre2012-06-011-4/+29
* fixed return values from toggle_debug xcmdsChris St. Pierre2012-06-011-1/+2
* DBStats: New db update routinesTim Laszlo2012-06-011-1/+3
* DBStats: Pylint/PEP8 fixesSol Jerome2012-05-251-4/+6
* Pkgmgr: Fix broken altsrcTim Laszlo2012-05-221-4/+6
* Fix PY3K syntax errorSol Jerome2012-05-211-1/+2
* Packages: Print more information when a source type fails to loadTim Laszlo2012-05-211-2/+2
* Bundler: Fix genshi importSol Jerome2012-05-211-2/+2
* Packages: Unicode-objects must be encoded before hashingSol Jerome2012-05-211-1/+1
* more fixes for missing genshiChris St. Pierre2012-05-211-18/+11
* fixes for missing genshiChris St. Pierre2012-05-212-4/+4
* fixed tb when genshi is not installedChris St. Pierre2012-05-211-0/+1
* fixed some stringification issuesChris St. Pierre2012-05-182-1/+4
* Added inotify filemonitor driverChris St. Pierre2012-05-181-11/+10
* CfgLegacyInfo: Missing path attributeTim Laszlo2012-05-181-0/+4
* Allow Cfg loader to work with python 2.4Tim Laszlo2012-05-181-1/+13
* fixed encrypted genshi/cheetah generatorsChris St. Pierre2012-05-176-30/+29
* added Cfg drivers for encrypted genshi/cheetah templatesChris St. Pierre2012-05-163-17/+71
* add_option properly adds an option to OptionParser after initial parsingChris St. Pierre2012-05-161-1/+1
* Added ability to store Cfg files with AES encryptionChris St. Pierre2012-05-151-0/+54
* merged maintChris St. Pierre2012-05-1511-20/+58
* fixed bug in list_accept_choices in CfgChris St. Pierre2012-05-141-1/+1
* added ability to disable Cfg file validationChris St. Pierre2012-05-111-22/+32
* moved plugin-specific configs to main config file; propagate "setup" object t...Chris St. Pierre2012-05-116-73/+53
* added short-lived caching of Packages Collection objectsChris St. Pierre2012-05-112-19/+54
* remove extraneous assignment of package versionChris St. Pierre2012-05-111-1/+0
* set important on yum/apt config generated by PackagesChris St. Pierre2012-05-101-5/+6
* added support for validating Cfg file contents using external commandsChris St. Pierre2012-05-096-68/+158
* fixed return value check in diff filterChris St. Pierre2012-05-091-1/+1
* fixed more bcfg2-lint plugins for Cfg modularizationChris St. Pierre2012-05-091-0/+1
* fixed bcfg2-lint Deltas pluginChris St. Pierre2012-05-092-2/+2
* modularized CfgChris St. Pierre2012-05-089-293/+534
* PY3K: Get server code working againSol Jerome2012-05-051-5/+10
* add essentialpkgs to all Source objectsChris St. Pierre2012-05-042-1/+1
* better support for re-reading packages.conf (and SimpleConfigs in general)Chris St. Pierre2012-05-042-13/+22
* fixed repo name generationChris St. Pierre2012-05-041-2/+3