stable
Clone or download
Read-only
This change is part of story #12327 Change-Id: Iec454b02353fe7b18f0d4e3cf4a566b0ddf30b72
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/gitlfs/include/Batch/Response/BatchSuccessfulResponseBuilder.php | +30 | −4 | Go to diff View file |
A | plugins/gitlfs/include/Batch/Response/ProjectQuotaExceededException.php | +25 | −0 | Go to diff View file |
M | plugins/gitlfs/include/gitlfsPlugin.class.php | +2 | −0 | Go to diff View file |
M | plugins/gitlfs/phpunit/Batch/Response/BatchSuccessfulResponseBuilderTest.php | +99 | −13 | Go to diff View file |
M | plugins/statistics/include/ProjectQuotaManager.class.php | +4 | −5 | Go to diff View file |
M | plugins/statistics/include/statisticsPlugin.class.php | +19 | −1 | Go to diff View file |
A | src/common/project/Quota/ProjectQuotaChecker.php | +54 | −0 | Go to diff View file |
A | src/common/project/Quota/ProjectQuotaInformation.php | +64 | −0 | Go to diff View file |
A | src/common/project/Quota/ProjectQuotaRequester.php | +65 | −0 | Go to diff View file |