<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/tests, branch docs/group-projects-list-cli</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>test(runners): add all runners unit tests</title>
<updated>2020-05-16T13:12:23+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2020-05-16T12:41:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=127fa5a2134aee82958ce05357d60513569c3659'/>
<id>127fa5a2134aee82958ce05357d60513569c3659</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: lint fixes</title>
<updated>2020-04-21T23:00:40+00:00</updated>
<author>
<name>Christopher Zorn</name>
<email>christopherzo@zillowgroup.com</email>
</author>
<published>2020-04-21T23:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=930122b1848b3d42af1cf8567a065829ec0eb44f'/>
<id>930122b1848b3d42af1cf8567a065829ec0eb44f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: add a test for creating and triggering pipeline schedule</title>
<updated>2020-04-21T16:14:13+00:00</updated>
<author>
<name>Christopher Zorn</name>
<email>christopherzo@zillowgroup.com</email>
</author>
<published>2020-04-21T16:14:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=9f04560e59f372f80ac199aeee16378d8f80610c'/>
<id>9f04560e59f372f80ac199aeee16378d8f80610c</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 #1075 from python-gitlab/feat/available-services</title>
<updated>2020-04-16T23:41:55+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-04-16T23:41:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=dad505c5e6aac3081ed796227e8f21d28b217ea0'/>
<id>dad505c5e6aac3081ed796227e8f21d28b217ea0</id>
<content type='text'>
feat(services): add project service list API</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat(services): add project service list API</pre>
</div>
</content>
</entry>
<entry>
<title>chore: fix typo in docstring</title>
<updated>2020-04-16T23:02:41+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-04-16T23:02:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=c20f5f15de84d1b1bbb12c18caf1927dcfd6f393'/>
<id>c20f5f15de84d1b1bbb12c18caf1927dcfd6f393</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: allow an environment variable to specify config location</title>
<updated>2020-04-16T23:01:32+00:00</updated>
<author>
<name>Jeremy Cline</name>
<email>jcline@redhat.com</email>
</author>
<published>2020-04-14T19:27:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=401e702a9ff14bf4cc33b3ed3acf16f3c60c6945'/>
<id>401e702a9ff14bf4cc33b3ed3acf16f3c60c6945</id>
<content type='text'>
It can be useful (especially in scripts) to specify a configuration
location via an environment variable. If the "PYTHON_GITLAB_CFG"
environment variable is defined, treat its value as the path to a
configuration file and include it in the set of default configuration
locations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It can be useful (especially in scripts) to specify a configuration
location via an environment variable. If the "PYTHON_GITLAB_CFG"
environment variable is defined, treat its value as the path to a
configuration file and include it in the set of default configuration
locations.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(services): add project service list API</title>
<updated>2020-04-16T12:39:04+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2020-04-16T08:07:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=fc5222188ad096932fa89bb53f03f7118926898a'/>
<id>fc5222188ad096932fa89bb53f03f7118926898a</id>
<content type='text'>
Can be used to list available services
It was introduced in GitLab 12.7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Can be used to list available services
It was introduced in GitLab 12.7
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1059 from python-gitlab/fix/raise-from</title>
<updated>2020-04-07T08:41:17+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2020-04-07T08:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=6749859505db73655f13a7950e70b67c1ee1d0fb'/>
<id>6749859505db73655f13a7950e70b67c1ee1d0fb</id>
<content type='text'>
chore: use raise..from for chained exceptions (#939)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore: use raise..from for chained exceptions (#939)</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1052 from machine424/deploy-tokens-support</title>
<updated>2020-04-07T08:39:46+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2020-04-07T08:39:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=5979750fcc953148fcca910c04258f56c3027bce'/>
<id>5979750fcc953148fcca910c04258f56c3027bce</id>
<content type='text'>
feat(api): add support for Gitlab Deploy Token API</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat(api): add support for Gitlab Deploy Token API</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): add support for remote mirrors API (#1056)</title>
<updated>2020-04-06T22:55:33+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-04-06T22:55:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=4cfaa2fd44b64459f6fc268a91d4469284c0e768'/>
<id>4cfaa2fd44b64459f6fc268a91d4469284c0e768</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
