stable

Clone or download

Read-only

Merge commit 'refs/changes/98/21998/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #19720: Notices when collecting the disk usage of CVS and Subversion Change-Id: I39c73ff4636f5060348c67c514d69bbb6fb2e5a8

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