Loading
Remove Ruby code for old 100% go_user_create_{branch,tag} feature
A follow-up to 0ff3ee28 (Remove on-by-default go_user_delete_{branch,tag} feature flags, 2021-01-21) which removed all calls to this code. Once that's out for at least a release cycle we can merge this. See also the MR for 0ff3ee28[1].
The s/user_create_branch/user_update_branch/g change in ruby/spec/lib/gitaly_server/sentry_interceptor_spec.rb is because some unrelated tests for Sentry depended on calling this method. Let's move it to another one in the same file to kick that can down the road.
Edited by Ævar Arnfjörð Bjarmason