stable

Clone or download

Read-only

request #19720: Notices when collecting the disk usage of CVS and Subversion

Change-Id: I8ec6f6fbde9d9ddd887ff2e06b6463275970543b

Modified Files

Name
M plugins/git/include/DiskUsage/Retriever.php +4 −2 Go to diff View file
A plugins/git/tests/unit/DiskUsage/RetrieverTest.php +61 −0 Go to diff View file
M plugins/statistics/include/DiskUsage/ConcurrentVersionsSystem/Retriever.php +4 −2 Go to diff View file
M plugins/statistics/include/DiskUsage/Subversion/Retriever.php +4 −2 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageDao.class.php +3 −0 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageManager.class.php +6 −3 Go to diff View file
A plugins/statistics/tests/unit/DiskUsage/ConcurrentVersionsSystem/RetrieverTest.php +61 −0 Go to diff View file
A plugins/statistics/tests/unit/DiskUsage/Subversion/RetrieverTest.php +61 −0 Go to diff View file
M plugins/svn/include/SVN/DiskUsage/DiskUsageRetriever.php +3 −3 Go to diff View file
M plugins/svn/tests/unit/SVN/DiskUsage/DiskUsageRetrieverTest.php +13 −7 Go to diff View file