<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/v4, branch fix/672</title>
<subtitle>github.com: gpocentek/python-gitlab.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/'/>
<entry>
<title>Add access control options to protected branch creation</title>
<updated>2018-12-07T17:10:41+00:00</updated>
<author>
<name>Eric Sabouraud</name>
<email>esabouraud@users.noreply.github.com</email>
</author>
<published>2018-12-07T17:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=cebbbf67f2529bd9380276ac28abe726d3a57a81'/>
<id>cebbbf67f2529bd9380276ac28abe726d3a57a81</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 #625 from python-gitlab/fix/611/resource_label_event</title>
<updated>2018-11-28T17:02:58+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2018-11-28T17:02:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=20eb7d8900cdc24c3ea1e7ef2262dca9965a2884'/>
<id>20eb7d8900cdc24c3ea1e7ef2262dca9965a2884</id>
<content type='text'>
Add support to resource label events</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support to resource label events</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] Add support for members all() method</title>
<updated>2018-11-24T17:05:34+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-11-24T17:05:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=ef1523a23737db45d0f439badcd8be564bcb67fb'/>
<id>ef1523a23737db45d0f439badcd8be564bcb67fb</id>
<content type='text'>
Closes #589
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #589
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support to resource label events</title>
<updated>2018-11-22T17:13:46+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-11-03T08:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=95d0d745d4bafe702c89c972f644b049d6c810ab'/>
<id>95d0d745d4bafe702c89c972f644b049d6c810ab</id>
<content type='text'>
Closes #611
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #611
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(cli): add PyYAML requirement notice</title>
<updated>2018-10-09T18:41:55+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2018-10-07T15:34:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=d29a48981b521bf31d6f0304b88f39a63185328a'/>
<id>d29a48981b521bf31d6f0304b88f39a63185328a</id>
<content type='text'>
Fixes #606
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #606
</pre>
</div>
</content>
</entry>
<entry>
<title>Add project protected tags management (#581)</title>
<updated>2018-10-03T19:36:56+00:00</updated>
<author>
<name>Eric Sabouraud</name>
<email>esabouraud@users.noreply.github.com</email>
</author>
<published>2018-10-03T19:36:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=ea71f1d121b723140671e2090182174234f0e2a1'/>
<id>ea71f1d121b723140671e2090182174234f0e2a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing comma in ProjectIssueManager _create_attrs</title>
<updated>2018-09-10T18:49:18+00:00</updated>
<author>
<name>Justin</name>
<email>justin.georgeson@halliburton.com</email>
</author>
<published>2018-09-10T18:49:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=83fb4f9ec5f60a122fe9db26c426be74c335e5d5'/>
<id>83fb4f9ec5f60a122fe9db26c426be74c335e5d5</id>
<content type='text'>
This fixes the argument handling for assignee/milestone ID when for `project-issue create`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the argument handling for assignee/milestone ID when for `project-issue create`</pre>
</div>
</content>
</entry>
<entry>
<title>[cli] Fix the project-export download</title>
<updated>2018-08-25T14:22:28+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-08-25T14:22:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=facbc8cb858ac400e912a905be3668ee2d33e2cd'/>
<id>facbc8cb858ac400e912a905be3668ee2d33e2cd</id>
<content type='text'>
Closes #559
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #559
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for project transfers from the projects interface. (#561)</title>
<updated>2018-08-02T18:46:30+00:00</updated>
<author>
<name>Will Rouesnel</name>
<email>w.rouesnel@gmail.com</email>
</author>
<published>2018-08-02T18:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=a1c79d2b7d719204c829235a9b0ebb08b45b4efb'/>
<id>a1c79d2b7d719204c829235a9b0ebb08b45b4efb</id>
<content type='text'>
See https://docs.gitlab.com/ee/api/projects.html#transfer-a-project-to-a-new-namespace</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://docs.gitlab.com/ee/api/projects.html#transfer-a-project-to-a-new-namespace</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for listing forks of a project  (#562)</title>
<updated>2018-07-26T05:18:38+00:00</updated>
<author>
<name>David Guest</name>
<email>owmtia@gmail.com</email>
</author>
<published>2018-07-26T05:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=b325bd73400e3806e6ede59cc10011fbf138b877'/>
<id>b325bd73400e3806e6ede59cc10011fbf138b877</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
