<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/docs, branch v2.4.0</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 #1092 from aparcar/aparcar-patch-1</title>
<updated>2020-06-30T08:56:04+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2020-06-30T08:56:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=12a40cc3bdae6111ed750edb3c3a4ec8dbdaa8ef'/>
<id>12a40cc3bdae6111ed750edb3c3a4ec8dbdaa8ef</id>
<content type='text'>
Update pipelines_and_jobs.rst</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update pipelines_and_jobs.rst</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1102 from dotenorio/master</title>
<updated>2020-05-25T04:51:19+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-05-25T04:51:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=ef6181bb5f5148739863da6838ac400fd76e4c0e'/>
<id>ef6181bb5f5148739863da6838ac400fd76e4c0e</id>
<content type='text'>
Update doc for remote_mirrors</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update doc for remote_mirrors</pre>
</div>
</content>
</entry>
<entry>
<title>docs(remote_mirrors): fix create command</title>
<updated>2020-05-21T12:57:10+00:00</updated>
<author>
<name>Fernando M Tenorio</name>
<email>dotenorio@gmail.com</email>
</author>
<published>2020-05-19T14:49:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=1bb4e42858696c9ac8cbfc0f89fa703921b969f3'/>
<id>1bb4e42858696c9ac8cbfc0f89fa703921b969f3</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 group runners api</title>
<updated>2020-05-16T13:12:23+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2020-05-04T06:10:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=49439916ab58b3481308df5800f9ffba8f5a8ffd'/>
<id>49439916ab58b3481308df5800f9ffba8f5a8ffd</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): simplify download</title>
<updated>2020-05-07T08:39:33+00:00</updated>
<author>
<name>Paul Spooren</name>
<email>mail@aparcar.org</email>
</author>
<published>2020-05-06T22:39:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=9a068e00eba364eb121a2d7d4c839e2f4c7371c8'/>
<id>9a068e00eba364eb121a2d7d4c839e2f4c7371c8</id>
<content type='text'>
This uses a context instead of inventing your own stream handler which
makes the code simpler and should be fine for most use cases.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This uses a context instead of inventing your own stream handler which
makes the code simpler and should be fine for most use cases.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: bring commit signatures up to date with 12.10</title>
<updated>2020-04-22T21:31:35+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-04-22T21:01:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=dc382fe3443a797e016f8c5f6eac68b7b69305ab'/>
<id>dc382fe3443a797e016f8c5f6eac68b7b69305ab</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 play command to project pipeline schedules</title>
<updated>2020-04-20T23:18:04+00:00</updated>
<author>
<name>Christopher Zorn</name>
<email>christopherzo@zillowgroup.com</email>
</author>
<published>2020-04-09T00:02:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=07b99881dfa6efa9665245647460e99846ccd341'/>
<id>07b99881dfa6efa9665245647460e99846ccd341</id>
<content type='text'>
fix: remove version from setup

feat: add pipeline schedule play error exception

docs: add documentation for pipeline schedule play
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix: remove version from setup

feat: add pipeline schedule play error exception

docs: add documentation for pipeline schedule play
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1077 from Flor1an-dev/master</title>
<updated>2020-04-17T22:56:00+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-04-17T22:56:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=7907e5a4b602d22d03d71ca51c6803f634bd8a78'/>
<id>7907e5a4b602d22d03d71ca51c6803f634bd8a78</id>
<content type='text'>
feat(api): added support in the GroupManager to upload Group avatars</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat(api): added support in the GroupManager to upload Group avatars</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): added support in the GroupManager to upload Group avatars</title>
<updated>2020-04-17T09:53:25+00:00</updated>
<author>
<name>Florian</name>
<email>7816109+Flor1an-dev@users.noreply.github.com</email>
</author>
<published>2020-04-16T11:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=28eb7eab8fbe3750fb56e85967e8179b7025f441'/>
<id>28eb7eab8fbe3750fb56e85967e8179b7025f441</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 #1075 from python-gitlab/feat/available-services</title>
<updated>2020-04-16T23:41:55+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-04-16T23:41:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=dad505c5e6aac3081ed796227e8f21d28b217ea0'/>
<id>dad505c5e6aac3081ed796227e8f21d28b217ea0</id>
<content type='text'>
feat(services): add project service list API</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat(services): add project service list API</pre>
</div>
</content>
</entry>
</feed>
