stable
Clone or download
Read-only
Merge commit 'refs/changes/97/13497/5' of ssh://gerrit.tuleap.net:29418/tuleap
* ssh://gerrit.tuleap.net:29418/tuleap: request #12818: Add metrics about Git LFS usage Change-Id: Ia57a089ddb5ee7835df8ab5ae790ea13164faee4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/gitlfs/include/Batch/Response/BatchSuccessfulResponseBuilder.php | +18 | −1 | Go to diff View file |
M | plugins/gitlfs/include/Download/FileDownloaderController.php | +22 | −4 | Go to diff View file |
M | plugins/gitlfs/include/Lock/Controller/LFSLockCreateController.php | +13 | −1 | Go to diff View file |
M | plugins/gitlfs/include/Lock/Controller/LFSLockDeleteController.php | +9 | −1 | Go to diff View file |
M | plugins/gitlfs/include/StreamFilter/FilterInterface.php | +4 | −10 | Go to diff View file |
M | plugins/gitlfs/include/StreamFilter/StreamFilterWrapper.php | +7 | −2 | Go to diff View file |
M | plugins/gitlfs/include/Transfer/Basic/BlockToMaxSizeOnReadFilter.php | +9 | −5 | Go to diff View file |
M | plugins/gitlfs/include/Transfer/Basic/LFSBasicTransferDownloadController.php | +22 | −4 | Go to diff View file |
M | plugins/gitlfs/include/Transfer/Basic/LFSBasicTransferObjectSaver.php | +16 | −5 | Go to diff View file |
M | plugins/gitlfs/include/Transfer/Basic/SHA256ComputeOnReadFilter.php | +8 | −10 | Go to diff View file |
A | plugins/gitlfs/include/Transfer/BytesAmountHandledLFSObjectInstrumentationFilter.php | +103 | −0 | Go to diff View file |
M | plugins/gitlfs/include/gitlfsPlugin.class.php | +12 | −6 | Go to diff View file |
M | plugins/gitlfs/phpunit/Batch/Response/BatchSuccessfulResponseBuilderTest.php | +16 | −7 | Go to diff View file |
M | plugins/gitlfs/phpunit/StreamFilter/ReplaceDataFilter.php | +7 | −6 | Go to diff View file |
M | plugins/gitlfs/phpunit/StreamFilter/StreamFilterTest.php | +23 | −0 | Go to diff View file |
M | plugins/gitlfs/phpunit/StreamFilter/StreamFilterWrapperTest.php | +31 | −2 | Go to diff View file |
M | plugins/gitlfs/phpunit/Transfer/Basic/LFSBasicTransferObjectSaverTest.php | +33 | −5 | Go to diff View file |
A | plugins/gitlfs/phpunit/Transfer/BytesAmountHandledLFSObjectInstrumentationFilterTest.php | +71 | −0 | Go to diff View file |
M | src/common/Instrument/Prometheus/Prometheus.php | +12 | −1 | Go to diff View file |