summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2
Commit message (Collapse)AuthorAgeFilesLines
* merged maintChris St. Pierre2012-05-1514-48/+68
|\
| * use XML parser that strips whitespace to avoid xml concatenation ↵Chris St. Pierre2012-05-151-20/+0
| | | | | | | | pretty_print issue
* | fixed event handling for bcfg2.confChris St. Pierre2012-05-151-1/+1
| |
* | fixed OptionParser FAM race conditionChris St. Pierre2012-05-141-1/+5
| |
* | fixed bug in list_accept_choices in CfgChris St. Pierre2012-05-141-1/+1
| |
* | reports: Fix typoSol Jerome2012-05-131-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | added ability to disable Cfg file validationChris St. Pierre2012-05-112-23/+43
| |
* | moved plugin-specific configs to main config file; propagate "setup" object ↵Chris St. Pierre2012-05-1110-166/+131
| | | | | | | | 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
| |
* | reports: Fix traceback reported by Rodney YoungSol Jerome2012-05-111-2/+12
| | | | | | | | | | | | | | Previously left out a check for whether the column exists when using MySQL. We will probably eventually need checks for other db types as well. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | reports: Fix traceback when missing python db modulesSol Jerome2012-05-101-1/+10
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | set important on yum/apt config generated by PackagesChris St. Pierre2012-05-101-5/+6
| |
* | reports: Fix unpruned entries displaySol Jerome2012-05-092-2/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | 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 MergeFiles bcfg2-lint pluginChris St. Pierre2012-05-091-1/+4
| |
* | fixed more bcfg2-lint plugins for Cfg modularizationChris St. Pierre2012-05-093-20/+26
| |
* | fixed bcfg2-lint Deltas pluginChris St. Pierre2012-05-093-9/+9
| |
* | modularized CfgChris St. Pierre2012-05-0811-307/+566
| |
* | Options: Change default paranoid setting to 'true'Sol Jerome2012-05-071-1/+1
| | | | | | | | | | | | | | This makes setting up paranoid mode easier while silencing bcfg2-lint errors. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | reports: Fix bcfg2-admin reports initSol Jerome2012-05-061-1/+7
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | reports: Remove indexes for nonexistent tablesSol Jerome2012-05-061-3/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | reports: Add fine-grained filter for 'bad' clientsSol Jerome2012-05-064-39/+74
| | | | | | | | | | | | | | | | This filter introduces percentages which should help administrators to quickly visually see where they should focus their time. The worse the percentage of bad/total entries, the darker the color of the client. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | reports: More pylint/pep8 fixesSol Jerome2012-05-061-3/+6
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | reports: Pylint fixesSol Jerome2012-05-061-69/+71
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | reports: Remove unused importSol Jerome2012-05-061-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | PY3K: Get server code working againSol Jerome2012-05-055-13/+24
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | merged maint to masterChris St. Pierre2012-05-041-0/+1
|\|
| * made Deltas and Genshi lint plugins respect command-line filelistChris St. Pierre2012-05-041-6/+6
| |
| * make bcfg2-lint warn about .cat and .diff filesChris St. Pierre2012-05-041-0/+20
|
* 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-043-15/+32
|
* 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
* fixed bcfg2-lint --show-errorsChris St. Pierre2012-05-0313-14/+26
|
* fixed total think-o in ProxyErrorChris St. Pierre2012-05-021-1/+1
|
* Bcfg2.Options.list_split only strips whitespace around commas (this allows, ↵Chris St. Pierre2012-05-011-2/+5
| | | | e.g., ignoring entries in bcfg2-test that have spaces in the filename)
* better error message from bcfg2-info on no matching generatorChris St. Pierre2012-05-011-1/+2
|
* Include arch as one of the possible choices when user beginsCalvin Cheng2012-04-301-1/+3
|
* DBStats: Add unpruned entry reporting (#659)Sol Jerome2012-04-277-11/+44
| | | | | | | | | | | | | | | 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>
* fixed confusing error messageChris St. Pierre2012-04-231-2/+2
|
* cleaner handling of line-wrapping in bcfg2-lintChris St. Pierre2012-04-231-10/+7
|
* changed the way bcfg2-lint errors are loaded to make it easier to write and ↵Chris St. Pierre2012-04-2013-59/+77
| | | | use custom plugins
* made Deltas and Genshi lint plugins respect command-line filelistChris St. Pierre2012-04-202-7/+8
|
* added TemplateHelper plugin for bcfg2-lintChris St. Pierre2012-04-202-1/+62
|
* make bcfg2-lint warn about .cat and .diff filesChris St. Pierre2012-04-202-2/+25
|
* Merge branch 'maint'Sol Jerome2012-04-193-24/+47
| | | | | | | 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
|\