Fix ProjectWiki#http_url_to_repo signature
requested to merge 29685-wrong-number-of-arguments-calling-http_url_to_repo-on-cloning-project-wikis into master
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?
-
No Changelog entry since the bug was introduced in 9.0.0-rc (i.e. not stable yet) - Tests
-
Added for this feature/bug -
All builds are passing
-
-
Conform by the merge request performance guides -
Conform by the style guides -
Branch has no merge conflicts with master
(if it does - rebase it please) -
Squashed related commits together
What are the relevant issue numbers?
Closes #29685 (closed)