<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/docs/gl_objects, branch master</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>Close-out `master` branch</title>
<updated>2021-11-30T04:59:53+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-11-30T04:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=86ab04e54ea4175f10053decfad5086cda7aa024'/>
<id>86ab04e54ea4175f10053decfad5086cda7aa024</id>
<content type='text'>
Until we delete the `master` branch, delete all content except a short
README that tells people to use the `main` branch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Until we delete the `master` branch, delete all content except a short
README that tells people to use the `main` branch.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(pipelines): document take_ownership method</title>
<updated>2021-10-08T19:50:07+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-10-06T19:44:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=69461f6982e2a85dcbf95a0b884abd3f4050c1c7'/>
<id>69461f6982e2a85dcbf95a0b884abd3f4050c1c7</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 #1616 from lmmx/patch-1</title>
<updated>2021-10-08T17:57:59+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-10-08T17:57:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e851eed42d56718699261495698c0ac6ad6c6b22'/>
<id>e851eed42d56718699261495698c0ac6ad6c6b22</id>
<content type='text'>
Document the `update` method for project variables</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document the `update` method for project variables</pre>
</div>
</content>
</entry>
<entry>
<title>docs(api): document the update method for project variables</title>
<updated>2021-10-08T17:43:14+00:00</updated>
<author>
<name>Louis Maddox</name>
<email>lmmx@users.noreply.github.com</email>
</author>
<published>2021-09-30T14:09:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=7992911896c62f23f25742d171001f30af514a9a'/>
<id>7992911896c62f23f25742d171001f30af514a9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(objects): remove deprecated branch protect methods</title>
<updated>2021-10-06T19:09:22+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-09-11T13:46:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=9656a16f9f34a1aeb8ea0015564bad68ffb39c26'/>
<id>9656a16f9f34a1aeb8ea0015564bad68ffb39c26</id>
<content type='text'>
BREAKING CHANGE: remove deprecated branch protect methods in favor of
the more complete protected branches API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE: remove deprecated branch protect methods in favor of
the more complete protected branches API.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix a few typos</title>
<updated>2021-09-18T20:34:18+00:00</updated>
<author>
<name>Tim Gates</name>
<email>tim.gates@iress.com</email>
</author>
<published>2021-09-15T22:24:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=7ea4ddc4248e314998fd27eea17c6667f5214d1d'/>
<id>7ea4ddc4248e314998fd27eea17c6667f5214d1d</id>
<content type='text'>
There are small typos in:
- docs/gl_objects/deploy_tokens.rst
- gitlab/base.py
- gitlab/mixins.py
- gitlab/v4/objects/features.py
- gitlab/v4/objects/groups.py
- gitlab/v4/objects/packages.py
- gitlab/v4/objects/projects.py
- gitlab/v4/objects/sidekiq.py
- gitlab/v4/objects/todos.py

Fixes:
- Should read `treatment` rather than `reatment`.
- Should read `transferred` rather than `transfered`.
- Should read `registered` rather than `registred`.
- Should read `occurred` rather than `occured`.
- Should read `overridden` rather than `overriden`.
- Should read `marked` rather than `maked`.
- Should read `instantiate` rather than `instanciate`.
- Should read `function` rather than `fonction`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are small typos in:
- docs/gl_objects/deploy_tokens.rst
- gitlab/base.py
- gitlab/mixins.py
- gitlab/v4/objects/features.py
- gitlab/v4/objects/groups.py
- gitlab/v4/objects/packages.py
- gitlab/v4/objects/projects.py
- gitlab/v4/objects/sidekiq.py
- gitlab/v4/objects/todos.py

Fixes:
- Should read `treatment` rather than `reatment`.
- Should read `transferred` rather than `transfered`.
- Should read `registered` rather than `registred`.
- Should read `occurred` rather than `occured`.
- Should read `overridden` rather than `overriden`.
- Should read `marked` rather than `maked`.
- Should read `instantiate` rather than `instanciate`.
- Should read `function` rather than `fonction`.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(objects): support Create and Revoke personal access token API</title>
<updated>2021-09-13T15:22:54+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-09-12T18:58:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e19314dcc481b045ba7a12dd76abedc08dbdf032'/>
<id>e19314dcc481b045ba7a12dd76abedc08dbdf032</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(objects): remove deprecated members.all() method</title>
<updated>2021-09-09T03:14:08+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-09-08T21:51:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=4d7b848e2a826c58e91970a1d65ed7d7c3e07166'/>
<id>4d7b848e2a826c58e91970a1d65ed7d7c3e07166</id>
<content type='text'>
BREAKING CHANGE: remove deprecated members.all() method
in favor of members_all.list()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE: remove deprecated members.all() method
in favor of members_all.list()
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(mergequests): gl.mergequests.list documentation was missleading</title>
<updated>2021-08-04T04:12:22+00:00</updated>
<author>
<name>Laurent Peuch</name>
<email>cortex@worlddomination.be</email>
</author>
<published>2021-08-04T04:12:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=5b5a7bcc70a4ddd621cbd59e134e7004ad2d9ab9'/>
<id>5b5a7bcc70a4ddd621cbd59e134e7004ad2d9ab9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
