aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem/object_test.go
Commit message (Collapse)AuthorAgeFilesLines
* global storage interface refactor (#112)Máximo Cuadros2016-11-071-4/+4
| | | | | | | | | | | * core: ObjectStorage, ReferenceStorage renamed to ObjectStorer and ReferenceStorer * rebase * general, changes request by @alcortes * general, changes request by @alcortes
* fix fixtures usageMáximo Cuadros2016-10-261-1/+1
|
* fixtures: new fixture package being use in all packagesMáximo Cuadros2016-09-121-5/+3
|
* format: packfile fix ReadObjectAt without decodeMáximo Cuadros2016-09-111-9/+11
|
* storage: filesystem iter implementationMáximo Cuadros2016-09-091-0/+38
|
* storage: filessytem read multiple packfiles support and index decodingMáximo Cuadros2016-09-091-312/+27
|
* format: packfile new interfaceMáximo Cuadros2016-09-071-7/+7
|
* storage: filesystem idx generation (wip)Máximo Cuadros2016-09-061-19/+23
|
* core: ObjectStorage.WriterMáximo Cuadros2016-09-051-0/+17
|
* core: ObjectStorage.Begin and TxObjectStorageMáximo Cuadros2016-09-051-4/+4
|
* core: Storage.Get, switch order of argsMáximo Cuadros2016-08-291-2/+2
|
* storage: Add object type hint parameter to ObjectStorage.Get. (#69)Santiago M. Mola2016-08-291-4/+6
| | | | | | | Some storage backends can optimize object lookup if they get the object type that is expected. So we the signature of the Get method is now Get(Hash, ObjectType). Added generic tests for storage backends.
* storage/filesystem: ConfigStore implementationMáximo Cuadros2016-08-211-8/+9
|
* core: Storage, removing err returning *StoragesMáximo Cuadros2016-08-141-4/+1
|
* core: removing Object.Content, the Reader should be used alwaysMáximo Cuadros2016-08-141-2/+6
|
* storage: Storage entity support, and DotGit support for ReferencesMáximo Cuadros2016-08-121-0/+315