summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Core.py
Commit message (Collapse)AuthorAgeFilesLines
* Metadata and other improvements:Chris St. Pierre2012-07-301-4/+11
| | | | | | | | | | * Added support for Client tag in groups.xml * Added support for nested Group tags in groups.xml * Added support for negated groups in groups.xml * Added DatabaseBacked plugin mixin to easily allow plugins to connect to a database specified in global database settings in bcfg2.conf * Added DBMetadata plugin that uses relational DB to store client records instead of writing to clients.xml
* 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 ↵Chris St. Pierre2012-06-121-0/+2
| | | | PuppetENC to clean cache after statistics, too
* 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
| | | | Moved list of files to ignore into config
* merged maintChris St. Pierre2012-05-151-2/+5
|
* moved plugin-specific configs to main config file; propagate "setup" object ↵Chris St. Pierre2012-05-111-1/+7
| | | | to server Core
* modularized CfgChris St. Pierre2012-05-081-2/+2
|
* PY3K: Get server code working againSol Jerome2012-05-051-3/+8
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>