Page MenuHomePhabricator

Implement a Git LFS link table and basic batch API
ClosedPublic

Authored by epriestley on Mar 17 2016, 8:33 PM.
Tags
None
Referenced Files
F15415107: D15489.id37341.diff
Thu, Mar 20, 4:01 AM
F15413675: D15489.id37338.diff
Wed, Mar 19, 8:29 PM
F15402505: D15489.diff
Mon, Mar 17, 10:53 PM
F15399022: D15489.id37341.diff
Mon, Mar 17, 2:28 AM
F15389842: D15489.id37341.diff
Sat, Mar 15, 5:41 AM
F15385504: D15489.diff
Fri, Mar 14, 10:44 PM
F15382636: D15489.diff
Fri, Mar 14, 1:32 PM
F15376591: D15489.id.diff
Thu, Mar 13, 4:40 AM
Subscribers
None

Details

Summary

Ref T7789. This implements:

  • A new table to store the <objectHash, filePHID> relationship between Git LFS files and Phabricator file objects.
  • A basic response to batch commands, which return actions for a list of files.
Test Plan

Ran git lfs push origin master, got a little further than previously:

epriestley@orbital ~/dev/scratch/poemslocal $ git lfs push origin master
Git LFS: (2 of 1 files) 174.24 KB / 87.12 KB                                                                                                                             
Git LFS operation "upload/b7e0aeb82a03d627c6aa5fc1bbfd454b6789d9d9affc8607d40168fa18cf6c69" is not supported by this server.
Git LFS operation "upload/b7e0aeb82a03d627c6aa5fc1bbfd454b6789d9d9affc8607d40168fa18cf6c69" is not supported by this server.

With GIT_TRACE=1, this shows the batch part of the API going through.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Implement a Git LFS link table and basic batch API.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Mar 17 2016, 8:43 PM
This revision was automatically updated to reflect the committed changes.