| Age | Commit message (Collapse) | Author |
|
|
|
git versions. This bug existed for quite a while but didn't show up as progress wasn't sent most of the time. All methods that could use a progress will only activate it if a progress is actually given
|
|
everything. Includes an updated config file which includes all the new additions
|
|
|
|
|
|
figured out that the implementation really should be specific to the git command. This leaves the interface open for other implemntations which use a different way to provide feedback (as we do not make assumptions about the format of a feedback line)
|
|
|
|
fast with nearly now overhead if the data streams in fast enough (~30 MB/s when writing a pack). This shows that there is huge potential for sending packs, considering that we are actually recompressing them (without deltification). To be faster in future, we could probably just send ref-deltas or full objects as found in the pack without doing any recompression.
|
|
database (as streams have to be decompressed, it should be redesigned to have multiple database implementations)
|
|
indicate what it tests
|
|
|
|
command implementations. The previous performance test was truncated a bit as it compared directly with the git hash_object write performance. This is out, and if we wanted it we could implement it , but its actually slower for us
|
|
be tested as well at some point
|
|
future implementations to use the test as well
|
|
|
|
|
|
false positives in repositories that are freshly checked out
|
|
tests need some more work. Also, the tests need to be reorganized and move closer to their actual location within gitpython. Hence the refs tests go to git.test.refs, etc
|
|
more work as the amount of submodules changed in fact. Maybe I should just generate a test repository with gitpython as submodule to get the recursion depth required to satisfy the test
|
|
|
|
|
|
|
|
the test suggests. Pure python implementation still has some trouble, but this should be very fixable
|
|
of the new database types. This reduces code duplication to the mere minimum, but allows custom tests to be added on top easily and flexibly
|
|
methods on the default Repo implementation into interfaces or something that can be abstracted. It shows that it would indeed be good to keep the differentiation between Repositories which contain an object database as it is clearly easier to setup any combination of repositories that use git and those that do not, with just the addition of one more level of indirection. Lets see how it will end up
|
|
repo interface. Added submodule interface ... goal is to provide all of the extra repo functionality in custom interfaces
|
|
changed drastically. Now the actual work begins
|
|
|
|
Then the tests will need some work
|
|
submodule implementation is left in git-python as it requires some advanced features. No tests where run yet
|
|
git command. everything else was moved to GitDB. None of the tests is yet expected to run, although git-python should have less trouble getting the tests back up running than GitDB. plenty of code needs to be de-duplicated though in case of the tests, which will be some work
|
|
looked like hexshas. Thanks to Ning (frostyplanet) who pointed this issue out
|
|
remote: Fixed bug that was caused by the unchecked deletion of an uncached attribute which did not necessarily exist
|
|
tests may work.
Switched gitdb submodule to new github url
|
|
|
|
adjusted
|