<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/tests/unit, branch fix/cli-manager-custom-methods</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>test: convert usage of `match_querystring` to `match`</title>
<updated>2022-01-16T19:51:09+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-01-16T19:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=d16e41bda2c355077cbdc419fe2e1d994fdea403'/>
<id>d16e41bda2c355077cbdc419fe2e1d994fdea403</id>
<content type='text'>
In the `responses` library the usage of `match_querystring` is
deprecated. Convert to using `match`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the `responses` library the usage of `match_querystring` is
deprecated. Convert to using `match`
</pre>
</div>
</content>
</entry>
<entry>
<title>test: remove usage of httpmock library</title>
<updated>2022-01-15T23:43:54+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-01-15T23:43:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=5254f193dc29d8854952aada19a72e5b4fc7ced0'/>
<id>5254f193dc29d8854952aada19a72e5b4fc7ced0</id>
<content type='text'>
Convert all usage of the `httpmock` library to using the `responses`
library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert all usage of the `httpmock` library to using the `responses`
library.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: use 'responses' in test_mixins_methods.py</title>
<updated>2022-01-15T06:37:58+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-01-15T06:37:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=208da04a01a4b5de8dc34e62c87db4cfa4c0d9b6'/>
<id>208da04a01a4b5de8dc34e62c87db4cfa4c0d9b6</id>
<content type='text'>
Convert from httmock to responses in test_mixins_methods.py

This leaves only one file left to convert
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert from httmock to responses in test_mixins_methods.py

This leaves only one file left to convert
</pre>
</div>
</content>
</entry>
<entry>
<title>test(groups): enable group transfer tests</title>
<updated>2022-01-14T01:17:20+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-01-14T00:49:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=57bb67ae280cff8ac6e946cd3f3797574a574f4a'/>
<id>57bb67ae280cff8ac6e946cd3f3797574a574f4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): add `project.transfer()` and deprecate `transfer_project()`</title>
<updated>2022-01-14T00:04:55+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-01-13T23:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=259668ad8cb54348e4a41143a45f899a222d2d35'/>
<id>259668ad8cb54348e4a41143a45f899a222d2d35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: replace usage of utils._url_encode() with utils.EncodedId()</title>
<updated>2022-01-13T19:17:40+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-01-13T19:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=b07eece0a35dbc48076c9ec79f65f1e3fa17a872'/>
<id>b07eece0a35dbc48076c9ec79f65f1e3fa17a872</id>
<content type='text'>
utils.EncodedId() has basically the same functionalityy of using
utils._url_encode(). So remove utils._url_encode() as we don't need
it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
utils.EncodedId() has basically the same functionalityy of using
utils._url_encode(). So remove utils._url_encode() as we don't need
it.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add EncodedId string class to use to hold URL-encoded paths</title>
<updated>2022-01-13T18:31:24+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-01-11T02:11:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=a2e7c383e10509b6eb0fa8760727036feb0807c8'/>
<id>a2e7c383e10509b6eb0fa8760727036feb0807c8</id>
<content type='text'>
Add EncodedId string class. This class returns a URL-encoded string
but ensures it will only URL-encode it once even if recursively
called.

Also added some functional tests of 'lazy' objects to make sure they
work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add EncodedId string class. This class returns a URL-encoded string
but ensures it will only URL-encode it once even if recursively
called.

Also added some functional tests of 'lazy' objects to make sure they
work.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: use url-encoded ID in all paths</title>
<updated>2022-01-13T18:31:24+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-01-10T06:11:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=12435d74364ca881373d690eab89d2e2baa62a49'/>
<id>12435d74364ca881373d690eab89d2e2baa62a49</id>
<content type='text'>
Make sure all usage of the ID in the URL path is encoded. Normally it
isn't an issue as most IDs are integers or strings which don't contain
a slash ('/'). But when the ID is a string with a slash character it
will break things.

Add a test case that shows this fixes wikis issue with subpages which
use the slash character.

Closes: #1079
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure all usage of the ID in the URL path is encoded. Normally it
isn't an issue as most IDs are integers or strings which don't contain
a slash ('/'). But when the ID is a string with a slash character it
will break things.

Add a test case that shows this fixes wikis issue with subpages which
use the slash character.

Closes: #1079
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add support for Group Access Token API</title>
<updated>2022-01-09T16:44:09+00:00</updated>
<author>
<name>Fabio Huser</name>
<email>fabio.huser@siemens.com</email>
</author>
<published>2022-01-09T13:43:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=c01b7c494192c5462ec673848287ef2a5c9bd737'/>
<id>c01b7c494192c5462ec673848287ef2a5c9bd737</id>
<content type='text'>
See https://docs.gitlab.com/ee/api/group_access_tokens.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://docs.gitlab.com/ee/api/group_access_tokens.html
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: update project access token API reference link</title>
<updated>2022-01-09T16:05:27+00:00</updated>
<author>
<name>Fabio Huser</name>
<email>fabio.huser@siemens.com</email>
</author>
<published>2022-01-09T13:40:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=73ae9559dc7f4fba5c80862f0f253959e60f7a0c'/>
<id>73ae9559dc7f4fba5c80862f0f253959e60f7a0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
