summaryrefslogtreecommitdiff
path: root/gitdb/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed remaining tests as far as possible/necessary before the actual work sta...fetch_n_pushSebastian Thiel2011-05-052-23/+25
* Fixed all remaining db testsSebastian Thiel2011-05-056-12/+12
* 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-047-15/+21
* Moved plenty of code around to separate pure python implementation from futur...Sebastian Thiel2011-04-292-9/+5
* Applied more fixes and an implementation for the RepositoryPathsMixin. This s...Sebastian Thiel2011-04-292-4/+4
* Fixed reference tests - symbolic refs now need to be created with a git_dir()...Sebastian Thiel2011-04-262-11/+11
* Fixed ref test up to the point where there is an issue resolving objects in t...Sebastian Thiel2011-04-262-16/+21
* Fixed a few broken tests. test_refs is still not working as it needs more thr...Sebastian Thiel2011-04-255-9/+159
* Initial version of objects. The submodule implementation is left in git-pytho...Sebastian Thiel2011-04-074-0/+469
* Added ref implementation and tried to fix it so that it has a chance of runni...Sebastian Thiel2011-04-073-11/+570
* Added first scetch of a transport DB interface which should be enough to allo...Sebastian Thiel2011-04-041-0/+18
* Fixed _perf module, which built, but didn't link dynamically. All the time, I...Sebastian Thiel2011-03-311-0/+43
* crc needs to be done on the pack object header as well, of courseSebastian Thiel2011-03-311-1/+1
* Implemented remainder of the test, and it already shows that something is wro...Sebastian Thiel2011-03-312-12/+29
* initial version of pack writing, which seems to work, but still needs some mo...Sebastian Thiel2011-03-311-13/+38
* Added stub for pack writing implementation which should work for pack streami...Sebastian Thiel2011-03-311-4/+30
* preprended all modules with licensing informationSebastian Thiel2011-02-2318-0/+72
* Fixed unittestsSebastian Thiel2010-11-304-5/+4
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-3025-0/+1539