<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/v4/cli.py, 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>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://91.123.203.49/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>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://91.123.203.49/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://91.123.203.49/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>chore: have _create_attrs &amp; _update_attrs be a namedtuple</title>
<updated>2021-04-17T15:09:41+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-03-07T19:31:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=aee1f496c1f414c1e30909767d53ae624fe875e7'/>
<id>aee1f496c1f414c1e30909767d53ae624fe875e7</id>
<content type='text'>
Convert _create_attrs and _update_attrs to use a NamedTuple
(RequiredOptional) to help with code readability. Update all code to
use the NamedTuple.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert _create_attrs and _update_attrs to use a NamedTuple
(RequiredOptional) to help with code readability. Update all code to
use the NamedTuple.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add _create_attrs &amp; _update_attrs to RESTManager</title>
<updated>2021-03-10T16:37:07+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-03-07T19:31:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=147f05d43d302d9a04bc87d957c79ce9e54cdaed'/>
<id>147f05d43d302d9a04bc87d957c79ce9e54cdaed</id>
<content type='text'>
Add the attributes: _create_attrs and _update_attrs to the RESTManager
class. This is so that we stop using getattr() if we don't need to.

This also helps with type-hints being available for these attributes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the attributes: _create_attrs and _update_attrs to the RESTManager
class. This is so that we stop using getattr() if we don't need to.

This also helps with type-hints being available for these attributes.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: checking if RESTManager._from_parent_attrs is set</title>
<updated>2021-03-07T23:17:33+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-03-07T23:17:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=8224b4066e84720d7efed3b7891c47af73cc57ca'/>
<id>8224b4066e84720d7efed3b7891c47af73cc57ca</id>
<content type='text'>
Prior to commit 3727cbd21fc40b312573ca8da56e0f6cf9577d08
RESTManager._from_parent_attrs did not exist unless it was explicitly
set. But commit 3727cbd21fc40b312573ca8da56e0f6cf9577d08 set it to a
default value of {}.

So the checks using hasattr() were no longer valid.

Update the checks to check if RESTManager._from_parent_attrs has a
value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prior to commit 3727cbd21fc40b312573ca8da56e0f6cf9577d08
RESTManager._from_parent_attrs did not exist unless it was explicitly
set. But commit 3727cbd21fc40b312573ca8da56e0f6cf9577d08 set it to a
default value of {}.

So the checks using hasattr() were no longer valid.

Update the checks to check if RESTManager._from_parent_attrs has a
value.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: make _types always present in RESTManager</title>
<updated>2021-03-07T17:30:22+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-03-07T17:16:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=924f83eb4b5e160bd231efc38e2eea0231fa311f'/>
<id>924f83eb4b5e160bd231efc38e2eea0231fa311f</id>
<content type='text'>
We now create _types = {} in RESTManager class.

By making _types always present in RESTManager it makes the code
simpler. We no longer have to do:
   types = getattr(self, "_types", {})

And the type checker now understands the type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now create _types = {} in RESTManager class.

By making _types always present in RESTManager it makes the code
simpler. We no longer have to do:
   types = getattr(self, "_types", {})

And the type checker now understands the type.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(cli): write binary data to stdout buffer</title>
<updated>2020-10-12T16:29:06+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-09-30T23:46:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=0733ec6cad5c11b470ce6bad5dc559018ff73b3c'/>
<id>0733ec6cad5c11b470ce6bad5dc559018ff73b3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(cli): remove python2 code</title>
<updated>2020-10-12T16:29:05+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-09-20T21:17:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=1030e0a7e13c4ec3fdc48b9010e9892833850db9'/>
<id>1030e0a7e13c4ec3fdc48b9010e9892833850db9</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 remnants of python2 imports</title>
<updated>2020-08-22T17:30:20+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-04-08T21:57:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=402566a665dfdf0862f15a7e59e4d804d1301c77'/>
<id>402566a665dfdf0862f15a7e59e4d804d1301c77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
