<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git, branch v2.10.0</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: release v2.10.0</title>
<updated>2021-07-28T00:15:47+00:00</updated>
<author>
<name>github-actions</name>
<email>action@github.com</email>
</author>
<published>2021-07-28T00:15:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=cec99d0d0d1892a7d124d81fd5da4234e61c180b'/>
<id>cec99d0d0d1892a7d124d81fd5da4234e61c180b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(readme): move contributing docs to CONTRIBUTING.rst</title>
<updated>2021-07-27T21:35:34+00:00</updated>
<author>
<name>Eric Davies</name>
<email>iamed2@gmail.com</email>
</author>
<published>2021-07-27T19:36:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=edf49a3d855b1ce4e2bd8a7038b7444ff0ab5fdc'/>
<id>edf49a3d855b1ce4e2bd8a7038b7444ff0ab5fdc</id>
<content type='text'>
Move the Contributing section of README.rst to CONTRIBUTING.rst, so it
is recognized by GitHub and shown when new contributors make pull
requests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the Contributing section of README.rst to CONTRIBUTING.rst, so it
is recognized by GitHub and shown when new contributors make pull
requests.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(api): do not require Release name for creation</title>
<updated>2021-07-27T20:46:16+00:00</updated>
<author>
<name>Eric Davies</name>
<email>iamed2@gmail.com</email>
</author>
<published>2021-07-27T18:51:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=98cd03b7a3085356b5f0f4fcdb7dc729b682f481'/>
<id>98cd03b7a3085356b5f0f4fcdb7dc729b682f481</id>
<content type='text'>
Stop requiring a `name` attribute for creating a Release, since a
release name has not been required since GitLab 12.5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop requiring a `name` attribute for creating a Release, since a
release name has not been required since GitLab 12.5.
</pre>
</div>
</content>
</entry>
<entry>
<title>test(functional): add mr.merge_ref tests</title>
<updated>2021-07-21T15:02:57+00:00</updated>
<author>
<name>Matej Focko</name>
<email>mfocko@redhat.com</email>
</author>
<published>2021-07-20T12:53:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=a9924f48800f57fa8036e3ebdf89d1e04b9bf1a1'/>
<id>a9924f48800f57fa8036e3ebdf89d1e04b9bf1a1</id>
<content type='text'>
- Add test for using merge_ref on non-merged MR
- Add test for using merge_ref on MR with conflicts

Signed-off-by: Matej Focko &lt;mfocko@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add test for using merge_ref on non-merged MR
- Add test for using merge_ref on MR with conflicts

Signed-off-by: Matej Focko &lt;mfocko@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: add example for mr.merge_ref</title>
<updated>2021-07-21T15:02:57+00:00</updated>
<author>
<name>Matej Focko</name>
<email>mfocko@redhat.com</email>
</author>
<published>2021-07-20T12:45:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=b30b8ac27d98ed0a45a13775645d77b76e828f95'/>
<id>b30b8ac27d98ed0a45a13775645d77b76e828f95</id>
<content type='text'>
Signed-off-by: Matej Focko &lt;mfocko@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Matej Focko &lt;mfocko@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): add merge_ref for merge requests</title>
<updated>2021-07-21T15:02:57+00:00</updated>
<author>
<name>Matej Focko</name>
<email>mfocko@redhat.com</email>
</author>
<published>2021-07-16T10:02:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=1e24ab247cc783ae240e94f6cb379fef1e743a52'/>
<id>1e24ab247cc783ae240e94f6cb379fef1e743a52</id>
<content type='text'>
Support merge_ref on merge requests that returns commit of attempted
merge of the MR.

Signed-off-by: Matej Focko &lt;mfocko@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support merge_ref on merge requests that returns commit of attempted
merge of the MR.

Signed-off-by: Matej Focko &lt;mfocko@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(project): add example on getting a single project using name with namespace</title>
<updated>2021-07-21T04:40:31+00:00</updated>
<author>
<name>Laurent Peuch</name>
<email>cortex@worlddomination.be</email>
</author>
<published>2021-07-21T02:57:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=ef16a979031a77155907f4160e4f5e159d839737'/>
<id>ef16a979031a77155907f4160e4f5e159d839737</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 requests to v2.26.0</title>
<updated>2021-07-13T16:04:37+00:00</updated>
<author>
<name>Renovate Bot</name>
<email>bot@renovateapp.com</email>
</author>
<published>2021-07-13T15:55:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=d3ea203dc0e4677b7f36c0f80e6a7a0438ea6385'/>
<id>d3ea203dc0e4677b7f36c0f80e6a7a0438ea6385</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 precommit hook pycqa/isort to v5.9.2</title>
<updated>2021-07-08T14:58:51+00:00</updated>
<author>
<name>Renovate Bot</name>
<email>bot@renovateapp.com</email>
</author>
<published>2021-07-08T08: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=521cdddc5260ef2ba6330822ec96efc90e1c03e3'/>
<id>521cdddc5260ef2ba6330822ec96efc90e1c03e3</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 isort to v5.9.2</title>
<updated>2021-07-08T14:58:34+00:00</updated>
<author>
<name>Renovate Bot</name>
<email>bot@renovateapp.com</email>
</author>
<published>2021-07-08T08:56:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=d5dcf1cb7e703ec732e12e41d2971726f27a4bdc'/>
<id>d5dcf1cb7e703ec732e12e41d2971726f27a4bdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
