jgit/org.eclipse.jgit.lfs.server
David Pursehouse ffbe03aa9b LfsProtocolServlet: Add support for insufficient storage error
Since [1], the git-lfs specification allows the server to return
HTTP 507 if there is insufficient storage for the uploaded object(s).

Add a new exception class, which implementations may throw from the
getRepository() method, causing HTTP 507 to be returned to the client.

[1] https://github.com/github/git-lfs/pull/1473

Change-Id: If5bc0a35fcf870d4216af6ca2f7c8924689ef9c5
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
2016-08-24 21:29:32 -04:00
..
.settings Silence API errors in LfsProtocolServlet 2016-08-09 00:45:30 +02:00
META-INF Prepare 4.5.0-SNAPSHOT builds 2016-06-01 23:04:07 +02:00
resources/org/eclipse/jgit/lfs/server/internal Remove duplicated single quotes in text not handled by MessageFormat 2016-07-01 22:22:44 +02:00
src/org/eclipse/jgit/lfs/server LfsProtocolServlet: Add support for insufficient storage error 2016-08-24 21:29:32 -04:00
.classpath Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
.fbprefs Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
.gitignore Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
.project Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
BUCK Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
about.html Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
build.properties Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
plugin.properties Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
pom.xml Prepare 4.5.0-SNAPSHOT builds 2016-06-01 23:04:07 +02:00