<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/cli.py, branch v3.11.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>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>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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
<entry>
<title>chore: rename `what` to `gitlab_resource`</title>
<updated>2022-06-04T04:24:58+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-06-04T04:21:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=c86e471dead930468172f4b7439ea6fa207f12e8'/>
<id>c86e471dead930468172f4b7439ea6fa207f12e8</id>
<content type='text'>
Naming a variable `what` makes it difficult to understand what it is
used for.

Rename it to `gitlab_resource` as that is what is being stored.

The Gitlab documentation talks about them being resources:
https://docs.gitlab.com/ee/api/api_resources.html

This will improve code readability.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Naming a variable `what` makes it difficult to understand what it is
used for.

Rename it to `gitlab_resource` as that is what is being stored.

The Gitlab documentation talks about them being resources:
https://docs.gitlab.com/ee/api/api_resources.html

This will improve code readability.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: correct ModuleNotFoundError() arguments</title>
<updated>2022-05-30T00:12:40+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-05-30T00:12:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=0b7933c5632c2f81c89f9a97e814badf65d1eb38'/>
<id>0b7933c5632c2f81c89f9a97e814badf65d1eb38</id>
<content type='text'>
Previously in commit 233b79ed442aac66faf9eb4b0087ea126d6dffc5 I had
used the `name` argument for `ModuleNotFoundError()`. This basically
is the equivalent of not passing any message to
`ModuleNotFoundError()`. So when the exception was raised it wasn't
very helpful.

Correct that and add a unit-test that shows we get the message we
expect.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously in commit 233b79ed442aac66faf9eb4b0087ea126d6dffc5 I had
used the `name` argument for `ModuleNotFoundError()`. This basically
is the equivalent of not passing any message to
`ModuleNotFoundError()`. So when the exception was raised it wasn't
very helpful.

Correct that and add a unit-test that shows we get the message we
expect.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(cli): changed default `allow_abbrev` value to fix arguments collision problem (#2013)</title>
<updated>2022-05-09T21:53:32+00:00</updated>
<author>
<name>John Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-05-09T21:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=d68cacfeda5599c62a593ecb9da2505c22326644'/>
<id>d68cacfeda5599c62a593ecb9da2505c22326644</id>
<content type='text'>
fix(cli): change default `allow_abbrev` value to fix argument collision</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix(cli): change default `allow_abbrev` value to fix argument collision</pre>
</div>
</content>
</entry>
</feed>
