Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2024-04-18 18:14:57 +00:00
parent c301db17ba
commit 717578e3cf
69 changed files with 1363 additions and 427 deletions

View File

@ -305,6 +305,8 @@ module Gitlab
end
def lfs_token_check(login, encoded_token, project)
return unless login
deploy_key_matches = login.match(/\Alfs\+deploy-key-(\d+)\z/)
actor =