stable
Clone or download
Read-only
This is part of request #10045 Disk usage data are collected only for updated content Change-Id: I992bbbe8ba22045774e0aa8a8e0c000576c994f9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/statistics/bin/collectDiskUsage.php | +19 | −7 | Go to diff View file |
M | plugins/statistics/include/ProjectQuotaManager.class.php | +19 | −8 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsageManager.class.php | +39 | −7 | Go to diff View file |
M | plugins/statistics/include/Statistics_Widget_ProjectStatistics.class.php | +21 | −9 | Go to diff View file |
M | plugins/statistics/include/statisticsPlugin.class.php | +19 | −8 | Go to diff View file |
M | plugins/statistics/www/disk_usage.php | +19 | −8 | Go to diff View file |
M | plugins/statistics/www/disk_usage_graph.php | +19 | −8 | Go to diff View file |
M | plugins/statistics/www/project_cumulativeDiskUsage_graph.php | +24 | −11 | Go to diff View file |
M | plugins/statistics/www/project_stat.php | +25 | −13 | Go to diff View file |
M | plugins/statistics/www/project_stat_graph.php | +23 | −11 | Go to diff View file |
M | plugins/statistics/www/services_usage.php | +19 | −11 | Go to diff View file |
M | plugins/svn/include/svnPlugin.class.php | +25 | −10 | Go to diff View file |
M | src/common/autoload.php | +5 | −2 | Go to diff View file |
A | src/common/cvs/DiskUsage/Collector.php | +63 | −0 | Go to diff View file |
A | src/common/cvs/DiskUsage/FullHistoryDao.php | +27 | −0 | Go to diff View file |
A | src/common/cvs/DiskUsage/Retriever.php | +45 | −0 | Go to diff View file |