<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/v3, branch rework_api</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>Fix merge_when_build_succeeds attribute name</title>
<updated>2017-07-09T07:19:02+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-07-09T07:16:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=374a6c4544931a564221cccabb6abbda9e6bc558'/>
<id>374a6c4544931a564221cccabb6abbda9e6bc558</id>
<content type='text'>
Fixes #285
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #285
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor the CLI</title>
<updated>2017-06-25T07:22:07+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-06-25T06:37:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=e3d50b5e768fd398eee4a099125b1f87618f7428'/>
<id>e3d50b5e768fd398eee4a099125b1f87618f7428</id>
<content type='text'>
v3 and v4 CLI will be very different, so start moving things in their
own folders.

For now v4 isn't working at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
v3 and v4 CLI will be very different, so start moving things in their
own folders.

For now v4 isn't working at all.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing doc files</title>
<updated>2017-06-25T06:37:09+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-06-25T06:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=fd5ac4d5eaed1a174ba8c086d0db3ee2001ab3b9'/>
<id>fd5ac4d5eaed1a174ba8c086d0db3ee2001ab3b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused future.division import</title>
<updated>2017-06-11T17:19:22+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-06-11T17:19:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=2a0afc50311c727ee3bef700553fb60924439ef4'/>
<id>2a0afc50311c727ee3bef700553fb60924439ef4</id>
<content type='text'>
We don't do math.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't do math.
</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://git.baserock.org/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>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://git.baserock.org/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>Reorganise the code to handle v3 and v4 objects</title>
<updated>2017-05-23T19:11:24+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-05-23T19:11:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=e853a30b0c083fa835513a82816b315cf147092c'/>
<id>e853a30b0c083fa835513a82816b315cf147092c</id>
<content type='text'>
Having objects managing both versions will only make the code more
complicated, with lots of tests everywhere. This solution might generate
some code duplication, but it should be maintainable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Having objects managing both versions will only make the code more
complicated, with lots of tests everywhere. This solution might generate
some code duplication, but it should be maintainable.
</pre>
</div>
</content>
</entry>
</feed>
