Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | storage: Add object type hint parameter to ObjectStorage.Get. (#69) | Santiago M. Mola | 2016-08-29 | 17 | -140/+171 |
| | | | | | | | 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. | ||||
* | core: MemoryObject.Write, remove SetSize side effect | Máximo Cuadros | 2016-08-29 | 2 | -4/+15 |
| | |||||
* | object: Add Encode method to all objects. (#70) | Santiago M. Mola | 2016-08-29 | 9 | -4/+240 |
| | | | | | | | | Encode method encodes a typed object (commit, tree, tag, blob) into raw core.Object representation. Additionally, Decode does not trim commit message lines. This is needed for Decode/Encode to be idempotent. | ||||
* | Tree, fix modes | Máximo Cuadros | 2016-08-26 | 4 | -263/+64 |
| | |||||
* | Repository: Clone protection if non empty object storage, Remote: ↵ | Máximo Cuadros | 2016-08-25 | 8 | -16/+100 |
| | | | | NoErrAlreadyUpToDate | ||||
* | clients/http: better error handling | Máximo Cuadros | 2016-08-25 | 6 | -16/+77 |
| | |||||
* | clients/ssh: test fix | Máximo Cuadros | 2016-08-24 | 8 | -162/+91 |
| | |||||
* | WalkCommitHistory adn Commit.History | Máximo Cuadros | 2016-08-23 | 5 | -0/+144 |
| | |||||
* | ForEach review and Commit.Tree err return | Máximo Cuadros | 2016-08-22 | 19 | -192/+200 |
| | |||||
* | options renamed and some text fixes | Máximo Cuadros | 2016-08-22 | 15 | -69/+83 |
| | |||||
* | Remote.Fetch multiple RefSpec support | Máximo Cuadros | 2016-08-22 | 10 | -63/+174 |
| | |||||
* | examples: improved basic and remote examples | Máximo Cuadros | 2016-08-22 | 2 | -23/+98 |
| | |||||
* | remote and repository base on ConfigStore | Máximo Cuadros | 2016-08-21 | 8 | -62/+103 |
| | |||||
* | storage/filesystem: ConfigStore implementation | Máximo Cuadros | 2016-08-21 | 4 | -8/+135 |
| | |||||
* | remote and repository base on ConfigStore | Máximo Cuadros | 2016-08-20 | 6 | -95/+87 |
| | |||||
* | storage: support ConfigStorage, memory done, fs wip | Máximo Cuadros | 2016-08-20 | 3 | -15/+68 |
| | |||||
* | Remote.Fetch base on RefSpec, improvement of the responsabilities separation | Máximo Cuadros | 2016-08-19 | 14 | -325/+365 |
| | |||||
* | clients/http: fix tests | Máximo Cuadros | 2016-08-18 | 1 | -1/+1 |
| | |||||
* | examples: fix fs_implementation example | Máximo Cuadros | 2016-08-18 | 2 | -2/+9 |
| | |||||
* | core: RefSpec support | Máximo Cuadros | 2016-08-18 | 2 | -0/+159 |
| | |||||
* | example: fix storag example | Máximo Cuadros | 2016-08-16 | 1 | -0/+21 |
| | |||||
* | clients/common: Endpoint SCP like support | Máximo Cuadros | 2016-08-16 | 2 | -0/+23 |
| | |||||
* | NewFilesystemRepository and example | Máximo Cuadros | 2016-08-15 | 2 | -2/+44 |
| | |||||
* | core: *Iter.ForEach method | Máximo Cuadros | 2016-08-15 | 11 | -44/+223 |
| | |||||
* | Repository.Pull, PoC | Máximo Cuadros | 2016-08-15 | 3 | -5/+119 |
| | |||||
* | examples: fix | Máximo Cuadros | 2016-08-15 | 2 | -2/+2 |
| | |||||
* | Repository.Clone and Remote.Fetch remote, local branches and client: correct ↵ | Máximo Cuadros | 2016-08-15 | 13 | -84/+323 |
| | | | | header read | ||||
* | core: Storage, removing err returning *Storages | Máximo Cuadros | 2016-08-14 | 17 | -103/+211 |
| | |||||
* | core: removing Object.Content, the Reader should be used always | Máximo Cuadros | 2016-08-14 | 5 | -11/+33 |
| | |||||
* | fix tests and examples | Máximo Cuadros | 2016-08-14 | 9 | -39/+57 |
| | |||||
* | Repository.Clone and Remote.Fetch tests and improvements | Máximo Cuadros | 2016-08-13 | 9 | -120/+226 |
| | |||||
* | clients: new Endpoint implementation and InstallProtocol function | Máximo Cuadros | 2016-08-13 | 9 | -162/+129 |
| | |||||
* | Repository and Remote API changes | Máximo Cuadros | 2016-08-13 | 18 | -202/+211 |
| | |||||
* | storage: Storage entity support, and DotGit support for References | Máximo Cuadros | 2016-08-12 | 10 | -874/+877 |
| | |||||
* | core: Storage, now returns errors | Máximo Cuadros | 2016-08-12 | 2 | -24/+49 |
| | |||||
* | small improvements | Máximo Cuadros | 2016-08-12 | 6 | -55/+70 |
| | |||||
* | storage/memory: implemented ReferenceStorage and Storage | Máximo Cuadros | 2016-08-12 | 2 | -21/+183 |
| | |||||
* | examples: object_storage example | Máximo Cuadros | 2016-08-12 | 2 | -0/+164 |
| | |||||
* | general: usage of the new Reference objects | Máximo Cuadros | 2016-08-12 | 8 | -85/+105 |
| | |||||
* | core: Reference logic implementation, and InvalidObject ObjectType | Máximo Cuadros | 2016-08-11 | 2 | -0/+181 |
| | |||||
* | storage: seekable renamed to filesystem | Máximo Cuadros | 2016-08-11 | 12 | -23/+23 |
| | |||||
* | core: new MemoryObject, move from memory.Object, packfile.Parser, base on ↵ | Máximo Cuadros | 2016-08-11 | 17 | -203/+199 |
| | | | | new ObjectStorage interface | ||||
* | v3 -> v4 | Máximo Cuadros | 2016-08-11 | 75 | -143/+143 |
| | |||||
* | Fix #62 (#66) | Vadim Markovtsev | 2016-08-10 | 1 | -1/+1 |
| | |||||
* | Decode tree bug: incomplete reads break the decoding process (#64) | Alberto Cortés | 2016-08-09 | 2 | -2/+1207 |
| | | | | | | * Add test that fails for incomplete reads from an object * Fix imcomplete reads | ||||
* | difftree changes to provide both files | Máximo Cuadros | 2016-08-05 | 2 | -0/+603 |
| | |||||
* | add simple difftree implementation (#63) | Alberto Cortés | 2016-08-05 | 3 | -1/+595 |
| | | | | | | * add simple difftree implementation * strings.Compare needs at least go1.5 | ||||
* | Merge branch 'repository-head' | Alberto Cortés | 2016-08-02 | 0 | -0/+0 |
|\ | |||||
| * | remove dead code | Alberto Cortés | 2016-08-02 | 1 | -3/+0 |
| | | |||||
| * | clean code | Alberto Cortés | 2016-08-02 | 1 | -1/+1 |
| | |