<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/docs/gl_objects, 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>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>docs(commits): fix commit create example for binary content</title>
<updated>2022-10-18T07:14:18+00:00</updated>
<author>
<name>Thomas Schmelzer</name>
<email>thomas.schmelzer@gmail.com</email>
</author>
<published>2022-10-16T03:27:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=bcc1eb4571f76b3ca0954adb5525b26f05958e3f'/>
<id>bcc1eb4571f76b3ca0954adb5525b26f05958e3f</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>docs(api): describe the list() and all() runners' functions</title>
<updated>2022-10-09T20:01:52+00:00</updated>
<author>
<name>Liora Milbaum</name>
<email>liora@lmb.co.il</email>
</author>
<published>2022-10-08T20:41:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=b6cc3f255532521eb259b42780354e03ce51458e'/>
<id>b6cc3f255532521eb259b42780354e03ce51458e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(api): Update `merge_requests.rst`: `mr_id` to `mr_iid`</title>
<updated>2022-10-03T14:51:03+00:00</updated>
<author>
<name>Stavros Ntentos</name>
<email>133706+stdedos@users.noreply.github.com</email>
</author>
<published>2022-10-03T12:53:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=b32234d1f8c4492b6b2474f91be9479ad23115bb'/>
<id>b32234d1f8c4492b6b2474f91be9479ad23115bb</id>
<content type='text'>
Typo: Author probably meant `mr_iid` (i.e. project-specific MR ID)
and **not** `mr_id` (i.e. server-wide MR ID)

Closes: https://github.com/python-gitlab/python-gitlab/issues/2295

Signed-off-by: Stavros Ntentos &lt;133706+stdedos@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Typo: Author probably meant `mr_iid` (i.e. project-specific MR ID)
and **not** `mr_id` (i.e. server-wide MR ID)

Closes: https://github.com/python-gitlab/python-gitlab/issues/2295

Signed-off-by: Stavros Ntentos &lt;133706+stdedos@users.noreply.github.com&gt;
</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>feat: add support for deployment approval endpoint</title>
<updated>2022-08-25T14:57:02+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-08-24T03:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=9c9eeb901b1f3acd3fb0c4f24014ae2ed7c975ec'/>
<id>9c9eeb901b1f3acd3fb0c4f24014ae2ed7c975ec</id>
<content type='text'>
Add support for the deployment approval endpoint[1]

[1] https://docs.gitlab.com/ee/api/deployments.html#approve-or-reject-a-blocked-deployment
Closes: #2253
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for the deployment approval endpoint[1]

[1] https://docs.gitlab.com/ee/api/deployments.html#approve-or-reject-a-blocked-deployment
Closes: #2253
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add support for merge_base API</title>
<updated>2022-08-19T23:24:31+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-08-14T16:59:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=dd4fbd5e43adbbc502624a8de0d30925d798dec0'/>
<id>dd4fbd5e43adbbc502624a8de0d30925d798dec0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: describe self-revoking personal access tokens</title>
<updated>2022-07-29T14:42:29+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-07-29T11:56:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=5ea48fc3c28f872dd1184957a6f2385da075281c'/>
<id>5ea48fc3c28f872dd1184957a6f2385da075281c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(clusters): deprecate clusters support</title>
<updated>2022-07-29T04:01:43+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-07-29T03:59:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=b46b3791707ac76d501d6b7b829d1370925fd614'/>
<id>b46b3791707ac76d501d6b7b829d1370925fd614</id>
<content type='text'>
Cluster support was deprecated in GitLab 14.5 [1]. And disabled by
default in GitLab 15.0 [2]

  * Update docs to mark clusters as deprecated
  * Remove testing of clusters

[1] https://docs.gitlab.com/ee/api/project_clusters.html
[2] https://gitlab.com/groups/gitlab-org/configure/-/epics/8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cluster support was deprecated in GitLab 14.5 [1]. And disabled by
default in GitLab 15.0 [2]

  * Update docs to mark clusters as deprecated
  * Remove testing of clusters

[1] https://docs.gitlab.com/ee/api/project_clusters.html
[2] https://gitlab.com/groups/gitlab-org/configure/-/epics/8
</pre>
</div>
</content>
</entry>
</feed>
