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
2cad2830
Commit
2cad2830
authored
Oct 26, 2017
by
Jacopo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds project_id to pipeline hook data
Pipeline hook data now includes the project_id
parent
53ab16f6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
+16
-0
app/models/project.rb
app/models/project.rb
+1
-0
changelogs/unreleased/31454-missing-project-id-pipeline-hook-data.yml
...nreleased/31454-missing-project-id-pipeline-hook-data.yml
+5
-0
doc/user/project/integrations/webhooks.md
doc/user/project/integrations/webhooks.md
+10
-0
No files found.
app/models/project.rb
View file @
2cad2830
...
...
@@ -1079,6 +1079,7 @@ class Project < ActiveRecord::Base
def
hook_attrs
(
backward:
true
)
attrs
=
{
id:
id
,
name:
name
,
description:
description
,
web_url:
web_url
,
...
...
changelogs/unreleased/31454-missing-project-id-pipeline-hook-data.yml
0 → 100644
View file @
2cad2830
---
title
:
Adds project_id to pipeline hook data
merge_request
:
15044
author
:
Jacopo Beschi @jacopo-beschi
type
:
added
doc/user/project/integrations/webhooks.md
View file @
2cad2830
...
...
@@ -76,6 +76,7 @@ X-Gitlab-Event: Push Hook
"user_avatar"
:
"https://s.gravatar.com/avatar/d4c74594d841139328695756648b6bd6?s=8://s.gravatar.com/avatar/d4c74594d841139328695756648b6bd6?s=80"
,
"project_id"
:
15
,
"project"
:{
"id"
:
15
,
"name"
:
"Diaspora"
,
"description"
:
""
,
"web_url"
:
"http://example.com/mike/diaspora"
,
...
...
@@ -156,6 +157,7 @@ X-Gitlab-Event: Tag Push Hook
"user_avatar"
:
"https://s.gravatar.com/avatar/d4c74594d841139328695756648b6bd6?s=8://s.gravatar.com/avatar/d4c74594d841139328695756648b6bd6?s=80"
,
"project_id"
:
1
,
"project"
:{
"id"
:
1
,
"name"
:
"Example"
,
"description"
:
""
,
"web_url"
:
"http://example.com/jsmith/example"
,
...
...
@@ -206,6 +208,7 @@ X-Gitlab-Event: Issue Hook
"avatar_url"
:
"http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=40
\u
0026d=identicon"
},
"project"
:
{
"id"
:
1
,
"name"
:
"Gitlab Test"
,
"description"
:
"Aut reprehenderit ut est."
,
"web_url"
:
"http://example.com/gitlabhq/gitlab-test"
,
...
...
@@ -335,6 +338,7 @@ X-Gitlab-Event: Note Hook
},
"project_id"
:
5
,
"project"
:{
"id"
:
5
,
"name"
:
"Gitlab Test"
,
"description"
:
"Aut reprehenderit ut est."
,
"web_url"
:
"http://example.com/gitlabhq/gitlab-test"
,
...
...
@@ -414,6 +418,7 @@ X-Gitlab-Event: Note Hook
},
"project_id"
:
5
,
"project"
:{
"id"
:
5
,
"name"
:
"Gitlab Test"
,
"description"
:
"Aut reprehenderit ut est."
,
"web_url"
:
"http://example.com/gitlab-org/gitlab-test"
,
...
...
@@ -540,6 +545,7 @@ X-Gitlab-Event: Note Hook
},
"project_id"
:
5
,
"project"
:{
"id"
:
5
,
"name"
:
"Gitlab Test"
,
"description"
:
"Aut reprehenderit ut est."
,
"web_url"
:
"http://example.com/gitlab-org/gitlab-test"
,
...
...
@@ -618,6 +624,7 @@ X-Gitlab-Event: Note Hook
},
"project_id"
:
5
,
"project"
:{
"id"
:
5
,
"name"
:
"Gitlab Test"
,
"description"
:
"Aut reprehenderit ut est."
,
"web_url"
:
"http://example.com/gitlab-org/gitlab-test"
,
...
...
@@ -692,6 +699,7 @@ X-Gitlab-Event: Merge Request Hook
"avatar_url"
:
"http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=40
\u
0026d=identicon"
},
"project"
:
{
"id"
:
1
,
"name"
:
"Gitlab Test"
,
"description"
:
"Aut reprehenderit ut est."
,
"web_url"
:
"http://example.com/gitlabhq/gitlab-test"
,
...
...
@@ -848,6 +856,7 @@ X-Gitlab-Event: Wiki Page Hook
"avatar_url"
:
"http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80
\u
0026d=identicon"
},
"project"
:
{
"id"
:
1
,
"name"
:
"awesome-project"
,
"description"
:
"This is awesome"
,
"web_url"
:
"http://example.com/root/awesome-project"
,
...
...
@@ -919,6 +928,7 @@ X-Gitlab-Event: Pipeline Hook
"avatar_url"
:
"http://www.gravatar.com/avatar/e32bd13e2add097461cb96824b7a829c?s=80
\u
0026d=identicon"
},
"project"
:{
"id"
:
1
,
"name"
:
"Gitlab Test"
,
"description"
:
"Atque in sunt eos similique dolores voluptatem."
,
"web_url"
:
"http://192.168.64.1:3005/gitlab-org/gitlab-test"
,
...
...
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