<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/docs, branch feat/project-clusters</title>
<subtitle>github.com: gpocentek/python-gitlab.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/'/>
<entry>
<title>Merge pull request #929 from SVLay/docs/pipeline-variables</title>
<updated>2019-11-10T12:09:41+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2019-11-10T12:09:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=4efa6e6e5b9b57a3c4eda9ef20a4194b384055dc'/>
<id>4efa6e6e5b9b57a3c4eda9ef20a4194b384055dc</id>
<content type='text'>
docs(pipelines_and_jobs): add pipeline custom variables usage example</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docs(pipelines_and_jobs): add pipeline custom variables usage example</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add support for include_subgroups filter</title>
<updated>2019-11-06T12:09:33+00:00</updated>
<author>
<name>Conor Nevin</name>
<email>conor.nevin@thehutgroup.com</email>
</author>
<published>2019-11-06T12:04:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=adbcd83fa172af2f3929ba063a0e780395b102d8'/>
<id>adbcd83fa172af2f3929ba063a0e780395b102d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(pipelines_and_jobs): add pipeline custom variables usage example</title>
<updated>2019-10-31T15:59:55+00:00</updated>
<author>
<name>Vitali Ulantsau</name>
<email>vulantsauep@sofi.org</email>
</author>
<published>2019-10-31T14:13:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=b275eb03c5954ca24f249efad8125d1eacadd3ac'/>
<id>b275eb03c5954ca24f249efad8125d1eacadd3ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(projects): support `approval_rules` endpoint for projects</title>
<updated>2019-10-27T18:15:49+00:00</updated>
<author>
<name>Srikanth Chelluri</name>
<email>srikanth.chelluri@appian.com</email>
</author>
<published>2019-10-23T20:51:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=2cef2bb40b1f37b97bb2ee9894ab3b9970cef231'/>
<id>2cef2bb40b1f37b97bb2ee9894ab3b9970cef231</id>
<content type='text'>
The `approvers` API endpoint is deprecated [1]. GitLab instead uses
the `approval_rules` API endpoint to modify approval settings for
merge requests. This adds the functionality for project-level
merge request approval settings.

Note that there does not exist an endpoint to 'get' a single
approval rule at this moment - only 'list'.

[1] https://docs.gitlab.com/ee/api/merge_request_approvals.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `approvers` API endpoint is deprecated [1]. GitLab instead uses
the `approval_rules` API endpoint to modify approval settings for
merge requests. This adds the functionality for project-level
merge request approval settings.

Note that there does not exist an endpoint to 'get' a single
approval rule at this moment - only 'list'.

[1] https://docs.gitlab.com/ee/api/merge_request_approvals.html
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add users activate, deactivate functionality</title>
<updated>2019-10-25T09:13:06+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2019-10-25T09:13:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=32ad66921e408f6553b9d60b6b4833ed3180f549'/>
<id>32ad66921e408f6553b9d60b6b4833ed3180f549</id>
<content type='text'>
These were introduced in GitLab 12.4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These were introduced in GitLab 12.4
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add deployment creation</title>
<updated>2019-10-24T07:17:07+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2019-10-24T06:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=ca256a07a2cdaf77a5c20e307d334b82fd0fe861'/>
<id>ca256a07a2cdaf77a5c20e307d334b82fd0fe861</id>
<content type='text'>
Added in GitLab 12.4

Fixes #917
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added in GitLab 12.4

Fixes #917
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: projects get requires id</title>
<updated>2019-10-21T18:10:20+00:00</updated>
<author>
<name>Erik Johnson</name>
<email>erik.johnson@level3.com</email>
</author>
<published>2019-10-18T14:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=5bd8947bd16398aed218f07458aef72e67f2d130'/>
<id>5bd8947bd16398aed218f07458aef72e67f2d130</id>
<content type='text'>
Also, add an example value for project_id to the other projects.get()
example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, add an example value for project_id to the other projects.get()
example.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(project): fix group project example</title>
<updated>2019-10-16T13:16:35+00:00</updated>
<author>
<name>xdavidwu</name>
<email>xdavidwuph@gmail.com</email>
</author>
<published>2019-10-16T13:16:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=e68094317ff6905049e464a59731fe4ab23521de'/>
<id>e68094317ff6905049e464a59731fe4ab23521de</id>
<content type='text'>
GroupManager.search is removed since 9a66d78, use list(search='keyword') instead</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GroupManager.search is removed since 9a66d78, use list(search='keyword') instead</pre>
</div>
</content>
</entry>
<entry>
<title>feat(doc): remove refs to api v3 in docs</title>
<updated>2019-10-12T13:07:36+00:00</updated>
<author>
<name>Cyril Jouve</name>
<email>jv.cyril@gmail.com</email>
</author>
<published>2019-10-12T13:07:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=6beeaa993f8931d6b7fe682f1afed2bd4c8a4b73'/>
<id>6beeaa993f8931d6b7fe682f1afed2bd4c8a4b73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(project): add submodule docs</title>
<updated>2019-10-06T16:10:40+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2019-10-06T16:06:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=b5969a2dcea77fa608cc29be7a5f39062edd3846'/>
<id>b5969a2dcea77fa608cc29be7a5f39062edd3846</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
