<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/tools/functional_tests.sh, branch feat/packages-api</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(packages): add tests for Packages API</title>
<updated>2020-08-29T08:45:51+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2020-08-29T08:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=7ea178bad398c8c2851a4584f4dca5b8adc89d29'/>
<id>7ea178bad398c8c2851a4584f4dca5b8adc89d29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(cli): convert shell tests to pytest test cases</title>
<updated>2020-04-26T19:23:53+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-04-26T14:57:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=c4ab4f57e23eed06faeac8d4fa9ffb9ce5d47e48'/>
<id>c4ab4f57e23eed06faeac8d4fa9ffb9ce5d47e48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make CLI tests work for v4 as well</title>
<updated>2017-08-20T19:05:40+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2017-08-20T18:58:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=f00562c7682875930b505fac0b1fc7e19ab1358c'/>
<id>f00562c7682875930b505fac0b1fc7e19ab1358c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for MergeRequest validation</title>
<updated>2016-03-22T16:59:53+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-03-22T16:59:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=43e8a2a82deff4c95e156fc951f88ff6e95cf7b8'/>
<id>43e8a2a82deff4c95e156fc951f88ff6e95cf7b8</id>
<content type='text'>
Both API and CLI support this feature.

fixes #105
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Both API and CLI support this feature.

fixes #105
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: implement user get-by-username</title>
<updated>2016-02-14T09:40:14+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2016-02-14T09:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=58433d2b1854eb4e112c499d52d8dd0fd6dba094'/>
<id>58433d2b1854eb4e112c499d52d8dd0fd6dba094</id>
<content type='text'>
fixes #95
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #95
</pre>
</div>
</content>
</entry>
<entry>
<title>define a testcase() function; use it for tests</title>
<updated>2016-01-31T21:25:37+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-01-24T05:15:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=37f6d42a60c6c37ab3b33518d04a268116757c4c'/>
<id>37f6d42a60c6c37ab3b33518d04a268116757c4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve error handling</title>
<updated>2016-01-31T21:13:58+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-01-23T08:45:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=5dcceb88a124f2ba8a6c4475bd2c87d629f54950'/>
<id>5dcceb88a124f2ba8a6c4475bd2c87d629f54950</id>
<content type='text'>
Break up pipelines and check the exit status of non-basic commands to
ensure that any problems cause the scripts/testcases to fail right
away.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Break up pipelines and check the exit status of non-basic commands to
ensure that any problems cause the scripts/testcases to fail right
away.
</pre>
</div>
</content>
</entry>
<entry>
<title>convert scripts to POSIX shell by eliminating bashisms</title>
<updated>2016-01-31T21:13:56+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-01-23T08:23:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=57f1ad53e202861f2f7c858f970782a2351dcb76'/>
<id>57f1ad53e202861f2f7c858f970782a2351dcb76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>quote underquoted variable expansions</title>
<updated>2016-01-31T21:13:19+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-01-23T08:22:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=09ef2538bde7486e3327784c5968c5ee2482394b'/>
<id>09ef2538bde7486e3327784c5968c5ee2482394b</id>
<content type='text'>
This protects against word splitting if the variable contains IFS
characters, and it ensures that an empty variable doesn't become an
elided argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This protects against word splitting if the variable contains IFS
characters, and it ensures that an empty variable doesn't become an
elided argument.
</pre>
</div>
</content>
</entry>
<entry>
<title>convert $GITLAB to a function</title>
<updated>2016-01-31T21:13:19+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-01-23T08:41:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=c100a04eba7d9cd401333882a82948e7f644cea2'/>
<id>c100a04eba7d9cd401333882a82948e7f644cea2</id>
<content type='text'>
This makes it possible to quote the $CONFIG variable expansion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it possible to quote the $CONFIG variable expansion.
</pre>
</div>
</content>
</entry>
</feed>
