stable
Clone or download
Read-only
Merge commit 'refs/changes/96/13796/1' of ssh://gerrit.tuleap.net:29418/tuleap
* ssh://gerrit.tuleap.net:29418/tuleap: request #12581: Git LFS error responses can be interpreted by the client Change-Id: I409c52e63ba4dd2f1841789a0abe8935774fabd3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/gitlfs/include/Batch/LFSBatchController.php | +1 | −6 | Go to diff View file |
M | plugins/gitlfs/include/Batch/Request/IncorrectlyFormattedBatchRequestException.php | +8 | −2 | Go to diff View file |
M | plugins/gitlfs/include/Batch/Response/MaxFileSizeException.php | +4 | −2 | Go to diff View file |
M | plugins/gitlfs/include/Batch/Response/ProjectQuotaExceededException.php | +4 | −2 | Go to diff View file |
M | plugins/gitlfs/include/Batch/Response/UnknownOperationException.php | +4 | −2 | Go to diff View file |
A | plugins/gitlfs/include/GitLFSException.php | +27 | −0 | Go to diff View file |
M | plugins/gitlfs/include/LFSJSONHTTPDispatchable.php | +17 | −4 | Go to diff View file |
M | plugins/gitlfs/include/Lock/Controller/LFSLockCreateController.php | +1 | −6 | Go to diff View file |
M | plugins/gitlfs/include/Lock/Controller/LFSLockDeleteController.php | +1 | −6 | Go to diff View file |
M | plugins/gitlfs/include/Lock/Controller/LFSLockVerifyController.php | +1 | −6 | Go to diff View file |
M | plugins/gitlfs/include/Lock/LockDestructionNotAuthorizedException.php | +3 | −2 | Go to diff View file |
M | plugins/gitlfs/include/Lock/Request/IncorrectlyFormattedReferenceRequestException.php | +7 | −1 | Go to diff View file |
M | plugins/gitlfs/include/Lock/Request/LockCreateRequest.php | +0 | −1 | Go to diff View file |
M | plugins/gitlfs/include/Lock/Request/LockDeleteRequest.php | +0 | −1 | Go to diff View file |
M | plugins/gitlfs/include/Transfer/Basic/LFSBasicTransferException.php | +4 | −2 | Go to diff View file |
M | plugins/gitlfs/include/Transfer/Basic/LFSBasicTransferObjectIntegrityException.php | +1 | −1 | Go to diff View file |
M | plugins/gitlfs/include/Transfer/Basic/LFSBasicTransferObjectOutOfBoundSizeException.php | +2 | −2 | Go to diff View file |
M | plugins/gitlfs/include/Transfer/Basic/LFSBasicTransferObjectSizeException.php | +1 | −1 | Go to diff View file |
M | plugins/gitlfs/include/Transfer/Basic/ReadTooMuchDataException.php | +5 | −3 | Go to diff View file |
M | plugins/gitlfs/include/Transfer/Basic/SHA256ComputeOnReadFilter.php | +2 | −0 | Go to diff View file |
M | plugins/gitlfs/include/Transfer/LFSTransferVerificationException.php | +8 | −2 | Go to diff View file |
M | plugins/gitlfs/phpunit/LFSJSONHTTPDispatchableTest.php | +40 | −4 | Go to diff View file |