mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-15 21:39:00 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -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 =
|
||||
|
Reference in New Issue
Block a user