summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/models.py
Commit message (Collapse)AuthorAgeFilesLines
* removed duplicate plugins optionChris St. Pierre2014-11-111-25/+5
|
* DB: fixed how Django settings are loadedChris St. Pierre2013-10-301-2/+2
|
* Options: migrated generic database stuff to new parserChris St. Pierre2013-06-271-59/+56
|
* fixed detection of default plugin list when loading django ORM modelsChris St. Pierre2013-01-181-1/+1
|
* fixed unit testsChris St. Pierre2013-01-171-1/+13
|
* added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-171-7/+6
| | | | all over
* 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