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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
88832ba9
Commit
88832ba9
authored
Nov 23, 2017
by
Alexis Reigel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc for system hook merge_requests_events
parent
7c669eee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
129 additions
and
0 deletions
+129
-0
doc/system_hooks/system_hooks.md
doc/system_hooks/system_hooks.md
+129
-0
No files found.
doc/system_hooks/system_hooks.md
View file @
88832ba9
...
@@ -445,6 +445,135 @@ X-Gitlab-Event: System Hook
...
@@ -445,6 +445,135 @@ X-Gitlab-Event: System Hook
"total_commits_count"
:
0
"total_commits_count"
:
0
}
}
```
```
### Merge request events
Triggered when a new merge request is created, an existing merge request was
updated/merged/closed or a commit is added in the source branch.
**Request header**
:
```
X-Gitlab-Event: System Hook
```
```
json
{
"object_kind"
:
"merge_request"
,
"user"
:
{
"name"
:
"Administrator"
,
"username"
:
"root"
,
"avatar_url"
:
"http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80&d=identicon"
},
"project"
:
{
"name"
:
"Example"
,
"description"
:
""
,
"web_url"
:
"http://example.com/jsmith/example"
,
"avatar_url"
:
null
,
"git_ssh_url"
:
"git@example.com:jsmith/example.git"
,
"git_http_url"
:
"http://example.com/jsmith/example.git"
,
"namespace"
:
"Jsmith"
,
"visibility_level"
:
0
,
"path_with_namespace"
:
"jsmith/example"
,
"default_branch"
:
"master"
,
"ci_config_path"
:
""
,
"homepage"
:
"http://example.com/jsmith/example"
,
"url"
:
"git@example.com:jsmith/example.git"
,
"ssh_url"
:
"git@example.com:jsmith/example.git"
,
"http_url"
:
"http://example.com/jsmith/example.git"
},
"object_attributes"
:
{
"id"
:
90
,
"target_branch"
:
"master"
,
"source_branch"
:
"ms-viewport"
,
"source_project_id"
:
14
,
"author_id"
:
51
,
"assignee_id"
:
6
,
"title"
:
"MS-Viewport"
,
"created_at"
:
"2017-09-20T08:31:45.944Z"
,
"updated_at"
:
"2017-09-28T12:23:42.365Z"
,
"milestone_id"
:
null
,
"state"
:
"opened"
,
"merge_status"
:
"unchecked"
,
"target_project_id"
:
14
,
"iid"
:
1
,
"description"
:
""
,
"updated_by_id"
:
1
,
"merge_error"
:
null
,
"merge_params"
:
{
"force_remove_source_branch"
:
"0"
},
"merge_when_pipeline_succeeds"
:
false
,
"merge_user_id"
:
null
,
"merge_commit_sha"
:
null
,
"deleted_at"
:
null
,
"in_progress_merge_commit_sha"
:
null
,
"lock_version"
:
5
,
"time_estimate"
:
0
,
"last_edited_at"
:
"2017-09-27T12:43:37.558Z"
,
"last_edited_by_id"
:
1
,
"head_pipeline_id"
:
61
,
"ref_fetched"
:
true
,
"merge_jid"
:
null
,
"source"
:
{
"name"
:
"Awesome Project"
,
"description"
:
""
,
"web_url"
:
"http://example.com/awesome_space/awesome_project"
,
"avatar_url"
:
null
,
"git_ssh_url"
:
"git@example.com:awesome_space/awesome_project.git"
,
"git_http_url"
:
"http://example.com/awesome_space/awesome_project.git"
,
"namespace"
:
"root"
,
"visibility_level"
:
0
,
"path_with_namespace"
:
"awesome_space/awesome_project"
,
"default_branch"
:
"master"
,
"ci_config_path"
:
""
,
"homepage"
:
"http://example.com/awesome_space/awesome_project"
,
"url"
:
"http://example.com/awesome_space/awesome_project.git"
,
"ssh_url"
:
"git@example.com:awesome_space/awesome_project.git"
,
"http_url"
:
"http://example.com/awesome_space/awesome_project.git"
},
"target"
:
{
"name"
:
"Awesome Project"
,
"description"
:
"Aut reprehenderit ut est."
,
"web_url"
:
"http://example.com/awesome_space/awesome_project"
,
"avatar_url"
:
null
,
"git_ssh_url"
:
"git@example.com:awesome_space/awesome_project.git"
,
"git_http_url"
:
"http://example.com/awesome_space/awesome_project.git"
,
"namespace"
:
"Awesome Space"
,
"visibility_level"
:
0
,
"path_with_namespace"
:
"awesome_space/awesome_project"
,
"default_branch"
:
"master"
,
"ci_config_path"
:
""
,
"homepage"
:
"http://example.com/awesome_space/awesome_project"
,
"url"
:
"http://example.com/awesome_space/awesome_project.git"
,
"ssh_url"
:
"git@example.com:awesome_space/awesome_project.git"
,
"http_url"
:
"http://example.com/awesome_space/awesome_project.git"
},
"last_commit"
:
{
"id"
:
"ba3e0d8ff79c80d5b0bbb4f3e2e343e0aaa662b7"
,
"message"
:
"fixed readme"
,
"timestamp"
:
"2017-09-26T16:12:57Z"
,
"url"
:
"http://example.com/awesome_space/awesome_project/commits/da1560886d4f094c3e6c9ef40349f7d38b5d27d7"
,
"author"
:
{
"name"
:
"GitLab dev user"
,
"email"
:
"gitlabdev@dv6700.(none)"
}
},
"work_in_progress"
:
false
,
"total_time_spent"
:
0
,
"human_total_time_spent"
:
null
,
"human_time_estimate"
:
null
},
"labels"
:
null
,
"repository"
:
{
"name"
:
"git-gpg-test"
,
"url"
:
"git@example.com:awesome_space/awesome_project.git"
,
"description"
:
""
,
"homepage"
:
"http://example.com/awesome_space/awesome_project"
}
}
```
## Repository Update events
## Repository Update events
Triggered only once when you push to the repository (including tags).
Triggered only once when you push to the repository (including tags).
...
...
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