<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git, branch issue/209</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>Make GroupProject inherit from Project</title>
<updated>2017-03-18T16:08:33+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-03-18T16:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=380bcc4cce66d7b2c080f258a1acb0d14a5a1fc3'/>
<id>380bcc4cce66d7b2c080f258a1acb0d14a5a1fc3</id>
<content type='text'>
Fixes #209
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #209
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly handle extra args when listing with all=True</title>
<updated>2017-03-17T17:14:19+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-03-17T17:14:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=3b388447fecab4d86a3387178bfb2876776d7567'/>
<id>3b388447fecab4d86a3387178bfb2876776d7567</id>
<content type='text'>
Fixes #233
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #233
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for merge request notes deletion</title>
<updated>2017-03-17T16:56:52+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-03-17T16:56:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e39d7eaaba18a7aa5cbcb4240feb0db11516b312'/>
<id>e39d7eaaba18a7aa5cbcb4240feb0db11516b312</id>
<content type='text'>
Fixes #227
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #227
</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>Include chanlog and release notes in docs</title>
<updated>2017-03-17T16:00:37+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-03-17T16:00:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=ea0759d71c6678b8ce65791535a9be1675d9cfab'/>
<id>ea0759d71c6678b8ce65791535a9be1675d9cfab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor changelog formatting update</title>
<updated>2017-03-17T15:48:08+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-03-17T15:48:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=99e6f65fb965aefc09ecba67f7155baf2c4379a6'/>
<id>99e6f65fb965aefc09ecba67f7155baf2c4379a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure that manager objects are never overwritten</title>
<updated>2017-03-17T15:41:07+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-03-17T15:41:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=35339d667097d8b937c1f9f2407e4c109834ad54'/>
<id>35339d667097d8b937c1f9f2407e4c109834ad54</id>
<content type='text'>
Group.projects (manager) can be replaced by a list of Project objects
when creating/updating objects. The GroupObject API is more consistent
and closer to the GitLab API, so make sure it is always used.

Fixes #209
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Group.projects (manager) can be replaced by a list of Project objects
when creating/updating objects. The GroupObject API is more consistent
and closer to the GitLab API, so make sure it is always used.

Fixes #209
</pre>
</div>
</content>
</entry>
<entry>
<title>Changelog: improvements. Fixes #229 (#230)</title>
<updated>2017-03-09T09:48:21+00:00</updated>
<author>
<name>Alexander Skiba</name>
<email>mail@ghostlyrics.net</email>
</author>
<published>2017-03-09T09:48:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=37ee7ea6a9354c0ea5bd618d48b4a2a3ddbc950c'/>
<id>37ee7ea6a9354c0ea5bd618d48b4a2a3ddbc950c</id>
<content type='text'>
+ change indentation so bullet points are not treated as quote
+ add links to releases
+ add dates to releases
+ use releases as headers</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ change indentation so bullet points are not treated as quote
+ add links to releases
+ add dates to releases
+ use releases as headers</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>0.19 release</title>
<updated>2017-02-21T04:54:43+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-02-21T04:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=cd696240ec9000ce12c4232db3436fbca58b8fdd'/>
<id>cd696240ec9000ce12c4232db3436fbca58b8fdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
