<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git, branch 0.21.2</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>0.21.2 release</title>
<updated>2017-06-11T11:56:49+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-06-11T11:56:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=19f1b1a968aba7bd9604511c015e8930e5111324'/>
<id>19f1b1a968aba7bd9604511c015e8930e5111324</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #272 from astronouth7303/patch-1</title>
<updated>2017-06-11T11:24:30+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-06-11T11:24:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=4ce2794b284647283c861d28f77a6d63ba809bc9'/>
<id>4ce2794b284647283c861d28f77a6d63ba809bc9</id>
<content type='text'>
Add new event types to ProjectHook</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new event types to ProjectHook</pre>
</div>
</content>
</entry>
<entry>
<title>Add new event types to ProjectHook</title>
<updated>2017-06-05T22:15:55+00:00</updated>
<author>
<name>Jamie Bliss</name>
<email>astronouth7303@gmail.com</email>
</author>
<published>2017-06-05T22:15:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=1a58f7e522bb4784e2127582b2d46d6991a8f2a9'/>
<id>1a58f7e522bb4784e2127582b2d46d6991a8f2a9</id>
<content type='text'>
These are being returned in the live API, but can't set them.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are being returned in the live API, but can't set them.</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed spelling mistake (#269)</title>
<updated>2017-06-02T13:43:55+00:00</updated>
<author>
<name>Nathan Giesbrecht</name>
<email>NathanGiesbrecht@users.noreply.github.com</email>
</author>
<published>2017-06-02T13:43:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=2b1e0f0041ae04134d38a5db47cc301aa757d7ea'/>
<id>2b1e0f0041ae04134d38a5db47cc301aa757d7ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>import urlencode() from six.moves.urllib.parse instead of from urllib (#268)</title>
<updated>2017-06-02T13:41:06+00:00</updated>
<author>
<name>Cosimo Lupo</name>
<email>cosimo.lupo@daltonmaag.com</email>
</author>
<published>2017-06-02T13:41:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=88900e06761794442716c115229bd1f780cfbcef'/>
<id>88900e06761794442716c115229bd1f780cfbcef</id>
<content type='text'>
Fixes AttributeError on Python 3, as `urlencode` function has been moved to `urllib.parse` module.

`six.moves.urllib.parse.urlencode()` is an py2.py3 compatible alias of `urllib.parse.urlencode()` on Python 3, and of `urllib.urlencode()` on Python 2.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes AttributeError on Python 3, as `urlencode` function has been moved to `urllib.parse` module.

`six.moves.urllib.parse.urlencode()` is an py2.py3 compatible alias of `urllib.parse.urlencode()` on Python 3, and of `urllib.urlencode()` on Python 2.</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for v4 API testing</title>
<updated>2017-05-27T06:51:21+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-05-27T06:51:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=38bff3eb43ee6526b3e3b35c8207fac9ef9bc9d9'/>
<id>38bff3eb43ee6526b3e3b35c8207fac9ef9bc9d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[v4] Make project issues work properly</title>
<updated>2017-05-27T06:42:24+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-05-27T06:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=ac3aef64d8d1275a457fc4164cafda85c2a42b1a'/>
<id>ac3aef64d8d1275a457fc4164cafda85c2a42b1a</id>
<content type='text'>
* Use iids instead of ids
* Add required duration argument for time_estimate() and
  add_spent_time()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use iids instead of ids
* Add required duration argument for time_estimate() and
  add_spent_time()
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extra_attrs argument from _raw_list (unneeded)</title>
<updated>2017-05-27T06:28:46+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-05-27T06:28:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=f3b28553aaa5e4e71df7892ea6c34fcc8dc61f90'/>
<id>f3b28553aaa5e4e71df7892ea6c34fcc8dc61f90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8 fix</title>
<updated>2017-05-27T06:20:38+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-05-27T06:20:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=06631847a7184cb22e28cd170c034a4d6d16fe8f'/>
<id>06631847a7184cb22e28cd170c034a4d6d16fe8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix python functional tests</title>
<updated>2017-05-27T06:19:21+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-05-27T06:19:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=f733ffb1c1ac2243c14c660bfac98443c1a7e67c'/>
<id>f733ffb1c1ac2243c14c660bfac98443c1a7e67c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
