diff options
author | Jungkook Park <pjknkda@gmail.com> | 2015-09-11 12:42:14 +0900 |
---|---|---|
committer | Jungkook Park <pjknkda@gmail.com> | 2015-09-17 05:33:37 +0900 |
commit | e4ac2d582c729cc22e0da7ab894be04a187eb006 (patch) | |
tree | 41202506fdca6dc4f2888b37cf5e2ba505092b6e /doc/web_hooks | |
parent | cac969229aab74ab5dcd7682c4f1c3a74a17b9d6 (diff) | |
download | gitlab-ce-e4ac2d582c729cc22e0da7ab894be04a187eb006.tar.gz |
add repository field to issue hook data
add a test for to_hook_data of issue model
update CHANGELOG
Diffstat (limited to 'doc/web_hooks')
-rw-r--r-- | doc/web_hooks/web_hooks.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/web_hooks/web_hooks.md b/doc/web_hooks/web_hooks.md index 09400d9b163..f4701bb6db2 100644 --- a/doc/web_hooks/web_hooks.md +++ b/doc/web_hooks/web_hooks.md @@ -121,6 +121,12 @@ X-Gitlab-Event: Issue Hook "username": "root", "avatar_url": "http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=40\u0026d=identicon" }, + "repository": { + "name": "Gitlab Test", + "url": "http://example.com/gitlabhq/gitlab-test.git", + "description": "Aut reprehenderit ut est.", + "homepage": "http://example.com/gitlabhq/gitlab-test" + }, "object_attributes": { "id": 301, "title": "New API: create/update/delete file", |