Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5d4a4fa0
Commit
5d4a4fa0
authored
Apr 29, 2021
by
agroleau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added user_id to the spamcheck logger alongside username
parent
841962af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
app/services/spam/spam_verdict_service.rb
app/services/spam/spam_verdict_service.rb
+1
-0
No files found.
app/services/spam/spam_verdict_service.rb
View file @
5d4a4fa0
...
...
@@ -37,6 +37,7 @@ module Spam
spam_check_rtt:
external_spam_check_round_trip_time
.
real
,
final_verdict:
final_verdict
,
username:
user
.
username
,
user_id:
user
.
user_id
,
target_type:
target
.
class
.
to_s
,
project_id:
target
.
project_id
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment