summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Reports
Commit message (Collapse)AuthorAgeFilesLines
* DBStats: Add unpruned entry reporting (#659)Sol Jerome2012-04-275-1/+32
| | | | | | | | | | | | | | | Path type='directory' entries previously had no 'reason' associated with their 'dirty' state. This change adds a database field for unpruned entries which are present in a pruned directory and displays that list in the web reporting interface. There is also a change made to the POSIX client tool which forces it to display the extra entry list when running in interactive mode without debugging enabled. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* do not set django TIME_ZONE except in 1.2+Chris St. Pierre2012-04-131-4/+4
|
* Reports: Remove client_version database columnSol Jerome2012-03-312-9/+87
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Remove unused client_version from reportsSol Jerome2012-03-262-3/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-2433-0/+2778
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>