aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/reftable
Commit message (Expand)AuthorAgeFilesLines
* ReftableTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-12/+26
* Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-10-151-0/+6
|\
| * Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2021-10-081-0/+6
| |\
| | * Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-10-081-0/+6
| | |\
| | | * reftable: drop code for truncated readsHan-Wen Nienhuys2021-09-281-0/+6
| | * | Scan through all merged reftables for max/min update indicesMinh Thai2020-04-051-0/+117
* | | | Fix boxing warningsMatthias Sohn2021-02-171-1/+1
* | | | Add seekPastPrefix method to RefCursorGal Paikin2021-01-262-0/+270
|/ / /
* | | MergedReftable: Include the last reftable in determining minUpdateIndexMinh Thai2020-06-221-16/+16
* | | Scan through all merged reftables for max/min update indicesMinh Thai2020-03-201-0/+117
|/ /
* | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-02-191-1/+5
|\|
| * Simplify ReftableCompactorHan-Wen Nienhuys2020-02-121-1/+5
* | Replace deprecated junit assertion methods with hamcrestMatthias Sohn2020-01-221-1/+1
* | Update to Orbit I20200120214610 and JUnit to 4.13David Pursehouse2020-01-221-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-043-114/+15
|/
* ReftableTest: Clean up boxing warnings on usage of String.formatDavid Pursehouse2019-12-051-16/+26
* Introduce RefDatabase#hasFastTipsWithSha1Han-Wen Nienhuys2019-12-041-0/+66
* reftable: enforce ascending order in sortAndWriteRefsHan-Wen Nienhuys2019-10-302-27/+6
* reftable: fix lookup by ID in merged reftablesHan-Wen Nienhuys2019-10-161-0/+13
* reftable: move AutoCloseable to ReftableReaderHan-Wen Nienhuys2019-09-271-1/+1
* reftable: pass OutputStream at construction timeHan-Wen Nienhuys2019-09-203-64/+70
* reftable: read file footer in ReftableReader#allRefsHan-Wen Nienhuys2019-09-111-0/+38
* reftable: add ReftableReflogReaderHan-Wen Nienhuys2019-09-111-0/+44
* reftable: increment pointer *after* reading uint16Han-Wen Nienhuys2019-08-191-0/+2
* reftable: test absense of prefix matching in ReflogHan-Wen Nienhuys2019-08-191-0/+23
* reftable: enforce ordering for ref and log writesHan-Wen Nienhuys2019-08-191-1/+52
* reftable: fix seeking to refs in reflog implementationHan-Wen Nienhuys2019-08-191-0/+45
* RefCursor: Remove unnecessary getUpdateIndex methodIvan Frade2018-12-263-8/+0
* RefDatabase/Ref: Add versioning to reference databaseIvan Frade2018-12-263-1/+102
* Make Reftable seek* and has* method names more consistentMinh Thai2018-07-112-9/+9
* Seek references by prefix in reftableMinh Thai2018-07-102-9/+9
* MergedReftable to skip shadowed refs in same reftableMinh Thai2018-02-091-0/+21
* Remove unused import from ReftableCompactorTestMatthias Sohn2017-11-151-1/+0
* ReftableCompactor should accept 0 for minUpdateIndexMinh Thai2017-11-141-0/+326
* reftable: explicitly store update_index per refShawn Pearce2017-08-212-13/+55
* reftable: resolve symbolic referencesShawn Pearce2017-08-171-0/+37
* reftable: compact merged tablesShawn Pearce2017-08-171-0/+27
* reftable: merge-join reftablesShawn Pearce2017-08-171-0/+324
* reftable: lookup by ObjectId unit testsShawn Pearce2017-08-171-0/+62
* reftable: reflog unit testsShawn Pearce2017-08-171-0/+151
* reftable: namespace unit testsShawn Pearce2017-08-171-0/+36
* reftable: bulk operation unit testsShawn Pearce2017-08-171-0/+82
* reftable: basic functionality unit testsShawn Pearce2017-08-171-0/+357