<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/docs/gl_objects/groups.rst, branch chore/automatic-deploy</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>[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://91.123.203.49/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>docs(groups): fix typo</title>
<updated>2018-11-20T10:08:33+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2018-11-20T10:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=ac2d65aacba5c19eca857290c5b47ead6bb4356d'/>
<id>ac2d65aacba5c19eca857290c5b47ead6bb4356d</id>
<content type='text'>
Fixes #635</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #635</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: rename MASTER_ACCESS</title>
<updated>2018-10-06T14:53:23+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2018-10-06T14:50:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=c38775a5d52620a9c2d506d7b0952ea7ef0a11fc'/>
<id>c38775a5d52620a9c2d506d7b0952ea7ef0a11fc</id>
<content type='text'>
to MAINTAINER_ACCESS to follow GitLab 11.0 docs

See:
https://docs.gitlab.com/ce/user/permissions.html#project-members-permissions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to MAINTAINER_ACCESS to follow GitLab 11.0 docs

See:
https://docs.gitlab.com/ce/user/permissions.html#project-members-permissions
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Add a note about GroupProject limited API</title>
<updated>2018-09-05T16:43:16+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-09-05T16:43:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=9e60364306a894855c8e0744ed4b93cec8ea9ad0'/>
<id>9e60364306a894855c8e0744ed4b93cec8ea9ad0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for the LDAP gorups API</title>
<updated>2018-06-13T20:01:48+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-06-13T20:01:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=ebf822cef7e686d8a198dcf419c20b1bfb88dea3'/>
<id>ebf822cef7e686d8a198dcf419c20b1bfb88dea3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for LDAP groups</title>
<updated>2018-06-09T17:58:00+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-06-09T17:58:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=d6a61afc0c599a85d74947617cb13ab39b4929fc'/>
<id>d6a61afc0c599a85d74947617cb13ab39b4929fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Rework the examples pages</title>
<updated>2018-05-20T07:01:05+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-05-20T07:01:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=5292ffb366f97e4dc611dfd49a1dca7d1e934f4c'/>
<id>5292ffb366f97e4dc611dfd49a1dca7d1e934f4c</id>
<content type='text'>
* Get rid of the .py files and bring all the python examples in the RST
files
* Fix a few things
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Get rid of the .py files and bring all the python examples in the RST
files
* Fix a few things
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the groups documentation</title>
<updated>2018-01-20T12:19:21+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-01-20T12:19:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=638da6946d0a731aee3392b9eafc610985691855'/>
<id>638da6946d0a731aee3392b9eafc610985691855</id>
<content type='text'>
Closes #410
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #410
</pre>
</div>
</content>
</entry>
<entry>
<title>Add doc for search by custom attribute</title>
<updated>2018-01-01T15:18:58+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-01-01T15:18:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=2e2a78da9e3910bceb30bd9ac9e574b8b1425d05'/>
<id>2e2a78da9e3910bceb30bd9ac9e574b8b1425d05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for project and group custom variables</title>
<updated>2018-01-01T14:44:47+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-01-01T14:44:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=fa520242b878d25e37aacfcb0d838c58d3a4b271'/>
<id>fa520242b878d25e37aacfcb0d838c58d3a4b271</id>
<content type='text'>
implements parts of #367
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implements parts of #367
</pre>
</div>
</content>
</entry>
</feed>
