<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git, branch feat/instance-variables-api</title>
<subtitle>github.com: gpocentek/python-gitlab.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/'/>
<entry>
<title>chore(test): use pathlib for paths</title>
<updated>2020-08-31T21:48:55+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2020-08-31T20:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=5a56b6b55f761940f80491eddcdcf17d37215cfd'/>
<id>5a56b6b55f761940f80491eddcdcf17d37215cfd</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): add docs for instance-level variables</title>
<updated>2020-08-31T21:48:55+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2020-08-30T16:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=ad4b87cb3d6802deea971e6574ae9afe4f352e31'/>
<id>ad4b87cb3d6802deea971e6574ae9afe4f352e31</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 variables API</title>
<updated>2020-08-31T21:48:55+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2020-08-29T15:48:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=66d108de9665055921123476426fb6716c602496'/>
<id>66d108de9665055921123476426fb6716c602496</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 support for instance variables</title>
<updated>2020-08-31T21:48:54+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2020-08-29T15:44:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=4492fc42c9f6e0031dd3f3c6c99e4c58d4f472ff'/>
<id>4492fc42c9f6e0031dd3f3c6c99e4c58d4f472ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: turn objects module into a package</title>
<updated>2020-08-31T21:48:54+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2020-08-29T14:52:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=da8af6f6be6886dca4f96390632cf3b91891954e'/>
<id>da8af6f6be6886dca4f96390632cf3b91891954e</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 #1165 from DylannCordel/fix-user-email-reconfirmation</title>
<updated>2020-08-31T21:10:47+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-08-31T21:10:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=97e1dcc889463305943612e3ffc87e111a9396cb'/>
<id>97e1dcc889463305943612e3ffc87e111a9396cb</id>
<content type='text'>
fix: wrong reconfirmation parameter when updating user's email</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix: wrong reconfirmation parameter when updating user's email</pre>
</div>
</content>
</entry>
<entry>
<title>fix: wrong reconfirmation parameter when updating user's email</title>
<updated>2020-08-31T15:05:10+00:00</updated>
<author>
<name>Dylann CORDEL</name>
<email>cordel.d@free.fr</email>
</author>
<published>2020-08-31T13:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=b5c267e110b2d7128da4f91c62689456d5ce275f'/>
<id>b5c267e110b2d7128da4f91c62689456d5ce275f</id>
<content type='text'>
Since version 10.3 (and later), param to not send (re)confirmation when updating an user is
`skip_reconfirmation` (and not `skip_confirmation`).

See:

* https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/15175?tab=
* https://docs.gitlab.com/11.11/ee/api/users.html#user-modification
* https://docs.gitlab.com/ee/api/users.html#user-modification
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since version 10.3 (and later), param to not send (re)confirmation when updating an user is
`skip_reconfirmation` (and not `skip_confirmation`).

See:

* https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/15175?tab=
* https://docs.gitlab.com/11.11/ee/api/users.html#user-modification
* https://docs.gitlab.com/ee/api/users.html#user-modification
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1164 from nejch/master</title>
<updated>2020-08-31T06:59:02+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2020-08-31T06:59:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=e6a9ba99692105405622ed196db36a05c2dcb1b8'/>
<id>e6a9ba99692105405622ed196db36a05c2dcb1b8</id>
<content type='text'>
chore(ci): pin gitlab-ce version for renovate</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore(ci): pin gitlab-ce version for renovate</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ci): pin gitlab-ce version for renovate</title>
<updated>2020-08-31T04:35:53+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2020-08-30T21:45:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=cb79fb72e899e65a1ad77ccd508f1a1baca30309'/>
<id>cb79fb72e899e65a1ad77ccd508f1a1baca30309</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 #1162 from python-gitlab/chore/pre-commit-config</title>
<updated>2020-08-30T13:31:14+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2020-08-30T13:31:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=97d82610a091a85e6c118d0ad7914dcb898ec4dc'/>
<id>97d82610a091a85e6c118d0ad7914dcb898ec4dc</id>
<content type='text'>
chore(env): add pre-commit and commit-msg hooks</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore(env): add pre-commit and commit-msg hooks</pre>
</div>
</content>
</entry>
</feed>
