Stop using allow_disk_access is ProjectsController
What does this MR do and why?
These specs were asserting the absolute disk path as used by gitaly to store determine the repository location. This will not be possible when using gitaly cluster as there is no way to determine which node the repository will be on and hence the filesystem path. Instead use the relative path. This is the path of the repository, minus the gitaly specific root.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.