Skip to content

Fix ProjectWiki#http_url_to_repo signature

EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1463

What does this MR do?

This fixes the ProjectWiki#http_url_to_repo method signature.

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

I've added a feature spec, and proper unit tests.

Why was this MR needed?

Project#http_url_to_repo was changed to accept an optional user parameter but ProjectWiki#http_url_to_repo wasn't changed accordingly.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #29685 (closed)

Merge request reports