<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/tools/python_test_v4.py, branch fix/779</title>
<subtitle>github.com: gpocentek/python-gitlab.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/'/>
<entry>
<title>refactor: format everything black</title>
<updated>2019-05-16T16:03:56+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig95@gmail.com</email>
</author>
<published>2019-05-16T16:00:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=318d2770cbc90ae4d33170274e214b9d828bca43'/>
<id>318d2770cbc90ae4d33170274e214b9d828bca43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(api): avoid parameter conflicts with python and gitlab</title>
<updated>2019-01-13T16:20:34+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2019-01-13T12:12:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=4bd027aac41c41f7e22af93c7be0058d2faf7fb4'/>
<id>4bd027aac41c41f7e22af93c7be0058d2faf7fb4</id>
<content type='text'>
Provide another way to send data to gitlab with a new `query_parameters`
argument. This parameter can be used to explicitly define the dict of
items to send to the server, so that **kwargs are only used to specify
python-gitlab specific parameters.

Closes #566
Closes #629
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide another way to send data to gitlab with a new `query_parameters`
argument. This parameter can be used to explicitly define the dict of
items to send to the server, so that **kwargs are only used to specify
python-gitlab specific parameters.

Closes #566
Closes #629
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: remove decode() on error_message string</title>
<updated>2019-01-09T03:12:25+00:00</updated>
<author>
<name>Srikanth Chelluri</name>
<email>srikanth.chelluri@appian.com</email>
</author>
<published>2019-01-09T03:12:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=16bda20514e036e51bef210b565671174cdeb637'/>
<id>16bda20514e036e51bef210b565671174cdeb637</id>
<content type='text'>
The integration tests failed because a test called 'decode()' on a
string-type variable - the GitLabException class handles byte-to-string
conversion already in its __init__. This commit removes the call to
'decode()' in the test.

```
Traceback (most recent call last):
  File "./tools/python_test_v4.py", line 801, in &lt;module&gt;
    assert 'Retry later' in error_message.decode()
AttributeError: 'str' object has no attribute 'decode'
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The integration tests failed because a test called 'decode()' on a
string-type variable - the GitLabException class handles byte-to-string
conversion already in its __init__. This commit removes the call to
'decode()' in the test.

```
Traceback (most recent call last):
  File "./tools/python_test_v4.py", line 801, in &lt;module&gt;
    assert 'Retry later' in error_message.decode()
AttributeError: 'str' object has no attribute 'decode'
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #625 from python-gitlab/fix/611/resource_label_event</title>
<updated>2018-11-28T17:02:58+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2018-11-28T17:02:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=20eb7d8900cdc24c3ea1e7ef2262dca9965a2884'/>
<id>20eb7d8900cdc24c3ea1e7ef2262dca9965a2884</id>
<content type='text'>
Add support to resource label events</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support to resource label events</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] Add support for members all() method</title>
<updated>2018-11-24T17:05:34+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-11-24T17:05:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=ef1523a23737db45d0f439badcd8be564bcb67fb'/>
<id>ef1523a23737db45d0f439badcd8be564bcb67fb</id>
<content type='text'>
Closes #589
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #589
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support to resource label events</title>
<updated>2018-11-22T17:13:46+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-11-03T08:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=95d0d745d4bafe702c89c972f644b049d6c810ab'/>
<id>95d0d745d4bafe702c89c972f644b049d6c810ab</id>
<content type='text'>
Closes #611
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #611
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the pythongitlab/test-python-gitlab docker image for tests</title>
<updated>2018-11-03T08:53:43+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-11-03T08:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=2c6c929f78dfda92d5ae93235bb9065d289a68cc'/>
<id>2c6c929f78dfda92d5ae93235bb9065d289a68cc</id>
<content type='text'>
This images is updated to the latest GitLab CE.

Fix the diff() test to match the change in the API output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This images is updated to the latest GitLab CE.

Fix the diff() test to match the change in the API output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for listing forks of a project  (#562)</title>
<updated>2018-07-26T05:18:38+00:00</updated>
<author>
<name>David Guest</name>
<email>owmtia@gmail.com</email>
</author>
<published>2018-07-26T05:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=b325bd73400e3806e6ede59cc10011fbf138b877'/>
<id>b325bd73400e3806e6ede59cc10011fbf138b877</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: default to python 3</title>
<updated>2018-06-06T08:18:21+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-06-06T08:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=b3df26e4247fd4af04a753d17e81efed5aa77ec7'/>
<id>b3df26e4247fd4af04a753d17e81efed5aa77ec7</id>
<content type='text'>
Fix the bytes/str issues
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the bytes/str issues
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for group badges</title>
<updated>2018-05-29T17:32:26+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2018-05-29T17:32:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=9412a5ddb1217368e0ac19fc06a4ff32711b931f'/>
<id>9412a5ddb1217368e0ac19fc06a4ff32711b931f</id>
<content type='text'>
Also consolidate project/group badges tests, and add some docs

Fixes #469
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also consolidate project/group badges tests, and add some docs

Fixes #469
</pre>
</div>
</content>
</entry>
</feed>
