https://bugzilla.gnome.org/show_bug.cgi?id=782896
Alberto Fanjul <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #2 from Alberto Fanjul <[email protected]> ---
Seems it is not working yet.
Test:
$ curl -s https://gitlab.gnome.org/api/v4/projects | jq '.[] |
select(.path_with_namespace == "albfan/gnome-todo")'
{
"id": 9,
"http_url_to_repo": "http://gitlab.gnome.org/albfan/gnome-todo.git",
"web_url": "http://gitlab.gnome.org/albfan/gnome-todo",
"name": "gnome-todo",
"name_with_namespace": "Alberto / gnome-todo",
"path": "gnome-todo",
"path_with_namespace": "albfan/gnome-todo"
}
$ curl -s https://gitlab.gnome.org/api/v4/projects/9 | jq
{
"id": 9,
"http_url_to_repo": "http://gitlab.gnome.org/albfan/gnome-todo.git",
"web_url": "http://gitlab.gnome.org/albfan/gnome-todo",
"name": "gnome-todo",
"name_with_namespace": "Alberto / gnome-todo",
"path": "gnome-todo",
"path_with_namespace": "albfan/gnome-todo"
}
$ curl -s https://gitlab.gnome.org/api/v4/projects/albfan%2Fgnome-todo | jq
{
"message": "404 Project Not Found"
}
--
You are receiving this mail because:
You are watching the QA Contact of the bug.
You are watching the assignee of the bug._______________________________________________
gnome-infrastructure mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gnome-infrastructure