<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab, 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>feat: add project cluster api</title>
<updated>2019-11-11T07:28:04+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2019-11-11T07:28:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=9ebd9d0cca7541160e38d5130bfd2a3630a5b31e'/>
<id>9ebd9d0cca7541160e38d5130bfd2a3630a5b31e</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 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>chore: bump version to 1.13.0</title>
<updated>2019-11-02T10:48:14+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2019-11-02T10:48:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=d0750bc01ed12952a4d259a13b3917fa404fd435'/>
<id>d0750bc01ed12952a4d259a13b3917fa404fd435</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: send python-gitlab version as user-agent</title>
<updated>2019-10-24T13:24:33+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2019-10-24T13:21:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=c22d49d084d1e03426cfab0d394330f8ab4bd85a'/>
<id>c22d49d084d1e03426cfab0d394330f8ab4bd85a</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 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>feat(test): unused unittest2, type -&gt; isinstance</title>
<updated>2019-10-13T17:42:15+00:00</updated>
<author>
<name>Cyril Jouve</name>
<email>jv.cyril@gmail.com</email>
</author>
<published>2019-10-12T18:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=33b180120f30515d0f76fcf635cb8c76045b1b42'/>
<id>33b180120f30515d0f76fcf635cb8c76045b1b42</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 #904 from jouve/remove-cred-auth</title>
<updated>2019-10-13T17:00:33+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2019-10-13T17:00:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=67a9c1f1c62393b02919d25bcc98c3683d92576a'/>
<id>67a9c1f1c62393b02919d25bcc98c3683d92576a</id>
<content type='text'>
remove deprecated session auth</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove deprecated session auth</pre>
</div>
</content>
</entry>
<entry>
<title>test: remove warning about open files from test_todo()</title>
<updated>2019-10-12T23:19:55+00:00</updated>
<author>
<name>Derek Schrock</name>
<email>dereks@lifeofadishwasher.com</email>
</author>
<published>2019-10-12T22:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=d6419aa86d6ad385e15d685bf47242bb6c67653e'/>
<id>d6419aa86d6ad385e15d685bf47242bb6c67653e</id>
<content type='text'>
When running unittests python warns that the json file from test_todo()
was still open. Use with to open, read, and create encoded json data
that is used by resp_get_todo().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running unittests python warns that the json file from test_todo()
was still open. Use with to open, read, and create encoded json data
that is used by resp_get_todo().
</pre>
</div>
</content>
</entry>
</feed>
