aboutsummaryrefslogtreecommitdiffstats
path: root/common_test.go
Commit message (Expand)AuthorAgeFilesLines
* test: restore default protocol. (#215)Santiago M. Mola2017-01-181-3/+15
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-0/+3
* BaseSuite improvements, usage of file:// protoMáximo Cuadros2016-12-021-154/+36
* capabilities: full integration (#151)Máximo Cuadros2016-12-011-0/+7
* protocol/packp: capabilities new Capability entity and List struct, test impr...Máximo Cuadros2016-11-291-2/+3
* remove old types from transport and use packp (#142)Santiago M. Mola2016-11-281-12/+11
* move: format/packp -> protocol/packp (#141)Santiago M. Mola2016-11-251-1/+1
* transport: create Client interface (#132)Santiago M. Mola2016-11-231-31/+35
* new plumbing package (#118)Máximo Cuadros2016-11-081-13/+13
* global storage interface refactor (#112)Máximo Cuadros2016-11-071-2/+2
* remote, fix fetch tagsMáximo Cuadros2016-10-271-0/+1
* fix fixtures usageMáximo Cuadros2016-10-261-1/+1
* Use advrefs in gituploadpackinfo (#92)Alberto Cortés2016-10-261-1/+2
* test coverage improved, Remote.Refs and Repository.Refs returns error, TreeWa...Máximo Cuadros2016-09-221-1/+1
* cleanup old fixturesMáximo Cuadros2016-09-221-4/+5
* dotgit: synced write packfile and index generationMáximo Cuadros2016-09-151-3/+5
* fixtures: new fixture package being use in all packagesMáximo Cuadros2016-09-121-7/+58
* format: packfile based on ObjectStorage and CRC32 calculationMáximo Cuadros2016-09-081-1/+0
* format: packfile new interfaceMáximo Cuadros2016-09-071-9/+9
* core: ObjectStorage.Begin and TxObjectStorageMáximo Cuadros2016-09-051-2/+2
* clients: default Auth methodsMáximo Cuadros2016-08-311-2/+1
* Repository: Clone protection if non empty object storage, Remote: NoErrAlread...Máximo Cuadros2016-08-251-3/+7
* ForEach review and Commit.Tree err returnMáximo Cuadros2016-08-221-1/+7
* options renamed and some text fixesMáximo Cuadros2016-08-221-1/+1
* Remote.Fetch base on RefSpec, improvement of the responsabilities separationMáximo Cuadros2016-08-191-3/+20
* Repository.Clone and Remote.Fetch remote, local branches and client: correct ...Máximo Cuadros2016-08-151-0/+2
* core: Storage, removing err returning *StoragesMáximo Cuadros2016-08-141-1/+1
* Repository.Clone and Remote.Fetch tests and improvementsMáximo Cuadros2016-08-131-7/+7
* Repository and Remote API changesMáximo Cuadros2016-08-131-13/+23
* general: usage of the new Reference objectsMáximo Cuadros2016-08-121-2/+5
* v3 -> v4Máximo Cuadros2016-08-111-3/+3
* Adds support to open local repositories and to use file-based object storage ...v3.1.0Alberto Cortés2016-07-041-13/+24
* Improved support for Blob objectsJoshua Sjoding2016-02-191-1/+1
* Added helper function for test fixture unpackingJoshua Sjoding2016-02-181-2/+29
* update imports to v3Máximo Cuadros2016-02-171-2/+2
* missing call to Close on Fetch return value (ReadCloser)Alberto Cortés2016-01-111-2/+4
* blame code reorganization, and mutting the testMáximo Cuadros2015-12-121-1/+10
* fix PR#7 commentsAlberto Cortés2015-12-041-88/+4
* Blame support for filesAlberto Cortés2015-11-251-0/+111
* clients: GitUploadPackInfo head changeMáximo Cuadros2015-11-051-1/+1
* clients: new AuthMethod and ConnectWithAuthMáximo Cuadros2015-11-051-1/+8
* clients: capabilities improvementMáximo Cuadros2015-11-011-5/+3
* internal -> coreMáximo Cuadros2015-10-311-3/+3
* clients: Capabilities parsing improvement and GitUploadPackInfo encodingMáximo Cuadros2015-10-311-3/+2
* tree and commitMáximo Cuadros2015-10-271-0/+31
* new remote abstractionMáximo Cuadros2015-10-231-0/+9