stable

Clone or download

Read-only

request #14223 Statistics disk usage time collection must be the same per project

When the system_event STATISTICS_DAILY is launched, it will collect disk usage per projects. However, if one service takes several seconds to compute its value, the disk usage collected inside the same project will have the same date and not the same time. This will lead to an empty value in the disk usage table in the project administration (graphs are well displayed). Change-Id: Id3ac3172cacf47f517913503fb145319eb5d1ecf

Modified Files

Name
M plugins/docman/include/docmanPlugin.php +1 −0 Go to diff View file
M plugins/forumml/include/forummlPlugin.php +1 −1 Go to diff View file
M plugins/git/include/gitPlugin.php +1 −1 Go to diff View file
M plugins/gitlfs/include/gitlfsPlugin.php +1 −1 Go to diff View file
M plugins/mediawiki/include/mediawikiPlugin.php +1 −1 Go to diff View file
D plugins/statistics/README.dev.txt +0 −33 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageManager.class.php +48 −43 Go to diff View file
M plugins/svn/include/SVN/DiskUsage/DiskUsageCollector.php +3 −3 Go to diff View file
M plugins/svn/include/svnPlugin.php +1 −1 Go to diff View file
A plugins/svn/phpunit/SVN/DiskUsage/DiskUsageCollectorTest.php +65 −0 Go to diff View file