<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/tests, branch refactor/python-build-pep621</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(build): use pypa build and consolidate meta tests</title>
<updated>2022-08-05T21:54:35+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-08-05T21:54:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=297d77dde2105912a1f465561cc71e39e95813a1'/>
<id>297d77dde2105912a1f465561cc71e39e95813a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: consolidate license and authors</title>
<updated>2022-08-05T06:14:14+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-08-04T22:14:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=366665e89045eb24d47f730e2a5dea6229839e20'/>
<id>366665e89045eb24d47f730e2a5dea6229839e20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(client): warn user on misconfigured URL in `auth()`</title>
<updated>2022-08-04T16:42:00+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-08-04T15:59:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=0040b4337bae815cfe1a06f8371a7a720146f271'/>
<id>0040b4337bae815cfe1a06f8371a7a720146f271</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(unit): reproduce duplicate encoded query params</title>
<updated>2022-08-04T13:21:39+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-08-04T13:21:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=6f71c663a302b20632558b4c94be428ba831ee7f'/>
<id>6f71c663a302b20632558b4c94be428ba831ee7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: optionally keep user-provided base URL for pagination (#2149)</title>
<updated>2022-08-03T15:09:17+00:00</updated>
<author>
<name>Omar Mochtar</name>
<email>iomarmochtar@gmail.com</email>
</author>
<published>2022-08-03T15:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e2ea8b89a7b0aebdb1eb3b99196d7c0034076df8'/>
<id>e2ea8b89a7b0aebdb1eb3b99196d7c0034076df8</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 #2188 from python-gitlab/jlvillal/fix_functional_ci</title>
<updated>2022-07-29T16:39:46+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-07-29T16:39:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=17414f787a70a0d916193ac71bccce0297c4e4e8'/>
<id>17414f787a70a0d916193ac71bccce0297c4e4e8</id>
<content type='text'>
test: attempt to make functional test startup more reliable</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test: attempt to make functional test startup more reliable</pre>
</div>
</content>
</entry>
<entry>
<title>test: attempt to make functional test startup more reliable</title>
<updated>2022-07-29T15:39:42+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-07-29T15:39:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=67508e8100be18ce066016dcb8e39fa9f0c59e51'/>
<id>67508e8100be18ce066016dcb8e39fa9f0c59e51</id>
<content type='text'>
The functional tests have been erratic. Current theory is that we are
starting the tests before the GitLab container is fully up and
running.

  * Add checking of the Health Check[1] endpoints.
  * Add a 20 second delay after we believe it is up and running.
  * Increase timeout from 300 to 400 seconds

[1] https://docs.gitlab.com/ee/user/admin_area/monitoring/health_check.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The functional tests have been erratic. Current theory is that we are
starting the tests before the GitLab container is fully up and
running.

  * Add checking of the Health Check[1] endpoints.
  * Add a 20 second delay after we believe it is up and running.
  * Increase timeout from 300 to 400 seconds

[1] https://docs.gitlab.com/ee/user/admin_area/monitoring/health_check.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2157 from python-gitlab/jlvillal/mypy_step_by_step</title>
<updated>2022-07-29T08:36:00+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-07-29T08:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=b8be32ae17fb59c5df080a9f7948fdff34b7d421'/>
<id>b8be32ae17fb59c5df080a9f7948fdff34b7d421</id>
<content type='text'>
chore: enable mypy check `warn_return_any`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: enable mypy check `warn_return_any`</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2201 from python-gitlab/jlvillal/encoding_warning</title>
<updated>2022-07-29T08:31:06+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-07-29T08:31:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=1b7cd31dc9a4a15623ac168eaa355422634e2876'/>
<id>1b7cd31dc9a4a15623ac168eaa355422634e2876</id>
<content type='text'>
chore: make code PEP597 compliant</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: make code PEP597 compliant</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2194 from python-gitlab/jlvillal/update-gitlab</title>
<updated>2022-07-29T08:09:25+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-07-29T08:09:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=7a53c6950bb7df90e2a3f4e6d0436cb5d06c3b46'/>
<id>7a53c6950bb7df90e2a3f4e6d0436cb5d06c3b46</id>
<content type='text'>
test(functional): bump GitLab docker image to 15.2.0-ee.0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test(functional): bump GitLab docker image to 15.2.0-ee.0</pre>
</div>
</content>
</entry>
</feed>
