summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin/Reports.py
Commit message (Expand)AuthorAgeFilesLines
* Options: migrated bcfg2-admin to new parserChris St. Pierre2013-06-271-262/+0
* Merge branch 'maint'Chris St. Pierre2013-06-271-15/+8
|\
| * bcfg2-admin: set appropriate return values on errorChris St. Pierre2013-06-031-15/+8
| * Revert "bcfg2-admin: set appropriate return values on error"Chris St. Pierre2013-06-031-8/+15
| * bcfg2-admin: set appropriate return values on errorChris St. Pierre2013-06-031-15/+8
* | added module-level OptionParser to avoid passing it as an argument or global ...Chris St. Pierre2013-01-171-2/+2
|/
* removed bogus print statementsChris St. Pierre2012-11-161-1/+1
* expanded pylint coverage to Admin modes, removed some old/broken admin modesChris St. Pierre2012-10-171-31/+26
* Reports.Admin: Update prune for new schemaTim Laszlo2012-10-111-6/+7
* Admin.Reports: Add database stats methodTim Laszlo2012-10-111-2/+13
* Reversed the count on printStatsTim Laszlo2012-10-111-1/+1
* Admin.Reports: Fix printStats decoratorTim Laszlo2012-10-111-13/+10
* Admin.Reports: Map syncdb to update as the migration command is now required ...Tim Laszlo2012-10-091-3/+5
* Add prune routinesTim Laszlo2012-10-091-50/+14
* Admin.Reports: Fix django command proxyTim Laszlo2012-10-091-2/+2
* Admin.Reports: stop calling __call__ in parent classTim Laszlo2012-10-081-1/+0
* Reporting: Merge new reporting dataTim Laszlo2012-10-081-66/+26
* added json, md5 to Bcfg2.CompatChris St. Pierre2012-09-201-8/+1
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
* print function fixesChris St. Pierre2012-08-151-2/+2
* Merge reporting configuration with main server configurationTim Laszlo2012-08-071-6/+4
* DBStats: Limit rows purged when using sqliteTim Laszlo2012-07-241-1/+5
* 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
* 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