summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-10-08 03:41:07 -0700
committerStan Hu <stanhu@gmail.com>2015-10-08 03:41:07 -0700
commitc789452134a163e984965bb1a2b9dbfab5821a9b (patch)
tree1a9f81dcbe80f938c702b326987f0df018165634 /app
parentd4892e41449905a98f33e25edcb52aac5d2093be (diff)
parent42be5ee1cd8eb752c52ddb82bdf7c452190d4193 (diff)
downloadgitlab-ce-c789452134a163e984965bb1a2b9dbfab5821a9b.tar.gz
Merge branch 'XenGi/gitlab-ce-master'
Diffstat (limited to 'app')
-rw-r--r--app/services/system_hooks_service.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/services/system_hooks_service.rb b/app/services/system_hooks_service.rb
index 60235b6be2a..9a5fe4af9dd 100644
--- a/app/services/system_hooks_service.rb
+++ b/app/services/system_hooks_service.rb
@@ -54,6 +54,7 @@ class SystemHooksService
data.merge!({
project_name: model.project.name,
project_path: model.project.path,
+ project_path_with_namespace: model.project.path_with_namespace,
project_id: model.project.id,
user_name: model.user.name,
user_email: model.user.email,