You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The path/namespace must be url-encoded.
https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding
We were assuming that only the `/` needed to be escape,
and that the namespace can't have more `/`.
But GitLab has subgroups, which is parsed as the username in our code.
0 commit comments