<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/tools, branch issue/209</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>Deploy keys: rework enable/disable</title>
<updated>2017-02-04T07:58:54+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-02-04T07:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=492a75121375059a66accbbbd6af433acf6d7106'/>
<id>492a75121375059a66accbbbd6af433acf6d7106</id>
<content type='text'>
The method have been moved to the keys manager class as they don't make
sens at all on the project keys themselves.

Update doc and add tests.

Fixes #196
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The method have been moved to the keys manager class as they don't make
sens at all on the project keys themselves.

Update doc and add tests.

Fixes #196
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for commit creation</title>
<updated>2017-01-21T16:04:00+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-01-21T15:54:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=ee666fd57e5cb100b6e195bb74228ac242d8932a'/>
<id>ee666fd57e5cb100b6e195bb74228ac242d8932a</id>
<content type='text'>
Fixes #206
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #206
</pre>
</div>
</content>
</entry>
<entry>
<title>Some objects need getRequires to be set to False</title>
<updated>2017-01-02T10:21:15+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-01-02T10:20:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=05b3abf99b7af987a66c549fbd66e11710d5e3e6'/>
<id>05b3abf99b7af987a66c549fbd66e11710d5e3e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add functional tests for Snippet</title>
<updated>2016-12-26T06:41:17+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-12-26T06:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=d3d8bafa22e271e75e92a3df205e533bfe2e7d11'/>
<id>d3d8bafa22e271e75e92a3df205e533bfe2e7d11</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 the notification settings API</title>
<updated>2016-10-23T19:46:28+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-10-23T19:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=b15f17b6d2008ee658cf9206aa37faaf966a521b'/>
<id>b15f17b6d2008ee658cf9206aa37faaf966a521b</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 broadcast messages API</title>
<updated>2016-10-23T19:05:40+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-10-23T19:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=6d3450c4fe4a2e592b9000be309819278f519e11'/>
<id>6d3450c4fe4a2e592b9000be309819278f519e11</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 boards API</title>
<updated>2016-10-23T14:16:54+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-10-23T14:16:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=f332907457c897ad0483a0bffce3d01503445d0b'/>
<id>f332907457c897ad0483a0bffce3d01503445d0b</id>
<content type='text'>
This is not fully usable because the gitlab API has some limitations:

- not possible to create boards programmatically
- not possible to get labels ID
  (https://gitlab.com/gitlab-org/gitlab-ce/issues/23448)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is not fully usable because the gitlab API has some limitations:

- not possible to create boards programmatically
- not possible to get labels ID
  (https://gitlab.com/gitlab-org/gitlab-ce/issues/23448)
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround gitlab setup failure in tests</title>
<updated>2016-09-30T05:05:44+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-09-30T05:00:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=7d424ae5a4dad41533af7add24d728c315563022'/>
<id>7d424ae5a4dad41533af7add24d728c315563022</id>
<content type='text'>
While running the functional tests in a venv, the token download
somtimes fail. Try to get it multiple times before failing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While running the functional tests in a venv, the token download
somtimes fail. Try to get it multiple times before failing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and test pagination</title>
<updated>2016-09-03T16:39:07+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-09-03T16:35:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=c08c913b82bf7421600b248d055db497d627802a'/>
<id>c08c913b82bf7421600b248d055db497d627802a</id>
<content type='text'>
Fixes #140
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #140
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement user emails support</title>
<updated>2016-07-16T14:01:58+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-07-16T14:01:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=0be4761961cf145cf66a456d910596aa32912492'/>
<id>0be4761961cf145cf66a456d910596aa32912492</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
