Skip to content

Remove Gitlab::Git::Repository#rugged

Alejandro Rodríguez requested to merge remove-rugged into master

What does this MR do?

Remove the Gitlab::Git::Repository#rugged method, cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.

What are the relevant issue numbers?

Part of gitaly#1280 (closed)

Does this MR meet the acceptance criteria?

Merge request reports