<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab, branch 1.0.1</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>1.0.1 release</title>
<updated>2017-09-21T20:23:07+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-09-21T20:23:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e5f59bd065ecfc3b66d101d7093a94995a7110e2'/>
<id>e5f59bd065ecfc3b66d101d7093a94995a7110e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a couple listing calls to allow proper pagination</title>
<updated>2017-09-21T19:58:55+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-09-21T19:58:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=80351caf6dec0f1f2ebaccacd88d7175676e340f'/>
<id>80351caf6dec0f1f2ebaccacd88d7175676e340f</id>
<content type='text'>
Project.repository_tree and Project.repository_contributors return
lists, so use http_list to allow users to use listing features such as
`all=True`.

Closes #314
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Project.repository_tree and Project.repository_contributors return
lists, so use http_list to allow users to use listing features such as
`all=True`.

Closes #314
</pre>
</div>
</content>
</entry>
<entry>
<title>CommitStatus: `sha` is parent attribute</title>
<updated>2017-09-21T19:45:53+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-09-21T19:45:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=7d6f3d0cd5890c8a71704419e78178ca887357fe'/>
<id>7d6f3d0cd5890c8a71704419e78178ca887357fe</id>
<content type='text'>
Fixes #316
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #316
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix http_get method in get artifacts and job trace</title>
<updated>2017-09-20T08:51:20+00:00</updated>
<author>
<name>Carlo Mion</name>
<email>mion00@users.noreply.github.com</email>
</author>
<published>2017-09-20T08:51:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=bb5a1df9a52c048bf2cb1ab54a4823a3bb57be9b'/>
<id>bb5a1df9a52c048bf2cb1ab54a4823a3bb57be9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>exception message: mimic v3 API</title>
<updated>2017-09-19T21:15:45+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-09-19T21:15:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=05da7ba89a4bc41b079a13a2963ce55275350c41'/>
<id>05da7ba89a4bc41b079a13a2963ce55275350c41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Exceptions: use a proper error message</title>
<updated>2017-09-19T21:09:20+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-09-19T21:09:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e35563ede40241a4acf3341edea7e76362a2eaec'/>
<id>e35563ede40241a4acf3341edea7e76362a2eaec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the labels attrs on MR and issues</title>
<updated>2017-09-19T06:01:41+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-09-19T06:01:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e09581fccba625e4a0cf9eb67de2a9471fce3b9d'/>
<id>e09581fccba625e4a0cf9eb67de2a9471fce3b9d</id>
<content type='text'>
Fixes #306
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #306
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix password authentication for v4</title>
<updated>2017-09-19T04:51:55+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-09-19T04:51:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=89bf53f577fa8952902179b176ae828eb5701633'/>
<id>89bf53f577fa8952902179b176ae828eb5701633</id>
<content type='text'>
Fixes #311
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #311
</pre>
</div>
</content>
</entry>
<entry>
<title>adds project upload feature (#239)</title>
<updated>2017-09-12T04:20:08+00:00</updated>
<author>
<name>James Johnson</name>
<email>d0c.s4vage@gmail.com</email>
</author>
<published>2017-09-12T04:20:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=29879d61d117ff7909302ed845a6a1eb13814365'/>
<id>29879d61d117ff7909302ed845a6a1eb13814365</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add list method</title>
<updated>2017-09-11T11:49:45+00:00</updated>
<author>
<name>Robert Lu</name>
<email>robberphex@gmail.com</email>
</author>
<published>2017-09-11T11:45:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=b537b30ab1cff0e465d6e299c8e55740cca1ff85'/>
<id>b537b30ab1cff0e465d6e299c8e55740cca1ff85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
