Skip to content

Make better use of constants in lib/gitlab_shell.rb

Jacob Vosmaer requested to merge better-use-of-constants into master
  • Replaces array of one element API_COMMANDS with a constant that is its single element.
  • Avoid use of send
  • Fix uses of 'git-lfs-authenticate', for which we have a constant
Edited by Jacob Vosmaer

Merge request reports