61 коммитов (5c5f7c6b146b24f2bd4afae1902df85ad6e57ea3)

Автор SHA1 Сообщение Дата
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 лет назад
  Matthias Sohn 838b5a84b5 Store filesystem timestamp resolution in extra jgit config 4 лет назад
  Matthias Sohn f383206ace Cache user global and system-wide git configurations 4 лет назад
  Matthias Sohn 7f92a70fb3 Avoid setup and saving FileStoreAttributes compete for ~/.gitconfig lock 4 лет назад
  Matthias Sohn c28167e103 Ensure LocalDiskRepositoryTestCase#setup fully uses MockSystemReader 4 лет назад
  Matthias Sohn d45219baac Persist minimal racy threshold and allow manual configuration 4 лет назад
  Matthias Sohn 5911521ba6 Measure minimum racy interval to auto-configure FileSnapshot 4 лет назад
  Matthias Sohn 902935c38c Reuse FileUtils to recursively delete files created by tests 4 лет назад
  Matthias Sohn eda2e95fa8 Measure filesystem timestamp resolution already in test setup 4 лет назад
  Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling 4 лет назад
  Carsten Hammer 6e03645ad8 Use jdk 5 for loop 5 лет назад
  Carsten Hammer c0268f899e Join catch sections using multicatch 5 лет назад
  David Pursehouse ee32ca226e LocalDiskRepositoryTestCase: Clarify semantics of repository creation methods 5 лет назад
  David Pursehouse 52923e9b07 LocalDiskRepositoryTestCase#createRepository: Default auto-close to false 5 лет назад
  David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 лет назад
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 лет назад
  David Pursehouse f07b60239c Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 6 лет назад
  David Pursehouse 0b4e781f7c Use StandardCharsets.UTF_8 in tests 6 лет назад
  Matthias Sohn a90b75b47a Fix javadoc in org.eclipse.jgit.junit 6 лет назад
  David Turner 6b1e3c58b1 Run auto GC in the background 7 лет назад
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 лет назад
  David Pursehouse a9a3ce92aa LocalDiskRepositoryTestCase: Add clarifying comment in call to createRepository 7 лет назад
  Matthias Sohn 53ad437382 RepositoryCacheTest: avoid to close already closed repository 7 лет назад
  David Pursehouse 5d0ca36d39 LocalDiskRepositoryTestCase: Only add to toClose through access method 7 лет назад
  David Pursehouse d69a829bdb LocalDiskRepositoryTestCase: Prevent duplicates in list of repos to close 7 лет назад
  Shawn Pearce 81f9c18433 Define MonotonicClock interface for advanced timestamps 7 лет назад
  David Pursehouse a45cfee7a3 Organize imports 7 лет назад
  Matthias Sohn 2cdc130dfc Add missing @since tags and missing javadoc 8 лет назад
  Terry Parker 069040ddad Push control of time into MockSystemReader 8 лет назад
  Chris Price 37a1e4beaa Move `RepositoryTestCase.indexState` to parent class 9 лет назад
  Christian Halstrick 35c00a7a73 Fix LocalDiskRepositoryTestCase to create correct type of repos 9 лет назад
  Robin Stocker 09711a4bb9 Make sure SystemReader is reset after test is run 10 лет назад
  Tomasz Zarna 3e58471ee3 Remove unused import in LocalDiskRepositoryTestCase 11 лет назад
  Shawn Pearce 36144e12d8 Fix hardcoded use of target/trash in LocalDiskRepositoryTestCase 11 лет назад
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 11 лет назад
  Robin Rosenberg a57dd1c164 Declare essentially static methods as static 11 лет назад
  Robin Stocker 9ea38173cc Provide a convenient read() in RepositoryTestCase 11 лет назад
  Dariusz Luksza b649eaa9a8 Move writeTrashFile and deleteFile into JGitTestUtil 12 лет назад
  Adrian Goerler ad74bbf9c1 Cleanup directories leftover by test. 13 лет назад
  Adrian Goerler 2062d623e3 Cleanup curly braces 13 лет назад
  Christian Halstrick c1525e2aa5 Make sure test repositories are closed 13 лет назад
  Ketan Padegaonkar d60001c83b Add GitCloneTaskTest 13 лет назад
  Matthias Sohn ea0f2f9e39 Create all test data in trash folder 13 лет назад
  Matthias Sohn 38eec8f4a2 [findbugs] Do not ignore exceptional return value of mkdir 13 лет назад
  Robin Rosenberg d9e07a574a Convert all JGit unit tests to JUnit 4 13 лет назад
  Robin Rosenberg afedfc2530 Comment the use of System.gc in LocalDiskRepositoryTestCase 13 лет назад
  Robin Rosenberg 96f45e35f3 Shut up findbugs/protect the shutdownHook in LocalDiskRepositoryTestcase 13 лет назад
  Shawn O. Pearce d0043e5d31 Remove unnecessary ObjectId.copy() calls 13 лет назад
  Jens Baumgart db82b8d7eb Fix concurrent read / write issue in LockFile on Windows 14 лет назад
  Shawn O. Pearce ad5238dc67 Move FileRepository to storage.file.FileRepository 14 лет назад