<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git, branch v3.7.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: release v3.7.0</title>
<updated>2022-07-28T14:55:02+00:00</updated>
<author>
<name>github-actions</name>
<email>action@github.com</email>
</author>
<published>2022-07-28T14:55:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=8ba97aa459420ec5ae824d9299d6564656841559'/>
<id>8ba97aa459420ec5ae824d9299d6564656841559</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 #2198 from nickbroon/nickbroon-release-sort-order</title>
<updated>2022-07-28T14:51:39+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-07-28T14:51:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=c33cb20320e4b88bbf9ce994420d7daa69e7fc7f'/>
<id>c33cb20320e4b88bbf9ce994420d7daa69e7fc7f</id>
<content type='text'>
feat: allow sort/ordering for project releases</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat: allow sort/ordering for project releases</pre>
</div>
</content>
</entry>
<entry>
<title>docs(cli): showcase use of token scopes</title>
<updated>2022-07-28T14:41:36+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-07-28T11:22:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=4a6f8d67a94a3d104a24081ad1dbad5b2e3d9c3e'/>
<id>4a6f8d67a94a3d104a24081ad1dbad5b2e3d9c3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(cli): add tests for token scopes</title>
<updated>2022-07-28T14:41:36+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-07-28T10:56:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=263fe3d24836b34dccdcee0221bd417e0b74fb2e'/>
<id>263fe3d24836b34dccdcee0221bd417e0b74fb2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: support array types for most resources</title>
<updated>2022-07-28T14:41:36+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-07-28T10:54:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=d9126cd802dd3cfe529fa940300113c4ead3054b'/>
<id>d9126cd802dd3cfe529fa940300113c4ead3054b</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 sort/ordering for project releases</title>
<updated>2022-07-28T14:39:35+00:00</updated>
<author>
<name>Nick Brown</name>
<email>nickbroon@gmail.com</email>
</author>
<published>2022-07-28T14:05:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=b1dd284066b4b94482b9d41310ac48b75bcddfee'/>
<id>b1dd284066b4b94482b9d41310ac48b75bcddfee</id>
<content type='text'>
See: https://docs.gitlab.com/ee/api/releases/#list-releases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See: https://docs.gitlab.com/ee/api/releases/#list-releases
</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 #2195 from python-gitlab/jlvillal/array_test</title>
<updated>2022-07-28T11:25:51+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-07-28T11:25:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=1cf59323194b2352bd1c1313415cd09bbdddcc5f'/>
<id>1cf59323194b2352bd1c1313415cd09bbdddcc5f</id>
<content type='text'>
test: add test to show issue fixed</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test: add test to show issue fixed</pre>
</div>
</content>
</entry>
<entry>
<title>test: add test to show issue fixed</title>
<updated>2022-07-28T05:57:00+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-07-28T05:57:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=75bec7d543dd740c50452b21b0b4509377cd40ce'/>
<id>75bec7d543dd740c50452b21b0b4509377cd40ce</id>
<content type='text'>
https://github.com/python-gitlab/python-gitlab/issues/1698 has been
fixed. Add test to show that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/python-gitlab/python-gitlab/issues/1698 has been
fixed. Add test to show that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1699 from python-gitlab/jlvillal/arrays</title>
<updated>2022-07-27T23:24:13+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-07-27T23:24:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=510ec30f30e7ff8466b58d2661b67076de9d234b'/>
<id>510ec30f30e7ff8466b58d2661b67076de9d234b</id>
<content type='text'>
fix: use the [] after key names for array variables in `params`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix: use the [] after key names for array variables in `params`</pre>
</div>
</content>
</entry>
</feed>
