stable
Clone or download
Read-only
Merge commit 'refs/changes/93/20893/2' of ssh://gerrit.tuleap.net:29418/tuleap
* ssh://gerrit.tuleap.net:29418/tuleap: request #18369: Upgrade to Flysystem 2.0 Change-Id: I1a38fb67efdb1f359460dd07a784b9253203c4dd
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/gitlfs/composer.json | +1 | −1 | Go to diff View file |
M | plugins/gitlfs/composer.lock | +47 | −50 | Go to diff View file |
M | plugins/gitlfs/include/Authorization/Action/ActionAuthorizationRemover.php | +10 | −10 | Go to diff View file |
M | plugins/gitlfs/include/Download/FileDownloaderController.php | +4 | −4 | Go to diff View file |
M | plugins/gitlfs/include/LFSObject/LFSObjectRemover.php | +7 | −14 | Go to diff View file |
M | plugins/gitlfs/include/Transfer/Basic/LFSBasicTransferDownloadController.php | +5 | −5 | Go to diff View file |
M | plugins/gitlfs/include/Transfer/Basic/LFSBasicTransferObjectSaver.php | +21 | −28 | Go to diff View file |
M | plugins/gitlfs/include/Transfer/LFSTransferVerifier.php | +15 | −24 | Go to diff View file |
M | plugins/gitlfs/include/gitlfsPlugin.php | +4 | −6 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Authorization/Action/ActionAuthorizationRemoverTest.php | +28 | −13 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Download/FileDownloaderControllerTest.php | +2 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/LFSObject/LFSObjectRemoverTest.php | +9 | −30 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Transfer/Basic/LFSBasicTransferObjectSaverTest.php | +17 | −20 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Transfer/LFSTransferVerifierTest.php | +11 | −11 | Go to diff View file |