<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/docs/gl_objects/protected_branches.rst, branch renovate/gitlab</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>test: add tests and clean up usage for new enums</title>
<updated>2022-06-27T23:36:23+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-06-22T21:46:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=323ab3c5489b0d35f268bc6c22ade782cade6ba4'/>
<id>323ab3c5489b0d35f268bc6c22ade782cade6ba4</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): convert gitlab.const to Enums</title>
<updated>2022-06-22T19:28:31+00:00</updated>
<author>
<name>Jochen Sprickerhof</name>
<email>git@jochen.sprickerhof.de</email>
</author>
<published>2021-11-11T09:33:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=c3c6086c548c03090ccf3f59410ca3e6b7999791'/>
<id>c3c6086c548c03090ccf3f59410ca3e6b7999791</id>
<content type='text'>
This allows accessing the elements by value, i.e.:

import gitlab.const
gitlab.const.AccessLevel(20)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows accessing the elements by value, i.e.:

import gitlab.const
gitlab.const.AccessLevel(20)
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: update docs to use gitlab.const for constants</title>
<updated>2021-11-30T16:37:56+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-11-30T16:37:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=b3b0b5f1da5b9da9bf44eac33856ed6eadf37dd6'/>
<id>b3b0b5f1da5b9da9bf44eac33856ed6eadf37dd6</id>
<content type='text'>
Update the docs to use gitlab.const to access constants.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the docs to use gitlab.const to access constants.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: rename `master` branch to `main`</title>
<updated>2021-10-11T20:49:46+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-10-09T13:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=545f8ed24124837bf4e55aa34e185270a4b7aeff'/>
<id>545f8ed24124837bf4e55aa34e185270a4b7aeff</id>
<content type='text'>
BREAKING CHANGE: As of python-gitlab 3.0.0, the default branch for development
has changed from `master` to `main`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE: As of python-gitlab 3.0.0, the default branch for development
has changed from `master` to `main`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add access control options to protected branch creation</title>
<updated>2018-12-07T17:10:41+00:00</updated>
<author>
<name>Eric Sabouraud</name>
<email>esabouraud@users.noreply.github.com</email>
</author>
<published>2018-12-07T17:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=cebbbf67f2529bd9380276ac28abe726d3a57a81'/>
<id>cebbbf67f2529bd9380276ac28abe726d3a57a81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: rename MASTER_ACCESS</title>
<updated>2018-10-06T14:53:23+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2018-10-06T14:50:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=c38775a5d52620a9c2d506d7b0952ea7ef0a11fc'/>
<id>c38775a5d52620a9c2d506d7b0952ea7ef0a11fc</id>
<content type='text'>
to MAINTAINER_ACCESS to follow GitLab 11.0 docs

See:
https://docs.gitlab.com/ce/user/permissions.html#project-members-permissions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to MAINTAINER_ACCESS to follow GitLab 11.0 docs

See:
https://docs.gitlab.com/ce/user/permissions.html#project-members-permissions
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the protect branch creation example</title>
<updated>2018-06-23T05:51:38+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-06-23T05:51:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=590c41ae5030140ea16904d22c15daa3a9ffd374'/>
<id>590c41ae5030140ea16904d22c15daa3a9ffd374</id>
<content type='text'>
Closes #536
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #536
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Rework the examples pages</title>
<updated>2018-05-20T07:01:05+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-05-20T07:01:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=5292ffb366f97e4dc611dfd49a1dca7d1e934f4c'/>
<id>5292ffb366f97e4dc611dfd49a1dca7d1e934f4c</id>
<content type='text'>
* Get rid of the .py files and bring all the python examples in the RST
files
* Fix a few things
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Get rid of the .py files and bring all the python examples in the RST
files
* Fix a few things
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing doc file</title>
<updated>2017-09-21T20:17:06+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-09-21T20:17:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=a346f921560e6eb52f52ed0c660ecae7fcd73b6a'/>
<id>a346f921560e6eb52f52ed0c660ecae7fcd73b6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
