summaryrefslogtreecommitdiff
path: root/app/views/projects/hooks
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2013-10-14 12:03:25 +0200
committerMarin Jankovski <maxlazio@gmail.com>2013-10-14 12:03:25 +0200
commit9ed59ee9f00ec31564f4f1f069f1cdcc7d78281b (patch)
treec90ce16a599605c52d9f812756b797d0ddd09a16 /app/views/projects/hooks
parent1073019d360e5aae6fd02efb3e9920a1a3658869 (diff)
downloadgitlab-ce-9ed59ee9f00ec31564f4f1f069f1cdcc7d78281b.tar.gz
Include project_id in webhook payload.
Diffstat (limited to 'app/views/projects/hooks')
-rw-r--r--app/views/projects/hooks/_data_ex.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/hooks/_data_ex.html.erb b/app/views/projects/hooks/_data_ex.html.erb
index b4281fa18c7..5092aaf6750 100644
--- a/app/views/projects/hooks/_data_ex.html.erb
+++ b/app/views/projects/hooks/_data_ex.html.erb
@@ -5,6 +5,7 @@
"ref": "refs/heads/master",
"user_id": 4,
"user_name": "John Smith",
+ "project_id": 15,
"repository": {
"name": "Diaspora",
"url": "git@localhost:diaspora.git",