<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git, branch jlvillal/repository_func_tests</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: skip a functional test if not using &gt;= py3.9</title>
<updated>2021-12-27T06:15:35+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-12-27T06:15:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=ac9b59591a954504d4e6e9b576b7a43fcb2ddaaa'/>
<id>ac9b59591a954504d4e6e9b576b7a43fcb2ddaaa</id>
<content type='text'>
One of the tests requires Python 3.9 or higher to run. Mark the test
to be skipped if running Python less than 3.9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One of the tests requires Python 3.9 or higher to run. Mark the test
to be skipped if running Python less than 3.9.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: correct documentation for updating discussion note</title>
<updated>2021-12-26T03:07:59+00:00</updated>
<author>
<name>Hailiang</name>
<email>1181554113@qq.com</email>
</author>
<published>2021-12-26T01:48:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=ee66f4a777490a47ad915a3014729a9720bf909b'/>
<id>ee66f4a777490a47ad915a3014729a9720bf909b</id>
<content type='text'>
Closes #1777
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1777
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1774 from python-gitlab/jlvillal/doc_artifacts</title>
<updated>2021-12-25T12:48:53+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-12-25T12:48:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=3cb235277716d8b20c91e2518675b7eed2d0e777'/>
<id>3cb235277716d8b20c91e2518675b7eed2d0e777</id>
<content type='text'>
chore: generate artifacts for the docs build in the CI</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: generate artifacts for the docs build in the CI</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1776 from python-gitlab/jlvillal/rebase_in_progress</title>
<updated>2021-12-25T12:21:04+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-12-25T12:21:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e7d4d9148a1bb8302c63fcd780d8dda416015248'/>
<id>e7d4d9148a1bb8302c63fcd780d8dda416015248</id>
<content type='text'>
Add some docs for getting the status of a merge_request rebase</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add some docs for getting the status of a merge_request rebase</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add and document optional parameters for get MR</title>
<updated>2021-12-23T18:38:07+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-12-23T18:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=bfa3dbe516cfa8824b720ba4c52dd05054a855d7'/>
<id>bfa3dbe516cfa8824b720ba4c52dd05054a855d7</id>
<content type='text'>
Add and document (some of the) optional parameters that can be done
for a `project.merge_requests.get()`

Closes #1775
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add and document (some of the) optional parameters that can be done
for a `project.merge_requests.get()`

Closes #1775
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: rename documentation files to match names of code files</title>
<updated>2021-12-23T18:37:57+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-12-23T18:37:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=ee3f8659d48a727da5cd9fb633a060a9231392ff'/>
<id>ee3f8659d48a727da5cd9fb633a060a9231392ff</id>
<content type='text'>
Rename the merge request related documentation files to match the code
files. This will make it easier to find the documentation quickly.

Rename:
  `docs/gl_objects/mrs.rst -&gt; `docs/gl_objects/merge_requests.rst`
  `docs/gl_objects/mr_approvals.rst -&gt; `docs/gl_objects/merge_request_approvals.rst`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename the merge request related documentation files to match the code
files. This will make it easier to find the documentation quickly.

Rename:
  `docs/gl_objects/mrs.rst -&gt; `docs/gl_objects/merge_requests.rst`
  `docs/gl_objects/mr_approvals.rst -&gt; `docs/gl_objects/merge_request_approvals.rst`
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: generate artifacts for the docs build in the CI</title>
<updated>2021-12-22T23:22:40+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-12-22T23:22:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=85b43ae4a96b72e2f29e36a0aca5321ed78f28d2'/>
<id>85b43ae4a96b72e2f29e36a0aca5321ed78f28d2</id>
<content type='text'>
When building the docs store the created documentation as an artifact
so that it can be viewed.

This will create a html-docs.zip file which can be downloaded
containing the contents of the `build/sphinx/html/` directory. It can
be downloaded, extracted, and then viewed. This can be useful in
reviewing changes to the documentation.

See https://github.com/actions/upload-artifact for more information on
how this works.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When building the docs store the created documentation as an artifact
so that it can be viewed.

This will create a html-docs.zip file which can be downloaded
containing the contents of the `build/sphinx/html/` directory. It can
be downloaded, extracted, and then viewed. This can be useful in
reviewing changes to the documentation.

See https://github.com/actions/upload-artifact for more information on
how this works.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): support file format for repository archive</title>
<updated>2021-12-21T17:04:22+00:00</updated>
<author>
<name>Max Ludwig</name>
<email>mail@danjou.de</email>
</author>
<published>2021-07-31T20:26:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=83dcabf3b04af63318c981317778f74857279909'/>
<id>83dcabf3b04af63318c981317778f74857279909</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 #1766 from python-gitlab/jlvillal/leave_dot</title>
<updated>2021-12-21T13:57:57+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2021-12-21T13:57:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=eef8059d63f4c882fca6390ae18e3002e86c90d9'/>
<id>eef8059d63f4c882fca6390ae18e3002e86c90d9</id>
<content type='text'>
fix: stop encoding '.' to '%2E'</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix: stop encoding '.' to '%2E'</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1770 from python-gitlab/renovate/alessandrojcm-commitlint-pre-commit-hook-6.x</title>
<updated>2021-12-21T08:53:51+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2021-12-21T08:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=182ab9243f6777ac3319a68905c7ad6e6bdcd77b'/>
<id>182ab9243f6777ac3319a68905c7ad6e6bdcd77b</id>
<content type='text'>
chore(deps): update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v6</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore(deps): update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v6</pre>
</div>
</content>
</entry>
</feed>
