Skip to content

added due_date attribute to ProjectIssue #216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

d0c-s4vage
Copy link
Contributor

No description provided.

@d0c-s4vage
Copy link
Contributor Author

I don't think that build failure is due to me - https://travis-ci.org/gpocentek/python-gitlab/jobs/199693767

Specifically:

Traceback (most recent call last):
  File "/home/travis/build/gpocentek/python-gitlab/tools/python_test.py", line 37, in <module>
    settings.save()
  File "/home/travis/build/gpocentek/python-gitlab/gitlab/objects.py", line 326, in save
    self._update(**kwargs)
  File "/home/travis/build/gpocentek/python-gitlab/gitlab/objects.py", line 321, in _update
    json = self.gitlab.update(self, **kwargs)
  File "/home/travis/build/gpocentek/python-gitlab/gitlab/__init__.py", line 554, in update
    raise_error_from_response(r, GitlabUpdateError)
  File "/home/travis/build/gpocentek/python-gitlab/gitlab/exceptions.py", line 180, in raise_error_from_response
    response_body=response.content)
gitlab.exceptions.GitlabUpdateError: 400: {"error":"domain_whitelist is invalid"}
ERROR: 'python /home/travis/build/gpocentek/python-gitlab/tools/python_test.py' failed

@gpocentek
Copy link
Contributor

Looks good. The test failure is not related to your patch.

@gpocentek gpocentek merged commit 1e0ae59 into python-gitlab:master Feb 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants