<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git, branch feat/python-gitlab-agent</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>feat: send python-gitlab version as user-agent</title>
<updated>2019-10-24T13:21:40+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://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=c6004e724e6fd73105cc091001de79b88ce4f3d9'/>
<id>c6004e724e6fd73105cc091001de79b88ce4f3d9</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 #920 from python-gitlab/feat/deployment-create</title>
<updated>2019-10-24T07:56:14+00:00</updated>
<author>
<name>Roger Meier</name>
<email>r.meier@siemens.com</email>
</author>
<published>2019-10-24T07:56:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=dad68050c1269519f35dcdb29dc94a03f47532c5'/>
<id>dad68050c1269519f35dcdb29dc94a03f47532c5</id>
<content type='text'>
feat: add deployment creation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat: add deployment creation</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://91.123.203.49/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>Merge pull request #916 from python-gitlab/chore/add-test-to-dist</title>
<updated>2019-10-22T06:23:48+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2019-10-22T06:23:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e790b1ec40ed690152776a87c15e7f7d5d3b9136'/>
<id>e790b1ec40ed690152776a87c15e7f7d5d3b9136</id>
<content type='text'>
chore(dist): add test data</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore(dist): add test data</pre>
</div>
</content>
</entry>
<entry>
<title>chore(dist): add test data</title>
<updated>2019-10-22T05:44:45+00:00</updated>
<author>
<name>Roger Meier</name>
<email>r.meier@siemens.com</email>
</author>
<published>2019-10-22T05:44:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=3133ed7d1df6f49de380b35331bbcc67b585a61b'/>
<id>3133ed7d1df6f49de380b35331bbcc67b585a61b</id>
<content type='text'>
Closes #907
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #907
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #914 from terminalmage/issue913</title>
<updated>2019-10-21T18:59:53+00:00</updated>
<author>
<name>Roger Meier</name>
<email>r.meier@siemens.com</email>
</author>
<published>2019-10-21T18:59:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=d2c9ceece5d6473f286e00963252abbcf1a2a17c'/>
<id>d2c9ceece5d6473f286e00963252abbcf1a2a17c</id>
<content type='text'>
Remove inaccurate projects.get() example</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove inaccurate projects.get() example</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://91.123.203.49/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>Merge pull request #911 from xdavidwu/fix-project-doc</title>
<updated>2019-10-16T14:31:29+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2019-10-16T14:31:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=d853a767ac8835615e0fded3087f55ca8594c1ed'/>
<id>d853a767ac8835615e0fded3087f55ca8594c1ed</id>
<content type='text'>
docs(project): fix group project example</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docs(project): fix group project 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://91.123.203.49/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>Merge pull request #906 from jouve/test-cleanup</title>
<updated>2019-10-13T18:22:27+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2019-10-13T18:22:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=42a1ba6be175a9838c589cb1e40636b3910db505'/>
<id>42a1ba6be175a9838c589cb1e40636b3910db505</id>
<content type='text'>
unused unittest2, type -&gt; isinstance</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unused unittest2, type -&gt; isinstance</pre>
</div>
</content>
</entry>
</feed>
