Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Server does not allow for testing Batch API #45

Open
jwittner opened this issue Oct 21, 2015 · 4 comments
Open

Test Server does not allow for testing Batch API #45

jwittner opened this issue Oct 21, 2015 · 4 comments

Comments

@jwittner
Copy link

As far as I can tell, the lfs-test-server doesn't implement the batch API, so there's no way to use the tool to test the full git-lfs apis available to the client.

@rubyist
Copy link
Contributor

rubyist commented Oct 21, 2015

The test server should implement the batch api. Is something not working the way you're expecting?

@jwittner
Copy link
Author

I am watching the logs from the server and never seeing calls to POST /objects/batch. I am on git-lfs v1.0.0. My server source is off the latest master.

@rubyist
Copy link
Contributor

rubyist commented Oct 22, 2015

Can you paste the output of git lfs env from your repo?

@jwittner
Copy link
Author

I cleaned out my server/dir info.

Endpoint=http:/ (auth=basic)
LocalWorkingDir=
LocalGitDir=
LocalGitStorageDir=
LocalMediaDir=
TempDir=
ConcurrentTransfers=3
BatchTransfer=true
git config filter.lfs.smudge = "git-lfs smudge %f"
git config filter.lfs.clean = "git-lfs clean %f"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants