summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Core.py
Commit message (Expand)AuthorAgeFilesLines
* moved pidfile creation into the server backendsChris St. Pierre2012-09-251-2/+1
* various pylint fixesChris St. Pierre2012-09-251-1/+1
* expanded pylint testsChris St. Pierre2012-09-251-44/+93
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-7/+3
* fixed gamin issues with late daemonizationChris St. Pierre2012-09-181-2/+5
* added server-side client metadata object cachingChris St. Pierre2012-09-051-10/+50
* updated various scripts/components to reflect updated Core invocation for thr...Chris St. Pierre2012-09-051-6/+4
* Core: fixed threading issues preventing successful daemonization of builtin coreChris St. Pierre2012-09-041-26/+24
* Core: collect more performance statisticsChris St. Pierre2012-08-301-26/+70
* made bcfg2-admin perf work againChris St. Pierre2012-08-291-0/+7
* Bcfg2.settings: Fixed config file reading:Chris St. Pierre2012-08-281-2/+1
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
* removed or fixed functools importsChris St. Pierre2012-08-231-4/+1
* fixed xml stringification in core, bcfg2Chris St. Pierre2012-08-211-2/+4
* lots of various py3k fixesChris St. Pierre2012-08-211-4/+2
* py3k xml fixesChris St. Pierre2012-08-201-2/+2
* Bcfg2.settings: bcfg2-web.conf is the default, unless bcfg2-web.conf doesn't ...Chris St. Pierre2012-08-161-1/+2
* increase default console log level for bcfg2-serverChris St. Pierre2012-08-161-1/+6
* Core: fixed error message bugChris St. Pierre2012-08-161-1/+1
* made logging levels more consistent in a few placesChris St. Pierre2012-08-151-4/+5
* SchemaUpdater: improved error handlingChris St. Pierre2012-08-151-1/+2
* Core: Catch attribute errors. Allow loading submodulesTim Laszlo2012-08-151-2/+6
* Core: add database_available flag to allow plugins to see availabilityTim Laszlo2012-08-151-1/+8
* made logging to syslog configurable and default for all loggingChris St. Pierre2012-08-151-1/+1
* Merge branch 'tests'Chris St. Pierre2012-08-151-14/+11
|\
| * move MetadataConsistency/RuntimeError exceptions into Plugin.py so we don't d...Chris St. Pierre2012-08-091-14/+11
* | Core: move UpdaterError into the try blockTim Laszlo2012-08-071-4/+5
|/
* Merge reporting configuration with main server configurationTim Laszlo2012-08-071-0/+17
* fixed logging of plugin instantiation failureChris St. Pierre2012-08-071-1/+2
* Metadata and other improvements:Chris St. Pierre2012-07-301-4/+11
* added CherryPy-based server coreChris St. Pierre2012-07-191-108/+177
* added feature to allow clients to declare their version to serverChris St. Pierre2012-07-111-40/+49
* merged maintChris St. Pierre2012-06-191-5/+3
* added end_statistics hook to ClientRunHooks; added calls to Packages and Pupp...Chris St. Pierre2012-06-121-0/+2
* added ClientRunHooks plugin roleChris St. Pierre2012-06-121-0/+18
* added option groupsChris St. Pierre2012-05-211-2/+0
* Added inotify filemonitor driverChris St. Pierre2012-05-181-4/+16
* merged maintChris St. Pierre2012-05-151-2/+5
* moved plugin-specific configs to main config file; propagate "setup" object t...Chris St. Pierre2012-05-111-1/+7
* modularized CfgChris St. Pierre2012-05-081-2/+2
* PY3K: Get server code working againSol Jerome2012-05-051-3/+8
* better error message from bcfg2-info on no matching generatorChris St. Pierre2012-05-011-1/+2
* fixed confusing error messageChris St. Pierre2012-04-231-2/+2
* improved error reporting in a few placesChris St. Pierre2012-04-131-2/+4
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+479