<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/v4/cli.py, branch chore/automatic-deploy</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>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://91.123.203.49/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>[cli] Fix the project-export download</title>
<updated>2018-08-25T14:22:28+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-08-25T14:22:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=facbc8cb858ac400e912a905be3668ee2d33e2cd'/>
<id>facbc8cb858ac400e912a905be3668ee2d33e2cd</id>
<content type='text'>
Closes #559
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #559
</pre>
</div>
</content>
</entry>
<entry>
<title>[cli] Fix the case where we have nothing to print</title>
<updated>2018-07-12T17:43:06+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-07-12T17:43:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=a139179ea8246b2f000327bd1e106d5708077b31'/>
<id>a139179ea8246b2f000327bd1e106d5708077b31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[cli] Output: handle bytes in API responses</title>
<updated>2018-07-09T17:24:42+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-07-09T17:24:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=bbef1f916c8ab65ed7f9717859caf516ebedb335'/>
<id>bbef1f916c8ab65ed7f9717859caf516ebedb335</id>
<content type='text'>
Closes #548
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #548
</pre>
</div>
</content>
</entry>
<entry>
<title>[cli] Fix the non-verbose output of ProjectCommitComment</title>
<updated>2018-06-22T08:28:39+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-06-22T08:28:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=d5289fe9369621aae9ac33bbd102b400dda97414'/>
<id>d5289fe9369621aae9ac33bbd102b400dda97414</id>
<content type='text'>
Closes #433
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #433
</pre>
</div>
</content>
</entry>
<entry>
<title> Add project push rules configuration  (#520)</title>
<updated>2018-06-11T19:23:57+00:00</updated>
<author>
<name>Eric Sabouraud</name>
<email>esabouraud@users.noreply.github.com</email>
</author>
<published>2018-06-11T19:23:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=2c22a34ef68da190520fac4b326144061898e0cc'/>
<id>2c22a34ef68da190520fac4b326144061898e0cc</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://91.123.203.49/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>pep8 fix</title>
<updated>2018-03-11T18:58:57+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-03-11T18:58:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=9cb6bbedd350a2241113fe1d731b4cfe56c19d4f'/>
<id>9cb6bbedd350a2241113fe1d731b4cfe56c19d4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[cli] Fix listing of strings</title>
<updated>2018-03-11T08:04:32+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-03-11T08:04:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=cb8ca6516befa4d3421cf734b4c72ec75ddeb654'/>
<id>cb8ca6516befa4d3421cf734b4c72ec75ddeb654</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[cli] Restore the --help option behavior</title>
<updated>2018-03-11T07:36:02+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-03-11T07:36:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=7c6be94630d35793e58fafd38625c29779f7a09a'/>
<id>7c6be94630d35793e58fafd38625c29779f7a09a</id>
<content type='text'>
Fixes #381
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #381
</pre>
</div>
</content>
</entry>
</feed>
