<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/docs, branch jlvillal/remove_replace</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 temporary banner for v3</title>
<updated>2022-01-05T23:14:25+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2022-01-05T23:03:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=a349793307e3a975bb51f864b48e5e9825f70182'/>
<id>a349793307e3a975bb51f864b48e5e9825f70182</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: switch to Furo and refresh introduction pages</title>
<updated>2022-01-05T00:23:02+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-05-25T20:53:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=ee6b024347bf8a178be1a0998216f2a24c940cee'/>
<id>ee6b024347bf8a178be1a0998216f2a24c940cee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: fix typo in MR documentation</title>
<updated>2022-01-04T10:52:08+00:00</updated>
<author>
<name>Markus Legner</name>
<email>mlegner@users.noreply.github.com</email>
</author>
<published>2022-01-04T10:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=2254222094d218b31a6151049c7a43e19c593a97'/>
<id>2254222094d218b31a6151049c7a43e19c593a97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(cli): allow options from args and environment variables</title>
<updated>2022-01-02T22:35:39+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-02-11T23:47:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=ca58008607385338aaedd14a58adc347fa1a41a0'/>
<id>ca58008607385338aaedd14a58adc347fa1a41a0</id>
<content type='text'>
BREAKING-CHANGE: The gitlab CLI will now accept CLI arguments
and environment variables for its global options in addition
to configuration file options. This may change behavior for
some workflows such as running inside GitLab CI and with
certain environment variables configured.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING-CHANGE: The gitlab CLI will now accept CLI arguments
and environment variables for its global options in addition
to configuration file options. This may change behavior for
some workflows such as running inside GitLab CI and with
certain environment variables configured.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: handle situation where GitLab does not return values</title>
<updated>2021-12-30T20:34:50+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-12-30T20:34:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=cb824a49af9b0d155b89fe66a4cfebefe52beb7a'/>
<id>cb824a49af9b0d155b89fe66a4cfebefe52beb7a</id>
<content type='text'>
If a query returns more than 10,000 records than the following values
are NOT returned:
  x.total_pages
  x.total

Modify the code to allow no value to be set for these values. If there
is not a value returned the functions will now return None.

Update unit test so no longer `xfail`

https://docs.gitlab.com/ee/user/gitlab_com/index.html#pagination-response-headers

Closes #1686
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a query returns more than 10,000 records than the following values
are NOT returned:
  x.total_pages
  x.total

Modify the code to allow no value to be set for these values. If there
is not a value returned the functions will now return None.

Update unit test so no longer `xfail`

https://docs.gitlab.com/ee/user/gitlab_com/index.html#pagination-response-headers

Closes #1686
</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://git.baserock.org/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>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://git.baserock.org/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://git.baserock.org/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>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://git.baserock.org/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>docs(project): remove redundant encoding parameter</title>
<updated>2021-12-20T07:25:08+00:00</updated>
<author>
<name>Shashwat Kumar</name>
<email>forwardtoshashwat@gmail.com</email>
</author>
<published>2021-12-15T20:59:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=fed613f41a298e79a975b7f99203e07e0f45e62c'/>
<id>fed613f41a298e79a975b7f99203e07e0f45e62c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
