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
Unknown Object (File)
Sat, May 31, 3:53 AM
Unknown Object (File)
Fri, May 30, 9:28 AM
Unknown Object (File)
Tue, May 27, 12:33 PM
Unknown Object (File)
Tue, May 27, 10:58 AM
Unknown Object (File)
Mon, May 26, 12:55 PM
Unknown Object (File)
Fri, May 9, 12:08 AM
Unknown Object (File)
Apr 22 2025, 10:27 AM
Unknown Object (File)
Apr 18 2025, 9:31 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.