<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/v4/objects, branch jlvillal/mypy_commits</title>
<subtitle>github.com: gpocentek/python-gitlab.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/'/>
<entry>
<title>chore: add type hints for gitlab/v4/objects/commits.py</title>
<updated>2021-11-08T00:20:43+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-11-08T00:19:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=dc096a26f72afcebdac380675749a6991aebcd7c'/>
<id>dc096a26f72afcebdac380675749a6991aebcd7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add type-hints to multiple files in gitlab/v4/objects/</title>
<updated>2021-11-07T20:35:23+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-11-07T03:51:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=8b75a7712dd1665d4b3eabb0c4594e80ab5e5308'/>
<id>8b75a7712dd1665d4b3eabb0c4594e80ab5e5308</id>
<content type='text'>
Add and/or check type-hints for the following files
    gitlab.v4.objects.access_requests
    gitlab.v4.objects.applications
    gitlab.v4.objects.broadcast_messages
    gitlab.v4.objects.deployments
    gitlab.v4.objects.keys
    gitlab.v4.objects.merge_trains
    gitlab.v4.objects.namespaces
    gitlab.v4.objects.pages
    gitlab.v4.objects.personal_access_tokens
    gitlab.v4.objects.project_access_tokens
    gitlab.v4.objects.tags
    gitlab.v4.objects.templates
    gitlab.v4.objects.triggers

Add a 'get' method with the correct type for Managers derived from
GetMixin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add and/or check type-hints for the following files
    gitlab.v4.objects.access_requests
    gitlab.v4.objects.applications
    gitlab.v4.objects.broadcast_messages
    gitlab.v4.objects.deployments
    gitlab.v4.objects.keys
    gitlab.v4.objects.merge_trains
    gitlab.v4.objects.namespaces
    gitlab.v4.objects.pages
    gitlab.v4.objects.personal_access_tokens
    gitlab.v4.objects.project_access_tokens
    gitlab.v4.objects.tags
    gitlab.v4.objects.templates
    gitlab.v4.objects.triggers

Add a 'get' method with the correct type for Managers derived from
GetMixin.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add type-hints to gitlab/v4/objects/groups.py</title>
<updated>2021-11-07T18:54:34+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-11-06T04:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=94dcb066ef3ff531778ef4efb97824f010b4993f'/>
<id>94dcb066ef3ff531778ef4efb97824f010b4993f</id>
<content type='text'>
 * Add type-hints to gitlab/v4/objects/groups.py
 * Have share() function update object attributes.
 * Add 'get()' method so that type-checkers will understand that
   getting a group is of type Group.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Add type-hints to gitlab/v4/objects/groups.py
 * Have share() function update object attributes.
 * Add 'get()' method so that type-checkers will understand that
   getting a group is of type Group.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add type-hints to gitlab/v4/objects/merge_requests.py</title>
<updated>2021-11-07T00:17:11+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-11-06T18:19:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=f9c0ad939154375b9940bf41a7e47caab4b79a12'/>
<id>f9c0ad939154375b9940bf41a7e47caab4b79a12</id>
<content type='text'>
 * Add type-hints to gitlab/v4/objects/merge_requests.py
 * Add return value to cancel_merge_when_pipeline_succeeds() function
   as GitLab docs show it returns a value.
 * Add return value to approve() function as GitLab docs show it
   returns a value.
 * Add 'get()' method so that type-checkers will understand that
   getting a project merge request is of type ProjectMergeRequest.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Add type-hints to gitlab/v4/objects/merge_requests.py
 * Add return value to cancel_merge_when_pipeline_succeeds() function
   as GitLab docs show it returns a value.
 * Add return value to approve() function as GitLab docs show it
   returns a value.
 * Add 'get()' method so that type-checkers will understand that
   getting a project merge request is of type ProjectMergeRequest.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: add links to the GitLab API docs</title>
<updated>2021-11-06T05:52:33+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-11-06T05:40:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=e3b5d27bde3e104e520d976795cbcb1ae792fb05'/>
<id>e3b5d27bde3e104e520d976795cbcb1ae792fb05</id>
<content type='text'>
Add links to the GitLab API docs for merge_requests.py as it contains
code which spans two different API documentation pages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add links to the GitLab API docs for merge_requests.py as it contains
code which spans two different API documentation pages.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: use f-strings for string formatting</title>
<updated>2021-11-06T03:45:01+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-11-01T18:22:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=7925c902d15f20abaecdb07af213f79dad91355b'/>
<id>7925c902d15f20abaecdb07af213f79dad91355b</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 #1646 from JacobHenner/add-merge-trains</title>
<updated>2021-11-01T18:58:08+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-11-01T18:58:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=ed88bcea09c337fe9ede822ea88e7770a9c6ade0'/>
<id>ed88bcea09c337fe9ede822ea88e7770a9c6ade0</id>
<content type='text'>
feat(api): add merge trains</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat(api): add merge trains</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): add project milestone promotion</title>
<updated>2021-10-27T10:52:37+00:00</updated>
<author>
<name>Raimund Hook</name>
<email>raimund.hook@exfo.com</email>
</author>
<published>2021-10-27T10:52:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=f0685209f88d1199873c1f27d27f478706908fd3'/>
<id>f0685209f88d1199873c1f27d27f478706908fd3</id>
<content type='text'>
Adds promotion to Project Milestones

Signed-off-by: Raimund Hook &lt;raimund.hook@exfo.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds promotion to Project Milestones

Signed-off-by: Raimund Hook &lt;raimund.hook@exfo.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): add merge trains</title>
<updated>2021-10-20T22:11:16+00:00</updated>
<author>
<name>Jacob Henner</name>
<email>code@ventricle.us</email>
</author>
<published>2021-10-20T00:15:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=fd73a738b429be0a2642d5b777d5e56a4c928787'/>
<id>fd73a738b429be0a2642d5b777d5e56a4c928787</id>
<content type='text'>
Add support for merge trains
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for merge trains
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1641 from JacobHenner/add-merge-request-approval-state</title>
<updated>2021-10-20T21:11:11+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-10-20T21:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=422309fd11a1e0e9e88862992aed1f826e881f4e'/>
<id>422309fd11a1e0e9e88862992aed1f826e881f4e</id>
<content type='text'>
feat(api): add merge request approval state</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat(api): add merge request approval state</pre>
</div>
</content>
</entry>
</feed>
