summaryrefslogtreecommitdiff
path: root/gitdb/test/db
Commit message (Collapse)AuthorAgeFilesLines
* Removed plenty of code which went into git-python. This is just for ↵gitdbmergerSebastian Thiel2011-05-051-17/+0
| | | | completeness, gitdb doesn't need to be worked on anymore
* Fixed all remaining db testsSebastian Thiel2011-05-054-10/+10
|
* Fixed db/test_gitSebastian Thiel2011-05-051-3/+3
|
* First rename session, db/test_base.py works, but there is much more work to doSebastian Thiel2011-05-043-4/+11
|
* Applied more fixes and an implementation for the RepositoryPathsMixin. This ↵Sebastian Thiel2011-04-291-3/+3
| | | | showed that we need to distinguish between plain object dbs with a respective interface and full repositories, which have references and remotes. Ideally, the ones that require only odbs use the odb member, others use the repo member
* Added ref implementation and tried to fix it so that it has a chance of ↵Sebastian Thiel2011-04-071-1/+0
| | | | running. Currently it requires an object implementation which will be ported next. None of the tests is expected to run yet.
* Added first scetch of a transport DB interface which should be enough to ↵Sebastian Thiel2011-04-041-0/+18
| | | | allow an own implementation of the git protocol without breaking clients. It also includes interfaces for the fetchinfo and pushinfo types
* preprended all modules with licensing informationSebastian Thiel2011-02-237-0/+28
|
* Fixed unittestsSebastian Thiel2010-11-303-4/+3
|
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-307-0/+429
Submodule relinked to point to new github location, and moved as well