<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/tools/functional, branch test/gitlab-coverage</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: rename 'tools/functional/' to 'tests/functional/'</title>
<updated>2021-05-26T13:42:19+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-05-26T00:35:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=502715d99e02105c39b2c5cf0e7457b3256eba0d'/>
<id>502715d99e02105c39b2c5cf0e7457b3256eba0d</id>
<content type='text'>
Rename the 'tools/functional/' directory to 'tests/functional/'

This makes more sense as these are functional tests and not tools.

This was dicussed in:
https://github.com/python-gitlab/python-gitlab/discussions/1468
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename the 'tools/functional/' directory to 'tests/functional/'

This makes more sense as these are functional tests and not tools.

This was dicussed in:
https://github.com/python-gitlab/python-gitlab/discussions/1468
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add a merge_request() pytest fixture and use it</title>
<updated>2021-05-25T22:11:13+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-05-24T22:30:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=8be2838a9ee3e2440d066e2c4b77cb9b55fc3da2'/>
<id>8be2838a9ee3e2440d066e2c4b77cb9b55fc3da2</id>
<content type='text'>
Added a pytest.fixture for merge_request(). Use this fixture in
tools/functional/api/test_merge_requests.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a pytest.fixture for merge_request(). Use this fixture in
tools/functional/api/test_merge_requests.py
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: simplify functional tests</title>
<updated>2021-05-25T21:54:13+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-05-24T00:38:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=df9b5f9226f704a603a7e49c78bc4543b412f898'/>
<id>df9b5f9226f704a603a7e49c78bc4543b412f898</id>
<content type='text'>
Add a helper function to have less code duplication in the functional
testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a helper function to have less code duplication in the functional
testing.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add functional test mr.merge() with long commit message</title>
<updated>2021-05-25T21:54:13+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-05-23T21:39:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=cd5993c9d638c2a10879d7e3ac36db06df867e54'/>
<id>cd5993c9d638c2a10879d7e3ac36db06df867e54</id>
<content type='text'>
Functional test to show that
https://github.com/python-gitlab/python-gitlab/issues/1452 is fixed.

Added a functional test to ensure that we can use large commit message
(10_000+ bytes) in mr.merge()

Related to: #1452
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Functional test to show that
https://github.com/python-gitlab/python-gitlab/issues/1452 is fixed.

Added a functional test to ensure that we can use large commit message
(10_000+ bytes) in mr.merge()

Related to: #1452
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add a functional test for issue #1120</title>
<updated>2021-05-25T21:54:13+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-05-23T17:44:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=7d66115573c6c029ce6aa00e244f8bdfbb907e33'/>
<id>7d66115573c6c029ce6aa00e244f8bdfbb907e33</id>
<content type='text'>
Going to switch to putting parameters from in the query string to
having them in the 'data' body section. Add a functional test to make
sure that we don't break anything.

https://github.com/python-gitlab/python-gitlab/issues/1120
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Going to switch to putting parameters from in the query string to
having them in the 'data' body section. Add a functional test to make
sure that we don't break anything.

https://github.com/python-gitlab/python-gitlab/issues/1120
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: fix import ordering using isort</title>
<updated>2021-05-25T18:54:51+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-05-22T15:55:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=f3afd34260d681bbeec974b67012b90d407b7014'/>
<id>f3afd34260d681bbeec974b67012b90d407b7014</id>
<content type='text'>
Fix the import ordering using isort.

https://pycqa.github.io/isort/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the import ordering using isort.

https://pycqa.github.io/isort/
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1376 from Shkurupii/feat-get-inherited-members</title>
<updated>2021-05-14T20:15:18+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-05-14T20:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=f35c73e50918e4d55b70323669f394e52e75cde9'/>
<id>f35c73e50918e4d55b70323669f394e52e75cde9</id>
<content type='text'>
feat: get inherited member for project/group</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat: get inherited member for project/group</pre>
</div>
</content>
</entry>
<entry>
<title>chore(deps): update gitlab/gitlab-ce docker tag to v13.11.4-ce.0</title>
<updated>2021-05-14T18:20:14+00:00</updated>
<author>
<name>Renovate Bot</name>
<email>bot@renovateapp.com</email>
</author>
<published>2021-05-14T18:20:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=4223269608c2e58b837684d20973e02eb70e04c9'/>
<id>4223269608c2e58b837684d20973e02eb70e04c9</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 feature to get inherited member for project/group</title>
<updated>2021-05-06T22:47:11+00:00</updated>
<author>
<name>Oleksii Shkurupii</name>
<email>Oleksii.Shkurupii@playtech.com</email>
</author>
<published>2021-03-15T16:10:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e444b39f9423b4a4c85cdb199afbad987df026f1'/>
<id>e444b39f9423b4a4c85cdb199afbad987df026f1</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 #1420 from python-gitlab/fix/missing-list-attributes</title>
<updated>2021-05-06T19:25:28+00:00</updated>
<author>
<name>John Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-05-06T19:25:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=45edae9d65aced6fbd41fe68463418c6e4ca39ee'/>
<id>45edae9d65aced6fbd41fe68463418c6e4ca39ee</id>
<content type='text'>
fix(objects): make lists work for filters in all objects</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix(objects): make lists work for filters in all objects</pre>
</div>
</content>
</entry>
</feed>
