<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git, branch jlvillal/version_in_keyerror</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 the version of python-gitlab to GitlabError</title>
<updated>2022-06-25T17:02:53+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-06-25T17:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=7577c91c5819c8f37acbf4d4c3eee3ffd84522a0'/>
<id>7577c91c5819c8f37acbf4d4c3eee3ffd84522a0</id>
<content type='text'>
People will post tracebacks of exceptions but not post information on
the version of python-gitlab used.

Add the version of python-gitlab to the GitlabError exception message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
People will post tracebacks of exceptions but not post information on
the version of python-gitlab used.

Add the version of python-gitlab to the GitlabError exception message.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2061 from bgamari/patch-1</title>
<updated>2022-06-25T16:39:15+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-06-25T16:39:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=f9b7c7b5c1c5782ffe1cec19420f3484681e1a67'/>
<id>f9b7c7b5c1c5782ffe1cec19420f3484681e1a67</id>
<content type='text'>
feat(users): add approve and reject methods to User</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat(users): add approve and reject methods to User</pre>
</div>
</content>
</entry>
<entry>
<title>docs(api): document usage of head() methods</title>
<updated>2022-06-25T16:30:03+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-06-25T13:54:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=f555bfb363779cc6c8f8036f6d6cfa302e15d4fe'/>
<id>f555bfb363779cc6c8f8036f6d6cfa302e15d4fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): support head() method for get and list endpoints</title>
<updated>2022-06-25T16:30:03+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-06-24T23:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=ce9216ccc542d834be7f29647c7ee98c2ca5bb01'/>
<id>ce9216ccc542d834be7f29647c7ee98c2ca5bb01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(api): add tests for HEAD method</title>
<updated>2022-06-25T16:30:03+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-06-24T17:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=b0f02facef2ea30f24dbfb3c52974f34823e9bba'/>
<id>b0f02facef2ea30f24dbfb3c52974f34823e9bba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): implement HEAD method</title>
<updated>2022-06-25T16:30:03+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvainpocentek@gmail.com</email>
</author>
<published>2022-06-24T17:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=90635a7db3c9748745471d2282260418e31c7797'/>
<id>90635a7db3c9748745471d2282260418e31c7797</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(users): add approve and reject methods to User</title>
<updated>2022-06-25T15:50:43+00:00</updated>
<author>
<name>Ben Gamari</name>
<email>ben@smart-cactus.org</email>
</author>
<published>2022-06-09T15:11:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=f57139d8f1dafa6eb19d0d954b3634c19de6413c'/>
<id>f57139d8f1dafa6eb19d0d954b3634c19de6413c</id>
<content type='text'>
As requested in #1604.

Co-authored-by: John Villalovos &lt;john@sodarock.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As requested in #1604.

Co-authored-by: John Villalovos &lt;john@sodarock.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(projects): provide more detailed import examples</title>
<updated>2022-06-25T14:46:06+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-06-25T12:55:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=8f8611a1263b8c19fd19ce4a904a310b0173b6bf'/>
<id>8f8611a1263b8c19fd19ce4a904a310b0173b6bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(projects): document 404 gotcha with unactivated integrations</title>
<updated>2022-06-25T14:46:06+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-06-25T12:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=522ecffdb6f07e6c017139df4eb5d3fc42a585b7'/>
<id>522ecffdb6f07e6c017139df4eb5d3fc42a585b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(variables): instruct users to follow GitLab rules for values</title>
<updated>2022-06-25T14:46:06+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-06-25T12:05:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=194b6be7ccec019fefc04754f98b9ec920c29568'/>
<id>194b6be7ccec019fefc04754f98b9ec920c29568</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
