summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Reports/settings.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge reporting configuration with main server configurationTim Laszlo2012-08-071-173/+0
| | | | | | 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-1/+1
| | | | | | | | | | * 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
* DBStats: Cleanup settings.pyTim Laszlo2012-06-011-7/+5
| | | | | | Remove hardcoded django.contrib.auth references. Replace django.contrib.auth.LOGIN_URL with LOGIN_URL Move django import check to the top of the file
* Reports: Parse cfile from command line instead of using an env variableTim Laszlo2012-05-211-4/+10
|
* Reports: Use config file from the command lineTim Laszlo2012-05-181-1/+6
| | | | | If a config file is specified on the command line, use it in settings.py instead of the hardcoded ones.
* Adding DB2 support for StatisticsJohn 'Skip' Reddy2012-05-171-0/+3
| | | | | Adding DB2 support for Statistics, following guidance from http://code.google.com/p/ibm-db/wiki/ibm_db_django_README
* do not set django TIME_ZONE except in 1.2+Chris St. Pierre2012-04-131-4/+4
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+161
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>