<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/docs/gl_objects/runners.rst, branch refactor/split-unit-tests</title>
<subtitle>github.com: gpocentek/python-gitlab.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/'/>
<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://trove.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>Implement runner token validation</title>
<updated>2018-05-29T07:17:55+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-05-29T07:17:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=71368e7292b0e6d0f0dab9039983fa35689eeab0'/>
<id>71368e7292b0e6d0f0dab9039983fa35689eeab0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Runners can be created (registered)</title>
<updated>2018-05-29T07:11:06+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-05-29T07:11:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=782875a4d04bf3ebd9a0ae43240aadcde02a24f5'/>
<id>782875a4d04bf3ebd9a0ae43240aadcde02a24f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement runner jobs listing</title>
<updated>2018-05-29T07:08:52+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-05-29T07:08:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=0be81cb8f48b7497a05ec7d1e7cf0a1b6eb045a1'/>
<id>0be81cb8f48b7497a05ec7d1e7cf0a1b6eb045a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Rework the examples pages</title>
<updated>2018-05-20T07:01:05+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-05-20T07:01:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=5292ffb366f97e4dc611dfd49a1dca7d1e934f4c'/>
<id>5292ffb366f97e4dc611dfd49a1dca7d1e934f4c</id>
<content type='text'>
* Get rid of the .py files and bring all the python examples in the RST
files
* Fix a few things
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Get rid of the .py files and bring all the python examples in the RST
files
* Fix a few things
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the objects doc/examples for v4</title>
<updated>2017-08-11T14:07:04+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-08-11T14:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=4057644f03829e4439ec8ab1feacf90c65d976eb'/>
<id>4057644f03829e4439ec8ab1feacf90c65d976eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for project runners</title>
<updated>2017-01-21T13:42:12+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-01-21T13:42:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=04435e1b13166fb45216c494f3af4d9bdb76bcaf'/>
<id>04435e1b13166fb45216c494f3af4d9bdb76bcaf</id>
<content type='text'>
This API allows to enable/disable specific runners for a project, and to
list the project associated runners.

Fix #205
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This API allows to enable/disable specific runners for a project, and to
list the project associated runners.

Fix #205
</pre>
</div>
</content>
</entry>
<entry>
<title>Support the scope attribute in runners.list()</title>
<updated>2017-01-21T13:13:28+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-01-21T13:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=de0536b1cfff43c494c64930a37333529e589a94'/>
<id>de0536b1cfff43c494c64930a37333529e589a94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>document namespaces API</title>
<updated>2016-08-04T06:27:18+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-08-04T06:27:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=1f52cd2df35dab33dbf7429c8d514443278b549a'/>
<id>1f52cd2df35dab33dbf7429c8d514443278b549a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement runners global API</title>
<updated>2016-07-17T07:16:34+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-07-17T07:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=6eb11fd73840889a7ab244c516c235a2dc7e6867'/>
<id>6eb11fd73840889a7ab244c516c235a2dc7e6867</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
