<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab, branch fix/cli-manager-custom-methods</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(cli): allow custom methods in managers</title>
<updated>2022-01-21T23:50:40+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-01-21T23:11:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=109d730d5f67fbc45114e59d5aae4edc66229ff1'/>
<id>109d730d5f67fbc45114e59d5aae4edc66229ff1</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 #1838 from python-gitlab/jlvillal/version_mv</title>
<updated>2022-01-15T16:42:43+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2022-01-15T16:42:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=8af403cb2b1c48acd6e9ebd392554926835c3893'/>
<id>8af403cb2b1c48acd6e9ebd392554926835c3893</id>
<content type='text'>
chore: rename `gitlab/__version__.py` to `gitlab/_version.py`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: rename `gitlab/__version__.py` to `gitlab/_version.py`</pre>
</div>
</content>
</entry>
<entry>
<title>chore: rename `gitlab/__version__.py` -&gt; `gitlab/_version.py`</title>
<updated>2022-01-15T16:31:00+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-01-15T16:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=b981ce7fed88c5d86a3fffc4ee3f99be0b958c1d'/>
<id>b981ce7fed88c5d86a3fffc4ee3f99be0b958c1d</id>
<content type='text'>
It is confusing to have a `gitlab/__version__.py` because we also
create a variable `gitlab.__version__` which can conflict with
`gitlab/__version__.py`.

For example in `gitlab/const.py` we have to know that
`gitlab.__version__` is a module and not the variable due to the
ordering of imports. But in most other usage `gitlab.__version__` is a
version string.

To reduce confusion make the name of the version file
`gitlab/_version.py`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is confusing to have a `gitlab/__version__.py` because we also
create a variable `gitlab.__version__` which can conflict with
`gitlab/__version__.py`.

For example in `gitlab/const.py` we have to know that
`gitlab.__version__` is a module and not the variable due to the
ordering of imports. But in most other usage `gitlab.__version__` is a
version string.

To reduce confusion make the name of the version file
`gitlab/_version.py`.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: create return type-hints for `get_id()` &amp; `encoded_id`</title>
<updated>2022-01-14T23:33:46+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-01-14T23:33:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=0c3a1d163895f660340a6c2b2f196ad996542518'/>
<id>0c3a1d163895f660340a6c2b2f196ad996542518</id>
<content type='text'>
Create return type-hints for `RESTObject.get_id()` and
`RESTObject.encoded_id`. Previously was saying they return Any. Be
more precise in saying they can return either: None, str, or int.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create return type-hints for `RESTObject.get_id()` and
`RESTObject.encoded_id`. Previously was saying they return Any. Be
more precise in saying they can return either: None, str, or int.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: release v3.1.0</title>
<updated>2022-01-14T01:30:38+00:00</updated>
<author>
<name>github-actions</name>
<email>action@github.com</email>
</author>
<published>2022-01-14T01:30:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=cbbe7ce61db0649be286c5c1a239e00ed86f8039'/>
<id>cbbe7ce61db0649be286c5c1a239e00ed86f8039</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(groups): use encoded_id for group path</title>
<updated>2022-01-14T01:17:20+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-01-14T00:12:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=868f2432cae80578d99db91b941332302dd31c89'/>
<id>868f2432cae80578d99db91b941332302dd31c89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add support for Groups API method `transfer()`</title>
<updated>2022-01-14T01:17:20+00:00</updated>
<author>
<name>Christian Sattler</name>
<email>sattler.christian@gmail.com</email>
</author>
<published>2022-01-05T17:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=0007006c184c64128caa96b82dafa3db0ea1101f'/>
<id>0007006c184c64128caa96b82dafa3db0ea1101f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(objects): use `self.encoded_id` where applicable</title>
<updated>2022-01-14T00:26:42+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-01-14T00:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=75758bf26bca286ec57d5cef2808560c395ff7ec'/>
<id>75758bf26bca286ec57d5cef2808560c395ff7ec</id>
<content type='text'>
Updated a few remaining usages of `self.id` to use `self.encoded_id`
as for the most part we shouldn't be using `self.id`

There are now only a few (4 lines of code) remaining uses of
`self.id`, most of which seem that they should stay that way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated a few remaining usages of `self.id` to use `self.encoded_id`
as for the most part we shouldn't be using `self.id`

There are now only a few (4 lines of code) remaining uses of
`self.id`, most of which seem that they should stay that way.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1835 from python-gitlab/jlvillal/id_to_encodedid</title>
<updated>2022-01-14T00:21:46+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2022-01-14T00:21:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=34110ddf4022340b238ecd964903bf7a6d729e38'/>
<id>34110ddf4022340b238ecd964903bf7a6d729e38</id>
<content type='text'>
chore(objects): use `self.encoded_id` where could be a string</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore(objects): use `self.encoded_id` where could be a string</pre>
</div>
</content>
</entry>
<entry>
<title>chore(objects): use `self.encoded_id` where could be a string</title>
<updated>2022-01-14T00:05:17+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-01-14T00:05:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=c3c3a914fa2787ae6a1368fe6550585ee252c901'/>
<id>c3c3a914fa2787ae6a1368fe6550585ee252c901</id>
<content type='text'>
Updated a few remaining usages of `self.id` to use `self.encoded_id`
where it could be a string value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated a few remaining usages of `self.id` to use `self.encoded_id`
where it could be a string value.
</pre>
</div>
</content>
</entry>
</feed>
