<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/tests, branch v2.8.0</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>fix: catch invalid type used to initialize RESTObject</title>
<updated>2021-06-10T14:39:58+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-05-31T17:47:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=c7bcc25a361f9df440f9c972672e5eec3b057625'/>
<id>c7bcc25a361f9df440f9c972672e5eec3b057625</id>
<content type='text'>
Sometimes we have errors where we don't get a dictionary passed to
RESTObject.__init__() method. This breaks things but in confusing
ways.

Check in the __init__() method and raise an exception if it occurs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes we have errors where we don't get a dictionary passed to
RESTObject.__init__() method. This breaks things but in confusing
ways.

Check in the __init__() method and raise an exception if it occurs.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: functional project service test (#1500)</title>
<updated>2021-06-09T19:20:24+00:00</updated>
<author>
<name>John Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-06-09T19:20:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=093db9d129e0a113995501755ab57a04e461c745'/>
<id>093db9d129e0a113995501755ab57a04e461c745</id>
<content type='text'>
chore: fix functional project service test</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: fix functional project service test</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add keys endpoint</title>
<updated>2021-06-03T08:22:10+00:00</updated>
<author>
<name>Ben Brown</name>
<email>ben.brown@codethink.co.uk</email>
</author>
<published>2021-05-25T13:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=a81525a2377aaed797af0706b00be7f5d8616d22'/>
<id>a81525a2377aaed797af0706b00be7f5d8616d22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(objects): add support for Group wikis (#1484)</title>
<updated>2021-06-02T22:38:09+00:00</updated>
<author>
<name>Simon Pamies</name>
<email>s.pamies@appweeve.com</email>
</author>
<published>2021-06-02T22:38:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=74f5e62ef5bfffc7ba21494d05dbead60b59ecf0'/>
<id>74f5e62ef5bfffc7ba21494d05dbead60b59ecf0</id>
<content type='text'>
feat(objects): add support for Group wikis</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat(objects): add support for Group wikis</pre>
</div>
</content>
</entry>
<entry>
<title>test(functional): force delete users on reset</title>
<updated>2021-06-01T14:09:08+00:00</updated>
<author>
<name>Ben Brown</name>
<email>ben.brown@codethink.co.uk</email>
</author>
<published>2021-06-01T13:44:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=8f814563beb601715930ed3b0f89c3871e6e2f33'/>
<id>8f814563beb601715930ed3b0f89c3871e6e2f33</id>
<content type='text'>
Timing issues between requesting group deletion and GitLab enacting that
deletion resulted in errors while attempting to delete a user which was
the sole owner of said group (see: test_groups). Pass the 'hard_delete'
parameter to ensure user deletion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Timing issues between requesting group deletion and GitLab enacting that
deletion resulted in errors while attempting to delete a user which was
the sole owner of said group (see: test_groups). Pass the 'hard_delete'
parameter to ensure user deletion.
</pre>
</div>
</content>
</entry>
<entry>
<title>test(api): fix issues test</title>
<updated>2021-06-01T14:09:08+00:00</updated>
<author>
<name>Ben Brown</name>
<email>ben.brown@codethink.co.uk</email>
</author>
<published>2021-06-01T11:06:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=8e5b0de7d9b1631aac4e9ac03a286dfe80675040'/>
<id>8e5b0de7d9b1631aac4e9ac03a286dfe80675040</id>
<content type='text'>
Was incorrectly using the issue 'id' vs 'iid'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Was incorrectly using the issue 'id' vs 'iid'.
</pre>
</div>
</content>
</entry>
<entry>
<title>test(functional): explicitly remove deploy tokens on reset</title>
<updated>2021-06-01T14:09:08+00:00</updated>
<author>
<name>Ben Brown</name>
<email>ben.brown@codethink.co.uk</email>
</author>
<published>2021-06-01T10:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=19a55d80762417311dcebde3f998f5ebc7e78264'/>
<id>19a55d80762417311dcebde3f998f5ebc7e78264</id>
<content type='text'>
Deploy tokens would remain in the instance if the respective project or
group was deleted without explicitly revoking the deploy tokens first.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deploy tokens would remain in the instance if the respective project or
group was deleted without explicitly revoking the deploy tokens first.
</pre>
</div>
</content>
</entry>
<entry>
<title>test(cli): replace assignment expression</title>
<updated>2021-06-01T14:09:07+00:00</updated>
<author>
<name>Ben Brown</name>
<email>ben.brown@codethink.co.uk</email>
</author>
<published>2021-05-27T15:25:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=11ae11bfa5f9fcb903689805f8d35b4d62ab0c90'/>
<id>11ae11bfa5f9fcb903689805f8d35b4d62ab0c90</id>
<content type='text'>
This is a feature added in 3.8, removing it allows for the test to run
with lower python versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a feature added in 3.8, removing it allows for the test to run
with lower python versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>test(functional): optionally keep containers running post-tests</title>
<updated>2021-06-01T14:03:28+00:00</updated>
<author>
<name>Ben Brown</name>
<email>ben.brown@codethink.co.uk</email>
</author>
<published>2021-05-27T13:44:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=4c475abe30c36217da920477f3748e26f3395365'/>
<id>4c475abe30c36217da920477f3748e26f3395365</id>
<content type='text'>
Additionally updates token creation to make use of `first_or_create()`,
to avoid errors from the script caused by GitLab constraints preventing
duplicate tokens with the same value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Additionally updates token creation to make use of `first_or_create()`,
to avoid errors from the script caused by GitLab constraints preventing
duplicate tokens with the same value.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(objects): add support for generic packages API</title>
<updated>2021-06-01T03:43:30+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-04-17T15:07:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=79d88bde9e5e6c33029e4a9f26c97404e6a7a874'/>
<id>79d88bde9e5e6c33029e4a9f26c97404e6a7a874</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
