<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab, branch v3.11.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.11.0</title>
<updated>2022-10-28T00:45:31+00:00</updated>
<author>
<name>github-actions</name>
<email>action@github.com</email>
</author>
<published>2022-10-28T00:45:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=f04e8ba242d8d3c20c669a683655b1fd4766bdd7'/>
<id>f04e8ba242d8d3c20c669a683655b1fd4766bdd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: narrow type hints for license API</title>
<updated>2022-10-27T15:06:52+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-10-22T12:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=50731c173083460f249b1718cbe2288fc3c46c1a'/>
<id>50731c173083460f249b1718cbe2288fc3c46c1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: remove `project.approvals.set_approvals()` method</title>
<updated>2022-10-19T16:37:02+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-10-19T16:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=91f08f01356ca5e38d967700a5da053f05b6fab0'/>
<id>91f08f01356ca5e38d967700a5da053f05b6fab0</id>
<content type='text'>
The `project.approvals.set_approvals()` method used the
`/projects/:id/approvers` end point. That end point was removed from
GitLab in the 13.11 release, on 2-Apr-2021 in commit
27dc2f2fe81249bbdc25f7bd8fe799752aac05e6 via merge commit
e482597a8cf1bae8e27abd6774b684fb90491835. It was deprecated on
19-Aug-2019.

See merge request:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57473
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `project.approvals.set_approvals()` method used the
`/projects/:id/approvers` end point. That end point was removed from
GitLab in the 13.11 release, on 2-Apr-2021 in commit
27dc2f2fe81249bbdc25f7bd8fe799752aac05e6 via merge commit
e482597a8cf1bae8e27abd6774b684fb90491835. It was deprecated on
19-Aug-2019.

See merge request:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57473
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: use epic id instead of iid for epic notes</title>
<updated>2022-10-16T18:03:15+00:00</updated>
<author>
<name>Shreya</name>
<email>a.shreya202@gmail.com</email>
</author>
<published>2022-10-16T13:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=97cae38a315910972279f2d334e91fa54d9ede0c'/>
<id>97cae38a315910972279f2d334e91fa54d9ede0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): add support for topics merge API</title>
<updated>2022-10-14T17:18:29+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-10-14T09:01:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=9a6d197f9d2a88bdba8dab1f9abaa4e081a14792'/>
<id>9a6d197f9d2a88bdba8dab1f9abaa4e081a14792</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(cli): handle list response for json/yaml output</title>
<updated>2022-10-06T07:24:02+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-10-05T14:43:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=9b88132078ed37417c2a45369b4976c9c67f7882'/>
<id>9b88132078ed37417c2a45369b4976c9c67f7882</id>
<content type='text'>
Handle the case with the CLI where a list response is returned from
GitLab and json/yaml output is requested.

Add a functional CLI test to validate it works.

Closes: #2287
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle the case with the CLI where a list response is returned from
GitLab and json/yaml output is requested.

Add a functional CLI test to validate it works.

Closes: #2287
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: release v3.10.0</title>
<updated>2022-09-28T00:51:49+00:00</updated>
<author>
<name>github-actions</name>
<email>action@github.com</email>
</author>
<published>2022-09-28T00:51:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=239db3dbc53e2384be459a92688e3ce70e1bf7b7'/>
<id>239db3dbc53e2384be459a92688e3ce70e1bf7b7</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 reset_approvals api</title>
<updated>2022-09-26T19:19:14+00:00</updated>
<author>
<name>Lucas Zampieri</name>
<email>lzampier@redhat.com</email>
</author>
<published>2022-09-22T19:09:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=88693ff2d6f4eecf3c79d017df52738886e2d636'/>
<id>88693ff2d6f4eecf3c79d017df52738886e2d636</id>
<content type='text'>
Added the newly added reset_approvals merge request api.

Signed-off-by: Lucas Zampieri &lt;lzampier@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added the newly added reset_approvals merge request api.

Signed-off-by: Lucas Zampieri &lt;lzampier@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(cli): add missing attributes for creating MRs</title>
<updated>2022-09-23T22:43:12+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-09-23T22:27:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=1714d0a980afdb648d203751dedf95ee95ac326e'/>
<id>1714d0a980afdb648d203751dedf95ee95ac326e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(cli): add missing attribute for MR changes</title>
<updated>2022-09-23T22:26:15+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-09-23T22:09:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=20c46a0572d962f405041983e38274aeb79a12e4'/>
<id>20c46a0572d962f405041983e38274aeb79a12e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
