<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git, branch feat/personal-access-token-api</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>feat: add personal access token API</title>
<updated>2021-02-17T14:54:09+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2021-02-17T14:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=2bb16fac18a6a91847201c174f3bf1208338f6aa'/>
<id>2bb16fac18a6a91847201c174f3bf1208338f6aa</id>
<content type='text'>
See: https://docs.gitlab.com/ee/api/personal_access_tokens.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See: https://docs.gitlab.com/ee/api/personal_access_tokens.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1300 from JohnVillalovos/remove_cruft</title>
<updated>2021-02-16T21:40:43+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-02-16T21:40:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=bec2094180268effabd24e71ca74708c0e7832a9'/>
<id>bec2094180268effabd24e71ca74708c0e7832a9</id>
<content type='text'>
chore: remove unused ALLOWED_KEYSET_ENDPOINTS variable</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: remove unused ALLOWED_KEYSET_ENDPOINTS variable</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1303 from python-gitlab/renovate/sphinx-3.x</title>
<updated>2021-02-16T21:32:41+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-02-16T21:32:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=9f6691d9deeb2d7a73e2dd187b6cc7ee69a5c578'/>
<id>9f6691d9deeb2d7a73e2dd187b6cc7ee69a5c578</id>
<content type='text'>
chore(deps): update dependency sphinx to v3.5.1</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore(deps): update dependency sphinx to v3.5.1</pre>
</div>
</content>
</entry>
<entry>
<title>chore(deps): update dependency sphinx to v3.5.1</title>
<updated>2021-02-16T16:02:57+00:00</updated>
<author>
<name>Renovate Bot</name>
<email>bot@renovateapp.com</email>
</author>
<published>2021-02-16T16:02:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=f916f09d3a9cac07246035066d4c184103037026'/>
<id>f916f09d3a9cac07246035066d4c184103037026</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: remove unused ALLOWED_KEYSET_ENDPOINTS variable</title>
<updated>2021-02-15T22:13:46+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>debian.org@sodarock.com</email>
</author>
<published>2021-02-15T22:11:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=3d5d5d8b13fc8405e9ef3e14be1fd8bd32235221'/>
<id>3d5d5d8b13fc8405e9ef3e14be1fd8bd32235221</id>
<content type='text'>
The variable ALLOWED_KEYSET_ENDPOINTS was added in commit
f86ef3bbdb5bffa1348a802e62b281d3f31d33ad.

Then most of that commit was removed in commit
e71fe16b47835aa4db2834e98c7ffc6bdec36723, but ALLOWED_KEYSET_ENDPOINTS
was missed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The variable ALLOWED_KEYSET_ENDPOINTS was added in commit
f86ef3bbdb5bffa1348a802e62b281d3f31d33ad.

Then most of that commit was removed in commit
e71fe16b47835aa4db2834e98c7ffc6bdec36723, but ALLOWED_KEYSET_ENDPOINTS
was missed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1271 from allcloud-jonathan/feature/honor-bool-for-delete-source</title>
<updated>2021-02-15T21:44:40+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-02-15T21:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=1552eb5bb0eec9a68c4ececfbf80387ca64fcebe'/>
<id>1552eb5bb0eec9a68c4ececfbf80387ca64fcebe</id>
<content type='text'>
fix: honor parameter value passed</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix: honor parameter value passed</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1298 from JohnVillalovos/master</title>
<updated>2021-02-15T20:22:03+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2021-02-15T20:22:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=07edafe8b7ffa25e530cd24db35ab64a9b5a285f'/>
<id>07edafe8b7ffa25e530cd24db35ab64a9b5a285f</id>
<content type='text'>
Remove Python 2 code</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove Python 2 code</pre>
</div>
</content>
</entry>
<entry>
<title>chore: remove Python 2 code</title>
<updated>2021-02-15T18:17:58+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>debian.org@sodarock.com</email>
</author>
<published>2021-02-15T18:09:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=b5d4e408830caeef86d4c241ac03a6e8781ef189'/>
<id>b5d4e408830caeef86d4c241ac03a6e8781ef189</id>
<content type='text'>
httplib is a Python 2 library. It was renamed to http.client in Python
3.

https://docs.python.org/2.7/library/httplib.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
httplib is a Python 2 library. It was renamed to http.client in Python
3.

https://docs.python.org/2.7/library/httplib.html
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: honor parameter value passed</title>
<updated>2021-02-15T12:55:14+00:00</updated>
<author>
<name>Jonathan Vogt</name>
<email>jonathan.vogt@allcloud.io</email>
</author>
<published>2021-02-15T12:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=c2f8f0e7db9529e1f1f32d790a67d1e20d2fe052'/>
<id>c2f8f0e7db9529e1f1f32d790a67d1e20d2fe052</id>
<content type='text'>
Gitlab allows setting the defaults for MR to delete the source. Also
the inline help of the CLI suggest that a boolean is expected, but no
matter what value you set, it will always delete.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Gitlab allows setting the defaults for MR to delete the source. Also
the inline help of the CLI suggest that a boolean is expected, but no
matter what value you set, it will always delete.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1288 from python-gitlab/refactor/split-objects</title>
<updated>2021-02-15T07:48:05+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2021-02-15T07:48:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=9fcd9623fd8c89347202cd5a2e90e68ee2780f41'/>
<id>9fcd9623fd8c89347202cd5a2e90e68ee2780f41</id>
<content type='text'>
refactor(v4): split objects and managers per API resource</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refactor(v4): split objects and managers per API resource</pre>
</div>
</content>
</entry>
</feed>
