<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/docs/gl_objects, branch rework_api</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>Fix broken docs examples</title>
<updated>2017-05-25T05:19:06+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-05-25T05:19:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=746846cda9bc18b561a6335bd4951947a74b5bf6'/>
<id>746846cda9bc18b561a6335bd4951947a74b5bf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://91.123.203.49/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://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>docs: add missing =</title>
<updated>2017-05-20T07:26:17+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-05-20T07:26:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=391417cd47d722760dfdaab577e9f419c5dca0e0'/>
<id>391417cd47d722760dfdaab577e9f419c5dca0e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature/milestone merge requests (#247)</title>
<updated>2017-04-01T14:17:16+00:00</updated>
<author>
<name>Ian Sparks</name>
<email>isparks@mdsol.com</email>
</author>
<published>2017-04-01T14:17:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=34c7a234b5c84b2f40217bea3aadc7f77129cc8d'/>
<id>34c7a234b5c84b2f40217bea3aadc7f77129cc8d</id>
<content type='text'>
Added milestone.merge_requests() API</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added milestone.merge_requests() API</pre>
</div>
</content>
</entry>
<entry>
<title>Provide API wrapper for cherry picking commits (#236)</title>
<updated>2017-03-21T05:50:20+00:00</updated>
<author>
<name>Christian</name>
<email>cgumpert@users.noreply.github.com</email>
</author>
<published>2017-03-21T05:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=22bf12827387cb1719bacae6c0c745cd768eee6c'/>
<id>22bf12827387cb1719bacae6c0c745cd768eee6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement pipeline creation API (#237)</title>
<updated>2017-03-18T08:48:11+00:00</updated>
<author>
<name>Mond WAN</name>
<email>mondwan@users.noreply.github.com</email>
</author>
<published>2017-03-18T08:48:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=8c27e70b821e02921dfec4f8e4c6b77b5b284009'/>
<id>8c27e70b821e02921dfec4f8e4c6b77b5b284009</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add DeployKey{,Manager} classes</title>
<updated>2017-03-17T16:39:20+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-03-17T16:39:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=a3f2ab138502cf3217d1b97ae7f3cd3a4f8b324f'/>
<id>a3f2ab138502cf3217d1b97ae7f3cd3a4f8b324f</id>
<content type='text'>
They are the same as Key and KeyManager but the name makes more sense.

Fixes #212
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are the same as Key and KeyManager but the name makes more sense.

Fixes #212
</pre>
</div>
</content>
</entry>
<entry>
<title>Time tracking (#222)</title>
<updated>2017-03-03T12:57:46+00:00</updated>
<author>
<name>savenger</name>
<email>github@smahmood.de</email>
</author>
<published>2017-03-03T12:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=92151b22b5b03b3d529caf1865a2e35738a2f3d2'/>
<id>92151b22b5b03b3d529caf1865a2e35738a2f3d2</id>
<content type='text'>
* Added gitlab time tracking features

- get/set/remove estimated time per issue
- get/set/remove time spent per issue

* Added documentation for time tracking functions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added gitlab time tracking features

- get/set/remove estimated time per issue
- get/set/remove time spent per issue

* Added documentation for time tracking functions
</pre>
</div>
</content>
</entry>
<entry>
<title>Deploy keys: rework enable/disable</title>
<updated>2017-02-04T07:58:54+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-02-04T07:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=492a75121375059a66accbbbd6af433acf6d7106'/>
<id>492a75121375059a66accbbbd6af433acf6d7106</id>
<content type='text'>
The method have been moved to the keys manager class as they don't make
sens at all on the project keys themselves.

Update doc and add tests.

Fixes #196
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The method have been moved to the keys manager class as they don't make
sens at all on the project keys themselves.

Update doc and add tests.

Fixes #196
</pre>
</div>
</content>
</entry>
</feed>
