BigW Consortium Gitlab

Skip to content
  • Paco Guzman's avatar
    08871cc3
    Avoid protected branches checks when verifying access without branch name · 08871cc3
    Paco Guzman authored
    GitlabShell verify access sending ‘_any’ as the changes made on the git command, in those cases Gitlab::Checks::ChangeAccess won’t receive a branch_name so we don’t need to check for access to the 
    protected branches on that repository. So we avoid some git operations in case the are not cached (empty_repo?) and some database lookups to get protected branches.
    
    These request is happening in every push.
    08871cc3
    Avoid protected branches checks when verifying access without branch name
    Paco Guzman authored
    GitlabShell verify access sending ‘_any’ as the changes made on the git command, in those cases Gitlab::Checks::ChangeAccess won’t receive a branch_name so we don’t need to check for access to the 
    protected branches on that repository. So we avoid some git operations in case the are not cached (empty_repo?) and some database lookups to get protected branches.
    
    These request is happening in every push.
Loading