<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/exceptions.py, branch 0.21</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>update copyright years</title>
<updated>2017-05-24T12:40:25+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-05-24T12:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=ba41e5e02ce638facdf7542ec8ae23fc1eb4f844'/>
<id>ba41e5e02ce638facdf7542ec8ae23fc1eb4f844</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[v4] Builds have been renamed to Jobs</title>
<updated>2017-05-24T11:46:34+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-05-24T11:46:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=deac5a8808195aaf806a8a02448935b7725b5de6'/>
<id>deac5a8808195aaf806a8a02448935b7725b5de6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>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>New exception for ProjectKey.enable_deploy_key and disable_deploy_key</title>
<updated>2016-10-31T02:18:42+00:00</updated>
<author>
<name>Asher256@users.noreply.github.com</name>
<email>Asher256</email>
</author>
<published>2016-10-31T02:18:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=61d4cac5c711268ef80e52404c047da2a1f415ca'/>
<id>61d4cac5c711268ef80e52404c047da2a1f415ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement ProjectBuild.play()</title>
<updated>2016-10-03T04:39:44+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-10-03T04:39:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=673dc3636e5ab6846c88cb4dac71f0690b02494d'/>
<id>673dc3636e5ab6846c88cb4dac71f0690b02494d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ProjectBuild.erase()</title>
<updated>2016-10-02T14:30:39+00:00</updated>
<author>
<name>Jonathon Reinhart</name>
<email>Jonathon.Reinhart@gmail.com</email>
</author>
<published>2016-10-02T14:30:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=c2f45e90a52cb418665c65258628d382e0725401'/>
<id>c2f45e90a52cb418665c65258628d382e0725401</id>
<content type='text'>
We can't use the existing delete() functionality, because GitLab uses
`POST /projects/:id/builds/:build_id/erase` to erase a build. Instead of
overriding delete(), we add a separate erase() method to keep the naming
consistent, and allow potentially more fine-grained operations in the
future.

- https://docs.gitlab.com/ce/api/builds.html#erase-a-build
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can't use the existing delete() functionality, because GitLab uses
`POST /projects/:id/builds/:build_id/erase` to erase a build. Instead of
overriding delete(), we add a separate erase() method to keep the naming
consistent, and allow potentially more fine-grained operations in the
future.

- https://docs.gitlab.com/ce/api/builds.html#erase-a-build
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for project pipelines</title>
<updated>2016-08-27T20:21:49+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-08-27T20: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=8257400fd78e0fdc26fdcb207dbc6e923332e209'/>
<id>8257400fd78e0fdc26fdcb207dbc6e923332e209</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement the todo API</title>
<updated>2016-08-11T08:58:40+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-08-11T08:58:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=131739f492946ba1cd58852be1caf000af451384'/>
<id>131739f492946ba1cd58852be1caf000af451384</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle empty messages from server in exceptions</title>
<updated>2016-08-07T19:40:56+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-08-07T19:40:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=178bfb77dd33ec9a434871c7b9b34ae320bd1ce4'/>
<id>178bfb77dd33ec9a434871c7b9b34ae320bd1ce4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
