Skip to content

Fix #15651 - 404 in the API when accessing repository with a dot

What does this MR do?

This is a partial fix for https://gitlab.com/gitlab-org/gitlab-ce/issues/15651

It allow to access branch with the API when the repo got a dot in his name.

Are there points in the code the reviewer needs to double check?

I didn't add a Changelog entry as there may be other fix needed to fully handle repository with dot (example: protect/unprotect branch, etc)

Why was this MR needed?

There was an old bug in the API.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Partial fix #15651 (closed)

Edited by username-removed-957157

Merge request reports