<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab, branch fix/python-tests</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>fix: use python2 compatible syntax for super</title>
<updated>2019-02-22T13:58:34+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2019-02-22T12:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=b08efcb9d155c20fa938534dd2d912f5191eede6'/>
<id>b08efcb9d155c20fa938534dd2d912f5191eede6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #702 from jpiron/eq_hash</title>
<updated>2019-02-22T12:12:04+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2019-02-22T12:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=a4ea0fe6b91d856b30d25c9f0f71ef9cae8f3f08'/>
<id>a4ea0fe6b91d856b30d25c9f0f71ef9cae8f3f08</id>
<content type='text'>
Implement __eq__ and __hash__ methods</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement __eq__ and __hash__ methods</pre>
</div>
</content>
</entry>
<entry>
<title>Release version 1.8.0</title>
<updated>2019-02-22T08:46:13+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2019-02-22T08:46:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=4fce3386cf54c9d66c44f5b9c267330928bd1efe'/>
<id>4fce3386cf54c9d66c44f5b9c267330928bd1efe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement __eq__ and __hash__ methods</title>
<updated>2019-02-20T07:48:24+00:00</updated>
<author>
<name>Jonathan Piron</name>
<email>jonathan.piron@cybelangel.com</email>
</author>
<published>2019-02-18T13:11:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=3d60850aa42351a0bb0066ef579ade95df5a81ee'/>
<id>3d60850aa42351a0bb0066ef579ade95df5a81ee</id>
<content type='text'>
To ease lists and sets manipulations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To ease lists and sets manipulations.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix all kwarg behaviour</title>
<updated>2019-02-18T10:13:49+00:00</updated>
<author>
<name>Jonathan Piron</name>
<email>jonathan.piron@cybelangel.com</email>
</author>
<published>2019-02-18T10:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=6b2bf5b29c235243c11bbc994e7f2540a6a3215e'/>
<id>6b2bf5b29c235243c11bbc994e7f2540a6a3215e</id>
<content type='text'>
`all` kwarg is used to manage GitlabList generator behaviour.
However, as it is not poped from kwargs, it is sent to Gitlab API.
Some endpoints such as [the project commits](https://docs.gitlab.com/ee/api/commits.html#list-repository-commits) one,
support a `all` attribute.
This means a call like `project.commits.list(all=True, ref_name='master')`
won't return all the master commits as one might expect but all the
repository's commits.
To prevent confusion, the same kwarg shouldn't be used for 2 distinct
purposes.
Moreover according to [the documentation](https://python-gitlab.readthedocs.io/en/stable/gl_objects/commits.html#examples),
the `all` project commits API endpoint attribute doesn't seem supported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`all` kwarg is used to manage GitlabList generator behaviour.
However, as it is not poped from kwargs, it is sent to Gitlab API.
Some endpoints such as [the project commits](https://docs.gitlab.com/ee/api/commits.html#list-repository-commits) one,
support a `all` attribute.
This means a call like `project.commits.list(all=True, ref_name='master')`
won't return all the master commits as one might expect but all the
repository's commits.
To prevent confusion, the same kwarg shouldn't be used for 2 distinct
purposes.
Moreover according to [the documentation](https://python-gitlab.readthedocs.io/en/stable/gl_objects/commits.html#examples),
the `all` project commits API endpoint attribute doesn't seem supported.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: re-add merge request pipelines</title>
<updated>2019-01-26T09:24:12+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2019-01-21T17:03:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=877ddc0dbb664cd86e870bb81d46ca614770b50e'/>
<id>877ddc0dbb664cd86e870bb81d46ca614770b50e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into master</title>
<updated>2019-01-21T12:36:56+00:00</updated>
<author>
<name>Joost Evertse</name>
<email>joustie@gmail.com</email>
</author>
<published>2019-01-21T12:36:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=b51d2969ad34a9aad79e42a69f275caf2a4059cb'/>
<id>b51d2969ad34a9aad79e42a69f275caf2a4059cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Added approve &amp; unapprove method for Mergerequests</title>
<updated>2019-01-19T20:49:20+00:00</updated>
<author>
<name>Joost Evertse</name>
<email>joustie@gmail.com</email>
</author>
<published>2019-01-14T14:22:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=53f7de7bfe0056950a8e7271632da3f89e3ba3b3'/>
<id>53f7de7bfe0056950a8e7271632da3f89e3ba3b3</id>
<content type='text'>
Offical GitLab API supports this for GitLab EE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Offical GitLab API supports this for GitLab EE
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #687 from python-gitlab/fix/683/raw_download</title>
<updated>2019-01-19T13:10:24+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2019-01-19T13:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=52d76312660109d3669d459b11b448a3a60b9603'/>
<id>52d76312660109d3669d459b11b448a3a60b9603</id>
<content type='text'>
fix(api): Don't try to parse raw downloads</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix(api): Don't try to parse raw downloads</pre>
</div>
</content>
</entry>
<entry>
<title>fix(api): Don't try to parse raw downloads</title>
<updated>2019-01-19T08:13:58+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2019-01-19T08:13:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=35a6d85acea4776e9c4ad23ff75259481a6bcf8d'/>
<id>35a6d85acea4776e9c4ad23ff75259481a6bcf8d</id>
<content type='text'>
http_get always tries to interpret the retrieved data if the
content-type is json. In some cases (artifact download for instance)
this is not the expected behavior.

This patch changes http_get and download methods to always get the raw
data without parsing.

Closes #683
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http_get always tries to interpret the retrieved data if the
content-type is json. In some cases (artifact download for instance)
this is not the expected behavior.

This patch changes http_get and download methods to always get the raw
data without parsing.

Closes #683
</pre>
</div>
</content>
</entry>
</feed>
