stable

Clone or download

Read-only

Move Git LFS to a dedicated plugin

The feature flag has been dropped for now, the plugin now being only available on dev instances. This is part of story #12322: have git-lfs batch and basic transfer API Change-Id: Icf059fae66ced857d0c7843293ae24d134d8e761

Modified Files

Name
A plugins/git/include/Git/CollectGitRoutesEvent.php +47 −0 Go to diff View file
D plugins/git/include/LFS/LFSFeatureFlagDispatchable.php +0 −54 Go to diff View file
M plugins/git/include/gitPlugin.class.php +3 −16 Go to diff View file
D plugins/git/phpunit/LFS/LFSFeatureFlagDispatchableTest.php +0 −76 Go to diff View file
A plugins/gitlfs/VERSION +1 −0 Go to diff View file
A plugins/gitlfs/composer.json +7 −0 Go to diff View file
R plugins/git/include/LFS/Batch/LFSBatchAPIHTTPAccessControl.php Go to diff View file
R plugins/git/include/LFS/Batch/LFSBatchController.php Go to diff View file
R plugins/git/include/LFS/Batch/Request/BatchRequest.php Go to diff View file
R plugins/git/include/LFS/Batch/Request/BatchRequestObject.php Go to diff View file
R plugins/git/include/LFS/Batch/Request/BatchRequestOperation.php Go to diff View file
R plugins/git/include/LFS/Batch/Request/BatchRequestReference.php Go to diff View file
R plugins/git/include/LFS/Batch/Request/BatchRequestTransfer.php Go to diff View file
R plugins/git/include/LFS/Batch/Request/IncorrectlyFormattedBatchRequestException.php Go to diff View file
R plugins/git/include/LFS/LFSJSONHTTPDispatchable.php Go to diff View file
A plugins/gitlfs/include/Plugin/PluginDescriptor.php +35 −0 Go to diff View file
A plugins/gitlfs/include/Plugin/PluginInfo.php +31 −0 Go to diff View file
A plugins/gitlfs/include/gitlfsPlugin.class.php +88 −0 Go to diff View file
A plugins/gitlfs/phpunit/.simpletest_skip +0 −0 Go to diff View file
R plugins/git/phpunit/LFS/Batch/LFSBatchAPIHTTPAccessControlTest.php Go to diff View file
R plugins/git/phpunit/LFS/Batch/Request/BatchRequestOperationTest.php Go to diff View file
R plugins/git/phpunit/LFS/Batch/Request/BatchRequestTest.php Go to diff View file
R plugins/git/phpunit/LFS/LFSJSONHTTPDispatchableTest.php Go to diff View file
A plugins/gitlfs/phpunit/bootstrap.php +21 −0 Go to diff View file
A plugins/gitlfs/site-content/fr_FR/LC_MESSAGES/tuleap-gitlfs.po +13 −0 Go to diff View file
A plugins/gitlfs/site-content/tuleap-gitlfs.pot +5 −0 Go to diff View file
M tests/phpunit/phpunit.xml +1 −1 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +1 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −0 Go to diff View file