<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/docs/switching-to-v4.rst, branch fix/python-tests</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>Use https:// for gitlab URL</title>
<updated>2018-09-04T14:56:01+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-09-04T14:56:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=256518cc1fab21c3dbfa7b67d5edcc81119090c5'/>
<id>256518cc1fab21c3dbfa7b67d5edcc81119090c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Default to API v4</title>
<updated>2018-02-05T13:43:02+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-02-05T13:43:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=f276f13df50132554984f989b1d3d6c5fa8cdc01'/>
<id>f276f13df50132554984f989b1d3d6c5fa8cdc01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in docs</title>
<updated>2017-11-24T09:49:51+00:00</updated>
<author>
<name>Ben Brown</name>
<email>ben.brown@codethink.co.uk</email>
</author>
<published>2017-11-13T17:52:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=7c886dea5e9c42c88be01ef077532202cbad65ea'/>
<id>7c886dea5e9c42c88be01ef077532202cbad65ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor typo fix in "Switching to v4" documentation</title>
<updated>2017-09-14T14:05:50+00:00</updated>
<author>
<name>Mike Kobit</name>
<email>mkobit@gmail.com</email>
</author>
<published>2017-09-14T14:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=5841070dd2b4509b20124921bee8c186f1b80fc1'/>
<id>5841070dd2b4509b20124921bee8c186f1b80fc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the docs to make v4 a first class citizen</title>
<updated>2017-09-07T19:31:03+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-09-07T19:31:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=60efc83b5a00c733b5fc19fc458674709cd7f9ce'/>
<id>60efc83b5a00c733b5fc19fc458674709cd7f9ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore the prvious listing behavior</title>
<updated>2017-08-04T10:07:30+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-08-04T09:10:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=5a4aafb6ec7a3927551f2ce79425c60c399addd5'/>
<id>5a4aafb6ec7a3927551f2ce79425c60c399addd5</id>
<content type='text'>
Return lists by default : this makes the explicit use of pagination work
again.

Use generators only when `as_list` is explicitly set to `False`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Return lists by default : this makes the explicit use of pagination work
again.

Use generators only when `as_list` is explicitly set to `False`.
</pre>
</div>
</content>
</entry>
<entry>
<title>functional tests for v4</title>
<updated>2017-08-04T08:27:59+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-08-04T08:25:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=d7c79113a4dd4f23789ac8adb17add590929ae53'/>
<id>d7c79113a4dd4f23789ac8adb17add590929ae53</id>
<content type='text'>
Update the python tests for v4, and fix the problems raised when running
those tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the python tests for v4, and fix the problems raised when running
those tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document switching to v4</title>
<updated>2017-06-11T15:31:47+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-06-11T15:31:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=186e11a2135ae7df759641982fd42b3bc1bb944d'/>
<id>186e11a2135ae7df759641982fd42b3bc1bb944d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
