aboutsummaryrefslogtreecommitdiffstats
path: root/examples/storage
Commit message (Collapse)AuthorAgeFilesLines
* storage: shallow storage (#180)Máximo Cuadros2016-12-151-0/+38
| | | | | | | | * storage: shallow storage * changes * changes
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * plumbing: rename Object -> EncodedObject. * plumbing/storer: rename ObjectStorer -> EncodedObjectStorer. * move difftree to plumbing/difftree. * move diff -> utils/diff * make Object/Tag/Blob/Tree/Commit/File depend on storer. * Object and its implementations now depend only on storer.EncodedObjectStorer, not git.Repository. * Tests are decoupled accordingly. * move Object/Commit/File/Tag/Tree to plumbing/object. * move Object/Commit/File/Tag/Tree to plumbing/object. * move checkClose to utils/ioutil. * move RevListObjects to plumbing/revlist.Objects. * move DiffTree to plumbing/difftree package. * rename files with plural nouns to singular * plumbing/object: add GetBlob/GetCommit/GetTag/GetTree.
* examples: review, testing and documentation (#176)Máximo Cuadros2016-12-121-29/+12
| | | | | | | | | | * examples reviews, testing and documentation * including the execution on travis, and fix readme * fix example link * including the execution on travis
* new plumbing package (#118)Máximo Cuadros2016-11-081-26/+27
| | | * plumbing: now core was renamed to core, and formats and clients moved inside
* global storage interface refactor (#112)Máximo Cuadros2016-11-071-142/+21
| | | | | | | | | | | * core: ObjectStorage, ReferenceStorage renamed to ObjectStorer and ReferenceStorer * rebase * general, changes request by @alcortes * general, changes request by @alcortes
* fix buildMáximo Cuadros2016-09-201-0/+4
|
* core: ObjectStorage.WriterMáximo Cuadros2016-09-051-0/+5
|
* core: ObjectStorage.Begin and TxObjectStorageMáximo Cuadros2016-09-051-0/+20
|
* example: aerospike, fix and moved to packageMáximo Cuadros2016-09-032-67/+76
|
* example: improvements on the storage exampleMáximo Cuadros2016-08-312-45/+54
|
* examples: storage example reviewMáximo Cuadros2016-08-302-0/+438