<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab, branch v2.1.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>Merge pull request #1039 from python-gitlab/fix/set-approvers</title>
<updated>2020-03-08T11:17:07+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2020-03-08T11:17:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=481bd4f70e89b4fffb35a009e5532a2cec89607a'/>
<id>481bd4f70e89b4fffb35a009e5532a2cec89607a</id>
<content type='text'>
Fix/set approvers</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix/set approvers</pre>
</div>
</content>
</entry>
<entry>
<title>chore: bump version to 2.1.0</title>
<updated>2020-03-08T11:09:56+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2020-03-08T11:09:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=47cb58c24af48c77c372210f9e791edd2c2c98b0'/>
<id>47cb58c24af48c77c372210f9e791edd2c2c98b0</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): correct copy-paste error</title>
<updated>2020-03-08T11:03:38+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2020-03-08T11:03:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=adc91011e46dfce909b7798b1257819ec09d01bd'/>
<id>adc91011e46dfce909b7798b1257819ec09d01bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: do not require empty data dict for create()</title>
<updated>2020-03-07T22:10:14+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-03-07T22:10:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=99d959f74d06cca8df3f2d2b3a4709faba7799cb'/>
<id>99d959f74d06cca8df3f2d2b3a4709faba7799cb</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 #1034 from filipowm/feat/api-oauth-applications</title>
<updated>2020-03-01T22:24:19+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2020-03-01T22:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e5afb554bf4bcc28555bde4030f50558f175a53b'/>
<id>e5afb554bf4bcc28555bde4030f50558f175a53b</id>
<content type='text'>
feat(api): add support for GitLab OAuth Applications using Applications API</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat(api): add support for GitLab OAuth Applications using Applications API</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): add support for GitLab OAuth Applications API</title>
<updated>2020-03-01T18:51:36+00:00</updated>
<author>
<name>Mateusz Filipowicz</name>
<email>mateusz.filipowicz@roche.com</email>
</author>
<published>2020-03-01T13:24:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=4e12356d6da58c9ef3d8bf9ae67e8aef8fafac0a'/>
<id>4e12356d6da58c9ef3d8bf9ae67e8aef8fafac0a</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 #1003 from python-gitlab/feat/all-keyset-pagination</title>
<updated>2020-02-25T11:31:32+00:00</updated>
<author>
<name>Roger Meier</name>
<email>r.meier@siemens.com</email>
</author>
<published>2020-02-25T11:31:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=3aa9873c8e5f38c85f7ac4dd11a21728e553399b'/>
<id>3aa9873c8e5f38c85f7ac4dd11a21728e553399b</id>
<content type='text'>
feat: use keyset pagination by default for `all=True`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat: use keyset pagination by default for `all=True`</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1026 from nejch/feat/user-memberships</title>
<updated>2020-02-24T12:56:58+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2020-02-24T12:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=f071390dadc4422c7d3cf77171334a617cfd9908'/>
<id>f071390dadc4422c7d3cf77171334a617cfd9908</id>
<content type='text'>
feat: add support for user memberships API (#1009)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat: add support for user memberships API (#1009)</pre>
</div>
</content>
</entry>
<entry>
<title>fix: remove trailing slashes from base URL (#913)</title>
<updated>2020-02-23T16:23:09+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-02-23T16:22:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=2e396e4a84690c2ea2ea7035148b1a6038c03301'/>
<id>2e396e4a84690c2ea2ea7035148b1a6038c03301</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: add unit tests for base URLs with trailing slashes</title>
<updated>2020-02-23T16:15:49+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-02-23T16:15:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=32844c7b27351b08bb86d8f9bd8fe9cf83917a5a'/>
<id>32844c7b27351b08bb86d8f9bd8fe9cf83917a5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
