<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab.py, branch feat/python-gitlab-agent</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>gitlab is now a package</title>
<updated>2015-05-11T17:56:21+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2015-05-11T17:51:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=d2e5700c68f33b0872616fedc6a3320c84c81de6'/>
<id>d2e5700c68f33b0872616fedc6a3320c84c81de6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a tox configuration file</title>
<updated>2015-05-11T16:26:13+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2015-05-11T16:26:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=82a88a714e3cf932798c15879fda0a7d6d7047f1'/>
<id>82a88a714e3cf932798c15879fda0a7d6d7047f1</id>
<content type='text'>
Run pep8 tests only for now, and fix pep8 errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run pep8 tests only for now, and fix pep8 errors.
</pre>
</div>
</content>
</entry>
<entry>
<title>change changelog, change, add my name on collaborators, change version</title>
<updated>2015-05-05T13:07:58+00:00</updated>
<author>
<name>massimone88</name>
<email>stefano.mandruzzato@gmail.com</email>
</author>
<published>2015-05-05T13:07:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=0d5b988e56794d8c52fa2c0e9d4023a8554d86fb'/>
<id>0d5b988e56794d8c52fa2c0e9d4023a8554d86fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated few gitlab.py docstrings as an example about how to document api</title>
<updated>2014-12-09T09:50:34+00:00</updated>
<author>
<name>Mika Mäenpää</name>
<email>mika.j.maenpaa@tut.fi</email>
</author>
<published>2014-12-08T15:00:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=3005b3dabf1f4b51ba47f6ce4620a506641ccf43'/>
<id>3005b3dabf1f4b51ba47f6ce4620a506641ccf43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Forgot to add sudo-support to update</title>
<updated>2014-12-05T11:36:21+00:00</updated>
<author>
<name>Mika Mäenpää</name>
<email>mika.j.maenpaa@tut.fi</email>
</author>
<published>2014-12-05T11:36:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=7d31e48c7f37514343dc48350ea0e88df3c0e712'/>
<id>7d31e48c7f37514343dc48350ea0e88df3c0e712</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support labels in issues correctly</title>
<updated>2014-12-05T11:03:45+00:00</updated>
<author>
<name>Mika Mäenpää</name>
<email>mika.j.maenpaa@tut.fi</email>
</author>
<published>2014-12-05T10:56:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=5d25344635d69c3c2c9bdc286bf1236c0343eca8'/>
<id>5d25344635d69c3c2c9bdc286bf1236c0343eca8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Send proper json with correct content-type and support sudo-argument</title>
<updated>2014-12-05T11:00:11+00:00</updated>
<author>
<name>Mika Mäenpää</name>
<email>mika.j.maenpaa@tut.fi</email>
</author>
<published>2014-12-05T09:55:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=96a44ef3ebf7d5ffed82baef1ee627ef0a409f3a'/>
<id>96a44ef3ebf7d5ffed82baef1ee627ef0a409f3a</id>
<content type='text'>
Use json-encoder to create proper gitlab-compatible json
Send only attributes specified with requiredCreateAttrs and
optionalCreateAttrs
Send correct content-type header with json
Sudo, page &amp; per_page is supported for all methods by using **kwargs to
pass them
Changed rawPut to have same parameters as rawPost
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use json-encoder to create proper gitlab-compatible json
Send only attributes specified with requiredCreateAttrs and
optionalCreateAttrs
Send correct content-type header with json
Sudo, page &amp; per_page is supported for all methods by using **kwargs to
pass them
Changed rawPut to have same parameters as rawPost
</pre>
</div>
</content>
</entry>
<entry>
<title>Added missing optionalCreateAttrs for ProjectIssue. Fixed typo in ProjectTag.</title>
<updated>2014-12-05T08:56:11+00:00</updated>
<author>
<name>Mika Mäenpää</name>
<email>mika.j.maenpaa@tut.fi</email>
</author>
<published>2014-12-05T08:56:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=72eb744c4408871178c05726570ef8fdca64bb8a'/>
<id>72eb744c4408871178c05726570ef8fdca64bb8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved error reporting</title>
<updated>2014-11-01T16:11:06+00:00</updated>
<author>
<name>Mika Mäenpää</name>
<email>mika.j.maenpaa@tut.fi</email>
</author>
<published>2014-11-01T15:38:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=8e13487dfe7a480da8d40892699d0914bbb53f3d'/>
<id>8e13487dfe7a480da8d40892699d0914bbb53f3d</id>
<content type='text'>
- Try to parse error response from gitlab.
- Use one function (_raiseErrorFromResponse) to parse and raise exceptions
  related to errors reported by gitlab.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Try to parse error response from gitlab.
- Use one function (_raiseErrorFromResponse) to parse and raise exceptions
  related to errors reported by gitlab.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved exception-classes.</title>
<updated>2014-11-01T13:56:43+00:00</updated>
<author>
<name>Mika Mäenpää</name>
<email>mika.j.maenpaa@tut.fi</email>
</author>
<published>2014-11-01T13:21:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=8351b2d5fcb66fa7b0a6fae6e88aa5ad81126a42'/>
<id>8351b2d5fcb66fa7b0a6fae6e88aa5ad81126a42</id>
<content type='text'>
- Added http status-code and gitlab error message to GitlabError-class.
- Added new GitlabOperationError-class to help separate connection and
authentication errors from other gitlab errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added http status-code and gitlab error message to GitlabError-class.
- Added new GitlabOperationError-class to help separate connection and
authentication errors from other gitlab errors.
</pre>
</div>
</content>
</entry>
</feed>
