summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit/src/org
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-192-9/+68
|\
| * Cache user global and system-wide git configurationsMatthias Sohn2019-08-182-5/+45
| * Avoid setup and saving FileStoreAttributes compete for ~/.gitconfig lockMatthias Sohn2019-08-161-6/+7
| * Implement toString in MockSystemReader and MockConfigMatthias Sohn2019-08-111-0/+11
| * Ensure LocalDiskRepositoryTestCase#setup fully uses MockSystemReaderMatthias Sohn2019-08-111-5/+7
| * Override FileBasedConfig's save method in MockConfigMatthias Sohn2019-08-101-0/+5
* | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-086-38/+332
|\|
| * Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-062-2/+2
| * Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn2019-08-062-2/+3
| * Reuse FileUtils to recursively delete files created by testsMatthias Sohn2019-07-261-23/+19
| * Add missing javadoc in org.eclipse.jgit.junitMatthias Sohn2019-07-242-0/+157
| * Enhance RepeatRule to report number of failures at the endMatthias Sohn2019-07-192-3/+34
| * Measure filesystem timestamp resolution already in test setupMatthias Sohn2019-07-191-0/+4
| * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-183-12/+117
| * Make inner classes static where possibleDavid Pursehouse2019-06-171-1/+1
* | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-06-051-11/+17
|\ \
| * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-06-051-11/+17
| |\|
| | * Enhance fsTick() to use filesystem timer resolutionChristian Halstrick2019-06-051-8/+16
| | * Measure file timestamp resolution used in FileSnapshotMatthias Sohn2019-05-221-3/+1
* | | LocalDiskRepositoryTestCase#createRepository: Default auto-close to falseDavid Pursehouse2019-01-201-3/+6
* | | Make TestRepository AutoCloseableJackson Toeniskoetter2019-01-101-1/+18
|/ /
* | Move SshTestGitServer to new bundle org.eclipse.jgit.junit.sshThomas Wolf2018-11-171-331/+0
* | Apache MINA sshd client: properly handle HostKeyAlgorithms configThomas Wolf2018-11-131-7/+37
* | Apache MINA sshd client: add gssapi-with-mic authenticationThomas Wolf2018-11-131-1/+54
* | Add more ssh tests: pushing, known_host file handling, etc.Thomas Wolf2018-11-131-7/+38
* | Ssh tests with an Apache MINA sshd test git serverThomas Wolf2018-11-061-0/+217
* | Make inner classes static where possibleDavid Pursehouse2018-09-261-1/+1
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-044-9/+9
* Return parsed objects from TestRepository.commit/tree/blob()Terry Parker2018-06-281-12/+13
* Fix trivial usages of deprecated Repository#getAllRefsDavid Pursehouse2018-05-231-3/+3
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-2/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-156-36/+36
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-19/+14
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-114-9/+9
* JGitTestUtil: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-071-16/+7
* Use StandardCharsets.UTF_8 in testsDavid Pursehouse2018-03-073-4/+8
* Honor CRLF settings when writing merge resultsThomas Wolf2018-02-021-8/+8
* Repeat: Fix javadoc to say 'annotation' instead of 'interface'David Pursehouse2017-12-181-1/+1
* Fix javadoc in org.eclipse.jgit.junitMatthias Sohn2017-12-1711-22/+323
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-1/+2
* Add flag for keeping ref tombstones in GC reftableMinh Thai2017-11-151-0/+1
* ObjectDirectory: Add pack directory getterHector Caballero2017-11-141-1/+1
* Add dfs fsck implementationZhen Chen2017-07-261-0/+23
* Move BatchRefUpdate tests to a new fileDave Borowitz2017-07-251-0/+78
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-252-2/+2
* Run auto GC in the backgroundDavid Turner2017-06-061-0/+7
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-203-6/+6
* 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