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
7af4c0c4
Commit
7af4c0c4
authored
May 05, 2017
by
Sean McGivern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix email receiver metrics events
`Project#inspect` isn't very useful for examining usage of these features.
parent
07eac529
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
lib/gitlab/email/handler/create_issue_handler.rb
lib/gitlab/email/handler/create_issue_handler.rb
+1
-1
lib/gitlab/email/handler/create_note_handler.rb
lib/gitlab/email/handler/create_note_handler.rb
+1
-1
lib/gitlab/email/handler/unsubscribe_handler.rb
lib/gitlab/email/handler/unsubscribe_handler.rb
+1
-1
No files found.
lib/gitlab/email/handler/create_issue_handler.rb
View file @
7af4c0c4
...
...
@@ -37,7 +37,7 @@ module Gitlab
end
def
metrics_params
super
.
merge
(
project:
project
)
super
.
merge
(
project:
project
&
.
full_path
)
end
private
...
...
lib/gitlab/email/handler/create_note_handler.rb
View file @
7af4c0c4
...
...
@@ -29,7 +29,7 @@ module Gitlab
end
def
metrics_params
super
.
merge
(
project:
project
)
super
.
merge
(
project:
project
&
.
full_path
)
end
private
...
...
lib/gitlab/email/handler/unsubscribe_handler.rb
View file @
7af4c0c4
...
...
@@ -20,7 +20,7 @@ module Gitlab
end
def
metrics_params
super
.
merge
(
project:
project
)
super
.
merge
(
project:
project
&
.
full_path
)
end
private
...
...
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