stable
Clone or download
Read-only
Merge commit 'refs/changes/47/13947/4' of ssh://gerrit.tuleap.net:29418/tuleap
* ssh://gerrit.tuleap.net:29418/tuleap: request #12976: Identify active Git repositories with objects over the size limit Change-Id: I472ddf33b87fa981b34763fc761edb88edade15e
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/git/include/Git/Repository/GitRepositoryObjectsSizeRetriever.php | +32 | −0 | Go to diff View file |
A | plugins/git/include/Git/Repository/LargestObjectSizeGitRepository.php | +59 | −0 | Go to diff View file |
A | plugins/git/include/Git/Repository/RepositoriesWithObjectsOverTheLimitCommand.php | +133 | −0 | Go to diff View file |
M | plugins/git/include/GitDao.class.php | +11 | −0 | Go to diff View file |
M | plugins/git/include/GitRepositoryFactory.class.php | +15 | −0 | Go to diff View file |
M | plugins/git/include/Git_Exec.class.php | +18 | −1 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +8 | −1 | Go to diff View file |
A | plugins/git/phpunit/Git/Repository/LargestObjectSizeGitRepositoryTest.php | +60 | −0 | Go to diff View file |
A | plugins/git/phpunit/Git/Repository/RepositoriesWithObjectsOverTheLimitCommandTest.php | +102 | −0 | Go to diff View file |