stable

Clone or download

Read-only

Git Disk usage collects only updated content

This is part of request #10045 Disk usage data are collected only for updated content Project that at least one repository updated since yesterday will recollect disk usage. Other project will duplicate their last value (no update so no need to recollect them). Change-Id: I9806ff7c1c9a30510b524d60797dfdc9b8102ed1

Modified Files

Name
A plugins/git/include/DiskUsage/Collector.php +95 −0 Go to diff View file
A plugins/git/include/DiskUsage/Retriever.php +45 −0 Go to diff View file
M plugins/git/include/Git_LogDao.class.php +15 −0 Go to diff View file
M plugins/git/include/autoload.php +4 −2 Go to diff View file
M plugins/git/include/gitPlugin.class.php +17 −14 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageDao.class.php +23 −9 Go to diff View file