diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-03-14 17:14:37 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-03-14 17:14:37 +0000 |
commit | ef32f4c3571318c8fc40fc624d8a218aaf6b244d (patch) | |
tree | 38a75899f76ada2d34e80d1e09abba19f347528d | |
parent | 0046ffc0248f5edda84f8da0c7aeff97733eae2f (diff) | |
parent | 316e0edc5ae0ecec17aa7e15b3c8b0743a216195 (diff) | |
download | gitlab-ce-ef32f4c3571318c8fc40fc624d8a218aaf6b244d.tar.gz |
Merge branch 'syshook_documentation_updated' into 'master'
Syshook documentation updated
See merge request !9893
-rw-r--r-- | doc/system_hooks/system_hooks.md | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/system_hooks/system_hooks.md b/doc/system_hooks/system_hooks.md index ec13c2446ef..ad5ffc84473 100644 --- a/doc/system_hooks/system_hooks.md +++ b/doc/system_hooks/system_hooks.md @@ -313,8 +313,19 @@ X-Gitlab-Event: System Hook "git_ssh_url":"git@example.com:mike/diaspora.git", "visibility_level":0 }, - "commits": [], - "total_commits_count": 0 + "commits": [ + { + "id": "c5feabde2d8cd023215af4d2ceeb7a64839fc428", + "message": "Add simple search to projects in public area", + "timestamp": "2013-05-13T18:18:08+00:00", + "url": "https://dev.gitlab.org/gitlab/gitlabhq/commit/c5feabde2d8cd023215af4d2ceeb7a64839fc428", + "author": { + "name": "Dmitriy Zaporozhets", + "email": "dmitriy.zaporozhets@gmail.com" + } + } + ], + "total_commits_count": 1 } ``` |