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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
c06f4cd4
Commit
c06f4cd4
authored
Feb 28, 2014
by
Jeroen van Baarsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
JSON Lint the web-hooks.md file
Thanks to @jojosch for the initial work on the web-hooks.html.haml file!
parent
564c37d9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
42 deletions
+41
-42
doc/web_hooks/web_hooks.md
doc/web_hooks/web_hooks.md
+41
-42
No files found.
doc/web_hooks/web_hooks.md
View file @
c06f4cd4
...
@@ -25,7 +25,7 @@ Triggered when you push to the repository except pushing tags.
...
@@ -25,7 +25,7 @@ Triggered when you push to the repository except pushing tags.
"name"
:
"Diaspora"
,
"name"
:
"Diaspora"
,
"url"
:
"git@localhost:diaspora.git"
,
"url"
:
"git@localhost:diaspora.git"
,
"description"
:
""
,
"description"
:
""
,
"homepage"
:
"http://localhost/diaspora"
,
"homepage"
:
"http://localhost/diaspora"
},
},
"commits"
:
[
"commits"
:
[
{
{
...
@@ -35,10 +35,9 @@ Triggered when you push to the repository except pushing tags.
...
@@ -35,10 +35,9 @@ Triggered when you push to the repository except pushing tags.
"url"
:
"http://localhost/diaspora/commits/b6568db1bc1dcd7f8b4d5a946b0b91f9dacd7327"
,
"url"
:
"http://localhost/diaspora/commits/b6568db1bc1dcd7f8b4d5a946b0b91f9dacd7327"
,
"author"
:
{
"author"
:
{
"name"
:
"Jordi Mallach"
,
"name"
:
"Jordi Mallach"
,
"email"
:
"jordi@softcatala.org"
,
"email"
:
"jordi@softcatala.org"
}
}
},
},
//
...
{
{
"id"
:
"da1560886d4f094c3e6c9ef40349f7d38b5d27d7"
,
"id"
:
"da1560886d4f094c3e6c9ef40349f7d38b5d27d7"
,
"message"
:
"fixed readme"
,
"message"
:
"fixed readme"
,
...
@@ -46,12 +45,12 @@ Triggered when you push to the repository except pushing tags.
...
@@ -46,12 +45,12 @@ Triggered when you push to the repository except pushing tags.
"url"
:
"http://localhost/diaspora/commits/da1560886d4f094c3e6c9ef40349f7d38b5d27d7"
,
"url"
:
"http://localhost/diaspora/commits/da1560886d4f094c3e6c9ef40349f7d38b5d27d7"
,
"author"
:
{
"author"
:
{
"name"
:
"GitLab dev user"
,
"name"
:
"GitLab dev user"
,
"email"
:
"gitlabdev@dv6700.(none)"
,
"email"
:
"gitlabdev@dv6700.(none)"
}
,
}
}
,
}
],
],
"total_commits_count"
:
4
,
"total_commits_count"
:
4
}
;
}
```
```
#### Issues events
#### Issues events
...
@@ -62,21 +61,21 @@ Triggered when a new issue is created or an existing issue was updated/closed/re
...
@@ -62,21 +61,21 @@ Triggered when a new issue is created or an existing issue was updated/closed/re
```
json
```
json
{
{
"object_kind"
:
"issue"
,
"object_kind"
:
"issue"
,
"object_attributes"
:{
"object_attributes"
:
{
"id"
:
301
,
"id"
:
301
,
"title"
:
"New API: create/update/delete file"
,
"title"
:
"New API: create/update/delete file"
,
"assignee_id"
:
51
,
"assignee_id"
:
51
,
"author_id"
:
51
,
"author_id"
:
51
,
"project_id"
:
14
,
"project_id"
:
14
,
"created_at"
:
"2013-12-03T17:15:43Z"
,
"created_at"
:
"2013-12-03T17:15:43Z"
,
"updated_at"
:
"2013-12-03T17:15:43Z"
,
"updated_at"
:
"2013-12-03T17:15:43Z"
,
"position"
:
0
,
"position"
:
0
,
"branch_name"
:
null
,
"branch_name"
:
null
,
"description"
:
"Create new API for manipulations with repository"
,
"description"
:
"Create new API for manipulations with repository"
,
"milestone_id"
:
null
,
"milestone_id"
:
null
,
"state"
:
"opened"
,
"state"
:
"opened"
,
"iid"
:
23
"iid"
:
23
}
}
}
}
```
```
...
@@ -89,25 +88,25 @@ Triggered when a new merge request is created or an existing merge request was u
...
@@ -89,25 +88,25 @@ Triggered when a new merge request is created or an existing merge request was u
```
json
```
json
{
{
"object_kind"
:
"merge_request"
,
"object_kind"
:
"merge_request"
,
"object_attributes"
:{
"object_attributes"
:
{
"id"
:
99
,
"id"
:
99
,
"target_branch"
:
"master"
,
"target_branch"
:
"master"
,
"source_branch"
:
"ms-viewport"
,
"source_branch"
:
"ms-viewport"
,
"source_project_id"
:
14
,
"source_project_id"
:
14
,
"author_id"
:
51
,
"author_id"
:
51
,
"assignee_id"
:
6
,
"assignee_id"
:
6
,
"title"
:
"MS-Viewport"
,
"title"
:
"MS-Viewport"
,
"created_at"
:
"2013-12-03T17:23:34Z"
,
"created_at"
:
"2013-12-03T17:23:34Z"
,
"updated_at"
:
"2013-12-03T17:23:34Z"
,
"updated_at"
:
"2013-12-03T17:23:34Z"
,
"st_commits"
:
null
,
"st_commits"
:
null
,
"st_diffs"
:
null
,
"st_diffs"
:
null
,
"milestone_id"
:
null
,
"milestone_id"
:
null
,
"state"
:
"opened"
,
"state"
:
"opened"
,
"merge_status"
:
"unchecked"
,
"merge_status"
:
"unchecked"
,
"target_project_id"
:
14
,
"target_project_id"
:
14
,
"iid"
:
1
,
"iid"
:
1
,
"description"
:
""
"description"
:
""
}
}
}
}
```
```
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