<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git, branch jlvillal/attribute_help</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: 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://git.baserock.org/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>Merge pull request #1721 from python-gitlab/test/cli-coverage</title>
<updated>2021-11-28T01:17:56+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-11-28T01:17:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=09a973ee379d82af05a5080decfaec16d2f4eab3'/>
<id>09a973ee379d82af05a5080decfaec16d2f4eab3</id>
<content type='text'>
test(cli): improve basic CLI coverage</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test(cli): improve basic CLI coverage</pre>
</div>
</content>
</entry>
<entry>
<title>chore(tests): apply review suggestions</title>
<updated>2021-11-28T01:07:18+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-11-28T01:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=381c748415396e0fe54bb1f41a3303bab89aa065'/>
<id>381c748415396e0fe54bb1f41a3303bab89aa065</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): 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://git.baserock.org/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>chore(deps): update dependency sphinx to v4.3.1</title>
<updated>2021-11-27T18:19:56+00:00</updated>
<author>
<name>Renovate Bot</name>
<email>bot@renovateapp.com</email>
</author>
<published>2021-11-27T16:52:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=93a3893977d4e3a3e1916a94293e66373b1458fb'/>
<id>93a3893977d4e3a3e1916a94293e66373b1458fb</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 #1714 from python-gitlab/jlvillal/pytest_script_launch_mode</title>
<updated>2021-11-27T17:26:07+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-11-27T17:26:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=1badfeb97d7b5fdf61a3121c49f1e13ced7e2cc0'/>
<id>1badfeb97d7b5fdf61a3121c49f1e13ced7e2cc0</id>
<content type='text'>
chore: remove pytest-console-scripts specific config</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: remove pytest-console-scripts specific config</pre>
</div>
</content>
</entry>
<entry>
<title>chore: remove pytest-console-scripts specific config</title>
<updated>2021-11-27T17:15:10+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-11-25T21:03:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=e80dcb1dc09851230b00f8eb63e0c78fda060392'/>
<id>e80dcb1dc09851230b00f8eb63e0c78fda060392</id>
<content type='text'>
Remove the pytest-console-scripts specific config from the global
'[pytest]' config section.

Use the command line option `--script-launch-mode=subprocess`

Closes #1713
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the pytest-console-scripts specific config from the global
'[pytest]' config section.

Use the command line option `--script-launch-mode=subprocess`

Closes #1713
</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://git.baserock.org/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>Merge pull request #1718 from python-gitlab/jlvillal/project_groups</title>
<updated>2021-11-27T11:23:11+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-11-27T11:23:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=64f2360aecb082baac09cac716f88bd8cc6b443b'/>
<id>64f2360aecb082baac09cac716f88bd8cc6b443b</id>
<content type='text'>
feat: add support for `projects.groups.list()`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat: add support for `projects.groups.list()`</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://git.baserock.org/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>
</feed>
