<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/tests, branch v2.7.1</title>
<subtitle>github.com: gpocentek/python-gitlab.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/'/>
<entry>
<title>fix(files): do not url-encode file paths twice</title>
<updated>2021-04-26T20:23:58+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-04-26T20:23:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=8e25cecce3c0a19884a8d231ee1a672b80e94398'/>
<id>8e25cecce3c0a19884a8d231ee1a672b80e94398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1397 from JohnVillalovos/jlvillal/flake8</title>
<updated>2021-04-23T07:20:34+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2021-04-23T07:20:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=976e14d95fc5716ad161cbf39d50e5863cd9b335'/>
<id>976e14d95fc5716ad161cbf39d50e5863cd9b335</id>
<content type='text'>
Fix all issues reported by running: tox -e pep8 and enable pep8 as a linter check</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix all issues reported by running: tox -e pep8 and enable pep8 as a linter check</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1383 from spyoungtech/dirfix</title>
<updated>2021-04-21T19:04:40+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-04-21T19:04:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=60c5fd8878ff54f6e3fcd168545ab3af139f1dcc'/>
<id>60c5fd8878ff54f6e3fcd168545ab3af139f1dcc</id>
<content type='text'>
fix(types): prevent __dir__ in RestObject from producing duplicates</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix(types): prevent __dir__ in RestObject from producing duplicates</pre>
</div>
</content>
</entry>
<entry>
<title>test(object): add test for __dir__ duplicates</title>
<updated>2021-04-21T16:59:23+00:00</updated>
<author>
<name>Spencer Phillip Young</name>
<email>spencer.young@spyoung.com</email>
</author>
<published>2021-04-21T16:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=a8e591f742f777f8747213b783271004e5acc74d'/>
<id>a8e591f742f777f8747213b783271004e5acc74d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: remove unused function sanitize_parameters()</title>
<updated>2021-04-18T21:55:37+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-04-18T21:55:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=443b93482e29fecc12fdbd2329427b37b05ba425'/>
<id>443b93482e29fecc12fdbd2329427b37b05ba425</id>
<content type='text'>
The function sanitize_parameters() was used when the v3 API was in
use. Since v3 API support has been removed there are no more users of
this function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The function sanitize_parameters() was used when the v3 API was in
use. Since v3 API support has been removed there are no more users of
this function.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: fix F841 errors reported by flake8</title>
<updated>2021-04-18T15:26:07+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-04-17T21:59:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=40f4ab20ba0903abd3d5c6844fc626eb264b9a6a'/>
<id>40f4ab20ba0903abd3d5c6844fc626eb264b9a6a</id>
<content type='text'>
Local variable name is assigned to but never used

https://www.flake8rules.com/rules/F841.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Local variable name is assigned to but never used

https://www.flake8rules.com/rules/F841.html
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: fix F401 errors reported by flake8</title>
<updated>2021-04-18T15:24:40+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-04-17T21:20:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=ff21eb664871904137e6df18308b6e90290ad490'/>
<id>ff21eb664871904137e6df18308b6e90290ad490</id>
<content type='text'>
F401: Module imported but unused

https://www.flake8rules.com/rules/F401.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
F401: Module imported but unused

https://www.flake8rules.com/rules/F401.html
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: fix E711 error reported by flake8</title>
<updated>2021-04-18T14:13:47+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-04-17T21:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=630901b30911af01da5543ca609bd27bc5a1a44c'/>
<id>630901b30911af01da5543ca609bd27bc5a1a44c</id>
<content type='text'>
E711: Comparison to none should be 'if cond is none:'

https://www.flake8rules.com/rules/E711.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
E711: Comparison to none should be 'if cond is none:'

https://www.flake8rules.com/rules/E711.html
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: fix E712 errors reported by flake8</title>
<updated>2021-04-18T14:04:40+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-04-17T21:06:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=83670a49a3affd2465f8fcbcc3c26141592c1ccd'/>
<id>83670a49a3affd2465f8fcbcc3c26141592c1ccd</id>
<content type='text'>
E712: Comparison to true should be 'if cond is true:' or 'if cond:'

https://www.flake8rules.com/rules/E712.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
E712: Comparison to true should be 'if cond is true:' or 'if cond:'

https://www.flake8rules.com/rules/E712.html
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: fix E741/E742 errors reported by flake8</title>
<updated>2021-04-18T14:04:40+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-04-17T21:01:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=380f227a1ecffd5e22ae7aefed95af3b5d830994'/>
<id>380f227a1ecffd5e22ae7aefed95af3b5d830994</id>
<content type='text'>
Fixes to resolve errors for:
    https://www.flake8rules.com/rules/E741.html
      Do not use variables named 'I', 'O', or 'l' (E741)

    https://www.flake8rules.com/rules/E742.html
      Do not define classes named 'I', 'O', or 'l' (E742)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes to resolve errors for:
    https://www.flake8rules.com/rules/E741.html
      Do not use variables named 'I', 'O', or 'l' (E741)

    https://www.flake8rules.com/rules/E742.html
      Do not define classes named 'I', 'O', or 'l' (E742)
</pre>
</div>
</content>
</entry>
</feed>
