<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/test, branch 3.1.31</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>Merge pull request #1555 from Codym48/fix/get_values</title>
<updated>2023-02-16T16:27:50+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2023-02-16T16:27:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=0e5358a7c0d153902eb31f31fa8df9600276a520'/>
<id>0e5358a7c0d153902eb31f31fa8df9600276a520</id>
<content type='text'>
Fix get_values() so it correctly loads section names</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix get_values() so it correctly loads section names</pre>
</div>
</content>
</entry>
<entry>
<title>Add test asserting that get_values works by itself</title>
<updated>2023-02-16T05:07:56+00:00</updated>
<author>
<name>Cody Martin</name>
<email>codytylermartin@gmail.com</email>
</author>
<published>2023-02-16T05:07:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=fc843d31ddb817deb8e5e6732ebe67a5ee61db66'/>
<id>fc843d31ddb817deb8e5e6732ebe67a5ee61db66</id>
<content type='text'>
As described in #1534, this test will fail in main with a KeyError
about a missing section name even though the named sections do exist
within the config file.

This test will pass in the branch associated with #1535. This test
should keep the improved behavior healthy as the code evolves by
preventing future developers from removing the eager loading of
sections within get_values().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As described in #1534, this test will fail in main with a KeyError
about a missing section name even though the named sections do exist
within the config file.

This test will pass in the branch associated with #1535. This test
should keep the improved behavior healthy as the code evolves by
preventing future developers from removing the eager loading of
sections within get_values().
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1550 from Sineaggi/remove-optional-from-two-variables</title>
<updated>2023-02-02T20:45:44+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2023-02-02T20:45:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=c84dde218ef896a9b9af4f825ce222a6eb39291e'/>
<id>c84dde218ef896a9b9af4f825ce222a6eb39291e</id>
<content type='text'>
Remove optional from two member variables</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove optional from two member variables</pre>
</div>
</content>
</entry>
<entry>
<title>Add additional assertions to test_base.py</title>
<updated>2023-02-02T17:00:18+00:00</updated>
<author>
<name>Clayton Walker</name>
<email>clayton.m.walker@gmail.com</email>
</author>
<published>2023-02-02T17:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=fb6eb3d5eb56ce9f27cf23387053d440d6786fe2'/>
<id>fb6eb3d5eb56ce9f27cf23387053d440d6786fe2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated diff test to use different similarity thresholds</title>
<updated>2023-02-02T07:02:56+00:00</updated>
<author>
<name>Cesar Velazquez</name>
<email>cesar.velazquez@disney.com</email>
</author>
<published>2023-02-02T07:02:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=c0e69a4263a7f42b7a7d8bb44d11ee3d14a27545'/>
<id>c0e69a4263a7f42b7a7d8bb44d11ee3d14a27545</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add check to test bare repo</title>
<updated>2023-02-01T22:19:44+00:00</updated>
<author>
<name>Clayton Walker</name>
<email>clayton.m.walker@gmail.com</email>
</author>
<published>2023-02-01T22:19:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=bc8f1191a3befd1051bd676df630b2fa005fecf0'/>
<id>bc8f1191a3befd1051bd676df630b2fa005fecf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added diff test to disable rename detection</title>
<updated>2023-02-01T01:59:58+00:00</updated>
<author>
<name>Cesar Velazquez</name>
<email>cesar.velazquez@disney.com</email>
</author>
<published>2023-02-01T01:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=186d75c6ba283fd1bb0647ae94a3a8054197c42b'/>
<id>186d75c6ba283fd1bb0647ae94a3a8054197c42b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix timezone parsing functions for non-hour timezones</title>
<updated>2023-01-24T12:41:24+00:00</updated>
<author>
<name>James Cowgill</name>
<email>jcowgill@jcowgill.uk</email>
</author>
<published>2023-01-24T12:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=854a2d1f7fde596babe85ba9f76f282e9d53086d'/>
<id>854a2d1f7fde596babe85ba9f76f282e9d53086d</id>
<content type='text'>
The `utctz_to_altz` and `altz_to_utctz_str` functions fail to handle
timezones with UTC offsets that are not a multiple of one
hour. Rewrite them and add some unit tests.

Fixes #630
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `utctz_to_altz` and `altz_to_utctz_str` functions fail to handle
timezones with UTC offsets that are not a multiple of one
hour. Rewrite them and add some unit tests.

Fixes #630
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test to verify GitCommandError is raised when check-ignore is run against a file behind a symlink</title>
<updated>2023-01-21T21:32:03+00:00</updated>
<author>
<name>Axel Aguado</name>
<email>axelaguado@gmail.com</email>
</author>
<published>2023-01-21T21:05:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=2ddb604ae8a7fd1069857c8194155d109565e6bb'/>
<id>2ddb604ae8a7fd1069857c8194155d109565e6bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test_ignored_items_reported</title>
<updated>2023-01-21T21:32:03+00:00</updated>
<author>
<name>Axel Aguado</name>
<email>axelaguado@gmail.com</email>
</author>
<published>2023-01-21T20:06:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=7ada83a4cf83c1178159c250a11811012506058c'/>
<id>7ada83a4cf83c1178159c250a11811012506058c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
