Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2023-12-17 03:08:03 +00:00
parent 4b8fc7d4bb
commit 6b872432bf
1 changed files with 0 additions and 4 deletions

View File

@ -1364,10 +1364,6 @@ class User < MainClusterwide::ApplicationRecord
namespace.try :id
end
def name_with_username
"#{name} (#{username})"
end
def already_forked?(project)
!!fork_of(project)
end