summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/models.py
Commit message (Collapse)AuthorAgeFilesLines
* models: handle failure to import plugin gracefullyChris St. Pierre2013-09-261-1/+1
|
* models: copy SERVER_PLUGINS option to avoid changing the real default, just ↵Chris St. Pierre2013-03-151-1/+2
| | | | the local default
* expanded pylint coverageChris St. Pierre2012-09-251-12/+17
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* made logging levels more consistent in a few placesChris St. Pierre2012-08-151-1/+0
|
* better error messages from failed import in models.pyChris St. Pierre2012-08-151-2/+4
|
* Merge reporting configuration with main server configurationTim Laszlo2012-08-071-0/+14
| | | | | | Admin/Syncdb: Use SchemaUpdater Move the schema update routines from reports to Bcfg2.Server Move Reports.settings into Bcfg2.settings
* Metadata and other improvements:Chris St. Pierre2012-07-301-0/+62
* 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