<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git, 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>Merge pull request #705 from python-gitlab/release-1.8.0</title>
<updated>2019-02-22T09:03:07+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2019-02-22T09:03:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=57fa4e37aaf6ccee0d75085520f96fd15752a3df'/>
<id>57fa4e37aaf6ccee0d75085520f96fd15752a3df</id>
<content type='text'>
Release version 1.8.0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Release version 1.8.0</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>Merge pull request #701 from jpiron/fix_all_behaviour</title>
<updated>2019-02-20T18:39:42+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvainpocentek@gmail.com</email>
</author>
<published>2019-02-20T18:39:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=8ce4e9e07913d9b9bb916d079ff0a7c528830a2d'/>
<id>8ce4e9e07913d9b9bb916d079ff0a7c528830a2d</id>
<content type='text'>
Fix all kwarg behaviour</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix all kwarg behaviour</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>Merge pull request #689 from python-gitlab/fix/wrong-rebase</title>
<updated>2019-01-26T09:43:46+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvainpocentek@gmail.com</email>
</author>
<published>2019-01-26T09:43:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=31bca2f9ee55ffa69d34f4584e90da01d3f6325e'/>
<id>31bca2f9ee55ffa69d34f4584e90da01d3f6325e</id>
<content type='text'>
fix: re-add merge request pipelines</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix: re-add merge request pipelines</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 pull request #685 from Joustie/master</title>
<updated>2019-01-21T16:57:16+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2019-01-21T16:57:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=641b80a373746c9e6dc6d043216ebc4ba5613011'/>
<id>641b80a373746c9e6dc6d043216ebc4ba5613011</id>
<content type='text'>
feat: Added approve method for Mergerequests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat: Added approve method for Mergerequests</pre>
</div>
</content>
</entry>
</feed>
