• Zeger-Jan van de Weg's avatar
    Repository Exists check is OPT_OUT for Gitaly · 90d74ce2
    Zeger-Jan van de Weg authored
    Moving more git operations to be executed by Gitaly, now the check if a
    repository exists is an opt out endpoint.
    
    Can be disabled, for the time being, by performing in the rails console:
    > Feature.get('gitaly_repository_exists').disable
    => true
    
    Part of gitlab-org/gitaly#314
    90d74ce2
repository.rb 51.1 KB