summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin/Reports.py
Commit message (Collapse)AuthorAgeFilesLines
* print function fixesChris St. Pierre2012-08-151-2/+2
|
* Merge reporting configuration with main server configurationTim Laszlo2012-08-071-6/+4
| | | | | | Admin/Syncdb: Use SchemaUpdater Move the schema update routines from reports to Bcfg2.Server Move Reports.settings into Bcfg2.settings
* DBStats: Limit rows purged when using sqliteTim Laszlo2012-07-241-1/+5
| | | | | SQLite limits the number of variables allowed in a single SQL statement. This reduces the number of rows purged when SQLite is used.
* DBStats: Remove clients.xml from the import processTim Laszlo2012-06-051-22/+4
|
* Admin reports: Print the exception when load_stats failsTim Laszlo2012-06-051-1/+2
|
* Admin reports: Stop handling ping dataTim Laszlo2012-06-041-10/+1
|
* Admin reports: add django shell and dbshell commandsTim Laszlo2012-06-041-1/+1
|
* DBStats: New db update routinesTim Laszlo2012-06-011-5/+11
| | | | | | Replace updatefix.py with the Updater class. This streamlines some of the common tasks and groups database updates by release. Upgrades from pre 1.1.x are no longer supported.
* bcfg2-admin: Logging broken for reportsTim Laszlo2012-05-231-12/+1
|
* bcfg2-admin: reports command isn't printing all optionsTim Laszlo2012-05-181-2/+2
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+376
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>