GNOME Bugzilla – Bug 782810
gitlab.gnome.org api is not avaliable
Last modified: 2017-05-19 09:42:41 UTC
There is a tool to automate export from bugzilla/import to gitlab created by Alberto Ruiz https://gitlab.com/aruiz/gitlab-gnome-tools It is based on a project that uses gitlab api to create issues. but using against gitlab.gnome.org fails: $ bztogl.py --target gitlab --token blablabla --product gnome-todo --bz-user albertofanjul@gmail.com --bz-password blablabla --target-product albfan/gnome-todo Connecting to https://gitlab.gnome.org/ Traceback (most recent call last):
+ Trace 237494
main()
target.connect()
self.id = self.gl.projects.get(self.target_product).id
return self.obj_cls.get(self.gitlab, id, **args)
return cls(gl, id, **kwargs)
data = self.gitlab.get(self.__class__, data, **kwargs)
raise_error_from_response(r, GitlabGetError)
response_body=response.content)
<html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /api/v3/projects/albfan/gnome-todo was not found on this server.</p> <hr> <address>Apache/2.2.15 (Red Hat) Server at gitlab.gnome.org Port 443</address> </body></html> Same command against gitlab.com work correctly
gitlab.gnome.org us3 v4 api