<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git, branch jlvillal/remove_replace</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>chore: remove custom URL encoding</title>
<updated>2022-01-08T21:58:04+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-01-08T21:58:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=8c17afafcc7d9d2a8fecb53b853c2b4f004c4121'/>
<id>8c17afafcc7d9d2a8fecb53b853c2b4f004c4121</id>
<content type='text'>
We were using `str.replace()` calls to take care of URL encoding
issues.

Switch them to use our `utils.clean_str_id` which itself uses
`urllib.parse.quote()`

Closes: #1356
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were using `str.replace()` calls to take care of URL encoding
issues.

Switch them to use our `utils.clean_str_id` which itself uses
`urllib.parse.quote()`

Closes: #1356
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1809 from python-gitlab/jlvillal/list_api</title>
<updated>2022-01-08T20:29:30+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-01-08T20:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=d45b59e800a14460a1ecdad2d750e42aa99bb96e'/>
<id>d45b59e800a14460a1ecdad2d750e42aa99bb96e</id>
<content type='text'>
fix: change to `http_list` for some ProjectCommit methods</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix: change to `http_list` for some ProjectCommit methods</pre>
</div>
</content>
</entry>
<entry>
<title>fix: change to `http_list` for some ProjectCommit methods</title>
<updated>2022-01-08T20:20:16+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-01-08T20:20:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=497e860d834d0757d1c6532e107416c6863f52f2'/>
<id>497e860d834d0757d1c6532e107416c6863f52f2</id>
<content type='text'>
Fix the type-hints and use `http_list()` for the ProjectCommits methods:
   - diff()
   - merge_requests()
   - refs()

This will enable using the pagination support we have for lists.

Closes: #1805
Closes: #1231
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the type-hints and use `http_list()` for the ProjectCommits methods:
   - diff()
   - merge_requests()
   - refs()

This will enable using the pagination support we have for lists.

Closes: #1805
Closes: #1231
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1813 from derekschrock/missing-dist</title>
<updated>2022-01-08T11:57:35+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-01-08T11:57:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=48618832f154a8ba56be6edc2662a1b4c697a2f2'/>
<id>48618832f154a8ba56be6edc2662a1b4c697a2f2</id>
<content type='text'>
chore(dist): add docs *.md files to sdist</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore(dist): add docs *.md files to sdist</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1814 from python-gitlab/jlvillal/missing_comma</title>
<updated>2022-01-08T11:07:59+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-01-08T11:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=fd523b311ec7400884001e0d9a4d9756fcc37bdb'/>
<id>fd523b311ec7400884001e0d9a4d9756fcc37bdb</id>
<content type='text'>
chore: fix missing comma</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: fix missing comma</pre>
</div>
</content>
</entry>
<entry>
<title>chore: fix missing comma</title>
<updated>2022-01-08T04:03:43+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-01-08T04:03:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=7c59fac12fe69a1080cc227512e620ac5ae40b13'/>
<id>7c59fac12fe69a1080cc227512e620ac5ae40b13</id>
<content type='text'>
There was a missing comma which meant the strings were concatenated
instead of being two separate strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was a missing comma which meant the strings were concatenated
instead of being two separate strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(dist): add docs *.md files to sdist</title>
<updated>2022-01-08T01:00:59+00:00</updated>
<author>
<name>Derek Schrock</name>
<email>dereks@lifeofadishwasher.com</email>
</author>
<published>2022-01-08T01:00:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=d9457d860ae7293ca218ab25e9501b0f796caa57'/>
<id>d9457d860ae7293ca218ab25e9501b0f796caa57</id>
<content type='text'>
build_sphinx to fail due to setup.cfg warning-is-error
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
build_sphinx to fail due to setup.cfg warning-is-error
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1789 from python-gitlab/jlvillal/stale</title>
<updated>2022-01-07T18:16:39+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-01-07T18:16:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=989634055b0c5ab622ac7774b546928a564a31ef'/>
<id>989634055b0c5ab622ac7774b546928a564a31ef</id>
<content type='text'>
chore: add a stale workflow</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: add a stale workflow</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add a stale workflow</title>
<updated>2022-01-07T05:58:03+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-01-07T05:58:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=2c036a992c9d7fdf6ccf0d3132d9b215c6d197f5'/>
<id>2c036a992c9d7fdf6ccf0d3132d9b215c6d197f5</id>
<content type='text'>
Use the stale action to close issues and pull-requests with no
activity.

Issues: It will mark them as stale after 60 days and then close
them once they have been stale for 15 days.

Pull-Requests: It will mark pull-requests as stale after 90 days and then close
them once they have been stale for 15 days.

https://github.com/actions/stale

Closes: #1649
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the stale action to close issues and pull-requests with no
activity.

Issues: It will mark them as stale after 60 days and then close
them once they have been stale for 15 days.

Pull-Requests: It will mark pull-requests as stale after 90 days and then close
them once they have been stale for 15 days.

https://github.com/actions/stale

Closes: #1649
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1803 from python-gitlab/jlvillal/test_1425</title>
<updated>2022-01-06T09:26:27+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-01-06T09:26:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=bc6c6e69e81db5f52afd422d8c8ec0c57a385acd'/>
<id>bc6c6e69e81db5f52afd422d8c8ec0c57a385acd</id>
<content type='text'>
chore: add functional test of mergerequest.get()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: add functional test of mergerequest.get()</pre>
</div>
</content>
</entry>
</feed>
