<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git, branch v3.13.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>chore: release v3.13.0</title>
<updated>2023-01-30T21:57:03+00:00</updated>
<author>
<name>github-actions</name>
<email>github-actions@github.com</email>
</author>
<published>2023-01-30T21:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=a208276c83006ddddfbd38bc46883af078e6b215'/>
<id>a208276c83006ddddfbd38bc46883af078e6b215</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: make backends private</title>
<updated>2023-01-30T21:43:41+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2023-01-30T19:57:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=1e629af73e312fea39522334869c3a9b7e6085b9'/>
<id>1e629af73e312fea39522334869c3a9b7e6085b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(deps): update all non-major dependencies</title>
<updated>2023-01-30T21:20:51+00:00</updated>
<author>
<name>renovate[bot]</name>
<email>29139614+renovate[bot]@users.noreply.github.com</email>
</author>
<published>2023-01-30T20:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=ea7010b17cc2c29c2a5adeaf81f2d0064523aa39'/>
<id>ea7010b17cc2c29c2a5adeaf81f2d0064523aa39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add a UserWarning if both `iterator=True` and `page=X` are used (#2462)</title>
<updated>2023-01-26T16:11:13+00:00</updated>
<author>
<name>John Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2023-01-26T16:11:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=8e85791c315822cd26d56c0c0f329cffae879644'/>
<id>8e85791c315822cd26d56c0c0f329cffae879644</id>
<content type='text'>
If a caller calls a `list()` method with both `iterator=True` (or
`as_list=False`) and `page=X` then emit a `UserWarning` as the options
are mutually exclusive.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a caller calls a `list()` method with both `iterator=True` (or
`as_list=False`) and `page=X` then emit a `UserWarning` as the options
are mutually exclusive.</pre>
</div>
</content>
</entry>
<entry>
<title>fix(client): regression - do not automatically get_next if page=# and</title>
<updated>2023-01-25T17:18:48+00:00</updated>
<author>
<name>Helen Koike</name>
<email>helen.koike@collabora.com</email>
</author>
<published>2023-01-23T11:55:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=585e3a86c4cafa9ee73ed38676a78f3c34dbe6b2'/>
<id>585e3a86c4cafa9ee73ed38676a78f3c34dbe6b2</id>
<content type='text'>
iterator=True/as_list=False are used

This fix a regression introduced on commit
https://github.com/python-gitlab/python-gitlab/commit/1339d645ce58a2e1198b898b9549ba5917b1ff12

If page is used, then get_next should be false.

This was found on the mesa ci project, after upgrading the python-gitlab
version, the script that monitors the ci was getting killed by consuming
too much memory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
iterator=True/as_list=False are used

This fix a regression introduced on commit
https://github.com/python-gitlab/python-gitlab/commit/1339d645ce58a2e1198b898b9549ba5917b1ff12

If page is used, then get_next should be false.

This was found on the mesa ci project, after upgrading the python-gitlab
version, the script that monitors the ci was getting killed by consuming
too much memory.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: remove tox `envdir` values</title>
<updated>2023-01-23T12:44:40+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2023-01-21T01:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=3c7c7fc9d2375d3219fb078e18277d7476bae5e0'/>
<id>3c7c7fc9d2375d3219fb078e18277d7476bae5e0</id>
<content type='text'>
tox &gt; 4 no longer will re-use the tox directory :(  What this means is
that with the previous config if you ran:
    $ tox -e mypy; tox -e isort; tox -e mypy
It would recreate the tox environment each time :(

By removing the `envdir` values it will have the tox environments in
separate directories and not recreate them.

The have an FAQ entry about this:
https://tox.wiki/en/latest/upgrading.html#re-use-of-environments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tox &gt; 4 no longer will re-use the tox directory :(  What this means is
that with the previous config if you ran:
    $ tox -e mypy; tox -e isort; tox -e mypy
It would recreate the tox environment each time :(

By removing the `envdir` values it will have the tox environments in
separate directories and not recreate them.

The have an FAQ entry about this:
https://tox.wiki/en/latest/upgrading.html#re-use-of-environments
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(group): add support for group restore API</title>
<updated>2023-01-18T19:37:49+00:00</updated>
<author>
<name>Mahadevan Karthi</name>
<email>mahadevan.karthi@engineering.digital.dwp.gov.uk</email>
</author>
<published>2023-01-18T15:58:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=9322db663ecdaecf399e3192810d973c6a9a4020'/>
<id>9322db663ecdaecf399e3192810d973c6a9a4020</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: update attributes for create and update projects</title>
<updated>2023-01-18T15:24:44+00:00</updated>
<author>
<name>jrdescartes</name>
<email>106824521+jrdescartes@users.noreply.github.com</email>
</author>
<published>2023-01-18T08:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=aa44f2aed8150f8c891837e06296c7bbef17c292'/>
<id>aa44f2aed8150f8c891837e06296c7bbef17c292</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(deps): update all non-major dependencies</title>
<updated>2023-01-18T00:17:09+00:00</updated>
<author>
<name>renovate[bot]</name>
<email>29139614+renovate[bot]@users.noreply.github.com</email>
</author>
<published>2023-01-17T22:58:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=122988ceb329d7162567cb4a325f005ea2013ef2'/>
<id>122988ceb329d7162567cb4a325f005ea2013ef2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(deps): update all non-major dependencies</title>
<updated>2023-01-10T09:21:55+00:00</updated>
<author>
<name>renovate[bot]</name>
<email>29139614+renovate[bot]@users.noreply.github.com</email>
</author>
<published>2023-01-10T04:44:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=49c023387970abea7688477c8ef3ff3a1b31b0bc'/>
<id>49c023387970abea7688477c8ef3ff3a1b31b0bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
