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
729c006f
Commit
729c006f
authored
May 05, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-email-receiver-metrics' into 'master'
Fix email receiver metrics events See merge request !11112
parents
8a5c95d2
7af4c0c4
Changes
3
Hide 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 @
729c006f
...
...
@@ -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 @
729c006f
...
...
@@ -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 @
729c006f
...
...
@@ -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