<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/tests, branch 1.2.0</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>Remove now-invalid test</title>
<updated>2017-12-16T15:09:30+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2017-12-16T15:09:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=5a5cd74f34faa5a9f06a6608b139ed08af05dc9f'/>
<id>5a5cd74f34faa5a9f06a6608b139ed08af05dc9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add unit tests for mixin exceptions"</title>
<updated>2017-11-16T05:53:49+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-11-16T05:53:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=084b905f78046d894fc76d3ad545689312b94bb8'/>
<id>084b905f78046d894fc76d3ad545689312b94bb8</id>
<content type='text'>
This reverts commit 4ee139ad5c58006da1f9af93fdd4e70592e6daa0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 4ee139ad5c58006da1f9af93fdd4e70592e6daa0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unit tests for mixin exceptions</title>
<updated>2017-11-11T15:14:21+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-11-11T15:06:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=4ee139ad5c58006da1f9af93fdd4e70592e6daa0'/>
<id>4ee139ad5c58006da1f9af93fdd4e70592e6daa0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a SetMixin</title>
<updated>2017-11-11T14:40:13+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-11-11T14:40:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=a1b097ce1811d320322a225d22183c36125b4a3c'/>
<id>a1b097ce1811d320322a225d22183c36125b4a3c</id>
<content type='text'>
Use it for UserCustomAttribute, will be useful for
{Project,Group}CustomAttribute (#367)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use it for UserCustomAttribute, will be useful for
{Project,Group}CustomAttribute (#367)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing mocking on unit test</title>
<updated>2017-11-10T09:22:52+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-11-10T09:22:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=700e84f3ea1a8e0f99775d02cd1a832d05d3ec8d'/>
<id>700e84f3ea1a8e0f99775d02cd1a832d05d3ec8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for oauth and anonymous auth in config/CLI</title>
<updated>2017-11-10T08:39:17+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-11-10T08:39:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=07328263c317d7ee78723fee8b66f48abffcfb36'/>
<id>07328263c317d7ee78723fee8b66f48abffcfb36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework authentication args handling</title>
<updated>2017-11-10T08:09:18+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-11-10T08:09:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e9b158363e5b0ea451638b1c3a660f138a24521d'/>
<id>e9b158363e5b0ea451638b1c3a660f138a24521d</id>
<content type='text'>
* Raise exceptions when conflicting arguments are used
* Build the auth headers when instanciating Gitlab, not on each request
* Enable anonymous Gitlab objects (#364)

Add docs and unit tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Raise exceptions when conflicting arguments are used
* Build the auth headers when instanciating Gitlab, not on each request
* Enable anonymous Gitlab objects (#364)

Add docs and unit tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Module's base objects serialization (#359)</title>
<updated>2017-11-03T14:05:17+00:00</updated>
<author>
<name>Lyudmil Nenov</name>
<email>lyudmil.nenov@gmail.com</email>
</author>
<published>2017-11-03T14:05:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=226e6ce9e5217367c896125a2b4b9d16afd2cf94'/>
<id>226e6ce9e5217367c896125a2b4b9d16afd2cf94</id>
<content type='text'>
Make gitlab objects serializable

With current implementation of API v3 and v4 support, some instances
have properties of type module and are not serializable. Handle
these properties manually with setstate and getstate methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make gitlab objects serializable

With current implementation of API v3 and v4 support, some instances
have properties of type module and are not serializable. Handle
these properties manually with setstate and getstate methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>Pagination generators: expose more information</title>
<updated>2017-11-01T16:07:30+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-11-01T16:07:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=38d446737f45ea54136d1f03f75fbddf46c45e00'/>
<id>38d446737f45ea54136d1f03f75fbddf46c45e00</id>
<content type='text'>
Expose the X-* pagination attributes returned by the Gitlab server when
requesting lists.

Closes #304
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expose the X-* pagination attributes returned by the Gitlab server when
requesting lists.

Closes #304
</pre>
</div>
</content>
</entry>
<entry>
<title>Support SSL verification via internal CA bundle</title>
<updated>2017-08-04T17:52:19+00:00</updated>
<author>
<name>Maura Hausman</name>
<email>mhausman@wayfair.com</email>
</author>
<published>2017-07-24T22:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=4af47487a279f494fd3118a01d21b401cd770d2b'/>
<id>4af47487a279f494fd3118a01d21b401cd770d2b</id>
<content type='text'>
- Also updates documentation
- See issues #204 and #270
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Also updates documentation
- See issues #204 and #270
</pre>
</div>
</content>
</entry>
</feed>
