<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/tests/test_mixins.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>Implement user_agent_detail for snippets</title>
<updated>2018-05-27T17:28:31+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-05-27T17:28:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=70257438044b793a42adce791037b9b86ae35d9b'/>
<id>70257438044b793a42adce791037b9b86ae35d9b</id>
<content type='text'>
Add a new UserAgentDetail mixin to avoid code duplication.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new UserAgentDetail mixin to avoid code duplication.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop GetFromListMixin</title>
<updated>2018-05-19T15:43:31+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-05-19T15:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=09d1ec04e52fc796cc25e1e29e73969c595e951d'/>
<id>09d1ec04e52fc796cc25e1e29e73969c595e951d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>introduce RefreshMixin</title>
<updated>2018-03-04T09:49:00+00:00</updated>
<author>
<name>Pierre Tardy</name>
<email>tardyp@gmail.com</email>
</author>
<published>2018-02-05T14:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=3424333bc98fcfc4733f2c5f1bf9a93b9a02135b'/>
<id>3424333bc98fcfc4733f2c5f1bf9a93b9a02135b</id>
<content type='text'>
RefreshMixin allows to update a REST object so that you can poll on it.
This is mostly useful for pipelines and jobs, but could be set on most of other objects, with unknown usecases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RefreshMixin allows to update a REST object so that you can poll on it.
This is mostly useful for pipelines and jobs, but could be set on most of other objects, with unknown usecases.
</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>Update tests for list() changes</title>
<updated>2017-08-04T10:46:45+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-08-04T10:46:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=7592ec5f6948994b8f8d9e82e2ca52c05f17829d'/>
<id>7592ec5f6948994b8f8d9e82e2ca52c05f17829d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore correct exceptions</title>
<updated>2017-07-15T15:05:44+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-07-15T15:05:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=c15ba3b61065973da983ff792a34268a3ba75e12'/>
<id>c15ba3b61065973da983ff792a34268a3ba75e12</id>
<content type='text'>
Match the exceptions raised in v3 for v4.

Also update the doc strings with correct information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Match the exceptions raised in v3 for v4.

Also update the doc strings with correct information.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests for objects mixins</title>
<updated>2017-06-05T09:25:41+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-06-05T09:25:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=68f411478f0d693f7d37436a9280847cb610a15b'/>
<id>68f411478f0d693f7d37436a9280847cb610a15b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for managers mixins</title>
<updated>2017-06-05T09:14:13+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-06-05T09:14:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=b776c5ee66a84f89acd4126ea729c77196e07f66'/>
<id>b776c5ee66a84f89acd4126ea729c77196e07f66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
