<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/objects.py, branch main</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>Reorganise the code to handle v3 and v4 objects</title>
<updated>2017-05-23T19:11:24+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-05-23T19:11:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=e853a30b0c083fa835513a82816b315cf147092c'/>
<id>e853a30b0c083fa835513a82816b315cf147092c</id>
<content type='text'>
Having objects managing both versions will only make the code more
complicated, with lots of tests everywhere. This solution might generate
some code duplication, but it should be maintainable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Having objects managing both versions will only make the code more
complicated, with lots of tests everywhere. This solution might generate
some code duplication, but it should be maintainable.
</pre>
</div>
</content>
</entry>
<entry>
<title>[v4] Update project search API</title>
<updated>2017-05-23T13:42:26+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-05-23T07:10:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=deecf1769ed4d3e9e2674412559413eb058494cf'/>
<id>deecf1769ed4d3e9e2674412559413eb058494cf</id>
<content type='text'>
* projects.search() is not implemented in v4
* add the 'search' attribute to projects.list()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* projects.search() is not implemented in v4
* add the 'search' attribute to projects.list()
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'search' attribute to projects.list()</title>
<updated>2017-05-23T13:38:41+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-05-23T13:37:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=ce3dd0d1ac3fbed3cf671720e273470fb1ccdbc6'/>
<id>ce3dd0d1ac3fbed3cf671720e273470fb1ccdbc6</id>
<content type='text'>
projects.search() has been deprecated by Gitlab
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
projects.search() has been deprecated by Gitlab
</pre>
</div>
</content>
</entry>
<entry>
<title>Update URLs to reflect the github changes</title>
<updated>2017-05-23T06:03:32+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-05-23T06:03:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=7def297fdf1e0d6926669a4a51cdb8519da1dca1'/>
<id>7def297fdf1e0d6926669a4a51cdb8519da1dca1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed repository_tree and repository_blob path encoding (#265)</title>
<updated>2017-05-22T05:25:17+00:00</updated>
<author>
<name>Yosi Zelensky</name>
<email>yosyos04@gmail.com</email>
</author>
<published>2017-05-22T05:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=f3dfa6abcc0c6fba305072d368b223b102eb379f'/>
<id>f3dfa6abcc0c6fba305072d368b223b102eb379f</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
<entry>
<title>MR: add support for time tracking features</title>
<updated>2017-05-20T07:52:36+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-05-20T07:52:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=324f81b0869ffb8f75a0c207d12138201d01b097'/>
<id>324f81b0869ffb8f75a0c207d12138201d01b097</id>
<content type='text'>
Fixes #248
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #248
</pre>
</div>
</content>
</entry>
<entry>
<title>Available services: return a list</title>
<updated>2017-05-20T07:16:22+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-05-20T07:15:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=5b90061628e50da73ec4253631e5c636413b49df'/>
<id>5b90061628e50da73ec4253631e5c636413b49df</id>
<content type='text'>
The method returned a JSON string, which made no sense...

Fixes #258
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The method returned a JSON string, which made no sense...

Fixes #258
</pre>
</div>
</content>
</entry>
<entry>
<title>Make GroupProjectManager a subclass of ProjectManager</title>
<updated>2017-05-20T07:08:10+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-05-20T07:08:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=468246c9ffa15712f6dd9a5add4914af912bdd9c'/>
<id>468246c9ffa15712f6dd9a5add4914af912bdd9c</id>
<content type='text'>
Fixes #255
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #255
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for nested groups (#257)</title>
<updated>2017-05-20T06:53:31+00:00</updated>
<author>
<name>Matej Zerovnik</name>
<email>matej@zunaj.si</email>
</author>
<published>2017-05-20T06:53:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=5afeeb7810b81020f7e9caacbc263dd1fd3e20f9'/>
<id>5afeeb7810b81020f7e9caacbc263dd1fd3e20f9</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 priority attribute in labels</title>
<updated>2017-05-20T06:29:21+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-05-20T06:27:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=5901a1c4b7b82670c4283f84c4fb107ff77e0e76'/>
<id>5901a1c4b7b82670c4283f84c4fb107ff77e0e76</id>
<content type='text'>
Fixes #256
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #256
</pre>
</div>
</content>
</entry>
</feed>
