<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitdb.git/gitdb/test, branch 0.6.2</title>
<subtitle>github.com: gitpython-developers/gitdb.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/'/>
<entry>
<title>Applied autopep8</title>
<updated>2015-01-04T10:21:36+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-04T10:21:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=ff7615321ee31d981a171f7677a56a971c554059'/>
<id>ff7615321ee31d981a171f7677a56a971c554059</id>
<content type='text'>
autopep8 -v -j 8 --max-line-length 120 --in-place --recursive
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
autopep8 -v -j 8 --max-line-length 120 --in-place --recursive
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved decompression test to scan the entire git repository, instead of just packs</title>
<updated>2015-01-01T17:26:12+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-01T17:26:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=8b4939630a0d7362e5a6fbca052922d710a87c7e'/>
<id>8b4939630a0d7362e5a6fbca052922d710a87c7e</id>
<content type='text'>
This should make it easier to assert the issue is truly fixed now

[skip ci]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should make it easier to assert the issue is truly fixed now

[skip ci]
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped new version</title>
<updated>2015-01-01T15:12:15+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-01T15:12:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=46a4a79f46ab5a8da97714262095318090674277'/>
<id>46a4a79f46ab5a8da97714262095318090674277</id>
<content type='text'>
Fixed tiny issue in python 3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed tiny issue in python 3
</pre>
</div>
</content>
</entry>
<entry>
<title>Added integrity test for loose objects to search large datasets for</title>
<updated>2015-01-01T15:01:35+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-01T15:00:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=0d22c80e041dbb5d9d985926b39b7bd7a0573a7a'/>
<id>0d22c80e041dbb5d9d985926b39b7bd7a0573a7a</id>
<content type='text'>
the issue described in https://github.com/gitpython-developers/GitPython/issues/220

See test notes for proper usage, it all depends on a useful dataset with high entropy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the issue described in https://github.com/gitpython-developers/GitPython/issues/220

See test notes for proper usage, it all depends on a useful dataset with high entropy
</pre>
</div>
</content>
</entry>
<entry>
<title>Slightly improved loose object decompression test</title>
<updated>2015-01-01T13:00:34+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-01T13:00:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=6b32bbcc0b9ca142fc3b066fcd0d76e2a731423d'/>
<id>6b32bbcc0b9ca142fc3b066fcd0d76e2a731423d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increased initial size of decompressed data to obtain loose object header information</title>
<updated>2015-01-01T12:47:19+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-01T12:47:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=c38bd19706abe5cf0bf0e7b3e9ad2b3e554d28ef'/>
<id>c38bd19706abe5cf0bf0e7b3e9ad2b3e554d28ef</id>
<content type='text'>
This appears to fix https://github.com/gitpython-developers/GitPython/issues/220 , in this particular case.
Nonetheless, we might just have gotten lucky here, and the actual issue is not yet solved and can thus re-occour.
It would certainly be best to churn through plenty of loose objects to assure this truly works now. Maybe the pack could be recompressed as loose objects
to get a sufficiently large data set
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This appears to fix https://github.com/gitpython-developers/GitPython/issues/220 , in this particular case.
Nonetheless, we might just have gotten lucky here, and the actual issue is not yet solved and can thus re-occour.
It would certainly be best to churn through plenty of loose objects to assure this truly works now. Maybe the pack could be recompressed as loose objects
to get a sufficiently large data set
</pre>
</div>
</content>
</entry>
<entry>
<title>It seems zlib works differently in py26, and thus requires special handling.</title>
<updated>2014-11-14T11:40:22+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-14T11:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=0dcec5a27b341ce58e5ab169f91aa25b2cafec0c'/>
<id>0dcec5a27b341ce58e5ab169f91aa25b2cafec0c</id>
<content type='text'>
This also explains why the tests suddenly stopped working - after all, the interpreter changed ... .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also explains why the tests suddenly stopped working - after all, the interpreter changed ... .
</pre>
</div>
</content>
</entry>
<entry>
<title>Now I am skipping a problematic test on travis CI.</title>
<updated>2014-11-14T11:08:08+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-14T11:07:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=e7fdd949d0cb2c42c9217e3c7009eb28c6b53446'/>
<id>e7fdd949d0cb2c42c9217e3c7009eb28c6b53446</id>
<content type='text'>
Maybe I can find a py 2.6 interpreter somewhere to reproduce it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Maybe I can find a py 2.6 interpreter somewhere to reproduce it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added requirements.txt for pip, and optimized test-suite performance on travis.</title>
<updated>2014-11-14T10:29:18+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-14T10:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=b9d189d35073cc80ddbfa61269c65785264880f3'/>
<id>b9d189d35073cc80ddbfa61269c65785264880f3</id>
<content type='text'>
With a bit of luck, this one will just work now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With a bit of luck, this one will just work now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Performance tests are now part of the test-suite.</title>
<updated>2014-11-14T08:43:19+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-14T08:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=f26c869025bc31d3920726a63b15fdb420b1d215'/>
<id>f26c869025bc31d3920726a63b15fdb420b1d215</id>
<content type='text'>
By default, a small repository will be tested, which doesn't take that long actually (~20s)
Additionally, that way we enforce correctness tests, which didn't run by default previously.
As we are handling data here, we must be sure that it's handled correctly, thus the tests should
run.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default, a small repository will be tested, which doesn't take that long actually (~20s)
Additionally, that way we enforce correctness tests, which didn't run by default previously.
As we are handling data here, we must be sure that it's handled correctly, thus the tests should
run.
</pre>
</div>
</content>
</entry>
</feed>
