<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git, branch 0.18</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>prepare the 0.18 release</title>
<updated>2016-12-27T14:13:18+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-12-27T14:13:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=8028ec7807f18c928610ca1be36907bfc4c25f1f'/>
<id>8028ec7807f18c928610ca1be36907bfc4c25f1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo: always use strings</title>
<updated>2016-12-26T18:22:11+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-12-26T18:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=d6c87d956eaaeafe2bd4b0e65b42e1afdf0e10bb'/>
<id>d6c87d956eaaeafe2bd4b0e65b42e1afdf0e10bb</id>
<content type='text'>
The behavior seems to have changed on recent gitlab releases and
providing an ID as int doesn't work anymore. Using a string seems to
make things work again.

Fixes #193
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The behavior seems to have changed on recent gitlab releases and
providing an ID as int doesn't work anymore. Using a string seems to
make things work again.

Fixes #193
</pre>
</div>
</content>
</entry>
<entry>
<title>Update known attributes for projects</title>
<updated>2016-12-26T17:41:33+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-12-26T17:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=3804661f2c1336eaac0648cf9d0fc47687244e02'/>
<id>3804661f2c1336eaac0648cf9d0fc47687244e02</id>
<content type='text'>
Fixes #181
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #181
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix duplicated data in API docs</title>
<updated>2016-12-26T17:26:27+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-12-26T17:26:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=73990b46d05fce5952ef9e6a6579ba1706aa72e8'/>
<id>73990b46d05fce5952ef9e6a6579ba1706aa72e8</id>
<content type='text'>
Fixes #190
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #190
</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://91.123.203.49/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>Snippet: content() -&gt; raw()</title>
<updated>2016-12-26T06:39:37+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-12-26T06:39:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=064e2b4bb7cb4b1775a78f51ebb46a00c9733af9'/>
<id>064e2b4bb7cb4b1775a78f51ebb46a00c9733af9</id>
<content type='text'>
Using the content() method causes conflicts with the API `content`
attribute.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the content() method causes conflicts with the API `content`
attribute.
</pre>
</div>
</content>
</entry>
<entry>
<title>SnippetManager: all() -&gt; public()</title>
<updated>2016-12-26T06:08:02+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-12-26T06:04:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=745389501281d9bcc069e86b1b41e1936132af27'/>
<id>745389501281d9bcc069e86b1b41e1936132af27</id>
<content type='text'>
Rename the method to make what it does more explicit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename the method to make what it does more explicit.
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Add doc for snippets</title>
<updated>2016-12-25T09:59:32+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-12-25T09:59:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=bd7d2f6d254f55fe422aa21c9e568b8d213995b8'/>
<id>bd7d2f6d254f55fe422aa21c9e568b8d213995b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'guyzmo-features/personal_snippets'</title>
<updated>2016-12-25T07:20:03+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-12-25T07:20:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=0a4d40eeb77ddaba39f320ed5ceaad65374b9bda'/>
<id>0a4d40eeb77ddaba39f320ed5ceaad65374b9bda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'features/personal_snippets' of https://github.com/guyzmo/python-gitlab into guyzmo-features/personal_snippets</title>
<updated>2016-12-25T07:11:22+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-12-25T07:11:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=26c8a0f25707dafdf772d1e7ed455ee065b7e277'/>
<id>26c8a0f25707dafdf772d1e7ed455ee065b7e277</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
