<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/docs/gl_objects/projects.py, 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>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>Update project.archive() docs</title>
<updated>2017-01-11T23:40:28+00:00</updated>
<author>
<name>Will Starms</name>
<email>vilhelmen@gmail.com</email>
</author>
<published>2017-01-11T23:40:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e7560a9d07632cf4b7da8d44acbb63aa1248104a'/>
<id>e7560a9d07632cf4b7da8d44acbb63aa1248104a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: add a note for python 3.5 for file content update</title>
<updated>2016-11-01T13:38:58+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-11-01T13:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=ca014f8c3e4877a4cc1ae04e1302fb57d39f47c4'/>
<id>ca014f8c3e4877a4cc1ae04e1302fb57d39f47c4</id>
<content type='text'>
The data passed to the JSON serializer must be a string with python 3.
Document this in the exemples.

Fix #175
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The data passed to the JSON serializer must be a string with python 3.
Document this in the exemples.

Fix #175
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for boards API</title>
<updated>2016-10-23T14:16:54+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-10-23T14:16:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=f332907457c897ad0483a0bffce3d01503445d0b'/>
<id>f332907457c897ad0483a0bffce3d01503445d0b</id>
<content type='text'>
This is not fully usable because the gitlab API has some limitations:

- not possible to create boards programmatically
- not possible to get labels ID
  (https://gitlab.com/gitlab-org/gitlab-ce/issues/23448)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is not fully usable because the gitlab API has some limitations:

- not possible to create boards programmatically
- not possible to get labels ID
  (https://gitlab.com/gitlab-org/gitlab-ce/issues/23448)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix examples for file modification</title>
<updated>2016-09-25T07:54:41+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-09-25T07:54:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=d09eaa09a106c6fbdb32a48cec01557023874ef6'/>
<id>d09eaa09a106c6fbdb32a48cec01557023874ef6</id>
<content type='text'>
Fixes #156
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #156
</pre>
</div>
</content>
</entry>
<entry>
<title>fix doc</title>
<updated>2016-09-10T13:06:44+00:00</updated>
<author>
<name>Armin Weihbold</name>
<email>armin.weihbold@gmail.com</email>
</author>
<published>2016-09-10T13:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=0c1c8944ea100220d35afbf9e5eea40d360ca454'/>
<id>0c1c8944ea100220d35afbf9e5eea40d360ca454</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
