<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/docs/cli.rst, branch feat/project-clusters</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>feat(doc): remove refs to api v3 in docs</title>
<updated>2019-10-12T13:07:36+00:00</updated>
<author>
<name>Cyril Jouve</name>
<email>jv.cyril@gmail.com</email>
</author>
<published>2019-10-12T13:07:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=6beeaa993f8931d6b7fe682f1afed2bd4c8a4b73'/>
<id>6beeaa993f8931d6b7fe682f1afed2bd4c8a4b73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add support for job token</title>
<updated>2019-09-06T11:41:36+00:00</updated>
<author>
<name>Mathieu Parent</name>
<email>math.parent@gmail.com</email>
</author>
<published>2019-09-05T08:47:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=cef3aa51a6928338c6755c3e6de78605fae8e59e'/>
<id>cef3aa51a6928338c6755c3e6de78605fae8e59e</id>
<content type='text'>
See https://docs.gitlab.com/ee/api/jobs.html#get-job-artifacts for usage
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://docs.gitlab.com/ee/api/jobs.html#get-job-artifacts for usage
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(cli): add PyYAML requirement notice</title>
<updated>2018-10-09T18:41:55+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2018-10-07T15:34:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=d29a48981b521bf31d6f0304b88f39a63185328a'/>
<id>d29a48981b521bf31d6f0304b88f39a63185328a</id>
<content type='text'>
Fixes #606
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #606
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] add a warning about https://</title>
<updated>2018-09-05T16:04:20+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-09-05T16:04:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=042b706238810fa3b4fde92d298a709ebdb3a925'/>
<id>042b706238810fa3b4fde92d298a709ebdb3a925</id>
<content type='text'>
http to https redirection cause problems. Make notes of this in the
docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http to https redirection cause problems. Make notes of this in the
docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor typo "ou" vs. "or"</title>
<updated>2018-08-14T09:10:25+00:00</updated>
<author>
<name>Matthias Schmitz</name>
<email>matthias@sigxcpu.org</email>
</author>
<published>2018-08-14T09:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=a68f459da690b4231dddcc6609de7e1e709ba7cf'/>
<id>a68f459da690b4231dddcc6609de7e1e709ba7cf</id>
<content type='text'>
This change fixes a minor type in the table of possible values for options in the global section.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change fixes a minor type in the table of possible values for options in the global section.</pre>
</div>
</content>
</entry>
<entry>
<title>Document the global per_page setting</title>
<updated>2018-05-26T06:21:45+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-05-26T06:21:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=660f0cf546d18b28883e97c1182984593bbae643'/>
<id>660f0cf546d18b28883e97c1182984593bbae643</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement attribute types to handle special cases</title>
<updated>2018-03-17T15:46:18+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-03-17T15:46:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=1940feec3dbb099dc3d671cd14ba756e7d34b071'/>
<id>1940feec3dbb099dc3d671cd14ba756e7d34b071</id>
<content type='text'>
Some attributes need to be parsed/modified to work with the API (for
instance lists). This patch provides two attribute types that will
simplify parts of the code, and fix some CLI bugs.

Fixes #443
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some attributes need to be parsed/modified to work with the API (for
instance lists). This patch provides two attribute types that will
simplify parts of the code, and fix some CLI bugs.

Fixes #443
</pre>
</div>
</content>
</entry>
<entry>
<title>[cli] Allow to read args from files</title>
<updated>2018-03-05T16:35:41+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-03-05T16:35:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=748d57ee64036305a84301db7211b713c1995391'/>
<id>748d57ee64036305a84301db7211b713c1995391</id>
<content type='text'>
With the @/file/path syntax (similar to curl) user can provide values
from attributes in files.

Fixes #448
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the @/file/path syntax (similar to curl) user can provide values
from attributes in files.

Fixes #448
</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>config: support api_version in the global section</title>
<updated>2018-02-04T06:02:55+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-02-04T06:02:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=29bd81336828b72a47673c76862cb4b532401766'/>
<id>29bd81336828b72a47673c76862cb4b532401766</id>
<content type='text'>
Fixes #421
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #421
</pre>
</div>
</content>
</entry>
</feed>
