<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/exceptions.py, 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>refactor: use f-strings for string formatting</title>
<updated>2021-11-06T03:45:01+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-11-01T18:22:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=7925c902d15f20abaecdb07af213f79dad91355b'/>
<id>7925c902d15f20abaecdb07af213f79dad91355b</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): add project label promotion</title>
<updated>2021-10-18T09:30:34+00:00</updated>
<author>
<name>Raimund Hook</name>
<email>raimund.hook@exfo.com</email>
</author>
<published>2021-09-24T09:22:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=6d7c88a1fe401d271a34df80943634652195b140'/>
<id>6d7c88a1fe401d271a34df80943634652195b140</id>
<content type='text'>
Adds a mixin that allows the /promote endpoint to be called.

Signed-off-by: Raimund Hook &lt;raimund.hook@exfo.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a mixin that allows the /promote endpoint to be called.

Signed-off-by: Raimund Hook &lt;raimund.hook@exfo.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: fix import ordering using isort</title>
<updated>2021-05-25T18:54:51+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-05-22T15:55:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=f3afd34260d681bbeec974b67012b90d407b7014'/>
<id>f3afd34260d681bbeec974b67012b90d407b7014</id>
<content type='text'>
Fix the import ordering using isort.

https://pycqa.github.io/isort/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the import ordering using isort.

https://pycqa.github.io/isort/
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: mypy: Disallow untyped definitions</title>
<updated>2021-04-28T04:04:58+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-04-18T19:06:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=6aef2dadf715e601ae9c302be0ad9958345a97f2'/>
<id>6aef2dadf715e601ae9c302be0ad9958345a97f2</id>
<content type='text'>
Be more strict and don't allow untyped definitions on the files we
check.

Also this adds type-hints for two of the decorators so that now
functions/methods decorated by them will have their types be revealed
correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Be more strict and don't allow untyped definitions on the files we
check.

Also this adds type-hints for two of the decorators so that now
functions/methods decorated by them will have their types be revealed
correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(users): add follow/unfollow API</title>
<updated>2021-02-27T15:33:05+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2021-02-25T20:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e456869d98a1b7d07e6f878a0d6a9719c1b10fd4'/>
<id>e456869d98a1b7d07e6f878a0d6a9719c1b10fd4</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 play command to project pipeline schedules</title>
<updated>2020-04-20T23:18:04+00:00</updated>
<author>
<name>Christopher Zorn</name>
<email>christopherzo@zillowgroup.com</email>
</author>
<published>2020-04-09T00:02:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=07b99881dfa6efa9665245647460e99846ccd341'/>
<id>07b99881dfa6efa9665245647460e99846ccd341</id>
<content type='text'>
fix: remove version from setup

feat: add pipeline schedule play error exception

docs: add documentation for pipeline schedule play
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix: remove version from setup

feat: add pipeline schedule play error exception

docs: add documentation for pipeline schedule play
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1059 from python-gitlab/fix/raise-from</title>
<updated>2020-04-07T08:41:17+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2020-04-07T08:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=6749859505db73655f13a7950e70b67c1ee1d0fb'/>
<id>6749859505db73655f13a7950e70b67c1ee1d0fb</id>
<content type='text'>
chore: use raise..from for chained exceptions (#939)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: use raise..from for chained exceptions (#939)</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): add support for Group Import/Export API (#1037)</title>
<updated>2020-04-05T20:48:33+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-04-05T19:56:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=6cb9d9238ea3cc73689d6b71e991f2ec233ee8e6'/>
<id>6cb9d9238ea3cc73689d6b71e991f2ec233ee8e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: use raise..from for chained exceptions (#939)</title>
<updated>2020-03-29T23:19:23+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-03-29T23:19:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=79fef262c3e05ff626981c891d9377abb1e18533'/>
<id>79fef262c3e05ff626981c891d9377abb1e18533</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 commit revert API (#991)</title>
<updated>2020-02-18T16:17:28+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-02-18T16:15:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=5298964ee7db8a610f23de2d69aad8467727ca97'/>
<id>5298964ee7db8a610f23de2d69aad8467727ca97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
