Dismantling Grack::Auth part 1: Git HTTP clients
Compare changes
+ 145
− 0
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/14501
This does not completely get rid of Grack::Auth yet because Git LFS support is 'behind' it and I would like to not make this MR bigger than needed.
maybe just
.sub(/(.wiki.git|.git)\z/, '')
?Yes that is simpler but if 'fails' silently if the suffix is not present. I want to be a little more careful.