aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.server.test/tst/org/eclipse/jgit/lfs/server/fs
Commit message (Expand)AuthorAgeFilesLines
* Bump jetty version to 12.0.9 and servlet-api to 6.0nextDavid Ostrovsky2024-05-081-2/+2
* LFS: Fix error occurring during delete branchNail Samatov2022-01-271-0/+16
* Replace ExpectedException which was deprecated in junit 4.13Matthias Sohn2020-01-241-18/+8
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-045-190/+25
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-201-0/+3
|\
| * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-191-0/+3
| |\
| | * Ensure we use MockSystemReader in testsMatthias Sohn2019-08-101-0/+3
* | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-081-0/+6
|\| |
| * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-081-0/+6
| |\|
| | * Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-061-1/+1
| | * Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn2019-08-061-1/+1
| | * Measure filesystem timestamp resolution already in test setupMatthias Sohn2019-07-191-0/+6
* | | ErrorProne: Increase severity of FutureReturnValueIgnored to ERRORDavid Pursehouse2019-06-111-1/+4
* | | Convert to lambda or member referenceCarsten Hammer2019-05-161-8/+4
|/ /
* / Explicitly specify charset in constructor of StringDavid Pursehouse2018-09-261-1/+2
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+3
* Remove deprecated LfsProtocolServlet#getLargeFileRepositoryMatthias Sohn2018-03-101-6/+0
* Add ConfigConstants.CONFIG_SECTION_LFSDavid Pursehouse2018-03-051-5/+7
* LFS: Enable LFS support for the CLI, better error handlingMarkus Duft2018-03-031-2/+20
* LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-032-8/+4
* LFS: pre-push upload supportMarkus Duft2018-02-271-0/+165
* LFS: Add remote download to SmudgeFilterMarkus Duft2018-02-162-0/+166
* LfsServerText: Fix formatting of invalidPathInfo messageDavid Pursehouse2017-12-071-1/+1
* InvalidLongObjectIdException: Fix formatting of messageDavid Pursehouse2017-12-071-1/+1
* DownloadTest: Use ExpectedException instead of try..catch..failDavid Pursehouse2017-12-071-26/+20
* FileLfsServlet: Do not pretty print json responseDavid Pursehouse2017-12-071-2/+2
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* LfsServerTest: Remove unnecessary suppression of 'restriction' warningDavid Pursehouse2016-09-221-1/+0
* DownloadTest: Use enums from org.apache.http.HttpStatusDavid Pursehouse2016-08-201-3/+8
* Fix typo in email address in copyright headersDavid Pursehouse2016-07-283-3/+3
* LfsServerTest: Treat response body as UTF-8 when decoding error messageDavid Pursehouse2016-07-281-9/+12
* FileLfsServlet: Include error message in response bodyDavid Pursehouse2016-07-272-12/+33
* FileLfsServlet: Return HTTP 422 instead of 400David Pursehouse2016-07-271-2/+2
* Make the FileLfsRepository thread safeSaša Živkov2016-03-221-0/+39
* Support LFS protocol and a file system based LFS storageMatthias Sohn2016-02-043-0/+485