<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/tests, branch stable/1.4</title>
<subtitle>github.com: gpocentek/python-gitlab.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/'/>
<entry>
<title>Implement attribute types to handle special cases</title>
<updated>2018-03-17T15:46:18+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-03-17T15:46:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=1940feec3dbb099dc3d671cd14ba756e7d34b071'/>
<id>1940feec3dbb099dc3d671cd14ba756e7d34b071</id>
<content type='text'>
Some attributes need to be parsed/modified to work with the API (for
instance lists). This patch provides two attribute types that will
simplify parts of the code, and fix some CLI bugs.

Fixes #443
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some attributes need to be parsed/modified to work with the API (for
instance lists). This patch provides two attribute types that will
simplify parts of the code, and fix some CLI bugs.

Fixes #443
</pre>
</div>
</content>
</entry>
<entry>
<title>Add basic unit tests for v4 CLI</title>
<updated>2018-03-11T07:48:47+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-03-11T07:48:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=88391bf7cd7a8d710a62fdb835ef56f06da8a6a5'/>
<id>88391bf7cd7a8d710a62fdb835ef56f06da8a6a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[cli] Allow to read args from files</title>
<updated>2018-03-05T16:35:41+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-03-05T16:35:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=748d57ee64036305a84301db7211b713c1995391'/>
<id>748d57ee64036305a84301db7211b713c1995391</id>
<content type='text'>
With the @/file/path syntax (similar to curl) user can provide values
from attributes in files.

Fixes #448
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the @/file/path syntax (similar to curl) user can provide values
from attributes in files.

Fixes #448
</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://git.baserock.org/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>Default to API v4</title>
<updated>2018-02-05T13:43:02+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-02-05T13:43:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=f276f13df50132554984f989b1d3d6c5fa8cdc01'/>
<id>f276f13df50132554984f989b1d3d6c5fa8cdc01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
</feed>
