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)
Feb 14 2024, 3:37 PM
Unknown Object (File)
Feb 13 2024, 2:31 PM
Unknown Object (File)
Feb 3 2024, 9:14 AM
Unknown Object (File)
Feb 3 2024, 8:00 AM
Unknown Object (File)
Feb 3 2024, 8:00 AM
Unknown Object (File)
Feb 3 2024, 7:55 AM
Unknown Object (File)
Feb 3 2024, 7:42 AM
Unknown Object (File)
Jan 23 2024, 9:25 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
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.