<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/cli.py, branch renovate/gitlab</title>
<subtitle>github.com: gpocentek/python-gitlab.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/'/>
<entry>
<title>fix(cli): add ability to escape at-prefixed parameter (#2513)</title>
<updated>2023-03-11T10:10:42+00:00</updated>
<author>
<name>PyHedgehog</name>
<email>pyhedgehog@users.noreply.github.com</email>
</author>
<published>2023-03-11T10:10:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=4f7c78436e62bfd21745c5289117e03ed896bc66'/>
<id>4f7c78436e62bfd21745c5289117e03ed896bc66</id>
<content type='text'>
* fix(cli): Add ability to escape at-prefixed parameter (#2511)

---------

Co-authored-by: Nejc Habjan &lt;hab.nejc@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix(cli): Add ability to escape at-prefixed parameter (#2511)

---------

Co-authored-by: Nejc Habjan &lt;hab.nejc@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>chore(deps): update mypy (1.0.0) and responses (0.22.0)</title>
<updated>2023-02-07T00:01:23+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2023-02-06T21:38:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=9c2465759386b60a478bd8f43e967182ed97d39d'/>
<id>9c2465759386b60a478bd8f43e967182ed97d39d</id>
<content type='text'>
Update the `requirements-*` files.

In order to update mypy==1.0.0 we need to also update
responses==0.22.0

Fix one issue found by `mypy`

Leaving updates for `precommit` to be done in a separate commit by
someone.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the `requirements-*` files.

In order to update mypy==1.0.0 we need to also update
responses==0.22.0

Fix one issue found by `mypy`

Leaving updates for `precommit` to be done in a separate commit by
someone.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(cli): Enable debug before doing auth</title>
<updated>2022-11-21T22:38:59+00:00</updated>
<author>
<name>Emanuele Aina</name>
<email>emanuele.aina@collabora.com</email>
</author>
<published>2022-11-21T18:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=65abb85be7fc8ef57b295296111dac0a97ed1c49'/>
<id>65abb85be7fc8ef57b295296111dac0a97ed1c49</id>
<content type='text'>
Authentication issues are currently hard to debug since `--debug` only
has effect after `gl.auth()` has been called.

For example, a 401 error is printed without any details about the actual
HTTP request being sent:

    $ gitlab --debug --server-url https://gitlab.com current-user get
    401: 401 Unauthorized

By moving the call to `gl.enable_debug()` the usual debug logs get
printed before the final error message.

Signed-off-by: Emanuele Aina &lt;emanuele.aina@collabora.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Authentication issues are currently hard to debug since `--debug` only
has effect after `gl.auth()` has been called.

For example, a 401 error is printed without any details about the actual
HTTP request being sent:

    $ gitlab --debug --server-url https://gitlab.com current-user get
    401: 401 Unauthorized

By moving the call to `gl.enable_debug()` the usual debug logs get
printed before the final error message.

Signed-off-by: Emanuele Aina &lt;emanuele.aina@collabora.com&gt;
</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://git.baserock.org/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>chore: enable mypy check `warn_return_any`</title>
<updated>2022-07-29T04:39:22+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-07-29T04:39:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=76ec4b481fa931ea36a195ac474812c11babef7b'/>
<id>76ec4b481fa931ea36a195ac474812c11babef7b</id>
<content type='text'>
Update code so that the `warn_return_any` check passes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update code so that the `warn_return_any` check passes.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(cli): add a custom help formatter</title>
<updated>2022-07-28T14:09:08+00:00</updated>
<author>
<name>Waldek Maleska</name>
<email>w.maleska@gmail.com</email>
</author>
<published>2022-07-04T08:31:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=005ba93074d391f818c39e46390723a0d0d16098'/>
<id>005ba93074d391f818c39e46390723a0d0d16098</id>
<content type='text'>
Add a custom argparse help formatter that overrides the output
format to list items vertically.

The formatter is derived from argparse.HelpFormatter with minimal changes.

Co-authored-by: John Villalovos &lt;john@sodarock.com&gt;
Co-authored-by: Nejc Habjan &lt;nejc.habjan@siemens.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a custom argparse help formatter that overrides the output
format to list items vertically.

The formatter is derived from argparse.HelpFormatter with minimal changes.

Co-authored-by: John Villalovos &lt;john@sodarock.com&gt;
Co-authored-by: Nejc Habjan &lt;nejc.habjan@siemens.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2051 from python-gitlab/jlvillal/more_more_pylint</title>
<updated>2022-06-05T17:23:56+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-06-05T17:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=7a5923c8e77a41cb829a086a903aee4123ca4d14'/>
<id>7a5923c8e77a41cb829a086a903aee4123ca4d14</id>
<content type='text'>
chore: enable more pylint checks</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: enable more pylint checks</pre>
</div>
</content>
</entry>
<entry>
<title>chore: rename `whaction` and `action` to `resource_action` in CLI</title>
<updated>2022-06-05T15:17:15+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-06-05T15:17:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=fb3f28a053f0dcf0a110bb8b6fd11696b4ba3dd9'/>
<id>fb3f28a053f0dcf0a110bb8b6fd11696b4ba3dd9</id>
<content type='text'>
Rename the variables `whaction` and `action` to `resource_action` to
improve code-readability.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename the variables `whaction` and `action` to `resource_action` to
improve code-readability.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: enable pylint check: "redefined-outer-name",</title>
<updated>2022-06-04T16:18:22+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-06-03T23:47:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=1324ce1a439befb4620953a4df1f70b74bf70cbd'/>
<id>1324ce1a439befb4620953a4df1f70b74bf70cbd</id>
<content type='text'>
Enable the pylint check "redefined-outer-name" and fix the errors
detected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable the pylint check "redefined-outer-name" and fix the errors
detected.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: enable pylint checks</title>
<updated>2022-06-04T16:18:22+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-06-03T16:26:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=1e8916438f7c4f67bd7745103b870d84f6ba2d01'/>
<id>1e8916438f7c4f67bd7745103b870d84f6ba2d01</id>
<content type='text'>
Enable the pylint checks:
  * unnecessary-pass
  * unspecified-encoding

Update code to resolve errors found
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable the pylint checks:
  * unnecessary-pass
  * unspecified-encoding

Update code to resolve errors found
</pre>
</div>
</content>
</entry>
</feed>
