-
- Downloads
There was an error fetching the commit references. Please try again later.
Match users better by their private commit email
Private commit emails were introduced in !22560, but some parts of GitLab were not updated to take account of them. This commit adds support in places that were missed.
Showing
- app/models/commit.rb 7 additions, 18 deletionsapp/models/commit.rb
- app/models/user.rb 33 additions, 16 deletionsapp/models/user.rb
- lib/gitlab/private_commit_email.rb 4 additions, 0 deletionslib/gitlab/private_commit_email.rb
- spec/lib/gitlab/private_commit_email_spec.rb 17 additions, 7 deletionsspec/lib/gitlab/private_commit_email_spec.rb
- spec/models/commit_spec.rb 23 additions, 1 deletionspec/models/commit_spec.rb
- spec/models/user_spec.rb 35 additions, 2 deletionsspec/models/user_spec.rb
Please register or sign in to comment