<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/docs/gl_objects, branch feat/deployment-create</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>feat: add deployment creation</title>
<updated>2019-10-24T07:17:07+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2019-10-24T06:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=ca256a07a2cdaf77a5c20e307d334b82fd0fe861'/>
<id>ca256a07a2cdaf77a5c20e307d334b82fd0fe861</id>
<content type='text'>
Added in GitLab 12.4

Fixes #917
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added in GitLab 12.4

Fixes #917
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: projects get requires id</title>
<updated>2019-10-21T18:10:20+00:00</updated>
<author>
<name>Erik Johnson</name>
<email>erik.johnson@level3.com</email>
</author>
<published>2019-10-18T14:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=5bd8947bd16398aed218f07458aef72e67f2d130'/>
<id>5bd8947bd16398aed218f07458aef72e67f2d130</id>
<content type='text'>
Also, add an example value for project_id to the other projects.get()
example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, add an example value for project_id to the other projects.get()
example.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(project): fix group project example</title>
<updated>2019-10-16T13:16:35+00:00</updated>
<author>
<name>xdavidwu</name>
<email>xdavidwuph@gmail.com</email>
</author>
<published>2019-10-16T13:16:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e68094317ff6905049e464a59731fe4ab23521de'/>
<id>e68094317ff6905049e464a59731fe4ab23521de</id>
<content type='text'>
GroupManager.search is removed since 9a66d78, use list(search='keyword') instead</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GroupManager.search is removed since 9a66d78, use list(search='keyword') instead</pre>
</div>
</content>
</entry>
<entry>
<title>docs(project): add submodule docs</title>
<updated>2019-10-06T16:10:40+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2019-10-06T16:06:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=b5969a2dcea77fa608cc29be7a5f39062edd3846'/>
<id>b5969a2dcea77fa608cc29be7a5f39062edd3846</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(project): add file blame api</title>
<updated>2019-10-04T20:26:24+00:00</updated>
<author>
<name>Vincent Lae</name>
<email>vincent.lae@gmail.com</email>
</author>
<published>2019-10-04T20:11:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=f5b4a113a298d33cb72f80c94d85bdfec3c4e149'/>
<id>f5b4a113a298d33cb72f80c94d85bdfec3c4e149</id>
<content type='text'>
https://docs.gitlab.com/ee/api/repository_files.html#get-file-blame-from-repository
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://docs.gitlab.com/ee/api/repository_files.html#get-file-blame-from-repository
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(projects): add note about project list</title>
<updated>2019-10-02T15:16:16+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2019-10-02T15:16:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=44407c0f59b9602b17cfb93b5e1fa37a84064766'/>
<id>44407c0f59b9602b17cfb93b5e1fa37a84064766</id>
<content type='text'>
Fixes #795</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #795</pre>
</div>
</content>
</entry>
<entry>
<title>docs(repository-tags): fix typo</title>
<updated>2019-09-10T06:08:52+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2019-09-10T06:08:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=3024c5dc8794382e281b83a8266be7061069e83e'/>
<id>3024c5dc8794382e281b83a8266be7061069e83e</id>
<content type='text'>
Closes #879</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #879</pre>
</div>
</content>
</entry>
<entry>
<title>docs(todo): correct todo docs</title>
<updated>2019-09-08T13:13:18+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2019-09-08T13:11:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=d64edcb4851ea62e72e3808daf7d9b4fdaaf548b'/>
<id>d64edcb4851ea62e72e3808daf7d9b4fdaaf548b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(user): add status api</title>
<updated>2019-09-05T06:18:47+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2019-09-04T06:53:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=62c9fe63a47ddde2792a4a5e9cd1c7aa48661492'/>
<id>62c9fe63a47ddde2792a4a5e9cd1c7aa48661492</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #865 from orf/retrieve-environment</title>
<updated>2019-08-22T16:54:36+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2019-08-22T16:54:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=0389e664c0a04021b3df097bacad3940f158607f'/>
<id>0389e664c0a04021b3df097bacad3940f158607f</id>
<content type='text'>
feat: add methods to retrieve an individual project environment</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat: add methods to retrieve an individual project environment</pre>
</div>
</content>
</entry>
</feed>
