<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/config.py, branch jlvillal/repository_func_tests</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>feat(cli): do not require config file to run CLI</title>
<updated>2021-12-13T00:11:15+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-12-12T18:19:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=92a893b8e230718436582dcad96175685425b1df'/>
<id>92a893b8e230718436582dcad96175685425b1df</id>
<content type='text'>
BREAKING CHANGE: A config file is no longer needed to run
the CLI. python-gitlab will default to https://gitlab.com
with no authentication if there is no config file provided.
python-gitlab will now also only look for configuration
in the provided PYTHON_GITLAB_CFG path, instead of merging
it with user- and system-wide config files. If the
environment variable is defined and the file cannot be
opened, python-gitlab will now explicitly fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE: A config file is no longer needed to run
the CLI. python-gitlab will default to https://gitlab.com
with no authentication if there is no config file provided.
python-gitlab will now also only look for configuration
in the provided PYTHON_GITLAB_CFG path, instead of merging
it with user- and system-wide config files. If the
environment variable is defined and the file cannot be
opened, python-gitlab will now explicitly fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: use f-strings for string formatting</title>
<updated>2021-11-06T03:45:01+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-11-01T18:22:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=7925c902d15f20abaecdb07af213f79dad91355b'/>
<id>7925c902d15f20abaecdb07af213f79dad91355b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: allow global retry_transient_errors setup</title>
<updated>2021-08-29T09:31:18+00:00</updated>
<author>
<name>Karun Japhet</name>
<email>karun@japhet.in</email>
</author>
<published>2021-08-28T06:11:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=3b1d3a41da7e7228f3a465d06902db8af564153e'/>
<id>3b1d3a41da7e7228f3a465d06902db8af564153e</id>
<content type='text'>
`retry_transient_errors` can now be set through the Gitlab instance and global configuration

Documentation for API usage has been updated and missing tests have been added.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`retry_transient_errors` can now be set through the Gitlab instance and global configuration

Documentation for API usage has been updated and missing tests have been added.
</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>chore: mypy: Disallow untyped definitions</title>
<updated>2021-04-28T04:04:58+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-04-18T19:06:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=6aef2dadf715e601ae9c302be0ad9958345a97f2'/>
<id>6aef2dadf715e601ae9c302be0ad9958345a97f2</id>
<content type='text'>
Be more strict and don't allow untyped definitions on the files we
check.

Also this adds type-hints for two of the decorators so that now
functions/methods decorated by them will have their types be revealed
correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Be more strict and don't allow untyped definitions on the files we
check.

Also this adds type-hints for two of the decorators so that now
functions/methods decorated by them will have their types be revealed
correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(config): allow simple commands without external script</title>
<updated>2021-04-18T09:59:45+00:00</updated>
<author>
<name>Kay-Uwe (Kiwi) Lorenz</name>
<email>kiwi@moduleworks.com</email>
</author>
<published>2021-04-18T09:21:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=91ffb8e97e213d2f14340b952630875995ecedb2'/>
<id>91ffb8e97e213d2f14340b952630875995ecedb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: make lint happy</title>
<updated>2021-03-07T14:58:19+00:00</updated>
<author>
<name>Kay-Uwe (Kiwi) Lorenz</name>
<email>kiwi@moduleworks.com</email>
</author>
<published>2021-03-07T14:58:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=7a7c9fd932def75a2f2c517482784e445d83881a'/>
<id>7a7c9fd932def75a2f2c517482784e445d83881a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: handling config value in _get_values_from_helper</title>
<updated>2021-03-07T14:56:36+00:00</updated>
<author>
<name>Kay-Uwe (Kiwi) Lorenz</name>
<email>kiwi@moduleworks.com</email>
</author>
<published>2021-03-07T14:56:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=9dfb4cd97e6eb5bbfc29935cbb190b70b739cf9f'/>
<id>9dfb4cd97e6eb5bbfc29935cbb190b70b739cf9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: let the homedir be expanded in path of helper</title>
<updated>2021-03-07T14:51:46+00:00</updated>
<author>
<name>Kay-Uwe (Kiwi) Lorenz</name>
<email>kiwi@moduleworks.com</email>
</author>
<published>2021-03-07T14:51:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=fc7387a0a6039bc58b2a741ac9b73d7068375be7'/>
<id>fc7387a0a6039bc58b2a741ac9b73d7068375be7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: make lint happy</title>
<updated>2021-03-07T14:39:19+00:00</updated>
<author>
<name>Kay-Uwe (Kiwi) Lorenz</name>
<email>kiwi@moduleworks.com</email>
</author>
<published>2021-03-07T14:39:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=b5f43c83b25271f7aff917a9ce8826d39ff94034'/>
<id>b5f43c83b25271f7aff917a9ce8826d39ff94034</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
