Skip to content

Fix the /projects/:id/repository/tags endpoint to handle dots in the tag name…

username-removed-128633 requested to merge rc/fix-tags-api into master

What does this MR do?

Part 2 of #15651 (closed). This allows to make API requests for tags that contains a . when the project full path contains a /.

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

Same as https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13115/diffs#are-there-points-in-the-code-the-reviewer-needs-to-double-check.

Why was this MR needed?

Because tags that contain a . couldn't be dealt with when the project full path contains a /.

Does this MR meet the acceptance criteria?

Edited by username-removed-128633

Merge request reports