Skip to content

Remove Gitlab::RepoPath.strip_storage_path

What does this MR do?

This used to be executed because of the post receive worker, but this uses Gitlab::GlRepository.parse now. So this removes dead code and reduces the number of calls on #legacy_storage_path.

My assumptions are based on the constraints set in config/routes/git_http.rb

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

None, found scanning for DEPRECATION WARNING in our logs.

Merge request reports