7138 Commits (8f7e8513463487cfbcd41e40a684abec9ec10778)
 

Author SHA1 Message Date
Matthias Sohn 8f7e851346 [error prone] suppress AmbiguousMethodReference in AnyObjectId 5 years ago
Matthias Sohn 2f8911181b [error prone] fix "FutureReturnValueIgnored" error in FS 5 years ago
Matthias Sohn a52b331d71 Fix formatting and add missing braces in Repository#stripWorkDir 5 years ago
Matthias Sohn 400bfd6665 Repository: fix reference comparison of Files 5 years ago
David Pursehouse 6370098e54 MergeAlgorithm: Suppress Error Prone warning about reference equality 5 years ago
David Pursehouse 72ae089206 Fix NarrowingCompoundAssignment warnings from Error Prone 5 years ago
Thomas Wolf aefb11298c FS_POSIX: handle Files.getFileStore() failures 5 years ago
Matthias Sohn f54db4a857 Merge branch 'stable-5.3' into stable-5.4 5 years ago
Matthias Sohn 718555518d Merge branch 'stable-5.2' into stable-5.3 5 years ago
Matthias Sohn 0046b2a8fe Merge branch 'stable-5.1' into stable-5.2 5 years ago
Matthias Sohn 5a88815b1c Fix OpenSshConfigTest#config 5 years ago
Han-Wen Nienhuys e60b9e1879 FileSnapshot: fix bug with timestamp thresholding 5 years ago
Matthias Sohn 3b368d5578 In LockFile#waitForStatChange wait in units of file time resolution 5 years ago
Matthias Sohn 6857138e19 Cache FileStoreAttributeCache per directory 5 years ago
Matthias Sohn 275f3da783 Fix FileSnapshot#save(long) and FileSnapshot#save(Instant) 5 years ago
Matthias Sohn d45219baac Persist minimal racy threshold and allow manual configuration 5 years ago
Matthias Sohn 5911521ba6 Measure minimum racy interval to auto-configure FileSnapshot 5 years ago
Matthias Sohn 902935c38c Reuse FileUtils to recursively delete files created by tests 5 years ago
Matthias Sohn d17efe880d Fix FileAttributeCache.toString() 5 years ago
Matthias Sohn 130aa31262 Add test for racy git detection in FileSnapshot 5 years ago
Matthias Sohn de6df3bdd9 Repeat RefDirectoryTest.testGetRef_DiscoversModifiedLoose 100 times 5 years ago
Matthias Sohn 773cbb5f63 Fix org.eclipse.jdt.core.prefs of org.eclipse.jgit.junit 5 years ago
Matthias Sohn 376c20f454 Add missing javadoc in org.eclipse.jgit.junit 5 years ago
Matthias Sohn ba5d13ed42 Enhance RepeatRule to report number of failures at the end 5 years ago
Matthias Sohn 9eff45e4f2 Fix FileSnapshotTests for filesystem with high timestamp resolution 5 years ago
Matthias Sohn bce4ac97fa Retry deleting test files in FileBasedConfigTest 5 years ago
Matthias Sohn eda2e95fa8 Measure filesystem timestamp resolution already in test setup 5 years ago
Matthias Sohn 93144f1438 Refactor FileSnapshotTest to use NIO APIs 5 years ago
Matthias Sohn 99d351d0cb Measure stored timestamp resolution instead of time to touch file 5 years ago
Matthias Sohn 37f7679fc9 Handle CancellationException in FileStoreAttributeCache 5 years ago
Matthias Sohn 72d6e304b8 Fix FileSnapshot#saveNoConfig 5 years ago
Matthias Sohn d8d9427277 Use Instant for smudge time in DirCache and DirCacheEntry 5 years ago
Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling 5 years ago
Matthias Sohn 4db39f5074 Workaround SecurityException in FS#getFsTimestampResolution 5 years ago
Matthias Sohn 79ede0c322 Fix NPE in FS$FileStoreAttributeCache.getFsTimestampResolution 5 years ago
Matthias Sohn be66222d1a FS: ignore AccessDeniedException when measuring timestamp resolution 5 years ago
Matthias Sohn 09fec1a102 Add debug trace for FileSnapshot 5 years ago
Matthias Sohn 8a0ed8a004 Use FileChannel.open to touch file and set mtime to now 5 years ago
Matthias Sohn 16760c3e9a Persist filesystem timestamp resolution and allow manual configuration 5 years ago
Matthias Sohn 0966731cad Increase bazel timeout for long running tests 5 years ago
David Ostrovsky bbef67e8d0 Bazel: Fix lint warning flagged by buildifier 5 years ago
David Ostrovsky 74da1b2701 Update bazlets to latest version 5 years ago
David Pursehouse 0aa8eca5f1 Bazel: Add missing dependencies for ArchiveCommandTest 5 years ago
David Pursehouse e54fde8616 Bazel: Remove FileTreeIteratorWithTimeControl from BUILD file 5 years ago
Matthias Sohn 121c957405 Add support for nanoseconds and microseconds for Config#getTimeUnit 5 years ago
Matthias Sohn a950eac23b Optionally measure filesystem timestamp resolution asynchronously 5 years ago
Matthias Sohn a024759cf5 Delete unused FileTreeIteratorWithTimeControl 5 years ago
Han-Wen Nienhuys 84e6c24e58 FileSnapshot#equals: consider UNKNOWN_SIZE 5 years ago
Matthias Sohn 850b9d7540 Timeout measuring file timestamp resolution after 2 seconds 5 years ago
Matthias Sohn 1159f9dd7c Fix RacyGitTests#testRacyGitDetection 5 years ago