<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/tools, branch 0.13</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>implement star/unstar for projects</title>
<updated>2016-05-13T17:07:48+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-05-13T17:07:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=1de6b7e7641f2c0cb101a82385cee569aa786e3f'/>
<id>1de6b7e7641f2c0cb101a82385cee569aa786e3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate Project.archive()</title>
<updated>2016-05-13T16:36:30+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-05-13T16:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=24c283f5861f21e51489afc815bd9f31bff58bee'/>
<id>24c283f5861f21e51489afc815bd9f31bff58bee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename some methods to better match the API URLs</title>
<updated>2016-05-12T19:04:21+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-05-12T19:03:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=45adb6e4dbe7667376639d68078754d6d72cb55c'/>
<id>45adb6e4dbe7667376639d68078754d6d72cb55c</id>
<content type='text'>
Also deprecate the file_* methods in favor of the files manager.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also deprecate the file_* methods in favor of the files manager.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for MergeRequest validation</title>
<updated>2016-03-22T16:59:53+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-03-22T16:59:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=43e8a2a82deff4c95e156fc951f88ff6e95cf7b8'/>
<id>43e8a2a82deff4c95e156fc951f88ff6e95cf7b8</id>
<content type='text'>
Both API and CLI support this feature.

fixes #105
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Both API and CLI support this feature.

fixes #105
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: implement user get-by-username</title>
<updated>2016-02-14T09:40:14+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-02-14T09:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=58433d2b1854eb4e112c499d52d8dd0fd6dba094'/>
<id>58433d2b1854eb4e112c499d52d8dd0fd6dba094</id>
<content type='text'>
fixes #95
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #95
</pre>
</div>
</content>
</entry>
<entry>
<title>define UserManager.get_by_username() to get a user by username</title>
<updated>2016-02-12T07:40:58+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-02-12T03:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=ac2e534fb811f3c1295c742e74dcb14a3c1ff0c1'/>
<id>ac2e534fb811f3c1295c742e74dcb14a3c1ff0c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>define UserManager.search() to search for users</title>
<updated>2016-02-12T07:40:58+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-02-12T03:50:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=8f59516a4d7d5c6c654e8c2531092e217d13a4be'/>
<id>8f59516a4d7d5c6c654e8c2531092e217d13a4be</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 user block/unblock</title>
<updated>2016-02-04T21:39:21+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-02-04T21:39:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=e387de528ad21766747b91bb7e1cd91f6e4642b5'/>
<id>e387de528ad21766747b91bb7e1cd91f6e4642b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't suppress docker's standard error</title>
<updated>2016-01-31T21:30:32+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-01-31T20:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=002455272224b5e66adc47e2390eb73114a693d3'/>
<id>002455272224b5e66adc47e2390eb73114a693d3</id>
<content type='text'>
While docker is quite noisy, suppressing stderr makes it difficult to
troubleshoot problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While docker is quite noisy, suppressing stderr makes it difficult to
troubleshoot problems.
</pre>
</div>
</content>
</entry>
<entry>
<title>wait for the docker container to stop before removing it</title>
<updated>2016-01-31T21:30:32+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-01-31T20:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=52e437770784a9807cdb42407abb1651ae2de139'/>
<id>52e437770784a9807cdb42407abb1651ae2de139</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
