Skip to content

Stop using allow_disk_access is ProjectsController

James Fargher requested to merge no_allow_disk_access_projects_controller into master

What does this MR do and why?

#375254 (closed)

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.

Merge request reports

Loading