<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab, branch jlvillal/attribute_help</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: attempt to be more informative for missing attributes</title>
<updated>2021-11-30T16:35:58+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-11-30T16:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=1839c9e7989163a5cc9a201241942b7faca6e214'/>
<id>1839c9e7989163a5cc9a201241942b7faca6e214</id>
<content type='text'>
A commonly reported issue from users on Gitter is that they get an
AttributeError for an attribute that should be present. This is often
caused due to the fact that they used the `list()` method to retrieve
the object and objects retrieved this way often only have a subset of
the full data.

Add more details in the AttributeError message that explains the
situation to users. This will hopefully allow them to resolve the
issue.

Update the FAQ in the docs to add a section discussing the issue.

Closes #1138
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A commonly reported issue from users on Gitter is that they get an
AttributeError for an attribute that should be present. This is often
caused due to the fact that they used the `list()` method to retrieve
the object and objects retrieved this way often only have a subset of
the full data.

Add more details in the AttributeError message that explains the
situation to users. This will hopefully allow them to resolve the
issue.

Update the FAQ in the docs to add a section discussing the issue.

Closes #1138
</pre>
</div>
</content>
</entry>
<entry>
<title>test(cli): improve basic CLI coverage</title>
<updated>2021-11-27T20:08:47+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-11-27T19:28:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=6b892e3dcb18d0f43da6020b08fd4ba891da3670'/>
<id>6b892e3dcb18d0f43da6020b08fd4ba891da3670</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 #1712 from StingRayZA/Epicnotes</title>
<updated>2021-11-27T11:36:17+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-11-27T11:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=70b9870f929c4db32fd2e1406db2122de9958bfd'/>
<id>70b9870f929c4db32fd2e1406db2122de9958bfd</id>
<content type='text'>
feat(api): add support for epic notes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat(api): add support for epic notes</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add support for `projects.groups.list()`</title>
<updated>2021-11-27T04:19:51+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-11-26T19:54:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=68ff595967a5745b369a93d9d18fef48b65ebedb'/>
<id>68ff595967a5745b369a93d9d18fef48b65ebedb</id>
<content type='text'>
Add support for `projects.groups.list()` endpoint.

Closes #1717
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for `projects.groups.list()` endpoint.

Closes #1717
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): add support for epic notes</title>
<updated>2021-11-25T11:45:28+00:00</updated>
<author>
<name>Raimund Hook</name>
<email>raimund.hook@exfo.com</email>
</author>
<published>2021-11-25T11:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=7f4edb53e9413f401c859701d8c3bac4a40706af'/>
<id>7f4edb53e9413f401c859701d8c3bac4a40706af</id>
<content type='text'>
Added support for notes on group epics

Signed-off-by: Raimund Hook &lt;raimund.hook@exfo.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added support for notes on group epics

Signed-off-by: Raimund Hook &lt;raimund.hook@exfo.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add type-hints to gitlab/v4/objects/files.py</title>
<updated>2021-11-22T06:37:56+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-11-21T22:23:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=0c22bd921bc74f48fddd0ff7d5e7525086264d54'/>
<id>0c22bd921bc74f48fddd0ff7d5e7525086264d54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add type-hints to gitlab/v4/objects/labels.py</title>
<updated>2021-11-22T06:37:56+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-11-21T22:25:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=d04e557fb09655a0433363843737e19d8e11c936'/>
<id>d04e557fb09655a0433363843737e19d8e11c936</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add type-hints to gitlab/v4/objects/sidekiq.py</title>
<updated>2021-11-22T06:37:56+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-11-21T22:28:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=a91a303e2217498293cf709b5e05930d41c95992'/>
<id>a91a303e2217498293cf709b5e05930d41c95992</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add type-hints to gitlab/v4/objects/services.py</title>
<updated>2021-11-22T06:37:56+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-11-21T22:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=8da0b758c589f608a6ae4eeb74b3f306609ba36d'/>
<id>8da0b758c589f608a6ae4eeb74b3f306609ba36d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add type-hints to gitlab/v4/objects/repositories.py</title>
<updated>2021-11-22T06:37:56+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-11-21T22:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=00d7b202efb3a2234cf6c5ce09a48397a40b8388'/>
<id>00d7b202efb3a2234cf6c5ce09a48397a40b8388</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
