summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins
Commit message (Collapse)AuthorAgeFilesLines
* added properties element encryptionChris St. Pierre2012-06-062-2/+58
| | | | added bcfg2-crypt utility for encrypting Properties and Cfg files
* PY3K: Refactor input codeSol Jerome2012-06-051-8/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* DBStats: Stop building a ConfigStatistics xmlTim Laszlo2012-06-051-16/+8
| | | | | | Created a load_stat method in impot script. Pass the Statistic data to load_stat instead of building a ConfigStatistics/Node XML root.
* Statistics: missing sys importTim Laszlo2012-06-041-0/+1
|
* DBStats: Add missing sys importSol Jerome2012-06-041-0/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* NagiosGen: Create empty config.xml when missingSol Jerome2012-06-041-1/+15
| | | | | | | This allows new users to get setup more quickly without having to worry about the tweaking capabilities available in config.xml. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed caching of Collection objects; moved bcfg2-info packagesources code ↵Chris St. Pierre2012-06-011-4/+29
| | | | into Collection.py
* fixed return values from toggle_debug xcmdsChris St. Pierre2012-06-011-1/+2
|
* DBStats: New db update routinesTim Laszlo2012-06-011-1/+3
| | | | | | Replace updatefix.py with the Updater class. This streamlines some of the common tasks and groups database updates by release. Upgrades from pre 1.1.x are no longer supported.
* DBStats: Pylint/PEP8 fixesSol Jerome2012-05-251-4/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Pkgmgr: Fix broken altsrcTim Laszlo2012-05-221-4/+6
| | | | | | 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.
* Fix PY3K syntax errorSol Jerome2012-05-211-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Packages: Print more information when a source type fails to loadTim Laszlo2012-05-211-2/+2
| | | | | | | If a yum type is used on python 2.4 and simplejson is not installed, this message is the only error Packages: Unknown source type Yum
* Bundler: Fix genshi importSol Jerome2012-05-211-2/+2
| | | | | | | | | | | | | | Wasn't properly importing genshi previously. >>> import genshi.template.base.TemplateError Traceback (most recent call last): File "<input>", line 1, in <module> ImportError: No module named TemplateError >>> import genshi.template.base >>> genshi.template.base.TemplateError <class 'genshi.template.base.TemplateError'> Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Packages: Unicode-objects must be encoded before hashingSol Jerome2012-05-211-1/+1
| | | | | | Fixes a traceback in PY3K. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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
| | | | Moved list of files to ignore into config
* 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 ↵Chris St. Pierre2012-05-116-73/+53
| | | | to server Core
* 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
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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 ↵Chris St. Pierre2012-05-041-18/+19
| | | | sources listed
* DBStats: Add unpruned entry reporting (#659)Sol Jerome2012-04-271-0/+2
| | | | | | | | | | | | | | | Path type='directory' entries previously had no 'reason' associated with their 'dirty' state. This change adds a database field for unpruned entries which are present in a pruned directory and displays that list in the web reporting interface. There is also a change made to the POSIX client tool which forces it to display the extra entry list when running in interactive mode without debugging enabled. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch 'maint'Sol Jerome2012-04-191-2/+3
| | | | | | | Conflicts: src/sbin/bcfg2-info Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>