<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/tests/test_manager.py, 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>update copyright years</title>
<updated>2017-05-24T12:40:25+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-05-24T12:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=ba41e5e02ce638facdf7542ec8ae23fc1eb4f844'/>
<id>ba41e5e02ce638facdf7542ec8ae23fc1eb4f844</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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>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://91.123.203.49/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>define UserManager.get_by_username() to get a user by username</title>
<updated>2016-02-12T07:40:58+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-02-12T03:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=ac2e534fb811f3c1295c742e74dcb14a3c1ff0c1'/>
<id>ac2e534fb811f3c1295c742e74dcb14a3c1ff0c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>define UserManager.search() to search for users</title>
<updated>2016-02-12T07:40:58+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-02-12T03:50:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=8f59516a4d7d5c6c654e8c2531092e217d13a4be'/>
<id>8f59516a4d7d5c6c654e8c2531092e217d13a4be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add unit tests for managers</title>
<updated>2016-01-16T20:28:59+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2016-01-16T20:28:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=6baea2f46e1e1ea1cb222b3ae414bffc4998d4e2'/>
<id>6baea2f46e1e1ea1cb222b3ae414bffc4998d4e2</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 groups search</title>
<updated>2016-01-09T07:36:18+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2016-01-09T07:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=5513d0f52cd488b14c94389a09d01877fa5596e0'/>
<id>5513d0f52cd488b14c94389a09d01877fa5596e0</id>
<content type='text'>
Factorize the code to avoid duplication with the ProjectManager class.
Implement unit tests for the group search.

Original patchh from Daniel Serodio (PR #55).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Factorize the code to avoid duplication with the ProjectManager class.
Implement unit tests for the group search.

Original patchh from Daniel Serodio (PR #55).
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement ProjectManager search/list methods</title>
<updated>2016-01-08T21:35:30+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2016-01-08T21:35:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=689ecae70585e79c281224162a0ba2ab3921242a'/>
<id>689ecae70585e79c281224162a0ba2ab3921242a</id>
<content type='text'>
The existing Gitlab methods are deprecated.

Unit tests have been added.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The existing Gitlab methods are deprecated.

Unit tests have been added.
</pre>
</div>
</content>
</entry>
<entry>
<title>add unit tests for BaseManager</title>
<updated>2016-01-03T12:21:03+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2016-01-03T12:21:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=2a93c629ef88ffbe2564d154fa32fc723a4b0ea9'/>
<id>2a93c629ef88ffbe2564d154fa32fc723a4b0ea9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
