<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/v4/objects, branch jlvillal/remove_replace</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>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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>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://91.123.203.49/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: add and document optional parameters for get MR</title>
<updated>2021-12-23T18:38:07+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-12-23T18:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=bfa3dbe516cfa8824b720ba4c52dd05054a855d7'/>
<id>bfa3dbe516cfa8824b720ba4c52dd05054a855d7</id>
<content type='text'>
Add and document (some of the) optional parameters that can be done
for a `project.merge_requests.get()`

Closes #1775
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add and document (some of the) optional parameters that can be done
for a `project.merge_requests.get()`

Closes #1775
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): support file format for repository archive</title>
<updated>2021-12-21T17:04:22+00:00</updated>
<author>
<name>Max Ludwig</name>
<email>mail@danjou.de</email>
</author>
<published>2021-07-31T20:26:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=83dcabf3b04af63318c981317778f74857279909'/>
<id>83dcabf3b04af63318c981317778f74857279909</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 support for `squash_option` in Projects</title>
<updated>2021-12-14T01:56:37+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-12-14T01:56:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=a246ce8a942b33c5b23ac075b94237da09013fa2'/>
<id>a246ce8a942b33c5b23ac075b94237da09013fa2</id>
<content type='text'>
There is an optional `squash_option` parameter which can be used when
creating Projects and UserProjects.

Closes #1744
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is an optional `squash_option` parameter which can be used when
creating Projects and UserProjects.

Closes #1744
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(api): temporarily remove topic delete endpoint</title>
<updated>2021-12-11T18:25:08+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-12-11T14:33:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e3035a799a484f8d6c460f57e57d4b59217cd6de'/>
<id>e3035a799a484f8d6c460f57e57d4b59217cd6de</id>
<content type='text'>
It is not yet available upstream.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is not yet available upstream.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): add support for Topics API</title>
<updated>2021-12-11T18:25:08+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-12-11T12:18:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e7559bfa2ee265d7d664d7a18770b0a3e80cf999'/>
<id>e7559bfa2ee265d7d664d7a18770b0a3e80cf999</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 #1710 from python-gitlab/jlvillal/get_without_id</title>
<updated>2021-12-11T11:07:16+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-12-11T11:07:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=ac5defa0c09822cf2208e66218a37d3ce00ff35b'/>
<id>ac5defa0c09822cf2208e66218a37d3ce00ff35b</id>
<content type='text'>
chore: add get() methods for GetWithoutIdMixin based classes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: add get() methods for GetWithoutIdMixin based classes</pre>
</div>
</content>
</entry>
</feed>
