<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/exceptions.py, branch docs/gitlab-pages</title>
<subtitle>github.com: gpocentek/python-gitlab.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/'/>
<entry>
<title>feat: add mr rebase method</title>
<updated>2019-07-11T20:56:27+00:00</updated>
<author>
<name>Jeroen Schutrup</name>
<email>jschutrup@bol.com</email>
</author>
<published>2019-07-11T14:25:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=bc4280c2fbff115bd5e29a6f5012ae518610f626'/>
<id>bc4280c2fbff115bd5e29a6f5012ae518610f626</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: format everything black</title>
<updated>2019-05-16T16:03:56+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2019-05-16T16:00:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=318d2770cbc90ae4d33170274e214b9d828bca43'/>
<id>318d2770cbc90ae4d33170274e214b9d828bca43</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://trove.baserock.org/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://trove.baserock.org/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>Improve error message handling in exceptions</title>
<updated>2018-11-24T16:37:10+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-11-24T16:37:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=1fb1296c9191e57e109c4e5eb9504bce191a6ff1'/>
<id>1fb1296c9191e57e109c4e5eb9504bce191a6ff1</id>
<content type='text'>
* Depending on the request Gitlab has a 'message' or 'error' attribute
in the json data, handle both
* Add some consistency by converting messages to unicode or str for
exceptions (depending on the python version)

Closes #616
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Depending on the request Gitlab has a 'message' or 'error' attribute
in the json data, handle both
* Add some consistency by converting messages to unicode or str for
exceptions (depending on the python version)

Closes #616
</pre>
</div>
</content>
</entry>
<entry>
<title>Raise an exception on https redirects for PUT/POST</title>
<updated>2018-08-24T15:09:55+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-08-24T15:09:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=a221d7b35bc20da758e7467fe789e16613c54275'/>
<id>a221d7b35bc20da758e7467fe789e16613c54275</id>
<content type='text'>
POST and PUT requests are modified by clients when redirections happen.
A common problem with python-gitlab is a misconfiguration of the server
URL: the http to https redirection breaks some requests.

With this change python-gitlab should detect problematic redirections,
and raise a proper exception instead of failing with a cryptic error.

Closes #565
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
POST and PUT requests are modified by clients when redirections happen.
A common problem with python-gitlab is a misconfiguration of the server
URL: the http to https redirection breaks some requests.

With this change python-gitlab should detect problematic redirections,
and raise a proper exception instead of failing with a cryptic error.

Closes #565
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for the EE license API</title>
<updated>2018-06-13T19:39:28+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-06-13T19:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=5183069722224914bd6c2d25996163861183415b'/>
<id>5183069722224914bd6c2d25996163861183415b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add geo nodes API support</title>
<updated>2018-06-09T15:22:47+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-06-09T15:22:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=39c8ad5a9405469370e429548e08aa475797b92b'/>
<id>39c8ad5a9405469370e429548e08aa475797b92b</id>
<content type='text'>
Fixes #524
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #524
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for group badges</title>
<updated>2018-05-29T17:32:26+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-05-29T17:32:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=9412a5ddb1217368e0ac19fc06a4ff32711b931f'/>
<id>9412a5ddb1217368e0ac19fc06a4ff32711b931f</id>
<content type='text'>
Also consolidate project/group badges tests, and add some docs

Fixes #469
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also consolidate project/group badges tests, and add some docs

Fixes #469
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement runner token validation</title>
<updated>2018-05-29T07:17:55+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-05-29T07:17:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=71368e7292b0e6d0f0dab9039983fa35689eeab0'/>
<id>71368e7292b0e6d0f0dab9039983fa35689eeab0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
