)]}' { "commit": "a3f0294e894aa66a365212822617a23db320c408", "tree": "63573a3319feb6e22471ce6493553e1dc3cdc27b", "parents": [], "author": { "name": "Saša Živkov", "email": "sasa.zivkov@sap.com", "time": "Wed Dec 02 13:58:09 2015 +0100" }, "committer": { "name": "Saša Živkov", "email": "sasa.zivkov@sap.com", "time": "Wed Mar 02 16:22:15 2016 +0100" }, "message": "WIP: Implement LFS plugin storing large objects in local file system\n\nThis plugin uses JGit\u0027s FileLfsRepository class to provide a local file\nsystem based large file storage.\n\nLarge files are stored under the plugin\u0027s data directory\n$GERRIT_SITE/plugins/lfs-storage-fs\n\nThis change makes use of the corresponding WIP in JGit [1]. Therefore,\nto test locally you need to build JGit from [1] locally. In order to\nmake this plugin usable you must build Gerrit from [2] with this version\nof JGit. This can be done using the multi-cell buck build introduced\nin [3]. Follow the instructions given in [3] to build gerrit including\njgit.\n\nThe plugin supports only in-tree buck build. To build it clone the\nrepository under .../plugins folder and then execute:\n\n$ buck build plugins/lfs-storage-fs\n\n[1] https://git.eclipse.org/r/#/c/52177\n[2] https://gerrit-review.googlesource.com/72891\n[3] https://gerrit-review.googlesource.com/#/c/73000\n\nChange-Id: Ic67c3586ec2dfdac614cc49d1e8582df624d74ef\nSigned-off-by: Matthias Sohn \u003cmatthias.sohn@sap.com\u003e\n", "tree_diff": [ { "type": "add", "old_id": "0000000000000000000000000000000000000000", "old_mode": 0, "old_path": "/dev/null", "new_id": "db2011bab0ec517dc1d41dd91d53f509e1ab0e53", "new_mode": 33188, "new_path": ".gitignore" }, { "type": "add", "old_id": "0000000000000000000000000000000000000000", "old_mode": 0, "old_path": "/dev/null", "new_id": "84561da7525124dd477760983a2fd5ff06eb1255", "new_mode": 33188, "new_path": "BUCK" }, { "type": "add", "old_id": "0000000000000000000000000000000000000000", "old_mode": 0, "old_path": "/dev/null", "new_id": "11069edd79019f7dafbe3138841cf289209270dd", "new_mode": 33188, "new_path": "LICENSE" }, { "type": "add", "old_id": "0000000000000000000000000000000000000000", "old_mode": 0, "old_path": "/dev/null", "new_id": "ee6b0b1e043622b1b73f02bc371636a817613c88", "new_mode": 33188, "new_path": "src/main/java/com/googlesource/gerrit/plugins/lfslocal/HttpModule.java" }, { "type": "add", "old_id": "0000000000000000000000000000000000000000", "old_mode": 0, "old_path": "/dev/null", "new_id": "273db496c5983f70cba159ce51ae9ce8d489f29f", "new_mode": 33188, "new_path": "src/main/java/com/googlesource/gerrit/plugins/lfslocal/LfsApiServlet.java" }, { "type": "add", "old_id": "0000000000000000000000000000000000000000", "old_mode": 0, "old_path": "/dev/null", "new_id": "68c2831128728a6a1c8f4931b2901e5fc0db266d", "new_mode": 33188, "new_path": "src/main/java/com/googlesource/gerrit/plugins/lfslocal/LfsContentServlet.java" }, { "type": "add", "old_id": "0000000000000000000000000000000000000000", "old_mode": 0, "old_path": "/dev/null", "new_id": "41b3c14d38015f5f0e978b0f7707932df31c8edc", "new_mode": 33188, "new_path": "src/main/java/com/googlesource/gerrit/plugins/lfslocal/LocalLargeFileRepository.java" }, { "type": "add", "old_id": "0000000000000000000000000000000000000000", "old_mode": 0, "old_path": "/dev/null", "new_id": "63e1cbb0515f68b7040dc32e229441f130cf6f95", "new_mode": 33188, "new_path": "src/main/resources/Documentation/about.md" }, { "type": "add", "old_id": "0000000000000000000000000000000000000000", "old_mode": 0, "old_path": "/dev/null", "new_id": "f44d0a4e3e1d6cb6c3517b4a403059b60f8c94fb", "new_mode": 33188, "new_path": "src/main/resources/Documentation/config.md" } ] }