summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* improved some error messages; only setup pulp connection if there are pulp so...Chris St. Pierre2012-05-041-18/+19
* DBStats: Add unpruned entry reporting (#659)Sol Jerome2012-04-271-0/+2
* Merge branch 'maint'Sol Jerome2012-04-191-2/+3
* better error reportingChris St. Pierre2012-04-182-27/+38
* Merge branch 'add-essential-pkgs'Sol Jerome2012-04-174-4/+15
|\
| * Packages: Add Essential packages to specification (#1084)Sol Jerome2012-04-174-4/+15
* | better TGenshi error messagesChris St. Pierre2012-04-131-2/+4
* | improved error reporting in a few placesChris St. Pierre2012-04-131-4/+2
* | fixed xincludes to properly handle includes-in-includes, includes that aren't...Chris St. Pierre2012-04-112-13/+22
|/
* Pac: Fix copy/paste typoSol Jerome2012-04-011-4/+3
* PY3K: Fix exception handling for #1080Sol Jerome2012-03-311-1/+2
* Packages: Add support for alternate version attributeSol Jerome2012-03-291-2/+6
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-2449-0/+7858