aboutsummaryrefslogtreecommitdiffstats
path: root/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* fixtures: Add missing ObjectsCount (#115)v4.0.0-rc2Antonio Navarro Perez2016-11-041-0/+1
|
* fixtures: Add DotGitHash to tags repository (#113)Antonio Navarro Perez2016-11-041-1/+2
|
* utils: fs, new memory filesystem (#108)Máximo Cuadros2016-11-041-1/+1
| | | | | | | | * utils: fs, new memory filesystem * utils: fs, renamed os.NewOS to os.New * utils: fs, memory changes requested by @alcortes
* formats: Index read support (#91)Máximo Cuadros2016-10-261-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | * utils: fs generic TestSuite * fs: fs.TempFile * utils: fs small changes requested * utils: fs, test fs.Create overwriting files * formats: index, basic v2 reader * formats: index, tree extension support * formats: index, stage decoding * formats: index, extended flags, v3 support * formats: index, v4 support * formats: index, Resolve undo support * formats: index, fix error when decoding invalidated entries * formats: index, fix style issues
* utils/fs: move 'os' and 'test' to separate packages. (#93)Santiago M. Mola2016-10-241-1/+2
| | | | | | * create utils/fs/test package to expose generic test suite to 3rd party fs implementations. * move 'os' to its own package to avoid cyclic dependency (test -> fs -> test, becomes test -> fs, os -> test, os -> fs). * remove TestCreateAndWrite: some of our implementations cannot read a file that was just created, written and not closed yet.
* cleanup old fixturesMáximo Cuadros2016-09-221-0/+28
|
* tags tests, Tag.String and Commit.StringMáximo Cuadros2016-09-211-0/+5
|
* fixtures: new fixture package being use in all packagesMáximo Cuadros2016-09-121-9/+56
|
* format: packfile fix ReadObjectAt without decodeMáximo Cuadros2016-09-111-26/+34
|
* storage: filesystem ref storage, and not not exists file handlingMáximo Cuadros2016-09-101-3/+4
|
* storage: filesystem iter implementationMáximo Cuadros2016-09-091-3/+7
|
* storage: filessytem read multiple packfiles support and index decodingMáximo Cuadros2016-09-091-1/+32
|
* format: packfile based on ObjectStorage and CRC32 calculationMáximo Cuadros2016-09-081-0/+102