<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/v4, branch v2.7.0</title>
<subtitle>github.com: gpocentek/python-gitlab.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/'/>
<entry>
<title>Merge pull request #1411 from JohnVillalovos/jlvillal/list_filters</title>
<updated>2021-04-25T14:35:30+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig.ch@gmail.com</email>
</author>
<published>2021-04-25T14:35:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=62c75b5e637858f0e9ef7bed21a347bbd5e0b972'/>
<id>62c75b5e637858f0e9ef7bed21a347bbd5e0b972</id>
<content type='text'>
chore: make ListMixin._list_filters always present</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: make ListMixin._list_filters always present</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1410 from JohnVillalovos/jlvillal/short_print_attr</title>
<updated>2021-04-25T14:34:50+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig.ch@gmail.com</email>
</author>
<published>2021-04-25T14:34:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=09522b356386f4e2ceef7e8c2604269e0682ed20'/>
<id>09522b356386f4e2ceef7e8c2604269e0682ed20</id>
<content type='text'>
chore: make RESTObject._short_print_attrs always present</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: make RESTObject._short_print_attrs always present</pre>
</div>
</content>
</entry>
<entry>
<title>chore(objects): remove noisy deprecation warning for audit events</title>
<updated>2021-04-25T12:31:35+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-04-25T12:26:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=29536423e3e8866eda7118527a49b120fefb4065'/>
<id>29536423e3e8866eda7118527a49b120fefb4065</id>
<content type='text'>
It's mostly an internal thing anyway and can be removed in 3.0.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's mostly an internal thing anyway and can be removed in 3.0.0
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: make ListMixin._list_filters always present</title>
<updated>2021-04-24T19:26:46+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-04-24T19:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=89331131b3337308bacb0c4013e80a4809f3952c'/>
<id>89331131b3337308bacb0c4013e80a4809f3952c</id>
<content type='text'>
Always create ListMixin._list_filters attribute with a default value
of tuple().

This way we don't need to use hasattr() and we will know the type of
the attribute.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Always create ListMixin._list_filters attribute with a default value
of tuple().

This way we don't need to use hasattr() and we will know the type of
the attribute.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: make RESTObject._short_print_attrs always present</title>
<updated>2021-04-24T19:10:59+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-04-24T19:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=6d551208f4bc68d091a16323ae0d267fbb6003b6'/>
<id>6d551208f4bc68d091a16323ae0d267fbb6003b6</id>
<content type='text'>
Always create RESTObject._short_print_attrs with a default value of
None.

This way we don't need to use hasattr() and we will know the type of
the attribute.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Always create RESTObject._short_print_attrs with a default value of
None.

This way we don't need to use hasattr() and we will know the type of
the attribute.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1405 from JohnVillalovos/jlvillal/returns_bytes</title>
<updated>2021-04-23T07:57:21+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2021-04-23T07:57:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=c055de05357e07fad57ebcefb5377997eae83e68'/>
<id>c055de05357e07fad57ebcefb5377997eae83e68</id>
<content type='text'>
fix: correct ProjectFile.decode() documentation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix: correct ProjectFile.decode() documentation</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://git.baserock.org/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>fix: correct ProjectFile.decode() documentation</title>
<updated>2021-04-23T01:48:54+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-04-23T01:44:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=b180bafdf282cd97e8f7b6767599bc42d5470bfa'/>
<id>b180bafdf282cd97e8f7b6767599bc42d5470bfa</id>
<content type='text'>
ProjectFile.decode() returns 'bytes' and not 'str'.

Update the method's doc-string and add a type-hint.

ProjectFile.decode() returns the result of a call to
base64.b64decode()

The docs for that function state it returns 'bytes':
https://docs.python.org/3/library/base64.html#base64.b64decode

Fixes: #1403
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ProjectFile.decode() returns 'bytes' and not 'str'.

Update the method's doc-string and add a type-hint.

ProjectFile.decode() returns the result of a call to
base64.b64decode()

The docs for that function state it returns 'bytes':
https://docs.python.org/3/library/base64.html#base64.b64decode

Fixes: #1403
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: argument type was not a tuple as expected</title>
<updated>2021-04-18T17:47:06+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-04-18T17:47:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=062f8f6a917abc037714129691a845c16b070ff6'/>
<id>062f8f6a917abc037714129691a845c16b070ff6</id>
<content type='text'>
While adding type-hints mypy flagged this as an issue. The third
argument to register_custom_action is supposed to be a tuple. It was
being passed as a string rather than a tuple of strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While adding type-hints mypy flagged this as an issue. The third
argument to register_custom_action is supposed to be a tuple. It was
being passed as a string rather than a tuple of strings.
</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://git.baserock.org/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>
</feed>
