<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/tests, branch v3.5.0</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>feat(objects): support get project storage endpoint</title>
<updated>2022-05-27T15:55:35+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-05-27T15:35:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=8867ee59884ae81d6457ad6e561a0573017cf6b2'/>
<id>8867ee59884ae81d6457ad6e561a0573017cf6b2</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 #2012 from rnoberger/rnoberger/test-projects</title>
<updated>2022-05-10T22:56:45+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-05-10T22:56:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=fd9154e15f0094f2ceb5f98b2d8f3645b26c7fda'/>
<id>fd9154e15f0094f2ceb5f98b2d8f3645b26c7fda</id>
<content type='text'>
test: increase projects coverage</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test: increase projects coverage</pre>
</div>
</content>
</entry>
<entry>
<title>test(projects): add tests for list project methods</title>
<updated>2022-05-10T20:05:56+00:00</updated>
<author>
<name>Robin Berger</name>
<email>robinnoahberger@gmail.com</email>
</author>
<published>2022-05-07T08:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=fa47829056a71e6b9b7f2ce913f2aebc36dc69e9'/>
<id>fa47829056a71e6b9b7f2ce913f2aebc36dc69e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: duplicate subparsers being added to argparse</title>
<updated>2022-05-09T13:39:36+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-05-09T13:39:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=f553fd3c79579ab596230edea5899dc5189b0ac6'/>
<id>f553fd3c79579ab596230edea5899dc5189b0ac6</id>
<content type='text'>
Python 3.11 added an additional check in the argparse libary which
detected duplicate subparsers being added. We had duplicate subparsers
being added.

Make sure we don't add duplicate subparsers.

Closes: #2015
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.11 added an additional check in the argparse libary which
detected duplicate subparsers being added. We had duplicate subparsers
being added.

Make sure we don't add duplicate subparsers.

Closes: #2015
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: display human-readable attribute in `repr()` if present</title>
<updated>2022-05-08T16:47:13+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-05-07T20:50:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=6b47c26d053fe352d68eb22a1eaf4b9a3c1c93e7'/>
<id>6b47c26d053fe352d68eb22a1eaf4b9a3c1c93e7</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 #1974 from Sineaggi/add-chunked-to-list-of-retryable-exceptions</title>
<updated>2022-04-14T09:43:55+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-04-14T09:43:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=07a16af33c6d1965dae860d1e604ce36e42d8d87'/>
<id>07a16af33c6d1965dae860d1e604ce36e42d8d87</id>
<content type='text'>
Add ChunkedEncodingError to list of retryable exceptions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add ChunkedEncodingError to list of retryable exceptions</pre>
</div>
</content>
</entry>
<entry>
<title>fix: add ChunkedEncodingError to list of retryable exceptions</title>
<updated>2022-04-13T19:45:56+00:00</updated>
<author>
<name>Clayton Walker</name>
<email>cwalker@sofi.org</email>
</author>
<published>2022-04-11T18:55:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=7beb20ff7b7b85fb92fc6b647d9c1bdb7568f27c'/>
<id>7beb20ff7b7b85fb92fc6b647d9c1bdb7568f27c</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 #1963 from python-gitlab/feat/deploy-token-get</title>
<updated>2022-04-13T07:27:58+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2022-04-13T07:27:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=69ace2dcf41a763b624079e57805c1ba09865312'/>
<id>69ace2dcf41a763b624079e57805c1ba09865312</id>
<content type='text'>
feat(objects): support getting project/group deploy tokens by id</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat(objects): support getting project/group deploy tokens by id</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1962 from python-gitlab/feat/user-ssh-key</title>
<updated>2022-04-13T07:26:49+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2022-04-13T07:26:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=68bf5d82b4480c541281d7f5eaf46850b13916d4'/>
<id>68bf5d82b4480c541281d7f5eaf46850b13916d4</id>
<content type='text'>
feat(user): support getting user SSH key by id</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat(user): support getting user SSH key by id</pre>
</div>
</content>
</entry>
<entry>
<title>feat: emit a warning when using a `list()` method returns max</title>
<updated>2022-04-12T13:24:51+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-04-12T13:24:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=1339d645ce58a2e1198b898b9549ba5917b1ff12'/>
<id>1339d645ce58a2e1198b898b9549ba5917b1ff12</id>
<content type='text'>
A common cause of issues filed and questions raised is that a user
will call a `list()` method and only get 20 items. As this is the
default maximum of items that will be returned from a `list()` method.

To help with this we now emit a warning when the result from a
`list()` method is greater-than or equal to 20 (or the specified
`per_page` value) and the user is not using either `all=True`,
`all=False`, `as_list=False`, or `page=X`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A common cause of issues filed and questions raised is that a user
will call a `list()` method and only get 20 items. As this is the
default maximum of items that will be returned from a `list()` method.

To help with this we now emit a warning when the result from a
`list()` method is greater-than or equal to 20 (or the specified
`per_page` value) and the user is not using either `all=True`,
`all=False`, `as_list=False`, or `page=X`.
</pre>
</div>
</content>
</entry>
</feed>
