summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server
Commit message (Expand)AuthorAgeFilesLines
* PY3K: Refactor input codeSol Jerome2012-06-056-61/+31
* web_reports: Trap KeyError from duplicate metricsTim Laszlo2012-06-051-1/+5
* web_reports: added a view to show the most common configuration problemsTim Laszlo2012-06-056-2/+119
* Replace UpdaterError with UpdaterRoutineExceptionTim Laszlo2012-06-051-1/+1
* importscript: Fix client added message and log levelTim Laszlo2012-06-051-3/+3
* DBStats: Remove clients.xml from the import processTim Laszlo2012-06-052-42/+9
* DBStats: Stop building a ConfigStatistics xmlTim Laszlo2012-06-052-100/+90
* Admin reports: Print the exception when load_stats failsTim Laszlo2012-06-051-1/+2
* DBStats: drop database table for pingTim Laszlo2012-06-042-1/+23
* DBStats: Remove ping dataTim Laszlo2012-06-042-17/+1
* DBStats: Stop loading ping dataTim Laszlo2012-06-041-26/+0
* Statistics: missing sys importTim Laszlo2012-06-041-0/+1
* Admin reports: Stop handling ping dataTim Laszlo2012-06-041-10/+1
* web_reports: Remove ping data from summary viewTim Laszlo2012-06-041-11/+1
* web_reports: display_summary executes query twiceTim Laszlo2012-06-041-3/+3
* web_reports: select_related for all render_history_view callsTim Laszlo2012-06-041-1/+2
* DBStats: Remove custom sqlTim Laszlo2012-06-042-9/+2
* Admin reports: add django shell and dbshell commandsTim Laszlo2012-06-041-1/+1
* DBStats: Add missing sys importSol Jerome2012-06-041-0/+1
* NagiosGen: Create empty config.xml when missingSol Jerome2012-06-041-1/+15
* Admin/Client: Can't index when missing argsSol Jerome2012-06-041-3/+0
* fixed docs, code that referenced old yum section of packages.confChris St. Pierre2012-06-041-1/+1
* bcfg2-web: D=Make detailed client list sortableTim Laszlo2012-06-013-9/+135
* 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 logging of toggle_debugChris St. Pierre2012-06-011-2/+3
* fixed return values from toggle_debug xcmdsChris St. Pierre2012-06-012-1/+5
* DBStats: Cleanup settings.pyTim Laszlo2012-06-011-7/+5
* DBStats: New db update routinesTim Laszlo2012-06-0112-332/+631
* DBStats: Pylint/PEP8 fixesSol Jerome2012-05-251-4/+6
* DBStats: Set the initial version baed on updates instead of fixturesTim Laszlo2012-05-232-46/+4
* bcfg2-admin: Logging broken for reportsTim Laszlo2012-05-232-13/+3
* removed debug lineChris St. Pierre2012-05-231-1/+0
* fixed inotify handling of events in watched dirsChris St. Pierre2012-05-231-13/+21
* DBStats: Use more sensible column definitions for ReasonTim Laszlo2012-05-232-16/+56
* Pkgmgr: Fix broken altsrcTim Laszlo2012-05-222-4/+9
* Reports: Parse cfile from command line instead of using an env variableTim Laszlo2012-05-211-4/+10
* added option groupsChris St. Pierre2012-05-212-4/+1
* 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-212-1/+6
* more fixes for missing genshiChris St. Pierre2012-05-212-20/+15
* fixes for missing genshiChris St. Pierre2012-05-212-4/+4
* fixed bug in pseudo fm, deduplicated codeChris St. Pierre2012-05-213-26/+16
* fixed tb when genshi is not installedChris St. Pierre2012-05-211-0/+1
* Reports: Use config file from the command lineTim Laszlo2012-05-181-1/+6
* bcfg2-admin: reports command isn't printing all optionsTim Laszlo2012-05-181-2/+2
* fixed some stringification issuesChris St. Pierre2012-05-182-1/+4
* Added inotify filemonitor driverChris St. Pierre2012-05-189-355/+425