summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Admin/Reports.py
Commit message (Expand)AuthorAgeFilesLines
* bcfg2-admin: Revert some changes that are not py3k compatibleSol Jerome2011-07-211-2/+3
* Miscellaneous bcfg2-admin bug fixes:Chris St. Pierre2011-07-211-4/+3
* Accept non-ASCII diffsHolger Weiß2011-06-061-0/+6
* Admin: Add full PY3K compatibilitySol Jerome2011-04-261-4/+9
* Reports: delete orphaned Reasons after the purge command is runTim Laszlo2011-04-111-0/+2
* bcfg2-admin: PY3K + PEP8 fixesSol Jerome2011-04-061-34/+40
* Fixed previous commit. Decorators are hard, let's go shopping.Chris St. Pierre2011-03-301-2/+2
* Use self.log.info() instead of 'print' to produce stats forChris St. Pierre2011-03-301-6/+10
* Remove some deprecated toolsSol Jerome2010-12-161-0/+0
* DBStats: Purge historic data and expired clientsTim Laszlo2010-09-261-1/+165
* Fix typosSol Jerome2010-08-141-1/+1
* Don't assume python2.5 is being used on successful hashlib importSol Jerome2010-08-111-2/+3
* DBStats: Support for postgresqlTim Laszlo2010-07-161-3/+9
* tabs -> spacesSol Jerome2010-06-101-2/+2
* Added init command to bcfg2-admin reportsTim Laszlo2010-06-071-0/+3
* Performance improvements for bcfg2-admin reports scrub.Tim Laszlo2010-06-071-14/+11
* Switch location to hostname. Urls break things.Tim Laszlo2010-06-041-5/+2
* Initial version of admin tool for reportsTim Laszlo2010-06-031-0/+189
* removed the admin mode for nowJames Yang2008-07-141-170/+0
* Add option and error handlingNarayan Desai2008-07-121-2/+7
* git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4776 ce84e21b-d406...James Yang2008-07-111-2/+19
* Through the Reports Admin mode, clients can now be expired and un-expired. Re...James Yang2008-07-111-28/+122
* Fix tb in a couple of admin modes.Sol Jerome2008-07-091-0/+2
* Add new report command-line interfaceJames Yang2008-07-081-0/+52