<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/v4, 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>Deprecate GetFromListMixin</title>
<updated>2018-05-19T06:03:28+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-05-19T06:01:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=a877514d565a1273fe21e81d1d00e1ed372ece4c'/>
<id>a877514d565a1273fe21e81d1d00e1ed372ece4c</id>
<content type='text'>
This mixin provides a workaround for get() for GitLab objects that don't
implement a 'get a single object' API. We are now getting conflicts
because GitLab adds GET methods, and this is against the "Implement only
what exists in the API" strategy.

Also use the proper GET API call for objects that support it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This mixin provides a workaround for get() for GitLab objects that don't
implement a 'get a single object' API. We are now getting conflicts
because GitLab adds GET methods, and this is against the "Implement only
what exists in the API" strategy.

Also use the proper GET API call for objects that support it.
</pre>
</div>
</content>
</entry>
<entry>
<title>More efficient .get() for group members.</title>
<updated>2018-05-17T21:35:39+00:00</updated>
<author>
<name>Eric L Frederich</name>
<email>eric.frederich@siemens.com</email>
</author>
<published>2018-05-17T21:35:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=dabfeb345289f85c884b08c50a10f4c909ad24d9'/>
<id>dabfeb345289f85c884b08c50a10f4c909ad24d9</id>
<content type='text'>
Fixes #499
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #499
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix URL encoding on branch methods</title>
<updated>2018-05-10T12:48:07+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-05-10T12:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=736fece2219658ff446ea31ee3c03dfe18ecaacb'/>
<id>736fece2219658ff446ea31ee3c03dfe18ecaacb</id>
<content type='text'>
Fixes #493
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #493
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Token scopes are a list"</title>
<updated>2018-04-18T06:06:24+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-04-18T06:06:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=25ed8e73f352b7f542a418c4ca2c802e3d90d06f'/>
<id>25ed8e73f352b7f542a418c4ca2c802e3d90d06f</id>
<content type='text'>
This reverts commit 32b399af0e506b38a10a2c625338848a03f0b35d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 32b399af0e506b38a10a2c625338848a03f0b35d.
</pre>
</div>
</content>
</entry>
<entry>
<title>Token scopes are a list</title>
<updated>2018-03-28T05:53:09+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-03-28T05:53:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=32b399af0e506b38a10a2c625338848a03f0b35d'/>
<id>32b399af0e506b38a10a2c625338848a03f0b35d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of _sanitize_data</title>
<updated>2018-03-17T18:12:26+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-03-17T18:12:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=79dc1f17a65364d2d23c2d701118200b2f7cd187'/>
<id>79dc1f17a65364d2d23c2d701118200b2f7cd187</id>
<content type='text'>
It was used in one class only, no need for added complexity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was used in one class only, no need for added complexity.
</pre>
</div>
</content>
</entry>
<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>Support downloading a single artifact file</title>
<updated>2018-03-17T06:15:35+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-03-17T06:15:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=9080f69d6c9242c1131ca7ff84489f2bb26bc867'/>
<id>9080f69d6c9242c1131ca7ff84489f2bb26bc867</id>
<content type='text'>
Fixes #432
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #432
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8 fix</title>
<updated>2018-03-11T18:58:57+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-03-11T18:58:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=9cb6bbedd350a2241113fe1d731b4cfe56c19d4f'/>
<id>9cb6bbedd350a2241113fe1d731b4cfe56c19d4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[cli] Fix listing of strings</title>
<updated>2018-03-11T08:04:32+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-03-11T08:04:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=cb8ca6516befa4d3421cf734b4c72ec75ddeb654'/>
<id>cb8ca6516befa4d3421cf734b4c72ec75ddeb654</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
