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)
Fri, May 9, 12:08 AM
Unknown Object (File)
Tue, Apr 22, 10:27 AM
Unknown Object (File)
Fri, Apr 18, 9:31 AM
Unknown Object (File)
Thu, Apr 17, 12:09 PM
Unknown Object (File)
Apr 10 2025, 11:41 PM
Unknown Object (File)
Apr 7 2025, 1:19 AM
Unknown Object (File)
Apr 6 2025, 1:07 PM
Unknown Object (File)
Apr 4 2025, 6:19 PM
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
Branch
lfs10
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 11198
Build 13895: Run Core Tests
Build 13894: arc lint + arc unit

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.