<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/docs/gl_objects/projects.rst, branch test/gitlab-coverage</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>feat: add support for `projects.groups.list()`</title>
<updated>2021-11-27T04:19:51+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-11-26T19:54:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=68ff595967a5745b369a93d9d18fef48b65ebedb'/>
<id>68ff595967a5745b369a93d9d18fef48b65ebedb</id>
<content type='text'>
Add support for `projects.groups.list()` endpoint.

Closes #1717
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for `projects.groups.list()` endpoint.

Closes #1717
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(objects): list starred projects of a user</title>
<updated>2021-10-14T23:24:28+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-10-11T21:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=47a56061421fc8048ee5cceaf47ac031c92aa1da'/>
<id>47a56061421fc8048ee5cceaf47ac031c92aa1da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: rename `master` branch to `main`</title>
<updated>2021-10-11T20:49:46+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-10-09T13:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=545f8ed24124837bf4e55aa34e185270a4b7aeff'/>
<id>545f8ed24124837bf4e55aa34e185270a4b7aeff</id>
<content type='text'>
BREAKING CHANGE: As of python-gitlab 3.0.0, the default branch for development
has changed from `master` to `main`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE: As of python-gitlab 3.0.0, the default branch for development
has changed from `master` to `main`.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(objects): remove deprecated members.all() method</title>
<updated>2021-09-09T03:14:08+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-09-08T21:51:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=4d7b848e2a826c58e91970a1d65ed7d7c3e07166'/>
<id>4d7b848e2a826c58e91970a1d65ed7d7c3e07166</id>
<content type='text'>
BREAKING CHANGE: remove deprecated members.all() method
in favor of members_all.list()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE: remove deprecated members.all() method
in favor of members_all.list()
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(project): add example on getting a single project using name with namespace</title>
<updated>2021-07-21T04:40:31+00:00</updated>
<author>
<name>Laurent Peuch</name>
<email>cortex@worlddomination.be</email>
</author>
<published>2021-07-21T02:57:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=ef16a979031a77155907f4160e4f5e159d839737'/>
<id>ef16a979031a77155907f4160e4f5e159d839737</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(tags): remove deprecated functions</title>
<updated>2021-06-26T19:03:49+00:00</updated>
<author>
<name>Pierre Paques</name>
<email>pierre.paques@yamabiko.eu</email>
</author>
<published>2021-06-15T19:37:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=1b1a827dd40b489fdacdf0a15b0e17a1a117df40'/>
<id>1b1a827dd40b489fdacdf0a15b0e17a1a117df40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(objects): support all issues statistics endpoints</title>
<updated>2021-05-30T15:50:09+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-05-26T22:44:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=f731707f076264ebea65afc814e4aca798970953'/>
<id>f731707f076264ebea65afc814e4aca798970953</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add feature to get inherited member for project/group</title>
<updated>2021-05-06T22:47:11+00:00</updated>
<author>
<name>Oleksii Shkurupii</name>
<email>Oleksii.Shkurupii@playtech.com</email>
</author>
<published>2021-03-15T16:10:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e444b39f9423b4a4c85cdb199afbad987df026f1'/>
<id>e444b39f9423b4a4c85cdb199afbad987df026f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(api): add release links API docs</title>
<updated>2021-02-21T11:45:12+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-02-21T11:45:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=36d65f03db253d710938c2d827c1124c94a40506'/>
<id>36d65f03db253d710938c2d827c1124c94a40506</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(projects): correct fork docs</title>
<updated>2020-10-12T20:07:27+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2020-10-12T20:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=54921dbcf117f6b939e0c467738399be0d661a00'/>
<id>54921dbcf117f6b939e0c467738399be0d661a00</id>
<content type='text'>
Closes #1126</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1126</pre>
</div>
</content>
</entry>
</feed>
