<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/docs, branch issue-122</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>add HTTP auth options to doc</title>
<updated>2016-05-30T18:55:54+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-05-30T18:55:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=62203086b04264f04cf6e6681e132ed355bb9b87'/>
<id>62203086b04264f04cf6e6681e132ed355bb9b87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Manage optional parameters for list() and get()</title>
<updated>2016-05-15T05:35:06+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-05-15T05:35:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=fd4539715da589df5a81b333e71875289687922d'/>
<id>fd4539715da589df5a81b333e71875289687922d</id>
<content type='text'>
* List these elements in the API doc
* Implement for License objects
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* List these elements in the API doc
* Implement for License objects
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-implement _custom_list in the Gitlab class</title>
<updated>2016-02-18T18:19:48+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-02-18T18:17:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=453224aaf64c37196b7211de8dd4a60061954987'/>
<id>453224aaf64c37196b7211de8dd4a60061954987</id>
<content type='text'>
Rename the method _raw_list. This adds support for the ``all=True``
option to enable automatic recursion and avoid pagination if requested
by the user.

Fixes #93
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename the method _raw_list. This adds support for the ``all=True``
option to enable automatic recursion and avoid pagination if requested
by the user.

Fixes #93
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: implement user get-by-username</title>
<updated>2016-02-14T09:40:14+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-02-14T09:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=58433d2b1854eb4e112c499d52d8dd0fd6dba094'/>
<id>58433d2b1854eb4e112c499d52d8dd0fd6dba094</id>
<content type='text'>
fixes #95
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #95
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: do not use the :option: markup</title>
<updated>2016-02-03T19:43:22+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2016-02-03T19:43:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=368017c01f15013ab4cc9405c246a86e67f3b067'/>
<id>368017c01f15013ab4cc9405c246a86e67f3b067</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add docstrings to some methods</title>
<updated>2016-01-31T21:23:56+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2016-01-31T21:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=1b5c8f1b0bf9766ea09ef864b9bf4c1dc313f168'/>
<id>1b5c8f1b0bf9766ea09ef864b9bf4c1dc313f168</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatic doc generation for BaseManager classes</title>
<updated>2016-01-31T21:02:32+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2016-01-31T21:02:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=a2eca72246ab40a0d96f6389c99e3a0b54e9342e'/>
<id>a2eca72246ab40a0d96f6389c99e3a0b54e9342e</id>
<content type='text'>
Provide a sphinx extension that parses the required/optioanl attributes
and add infoo to the class docstring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide a sphinx extension that parses the required/optioanl attributes
and add infoo to the class docstring.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sudo support</title>
<updated>2016-01-30T15:38:16+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2016-01-30T15:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=3711f198a4e02144d9d49b68420d24afc9f4f957'/>
<id>3711f198a4e02144d9d49b68420d24afc9f4f957</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove "=" in examples for consistency</title>
<updated>2016-01-13T17:40:24+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2016-01-13T17:40:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=a4e29f86d7851da12e40491d517c1af17da66336'/>
<id>a4e29f86d7851da12e40491d517c1af17da66336</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(re)add CLI examples in the doc</title>
<updated>2016-01-13T17:37:27+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2016-01-13T17:37:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=1b64a4730b85cd1effec48d1751e088a80b82b77'/>
<id>1b64a4730b85cd1effec48d1751e088a80b82b77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
