<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git, branch fix/missing-list-attributes</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(objects): allow lists for filters for in all objects</title>
<updated>2021-04-27T18:25:32+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-04-27T18:02:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=603a351c71196a7f516367fbf90519f9452f3c55'/>
<id>603a351c71196a7f516367fbf90519f9452f3c55</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 #1413 from JohnVillalovos/jlvillal/1407</title>
<updated>2021-04-27T15:27:42+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-04-27T15:27:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=a6b6cd4b598ab6eddcf3986486d43e5cdc990e09'/>
<id>a6b6cd4b598ab6eddcf3986486d43e5cdc990e09</id>
<content type='text'>
fix: iids not working as a list in projects.issues.list()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix: iids not working as a list in projects.issues.list()</pre>
</div>
</content>
</entry>
<entry>
<title>fix: iids not working as a list in projects.issues.list()</title>
<updated>2021-04-27T15:19:12+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-04-25T00:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=45f806c7a7354592befe58a76b7e33a6d5d0fe6e'/>
<id>45f806c7a7354592befe58a76b7e33a6d5d0fe6e</id>
<content type='text'>
Set the 'iids' values as type ListAttribute so it will pass the list
as a comma-separated string, instead of a list.

Add a functional test.

Closes: #1407
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set the 'iids' values as type ListAttribute so it will pass the list
as a comma-separated string, instead of a list.

Add a functional test.

Closes: #1407
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1352 from JohnVillalovos/jlvillal/fix_mro</title>
<updated>2021-04-27T05:14:50+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-04-27T05:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=909aa9a02b8a0eb2faed747bfbf5839c53266129'/>
<id>909aa9a02b8a0eb2faed747bfbf5839c53266129</id>
<content type='text'>
fix: add a check to ensure the MRO is correct</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix: add a check to ensure the MRO is correct</pre>
</div>
</content>
</entry>
<entry>
<title>chore: remove commented-out print</title>
<updated>2021-04-27T05:06:38+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-04-27T05:06:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=0357c37fb40fb6aef175177fab98d0eadc26b667'/>
<id>0357c37fb40fb6aef175177fab98d0eadc26b667</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 #1415 from JohnVillalovos/jlvillal/list_attribute_int</title>
<updated>2021-04-26T22:40:35+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-04-26T22:40:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=dde01c70c2bbac4d1b35211b81347f4363219777'/>
<id>dde01c70c2bbac4d1b35211b81347f4363219777</id>
<content type='text'>
feat: add support for lists of integers to ListAttribute</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat: add support for lists of integers to ListAttribute</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1412 from JohnVillalovos/jlvillal/optional_get_attrs</title>
<updated>2021-04-26T21:53:26+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-04-26T21:53:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=5b81d7d25e5deefa4333098ebb5bc646fcee2c8d'/>
<id>5b81d7d25e5deefa4333098ebb5bc646fcee2c8d</id>
<content type='text'>
chore: make Get.*Mixin._optional_get_attrs always present</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: make Get.*Mixin._optional_get_attrs always present</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1418 from python-gitlab/fix/urlencode-file-paths</title>
<updated>2021-04-26T20:37:01+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2021-04-26T20:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=37af2296703a481721489a66c5fc554257e34527'/>
<id>37af2296703a481721489a66c5fc554257e34527</id>
<content type='text'>
fix(files): do not url-encode filepaths twice</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix(files): do not url-encode filepaths twice</pre>
</div>
</content>
</entry>
<entry>
<title>fix(files): do not url-encode file paths twice</title>
<updated>2021-04-26T20:23:58+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-04-26T20:23:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=8e25cecce3c0a19884a8d231ee1a672b80e94398'/>
<id>8e25cecce3c0a19884a8d231ee1a672b80e94398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add support for lists of integers to ListAttribute</title>
<updated>2021-04-25T20:03:13+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-04-25T20:03:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=115938b3e5adf9a2fb5ecbfb34d9c92bf788035e'/>
<id>115938b3e5adf9a2fb5ecbfb34d9c92bf788035e</id>
<content type='text'>
Previously ListAttribute only support lists of integers. Now be more
flexible and support lists of items which can be coerced into strings,
for example integers.

This will help us fix issue #1407 by using ListAttribute for the
'iids' field.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously ListAttribute only support lists of integers. Now be more
flexible and support lists of items which can be coerced into strings,
for example integers.

This will help us fix issue #1407 by using ListAttribute for the
'iids' field.
</pre>
</div>
</content>
</entry>
</feed>
