<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git, branch jlvillal/get_without_id</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>chore: add get() methods for GetWithoutIdMixin based classes</title>
<updated>2021-12-08T15:36:35+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-12-02T00:04:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=d27c50ab9d55dd715a7bee5b0c61317f8565c8bf'/>
<id>d27c50ab9d55dd715a7bee5b0c61317f8565c8bf</id>
<content type='text'>
Add the get() methods for the GetWithoutIdMixin based classes.

Update the tests/meta/test_ensure_type_hints.py tests to check to
ensure that the get methods are defined with the correct return type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the get() methods for the GetWithoutIdMixin based classes.

Update the tests/meta/test_ensure_type_hints.py tests to check to
ensure that the get methods are defined with the correct return type.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1736 from python-gitlab/jlvillal/workflow</title>
<updated>2021-12-08T08:20:56+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-12-08T08:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=494535337b71592effeca57bb1ff2e735ebeb58a'/>
<id>494535337b71592effeca57bb1ff2e735ebeb58a</id>
<content type='text'>
chore: github workflow: cancel prior running jobs on new push</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: github workflow: cancel prior running jobs on new push</pre>
</div>
</content>
</entry>
<entry>
<title>chore: github workflow: cancel prior running jobs on new push</title>
<updated>2021-12-08T07:55:33+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-12-08T06:03:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=fd8156991556706f776c508c373224b54ef4e14f'/>
<id>fd8156991556706f776c508c373224b54ef4e14f</id>
<content type='text'>
If new new push is done to a pull-request, then cancel any already
running github workflow jobs in order to conserve resources.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If new new push is done to a pull-request, then cancel any already
running github workflow jobs in order to conserve resources.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1726 from python-gitlab/jlvillal/windows</title>
<updated>2021-12-08T07:51:50+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-12-08T07:51:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=83f36d6de5bf6b6bcb9e56243b414bff0093db72'/>
<id>83f36d6de5bf6b6bcb9e56243b414bff0093db72</id>
<content type='text'>
chore: add running unit tests on windows/macos</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: add running unit tests on windows/macos</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1738 from python-gitlab/jlvillal/pylint_fixes</title>
<updated>2021-12-08T07:31:19+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-12-08T07:31:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=3679591adabae780a74cb29f10f773666a1f8648'/>
<id>3679591adabae780a74cb29f10f773666a1f8648</id>
<content type='text'>
chore: fix pylint error "expression-not-assigned"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: fix pylint error "expression-not-assigned"</pre>
</div>
</content>
</entry>
<entry>
<title>chore: fix pylint error "expression-not-assigned"</title>
<updated>2021-12-08T07:05:08+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-12-08T07:05:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=a90eb23cb4903ba25d382c37ce1c0839642ba8fd'/>
<id>a90eb23cb4903ba25d382c37ce1c0839642ba8fd</id>
<content type='text'>
Fix pylint error "expression-not-assigned" and remove check from the
disabled list.

And I personally think it is much more readable now and is less lines
of code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix pylint error "expression-not-assigned" and remove check from the
disabled list.

And I personally think it is much more readable now and is less lines
of code.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add running unit tests on windows/macos</title>
<updated>2021-12-08T05:43:17+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-12-08T05:43:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=ad5d60c305857a8e8c06ba4f6db788bf918bb63f'/>
<id>ad5d60c305857a8e8c06ba4f6db788bf918bb63f</id>
<content type='text'>
Add running the unit tests on windows-latest and macos-latest with
Python 3.10.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add running the unit tests on windows-latest and macos-latest with
Python 3.10.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1729 from python-gitlab/jlvillal/pylint</title>
<updated>2021-12-07T23:25:36+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-12-07T23:25:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=3a7d6f6b7d168f00513266f5770624158f49ca2c'/>
<id>3a7d6f6b7d168f00513266f5770624158f49ca2c</id>
<content type='text'>
chore: add initial pylint check</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: add initial pylint check</pre>
</div>
</content>
</entry>
<entry>
<title>chore: set pre-commit mypy args to empty list</title>
<updated>2021-12-07T23:11:55+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-12-07T23:11:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=b67a6ad1f81dce4670f9820750b411facc01a048'/>
<id>b67a6ad1f81dce4670f9820750b411facc01a048</id>
<content type='text'>
https://github.com/pre-commit/mirrors-mypy/blob/master/.pre-commit-hooks.yaml

Sets some default args which seem to be interfering with things. Plus
we set all of our args in the `pyproject.toml` file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/pre-commit/mirrors-mypy/blob/master/.pre-commit-hooks.yaml

Sets some default args which seem to be interfering with things. Plus
we set all of our args in the `pyproject.toml` file.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: run pre-commit on changes to the config file</title>
<updated>2021-12-07T22:19:19+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-12-07T22:09:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=5f10b3b96d83033805757d72269ad0a771d797d4'/>
<id>5f10b3b96d83033805757d72269ad0a771d797d4</id>
<content type='text'>
If .pre-commit-config.yaml or .github/workflows/pre_commit.yml are
updated then run pre-commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If .pre-commit-config.yaml or .github/workflows/pre_commit.yml are
updated then run pre-commit.
</pre>
</div>
</content>
</entry>
</feed>
