aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/LocalDiskRepositoryTestCase.java
Commit message (Expand)AuthorAgeFilesLines
* Use ShutdownHook to gracefully handle JVM shutdownMatthias Sohn2023-09-121-17/+17
* Default for global (user) git ignore fileThomas Wolf2023-06-191-5/+19
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+8
* Silence API errorsMatthias Sohn2022-11-201-0/+2
* [test] Fix closing of test repositoriesNail Samatov2022-01-301-2/+19
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Store filesystem timestamp resolution in extra jgit configMatthias Sohn2019-11-091-2/+10
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-201-8/+12
|\
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-191-8/+12
| |\
| | * Cache user global and system-wide git configurationsMatthias Sohn2019-08-181-4/+5
| | * Avoid setup and saving FileStoreAttributes compete for ~/.gitconfig lockMatthias Sohn2019-08-161-6/+7
| | * Ensure LocalDiskRepositoryTestCase#setup fully uses MockSystemReaderMatthias Sohn2019-08-111-5/+7
* | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-081-27/+29
|\| |
| * | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-081-27/+30
| |\|
| | * 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
| | * Reuse FileUtils to recursively delete files created by testsMatthias Sohn2019-07-261-23/+19
| | * Measure filesystem timestamp resolution already in test setupMatthias Sohn2019-07-191-0/+4
| | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-4/+7
* | | Use jdk 5 for loopCarsten Hammer2019-04-131-8/+9
* | | Join catch sections using multicatchCarsten Hammer2019-04-131-7/+1
* | | LocalDiskRepositoryTestCase: Clarify semantics of repository creation methodsDavid Pursehouse2019-04-081-3/+9
|/ /
* / LocalDiskRepositoryTestCase#createRepository: Default auto-close to falseDavid Pursehouse2019-01-201-3/+6
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-5/+5
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+2
* Use StandardCharsets.UTF_8 in testsDavid Pursehouse2018-03-071-1/+2
* Fix javadoc in org.eclipse.jgit.junitMatthias Sohn2017-12-171-4/+40
* Run auto GC in the backgroundDavid Turner2017-06-061-0/+7
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-3/+3
* LocalDiskRepositoryTestCase: Add clarifying comment in call to createRepositoryDavid Pursehouse2017-02-101-1/+1
* RepositoryCacheTest: avoid to close already closed repositoryMatthias Sohn2017-01-281-2/+22
* LocalDiskRepositoryTestCase: Only add to toClose through access methodDavid Pursehouse2017-01-281-1/+1
* LocalDiskRepositoryTestCase: Prevent duplicates in list of repos to closeDavid Pursehouse2017-01-271-1/+3
* Define MonotonicClock interface for advanced timestampsShawn Pearce2016-11-211-5/+0
* Organize importsDavid Pursehouse2016-11-141-2/+11
* Add missing @since tags and missing javadocMatthias Sohn2015-11-251-1/+4
* Push control of time into MockSystemReaderTerry Parker2015-10-201-8/+6
* Move `RepositoryTestCase.indexState` to parent classChris Price2015-07-101-9/+100
* Fix LocalDiskRepositoryTestCase to create correct type of reposChristian Halstrick2014-12-121-1/+1
* Make sure SystemReader is reset after test is runRobin Stocker2013-10-221-0/+2
* Remove unused import in LocalDiskRepositoryTestCaseTomasz Zarna2013-05-131-1/+0
* Fix hardcoded use of target/trash in LocalDiskRepositoryTestCaseShawn Pearce2013-05-081-61/+81
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-3/+2
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-2/+2
* Provide a convenient read() in RepositoryTestCaseRobin Stocker2012-09-251-13/+1
* Move writeTrashFile and deleteFile into JGitTestUtilDariusz Luksza2012-01-251-10/+1
* Cleanup directories leftover by test.Adrian Goerler2011-07-071-5/+27
* Cleanup curly bracesAdrian Goerler2011-07-061-16/+9
* Make sure test repositories are closedChristian Halstrick2011-05-311-0/+11